# HG changeset patch # User Goffi # Date 1561734760 -7200 # Node ID b7e8db97b3b0c777e754e7a8bb4cc427f48bffe0 # Parent abef25655882b95bad026c0da482167a4e1803d9 presentation: added installation section, with links to Flatpak and Android packages diff -r abef25655882 -r b7e8db97b3b0 templates/default/presentation/presentation.html --- a/templates/default/presentation/presentation.html Tue May 28 09:24:40 2019 +0200 +++ b/templates/default/presentation/presentation.html Fri Jun 28 17:12:40 2019 +0200 @@ -1,7 +1,7 @@ {% if not embedded %}{% extends 'base/base.html' %}{% endif %} {% block body %} -{{ icon_defs('chat', 'lock-filled', 'blog', 'exchange', 'picture', 'calendar', 'clipboard', 'desktop', 'mobile', 'globe', 'terminal', 'shield', 'ok', 'brush', 'unlink', 'heart-filled', 'group') }} +{{ icon_defs('chat', 'lock-filled', 'blog', 'exchange', 'picture', 'calendar', 'clipboard', 'desktop', 'mobile', 'globe', 'terminal', 'shield', 'ok', 'brush', 'unlink', 'heart-filled', 'group', 'box') }}

@@ -116,4 +116,85 @@

+ +
+

+ {% trans %}installation{% endtrans %} +

+

GNU/Linux

+

{% trans %}If you are on GNU/Linux the recommended way to install SàT is to use your distribution official packages. Please check your distribution to see if Salut à Toi is available (and request it if it's not). SàT is available at least on Arch Linux and Debian and its derivated.{% endtrans %}

+

{% trans flatpak='Flatpak'|safe %}If SàT is not available or the version is too old, you can use {{flatpak}} (which may be installed by default on some recent distributions) to install it, see below.{% endtrans %}

+

Flatpak

+

+ {% trans %} + Those packages are development preview, they are not stable and bugs and crashes may happen + {% endtrans %} +

+ +
+

{% trans %}If the links above are not working, you can use the following commands (supposing that Flatpak is already installed):{% endtrans %}

+
flatpak install --user https://salut-a-toi.org/flatpak/org.salutatoi.Cagou_dev.flatpakref
+
flatpak install --user https://salut-a-toi.org/flatpak/org.salutatoi.Primitivus_dev.flatpakref
+
flatpak install --user https://salut-a-toi.org/flatpak/org.salutatoi.Jp_dev.flatpakref
+
+

Android

+

+ {% trans %} + This package is a development preview, it is not stable and bugs and crashes may happen + {% endtrans %} +

+ +

+ {% trans %} + Source Code + {% endtrans %} +

+

{% trans doc_url_open=''|safe, + doc_url_close=''|safe %}If you have some technical ability, you can also install directly from source code, please check {{doc_url_open}}documentation{{doc_url_close}} for details {% endtrans %}

+

+ {% trans %} + Other + {% endtrans %} +

+

{% trans %}Please note that:{% endtrans %}

+ +
+ {% endblock body %}