summaryrefslogtreecommitdiff
path: root/res/fi.skyjake.Lagrange.appdata.xml
blob: 83466c54b5abc0e2235b373f538c88594e103148 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2021 Jaakko Keränen <jaakko.keranen@iki.fi> -->
<component type="desktop-application">
    <id>fi.skyjake.Lagrange</id>
    <metadata_license>CC0-1.0</metadata_license>
    <project_license>BSD-2-Clause</project_license>
    <name>Lagrange</name>
    <summary>A Beautiful Gemini Client</summary>
    <description>
        <p>
            Lagrange is a desktop GUI client for browsing Geminispace. 
            It offers modern conveniences familiar from web browsers, 
            such as smooth scrolling, inline image viewing, multiple 
            tabs, visual themes, Unicode fonts, bookmarks, history, and
            page outlines.
        </p>
        <p>
            Like the Gemini protocol, Lagrange has been designed with
            minimalism in mind. It depends on a small number of essential
            libraries. It is written in C and uses SDL for 
            hardware-accelerated graphics. OpenSSL is used for secure
            communications.
        </p>
    </description>
    <content_rating type="oars-1.1" />
    
    <launchable type="desktop-id">fi.skyjake.Lagrange.desktop</launchable>

    <screenshots>
        <screenshot type="default">
            <image>https://gmi.skyjake.fi/lagrange/flathub_screenshot.jpg</image>
        </screenshot>
    </screenshots>

    <url type="homepage">https://gmi.skyjake.fi/lagrange</url>
    <url type="bugtracker">https://github.com/skyjake/lagrange/issues</url>
    <url type="contact">https://skyjake.fi/@jk</url>

    <developer_name>Jaakko Keränen</developer_name>

    <provides>
        <binary>lagrange</binary>
    </provides>

    <update_contact>jaakko.keranen@iki.fi</update_contact>

    <releases>
        <release version="1.0.3" date="2021-01-12">
            <description>
                <p>This release contains bug fixes and performance improvements.</p>
                <p>Version 1.0 is the first stable release of Lagrange.</p>
            </description>
            <url>https://github.com/skyjake/lagrange/releases/tag/v1.0.3</url>
        </release>
    </releases>
</component>