view flatpak/org.salutatoi.Cagou.appdata.xml @ 138:274af514a5cf

flatpak: reworked packages + made a building script: a new `build_manifest.py` script can now be used to generate flatpak manifests for every frontend of SàT. The manifest can be used both for development versions and stable ones. Templates files (in the form `_tmp_<app-id>.json`) are used to set building instructions. A common runtime specific to SàT has been abandoned following a discussion on the official mailing list. A small wrapper is now used to launch backend automatically if it's not found. Desktop and app metadata have been added for Cagou. Jp and Primitivus don't have appdata and desktop files yet.
author Goffi <goffi@goffi.org>
date Sat, 22 Jun 2019 15:59:07 +0200
parents
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2018, 2019 Jérôme Poisson <goffi@goffi.org>

Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
notice and this notice are preserved.  This file is offered as-is,
without any warranty.
-->
<component type="desktop-application">
    <id>org.salutatoi.Cagou</id>
    <metadata_license>FSFAP</metadata_license>
    <project_license>AGPL-3.0-or-later</project_license>
    <name>Cagou (SàT)</name>
    <summary>Multi-purpose communication ecosystem (desktop/mobile frontend) - XMPP standard</summary>
    <categories>
        <category>Network</category>
        <category>Chat</category>
        <category>FileTransfer</category>
    </categories>
    <description>
        <p>Salut à Toi is a multi-purpose communication ecosystem.</p>
        <p>It offers many tools to communicate and collaborate (instant messaging, blogging, file sharing, photos albums, forums, events, etc.).
        It is multi-purposes, but also multi-frontends (you can use it on desktop, mobile devices, web browser, or terminal) and multi-platforms.</p>

        <p>Salut à Toi (SàT) is made with a strong sense of ethics (see social contract), is decentralized (you can run your own service, keep your important data yourself, while still being able to communicate with the rest of the network), and use a standard communication protocol (XMPP), making it compatible with many other software.</p>
        <p>This part is the desktop/mobile frontend.</p>
    </description>
    <launchable type="desktop-id">org.salutatoi.Cagou.desktop</launchable>
    <screenshots>
        <screenshot type="default">
            <caption>A chat conversation seen with Cagou on Android</caption>
            <image>https://repos.goffi.org/sat_docs/raw-file/tip/screenshots/0.7/cagou_0.7.0b1_android.jpg</image>
        </screenshot>
        <screenshot>
            <caption>A chat conversation seen with Libervia frontend</caption>
            <image>https://repos.goffi.org/sat_docs/raw-file/tip/screenshots/0.7/libervia_pages_chat.png</image>
        </screenshot>
        <screenshot>
            <caption>A photos album seen with Libervia frontend</caption>
            <image>https://repos.goffi.org/sat_docs/raw-file/tip/screenshots/0.7/libervia_pages_photos_album.png</image>
        </screenshot>
    </screenshots>
    <url type="homepage">https://salut-a-toi.org</url>
    <url type="bugtracker">https://bugs.goffi.org</url>
    <project_group>SAT</project_group>
    <provides>
        <binary>cagou</binary>
    </provides>
</component>