Skip to content

Commit

Permalink
Merge branch 'master' into switch-to-libappstream
Browse files Browse the repository at this point in the history
  • Loading branch information
ranfdev authored Apr 9, 2024
2 parents 917eefd + f17a9e6 commit beb31eb
Showing 1 changed file with 49 additions and 51 deletions.
100 changes: 49 additions & 51 deletions data/com.ranfdev.Geopard.metainfo.xml.in.in
Original file line number Diff line number Diff line change
@@ -1,54 +1,82 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Lorenzo Miglietta 2022 <[email protected]> -->
<component type="desktop-application">
<id>@app-id@</id>
<name translate="no">Geopard</name>
<summary>Browse Gemini pages</summary>
<developer id="com.ranfdev">
<name translate="no">Lorenzo Miglietta</name>
</developer>

<launchable type="desktop-id">@[email protected]</launchable>
<translation type="gettext">@gettext-package@</translation>
<metadata_license>CC0</metadata_license>
<project_license>GPL-3.0+</project_license>
<name>Geopard</name>
<summary>Browse gemini pages</summary>
<project_license>GPL-3.0-or-later</project_license>
<update_contact>[email protected]</update_contact>
<content_rating type="oars-1.1"/>

<description>
<p>Geopard is a browser for the gemini protocol, that is, a lighter alternative to the web.
Use Geopard to browse the space and reach hundreds of gemini capsules! Read stories, download files, play games...</p>
<p>Features</p>
<p>Geopard is a browser for the Gemini protocol, that is, a lighter alternative to the web.
Use Geopard to browse the space and reach hundreds of Gemini capsules! Read stories, download files, play games...</p>

<p>Features:</p>

<ul>
<li>
Colors!
The browser will have a different color for each domain you visit.
</li>
<li>
Fast (async core + caching).
Fast (async core + caching):
Streams content by default. That means you can open pages even when you have
connection speeds of Kb/s.
It also caches pages in the history, so you can go back in an instant
It also caches pages in the history, so you can go back/forward in an instant
</li>
<li>
Can download binary files.
Can download binary files:
The download will start as soon as you open the corresponding link.
You can always cancel it by opening another page.
</li>
<li>Bookmarks</li>
<li>Search</li>
</ul>
</description>

<screenshots>
<screenshot type="default" height="722" width="1022">
<image>https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/1.png</image>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/1.png</image>
</screenshot>
<screenshot height="752" width="442">
<image>https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/2.png</image>
<screenshot>
<image type="source">https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/2.png</image>
</screenshot>
<screenshot height="752" width="442">
<image>https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/3.png</image>
<screenshot>
<image type="source">https://raw.githubusercontent.com/ranfdev/Geopard/master/data/screenshots/3.png</image>
</screenshot>
</screenshots>



<url type="homepage">https://ranfdev.com/projects/Geopard</url>
<url type="bugtracker">https://github.com/ranfdev/Geopard/issues/</url>
<url type="donation">https://github.com/sponsors/ranfdev</url>
<content_rating type="oars-1.0" />

<kudos>
<!--
GNOME Software kudos:
https://gitlab.gnome.org/GNOME/gnome-software/blob/master/doc/kudos.md
-->
<kudo>ModernToolkit</kudo>
<kudo>HiDpiIcon</kudo>
</kudos>

<supports>
<control>keyboard</control>
<control>pointing</control>
<control>touch</control>
</supports>

<requires>
<display_length compare="ge">360</display_length>
</requires>

<custom>
<value key="Purism::form_factor">mobile</value>
</custom>

<releases>
<release version="1.4.0" date="2023-03-23">
Expand Down Expand Up @@ -123,34 +151,4 @@
</description>
</release>
</releases>

<kudos>
<!--
GNOME Software kudos:
https://gitlab.gnome.org/GNOME/gnome-software/blob/master/doc/kudos.md
-->
<kudo>ModernToolkit</kudo>
<kudo>HiDpiIcon</kudo>
</kudos>

<recommends>
<control>keyboard</control>
<control>pointing</control>
<control>touch</control>
</recommends>

<requires>
<display_length compare="ge">small</display_length>
</requires>

<custom>
<value key="Purism::form_factor">workstation</value>
<value key="Purism::form_factor">mobile</value>
</custom>


<developer_name>Lorenzo Miglietta</developer_name>
<update_contact>[email protected]</update_contact>
<translation type="gettext">@gettext-package@</translation>
<launchable type="desktop-id">@[email protected]</launchable>
</component>

0 comments on commit beb31eb

Please sign in to comment.