Mercurial > libervia-website
comparison templates/default/presentation/presentation.html @ 33:2f0a33b117d3
presentation: docker image are available again
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 11 Dec 2023 01:12:33 +0100 |
parents | 91e2f18bbbbb |
children | 68b51f51878c |
comparison
equal
deleted
inserted
replaced
32:c8916c5c142d | 33:2f0a33b117d3 |
---|---|
319 {% trans %}Installation{% endtrans %} | 319 {% trans %}Installation{% endtrans %} |
320 </h1> | 320 </h1> |
321 <div class="message is-warning"> | 321 <div class="message is-warning"> |
322 <div class="message-body"> | 322 <div class="message-body"> |
323 {% trans %} | 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. | 324 We apologize for the inconvenience, but the Flatpak 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 %} | 325 {% endtrans %} |
326 </div> | 326 </div> |
327 </div> | 327 </div> |
328 <h3 class="subtitle is-3">GNU/Linux</h3> | 328 <h3 class="subtitle is-3">GNU/Linux</h3> |
329 <div class="content box"> | 329 <div class="content box"> |
360 <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> |
361 <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> |
362 </div> #} | 362 </div> #} |
363 | 363 |
364 | 364 |
365 {#<h3 class="subtitle is-3">Docker</h3> | 365 <h3 class="subtitle is-3">Docker</h3> |
366 <div class="message is-warning"> | 366 <div class="message is-warning"> |
367 <div class="message-body"> | 367 <div class="message-body"> |
368 {% trans %} | 368 {% trans %} |
369 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 |
370 {% endtrans %} | 370 {% endtrans %} |
411 </div> | 411 </div> |
412 </div> | 412 </div> |
413 <div class="columns"> | 413 <div class="columns"> |
414 {{ 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") }} |
415 </div> | 415 </div> |
416 #} | |
417 | 416 |
418 <h3 class="subtitle is-3"> | 417 <h3 class="subtitle is-3"> |
419 {% trans %}Source Code{% endtrans %} | 418 {% trans %}Source Code{% endtrans %} |
420 </h3> | 419 </h3> |
421 <div class="box content"> | 420 <div class="box content"> |