Mercurial > libervia-website
comparison templates/default/presentation/presentation.html @ 25:91e2f18bbbbb
presentation: temporarily disable broken installation sections
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 22 May 2023 09:14:04 +0200 |
parents | 0d6ae55579a5 |
children | 2f0a33b117d3 |
comparison
equal
deleted
inserted
replaced
24:e4002775d750 | 25:91e2f18bbbbb |
---|---|
290 </div> | 290 </div> |
291 </div> | 291 </div> |
292 </div> | 292 </div> |
293 </section> | 293 </section> |
294 | 294 |
295 <div id="demo" class="section container"> | 295 {#<div id="demo" class="section container"> |
296 <h1 class="title is-2">{% trans %}Demo{% endtrans %}</h1> | 296 <h1 class="title is-2">{% trans %}Demo{% endtrans %}</h1> |
297 <div class="box content"> | 297 <div class="box content"> |
298 <p> | 298 <p> |
299 {% trans | 299 {% trans |
300 demo_url_open='<a href="https://www.libervia.org" target="_blank">'|safe, | 300 demo_url_open='<a href="https://www.libervia.org" target="_blank">'|safe, |
309 Please note that this is only for demo purpose, and all data (including accounts) may be wiped out at any time, don't use it for any serious purpose. | 309 Please note that this is only for demo purpose, and all data (including accounts) may be wiped out at any time, don't use it for any serious purpose. |
310 {%- endtrans %} | 310 {%- endtrans %} |
311 </div> | 311 </div> |
312 </div> | 312 </div> |
313 </div> | 313 </div> |
314 </div> | 314 </div> #} |
315 | 315 |
316 | 316 |
317 <div id="installation" class="section container"> | 317 <div id="installation" class="section container"> |
318 <h1 class="title is-2"> | 318 <h1 class="title is-2"> |
319 {% trans %}Installation{% endtrans %} | 319 {% trans %}Installation{% endtrans %} |
320 </h1> | 320 </h1> |
321 <div class="message is-warning"> | |
322 <div class="message-body"> | |
323 {% trans %} | |
324 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. | |
325 {% endtrans %} | |
326 </div> | |
327 </div> | |
321 <h3 class="subtitle is-3">GNU/Linux</h3> | 328 <h3 class="subtitle is-3">GNU/Linux</h3> |
322 <div class="content box"> | 329 <div class="content box"> |
323 <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> | 330 <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> |
324 <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> | 331 {#<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> #} |
325 </div> | 332 </div> |
326 | 333 |
327 | 334 |
328 <h3 class="subtitle is-3">Flatpak</h3> | 335 {#<h3 class="subtitle is-3">Flatpak</h3> |
329 <div class="message is-warning"> | 336 <div class="message is-warning"> |
330 <div class="message-body"> | 337 <div class="message-body"> |
331 {% trans %} | 338 {% trans %} |
332 Those packages are development preview, they are not stable and bugs and crashes may happen | 339 Those packages are development preview, they are not stable and bugs and crashes may happen |
333 {% endtrans %} | 340 {% endtrans %} |
350 <div class="box content"> | 357 <div class="box content"> |
351 <p>{% trans %}If the links above are not working, you can use the following commands (supposing that Flatpak is already installed):{% endtrans %}</p> | 358 <p>{% trans %}If the links above are not working, you can use the following commands (supposing that Flatpak is already installed):{% endtrans %}</p> |
352 <pre>flatpak install --user https://salut-a-toi.org/flatpak/org.libervia.LiberviaDesktop_dev.flatpakref</pre> | 359 <pre>flatpak install --user https://salut-a-toi.org/flatpak/org.libervia.LiberviaDesktop_dev.flatpakref</pre> |
353 <pre>flatpak install --user https://salut-a-toi.org/flatpak/org.libervia.LiberviaTUI_dev.flatpakref</pre> | 360 <pre>flatpak install --user https://salut-a-toi.org/flatpak/org.libervia.LiberviaTUI_dev.flatpakref</pre> |
354 <pre>flatpak install --user https://salut-a-toi.org/flatpak/org.libervia.LiberviaCLI_dev.flatpakref</pre> | 361 <pre>flatpak install --user https://salut-a-toi.org/flatpak/org.libervia.LiberviaCLI_dev.flatpakref</pre> |
355 </div> | 362 </div> #} |
356 | 363 |
357 | 364 |
358 <h3 class="subtitle is-3">Docker</h3> | 365 {#<h3 class="subtitle is-3">Docker</h3> |
359 <div class="message is-warning"> | 366 <div class="message is-warning"> |
360 <div class="message-body"> | 367 <div class="message-body"> |
361 {% trans %} | 368 {% trans %} |
362 Those images are development preview, they are not stable and bugs and crashes may happen | 369 Those images are development preview, they are not stable and bugs and crashes may happen |
363 {% endtrans %} | 370 {% endtrans %} |
404 </div> | 411 </div> |
405 </div> | 412 </div> |
406 <div class="columns"> | 413 <div class="columns"> |
407 {{ download_box("https://ftp.goffi.org/cagou/cagou.apk", "Libervia Mobile", "Cagou", "Android") }} | 414 {{ download_box("https://ftp.goffi.org/cagou/cagou.apk", "Libervia Mobile", "Cagou", "Android") }} |
408 </div> | 415 </div> |
409 | 416 #} |
410 | 417 |
411 <h3 class="subtitle is-3"> | 418 <h3 class="subtitle is-3"> |
412 {% trans %}Source Code{% endtrans %} | 419 {% trans %}Source Code{% endtrans %} |
413 </h3> | 420 </h3> |
414 <div class="box content"> | 421 <div class="box content"> |