|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<!-- Lorenzo Miglietta 2022 <[email protected]> --> |
3 | 2 | <component type="desktop-application">
|
4 | 3 | <id>@app-id@</id>
|
| 4 | + <name translate="no">Geopard</name> |
| 5 | + <summary>Browse Gemini pages</summary> |
| 6 | + <developer id="com.ranfdev"> |
| 7 | + <name translate="no">Lorenzo Miglietta</name> |
| 8 | + </developer> |
| 9 | + |
| 10 | + < launchable type= "desktop-id">@ [email protected]</ launchable> |
| 11 | + <translation type="gettext">@gettext-package@</translation> |
5 | 12 | <metadata_license>CC0</metadata_license>
|
6 |
| - <project_license>GPL-3.0+</project_license> |
7 |
| - <name>Geopard</name> |
8 |
| - <summary>Browse gemini pages</summary> |
| 13 | + <project_license>GPL-3.0-or-later</project_license> |
| 14 | + < update_contact> [email protected]</ update_contact> |
| 15 | + <content_rating type="oars-1.1"/> |
| 16 | + |
9 | 17 | <description>
|
10 |
| - <p>Geopard is a browser for the gemini protocol, that is, a lighter alternative to the web. |
11 |
| - Use Geopard to browse the space and reach hundreds of gemini capsules! Read stories, download files, play games...</p> |
12 |
| - <p>Features</p> |
| 18 | + <p>Geopard is a browser for the Gemini protocol, that is, a lighter alternative to the web. |
| 19 | + Use Geopard to browse the space and reach hundreds of Gemini capsules! Read stories, download files, play games...</p> |
| 20 | + |
| 21 | + <p>Features:</p> |
| 22 | + |
13 | 23 | <ul>
|
14 | 24 | <li>
|
15 | 25 | Colors!
|
16 | 26 | The browser will have a different color for each domain you visit.
|
17 | 27 | </li>
|
18 | 28 | <li>
|
19 |
| - Fast (async core + caching). |
| 29 | + Fast (async core + caching): |
20 | 30 | Streams content by default. That means you can open pages even when you have
|
21 | 31 | connection speeds of Kb/s.
|
22 |
| - It also caches pages in the history, so you can go back in an instant |
| 32 | + It also caches pages in the history, so you can go back/forward in an instant |
23 | 33 | </li>
|
24 | 34 | <li>
|
25 |
| - Can download binary files. |
| 35 | + Can download binary files: |
26 | 36 | The download will start as soon as you open the corresponding link.
|
27 | 37 | You can always cancel it by opening another page.
|
28 | 38 | </li>
|
29 |
| - <li>Bookmarks</li> |
30 |
| - <li>Search</li> |
31 | 39 | </ul>
|
32 | 40 | </description>
|
33 | 41 |
|
34 | 42 | <screenshots>
|
35 |
| - <screenshot type="default" height="722" width="1022"> |
36 |
| - <image>https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/1.png</image> |
| 43 | + <screenshot type="default"> |
| 44 | + <image type="source">https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/1.png</image> |
37 | 45 | </screenshot>
|
38 |
| - <screenshot height="752" width="442"> |
39 |
| - <image>https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/2.png</image> |
| 46 | + <screenshot> |
| 47 | + <image type="source">https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/2.png</image> |
40 | 48 | </screenshot>
|
41 |
| - <screenshot height="752" width="442"> |
42 |
| - <image>https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/3.png</image> |
| 49 | + <screenshot> |
| 50 | + <image type="source">https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/3.png</image> |
43 | 51 | </screenshot>
|
44 | 52 | </screenshots>
|
45 | 53 |
|
46 |
| - |
47 |
| - |
48 | 54 | <url type="homepage">https://ranfdev.com/projects/Geopard</url>
|
49 | 55 | <url type="bugtracker">https://github.com/ranfdev/Geopard/issues/</url>
|
50 | 56 | <url type="donation">https://github.com/sponsors/ranfdev</url>
|
51 |
| - <content_rating type="oars-1.0" /> |
| 57 | + |
| 58 | + <kudos> |
| 59 | + <!-- |
| 60 | + GNOME Software kudos: |
| 61 | + https://gitlab.gnome.org/GNOME/gnome-software/blob/master/doc/kudos.md |
| 62 | + --> |
| 63 | + <kudo>ModernToolkit</kudo> |
| 64 | + <kudo>HiDpiIcon</kudo> |
| 65 | + </kudos> |
| 66 | + |
| 67 | + <supports> |
| 68 | + <control>keyboard</control> |
| 69 | + <control>pointing</control> |
| 70 | + <control>touch</control> |
| 71 | + </supports> |
| 72 | + |
| 73 | + <requires> |
| 74 | + <display_length compare="ge">360</display_length> |
| 75 | + </requires> |
| 76 | + |
| 77 | + <custom> |
| 78 | + <value key="Purism::form_factor">mobile</value> |
| 79 | + </custom> |
52 | 80 |
|
53 | 81 | <releases>
|
54 | 82 | <release version="1.4.0" date="2023-03-23">
|
|
123 | 151 | </description>
|
124 | 152 | </release>
|
125 | 153 | </releases>
|
126 |
| - |
127 |
| - <kudos> |
128 |
| - <!-- |
129 |
| - GNOME Software kudos: |
130 |
| - https://gitlab.gnome.org/GNOME/gnome-software/blob/master/doc/kudos.md |
131 |
| - --> |
132 |
| - <kudo>ModernToolkit</kudo> |
133 |
| - <kudo>HiDpiIcon</kudo> |
134 |
| - </kudos> |
135 |
| - |
136 |
| - <recommends> |
137 |
| - <control>keyboard</control> |
138 |
| - <control>pointing</control> |
139 |
| - <control>touch</control> |
140 |
| - </recommends> |
141 |
| - |
142 |
| - <requires> |
143 |
| - <display_length compare="ge">small</display_length> |
144 |
| - </requires> |
145 |
| - |
146 |
| - <custom> |
147 |
| - <value key="Purism::form_factor">workstation</value> |
148 |
| - <value key="Purism::form_factor">mobile</value> |
149 |
| - </custom> |
150 |
| - |
151 |
| - |
152 |
| - <developer_name>Lorenzo Miglietta</developer_name> |
153 |
| - < update_contact> [email protected]</ update_contact> |
154 |
| - <translation type="gettext">@gettext-package@</translation> |
155 |
| - < launchable type= "desktop-id">@ [email protected]</ launchable> |
156 | 154 | </component>
|
0 commit comments