changeset 25:91e2f18bbbbb

presentation: temporarily disable broken installation sections
author Goffi <goffi@goffi.org>
date Mon, 22 May 2023 09:14:04 +0200
parents e4002775d750
children 0fe78d74a792
files templates/default/presentation/presentation.html
diffstat 1 files changed, 14 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
     </div>
 </section>
 
-<div id="demo" class="section container">
+{#<div id="demo" class="section container">
     <h1 class="title is-2">{% trans %}Demo{% endtrans %}</h1>
     <div class="box content">
         <p>
@@ -311,21 +311,28 @@
             </div>
         </div>
     </div>
-</div>
+</div> #}
 
 
 <div id="installation" class="section container">
     <h1 class="title is-2">
         {% trans %}Installation{% endtrans %}
     </h1>
+    <div class="message is-warning">
+        <div class="message-body">
+            {% 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 %}
+        </div>
+    </div>
     <h3 class="subtitle is-3">GNU/Linux</h3>
     <div class="content box">
         <p>{% 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 %}</p>
-        <p>{% trans flatpak='<a href="https://flatpak.org/" target="_blank" rel="noreferrer noopener">Flatpak</a>'|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 %}</p>
+        {#<p>{% trans flatpak='<a href="https://flatpak.org/" target="_blank" rel="noreferrer noopener">Flatpak</a>'|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 %}</p> #}
     </div>
 
 
-    <h3 class="subtitle is-3">Flatpak</h3>
+    {#<h3 class="subtitle is-3">Flatpak</h3>
     <div class="message is-warning">
         <div class="message-body">
             {% trans %}
@@ -352,10 +359,10 @@
         <pre>flatpak install --user https://salut-a-toi.org/flatpak/org.libervia.LiberviaDesktop_dev.flatpakref</pre>
         <pre>flatpak install --user https://salut-a-toi.org/flatpak/org.libervia.LiberviaTUI_dev.flatpakref</pre>
         <pre>flatpak install --user https://salut-a-toi.org/flatpak/org.libervia.LiberviaCLI_dev.flatpakref</pre>
-    </div>
+    </div> #}
 
 
-    <h3 class="subtitle is-3">Docker</h3>
+    {#<h3 class="subtitle is-3">Docker</h3>
     <div class="message is-warning">
         <div class="message-body">
             {% trans %}
@@ -406,7 +413,7 @@
     <div class="columns">
         {{ download_box("https://ftp.goffi.org/cagou/cagou.apk", "Libervia Mobile", "Cagou", "Android") }}
     </div>
-
+    #}
 
     <h3 class="subtitle is-3">
         {% trans %}Source Code{% endtrans %}