# HG changeset patch # User Goffi # Date 1684739644 -7200 # Node ID 91e2f18bbbbb4285194c854989a156946f01aeb9 # Parent e4002775d7506fa6bcaeb7fa4e018d374559c662 presentation: temporarily disable broken installation sections diff -r e4002775d750 -r 91e2f18bbbbb templates/default/presentation/presentation.html --- a/templates/default/presentation/presentation.html Mon May 22 09:13:02 2023 +0200 +++ b/templates/default/presentation/presentation.html Mon May 22 09:14:04 2023 +0200 @@ -292,7 +292,7 @@ -
+{#

{% trans %}Demo{% endtrans %}

@@ -311,21 +311,28 @@

- + #}

{% trans %}Installation{% endtrans %}

+
+
+ {% trans %} + We apologize for the inconvenience, but the Flatpak and Docker images previously provided for our project are outdated and currently not functioning properly. In the meantime, we recommend utilizing the source code directly until we resolve the issue. + {% endtrans %} +
+

GNU/Linux

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

-

{% trans flatpak='Flatpak'|safe %}If Libervia 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 %}

+ {#

{% trans flatpak='Flatpak'|safe %}If Libervia 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

+ {#

Flatpak

{% trans %} @@ -352,10 +359,10 @@
flatpak install --user https://salut-a-toi.org/flatpak/org.libervia.LiberviaDesktop_dev.flatpakref
flatpak install --user https://salut-a-toi.org/flatpak/org.libervia.LiberviaTUI_dev.flatpakref
flatpak install --user https://salut-a-toi.org/flatpak/org.libervia.LiberviaCLI_dev.flatpakref
-
+
#} -

Docker

+ {#

Docker

{% trans %} @@ -406,7 +413,7 @@
{{ download_box("https://ftp.goffi.org/cagou/cagou.apk", "Libervia Mobile", "Cagou", "Android") }}
- + #}

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