changeset 473:4f923e7e82b6

misc: added freedesktop metadata files
author Goffi <goffi@goffi.org>
date Fri, 18 Jun 2021 13:05:41 +0200
parents fa1b243c1904
children 98be52d5ac25
files misc/README misc/org.libervia.LiberviaDesktop.desktop misc/org.libervia.LiberviaDesktop.metainfo.xml
diffstat 3 files changed, 78 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/README	Fri Jun 18 13:05:41 2021 +0200
@@ -0,0 +1,7 @@
+This directory contains files related to Libervia Desktop but not directly used by it.
+
+* org.libervia.LiberviaDesktop.metainfo.xml:
+	AppStream metadata as specified at https://www.freedesktop.org/software/appstream/docs/
+
+* org.libervia.LiberviaDesktop.desktop:
+	Desktop entry as specified at https://specifications.freedesktop.org/desktop-entry-spec/
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/org.libervia.LiberviaDesktop.desktop	Fri Jun 18 13:05:41 2021 +0200
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Type=Application
+Name=Libervia Desktop (Cagou)
+Comment=desktop/mobile frontend for Libervia (XMPP)
+Exec=libervia-desktop
+Icon=org.libervia.LiberviaDesktop
+Categories=Network;InstantMessaging;Chat;FileTransfer;RemoteAccess;
+Keywords=xmpp;chat;messaging;im;file;sharing;communication;jabber;social;network;decentralization;desktop;
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/org.libervia.LiberviaDesktop.metainfo.xml	Fri Jun 18 13:05:41 2021 +0200
@@ -0,0 +1,63 @@
+<?xml version='1.0' encoding='utf-8'?>
+<component type="desktop-application">
+  <!--
+    Copyright 2018-2021 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.
+    -->
+  <id>org.libervia.LiberviaDesktop</id>
+  <metadata_license>FSFAP</metadata_license>
+  <project_license>AGPL-3.0-or-later</project_license>
+  <name>Libervia Desktop (Cagou)</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>Libervia 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>Libervia 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.libervia.LiberviaDesktop.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>Libervia</project_group>
+  <provides>
+    <binary>libervia-desktop</binary>
+  </provides>
+  <releases>
+    <release date="2019-07-24" type="stable" version="0.7.0">
+      <description>
+        <p>"La Commune" release.</p>
+        <p>This version is the first "general audience" one, and introduce Cagou (desktop/mobile interface), OMEMO end-to-end encryption, advanced file sharing, and many other features.</p>
+      </description>
+      <url>https://www.goffi.org/b/N29CuUQS4U4TK36JFuTQ5Q/salut-commune</url>
+    </release>
+  </releases>
+  <content_rating type="oars-1.1">
+    <content_attribute id="social-chat">intense</content_attribute>
+    <content_attribute id="social-audio">intense</content_attribute>
+    <content_attribute id="social-contacts">intense</content_attribute>
+  </content_rating>
+</component>