annotate templates/default/presentation/presentation.html @ 3:b7e8db97b3b0

presentation: added installation section, with links to Flatpak and Android packages
author Goffi <goffi@goffi.org>
date Fri, 28 Jun 2019 17:12:40 +0200
parents b7045cd85da9
children dc880664a8ec
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
1 {% if not embedded %}{% extends 'base/base.html' %}{% endif %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
2
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
3 {% block body %}
3
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
4 {{ icon_defs('chat', 'lock-filled', 'blog', 'exchange', 'picture', 'calendar', 'clipboard', 'desktop', 'mobile', 'globe', 'terminal', 'shield', 'ok', 'brush', 'unlink', 'heart-filled', 'group', 'box') }}
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
5 <div class="box box--zero box--center">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
6 <h1>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
7 <img class="img--inline-bottom img--very-small" src="{{media_path}}icons_svg/sat.svg">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
8 Salut à Toi
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
9 </h1>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
10 <p class="heading__subtitle">{% trans %}The Universal Communication Ecosystem{% endtrans %}</p>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
11 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
12
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
13
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
14 <div class="box box--quarter-screen box--large box--center box--hollow box--extra-margin">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
15 <p class="description">{% trans %}Salut à Toi is a all-in-one tool to manage all your communications needs: instant messaging, (micro)blogging, file sharing, events, forums, tasks management, etc.{% endtrans %}</p>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
16 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
17
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
18
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
19 <div class="paired-slides box--large box--middle box-zero box--half-screen box--center">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
20 <div><img class="img--center" src="cagou_chat_desktop.jpg"></div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
21 <ul class="list list--features">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
22 <li class="list__item">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
23 {{ icon('chat', cls='icon--small') }}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
24 {% trans %}chat with your friends, family or coworkers{% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
25 </li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
26 <li class="list__item">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
27 {{ icon('lock-filled', cls='icon--small') }}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
28 {% trans %}encrypt conversations to protect your privacy{% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
29 </li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
30 <li class="list__item">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
31 {{ icon('blog', cls='icon--small') }}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
32 {% trans %}blog publicly or only with a group of contacts{% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
33 </li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
34 <li class="list__item">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
35 {{ icon('exchange', cls='icon--small') }}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
36 {% trans %}share files directly (peer to peer) or store them on your server and access them from anywhere{% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
37 </li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
38 <li class="list__item">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
39 {{ icon('picture', cls='icon--small') }}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
40 {% trans %}share private photos albums with your family{% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
41 </li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
42 <li class="list__item">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
43 {{ icon('calendar', cls='icon--small') }}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
44 {% trans %}create and manage events{% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
45 </li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
46 <li class="list__item">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
47 {{ icon('clipboard', cls='icon--small') }}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
48 {% trans %}organise your work using tickets handler{% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
49 </li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
50 </ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
51 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
52
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
53
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
54 <div class="paired-slides box--large box--middle box-zero box--half-screen box--center">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
55 <div><img class="img--center" src="libervia_event.png"></div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
56 <ul class="list list--features">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
57 <li class="list__item">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
58 {{ icon('desktop', cls='icon--small') }}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
59 {% trans %}works natively on desktop (not a disguised web browser){% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
60 </li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
61 <li class="list__item">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
62 {{ icon('mobile', cls='icon--small') }}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
63 {% trans %}works natively on mobile devices (Android){% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
64 </li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
65 <li class="list__item">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
66 {{ icon('globe', cls='icon--small') }}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
67 {% trans %}works on the web{% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
68 </li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
69 <li class="list__item">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
70 {{ icon('shield', cls='icon--small') }}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
71 {% trans %}most of web pages can be viewed without javascript enabled, improving security (javascript is used when available){% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
72 </li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
73 <li class="list__item">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
74 {{ icon('terminal', cls='icon--small') }}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
75 {% trans %}powerful command-line interface{% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
76 </li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
77 <li class="list__item">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
78 {{ icon('ok', cls='icon--small') }}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
79 {% trans %}cross-platform{% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
80 </li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
81 <li class="list__item">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
82 {{ icon('brush', cls='icon--small') }}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
83 {% trans %}highly modular and customisable{% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
84 </li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
85 </ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
86 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
87
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
88
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
89 <div class="box box--quarter-screen box--zero box--large box--center">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
90 <p class="description description--emphasis">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
91 {% trans url_open='<a href="/social_contract">'|safe,url_close='</a>'|safe %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
92 Salut à Toi is a Libre software, based on well established standards (XMPP), decentralised and federating. It is developed around strong ethical values. Check our {{url_open}}social contract{{url_close}}.
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
93 {% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
94 </p>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
95 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
96
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
97
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
98 <div class="box box--zero box--large box--center">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
99 <ul class="list list--features">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
100 <li class="list__item list__item--show-links">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
101 {{ icon('unlink', cls='icon--small') }}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
102 {% trans %}Salut à Toi is a Libre software{% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
103
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
104 {% trans url_open='<a href="https://repos.goffi.org/sat/file/tip">'|safe,url_close='</a>'|safe %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
105 ({{url_open}}source code{{url_close}}).
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
106 {% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
107 </li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
108 <li class="list__item">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
109 {{ icon('heart-filled', cls='icon--small') }}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
110 {% trans %}we follow a social contract, a moral engagement with the community{% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
111 </li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
112 <li class="list__item">
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
113 {{ icon('group', cls='icon--small') }}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
114 {% trans %}"Salut a Toi" is also the name of the association which manage the project.<br>Major decisions are debated there.{% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
115 </li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
116 </ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
117 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
118
3
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
119
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
120 <div class="box box--zero box--large box--center">
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
121 <h2 class="heading__subtitle heading--paper">
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
122 {% trans %}installation{% endtrans %}
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
123 </h2>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
124 <h3 class="heading--paper">GNU/Linux</h3>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
125 <p>{% 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 %}</p>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
126 <p>{% trans flatpak='<a href="https://flatpak.org/" target="_blank" rel="noreferrer noopener">Flatpak</a>'|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 %}</p>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
127 <h3 class="heading--paper">Flatpak</h3>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
128 <p class="text--warning">
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
129 {% trans %}
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
130 Those packages are development preview, they are not stable and bugs and crashes may happen
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
131 {% endtrans %}
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
132 </p>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
133 <ul class="grid">
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
134 {% for url, name, description in (
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
135 ("https://salut-a-toi.org/flatpak/org.salutatoi.Cagou_dev.flatpakref",
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
136 "Cagou", _("Desktop")),
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
137
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
138 ("https://salut-a-toi.org/flatpak/org.salutatoi.Primitivus_dev.flatpakref",
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
139 "Primitivus", _("Text User Interface")),
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
140
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
141 ("https://salut-a-toi.org/flatpak/org.salutatoi.Jp_dev.flatpakref",
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
142 "jp", _("Command Line Interface")),
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
143 ) %}
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
144 <li class='grid__item grid__item--medium grid__item--selectable'>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
145 <a href="{{url}}" target="_blank">
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
146 {{ icon('box', cls='icon--block icon--medium') }}
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
147 <span>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
148 {% trans %}Click here to install {% endtrans %}
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
149 <span class="text--emphasis">{{name}}</span> ({{description}})
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
150 </span>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
151 </a>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
152 </li>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
153 {% endfor %}
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
154 </ul>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
155 <div class="box">
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
156 <p>{% trans %}If the links above are not working, you can use the following commands (supposing that Flatpak is already installed):{% endtrans %}</p>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
157 <pre>flatpak install --user https://salut-a-toi.org/flatpak/org.salutatoi.Cagou_dev.flatpakref</pre>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
158 <pre>flatpak install --user https://salut-a-toi.org/flatpak/org.salutatoi.Primitivus_dev.flatpakref</pre>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
159 <pre>flatpak install --user https://salut-a-toi.org/flatpak/org.salutatoi.Jp_dev.flatpakref</pre>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
160 </div>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
161 <h3 class="heading--paper">Android</h3>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
162 <p class="text--warning">
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
163 {% trans %}
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
164 This package is a development preview, it is not stable and bugs and crashes may happen
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
165 {% endtrans %}
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
166 </p>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
167 <ul class="grid">
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
168 <li class='grid__item grid__item--medium grid__item--selectable'>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
169 <a href="https://ftp.goffi.org/cagou/cagou.apk" target="_blank">
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
170 {{ icon('box', cls='icon--block icon--medium') }}
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
171 <span>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
172 {% trans %}Click here to install {% endtrans %}
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
173 <span class="text--emphasis">
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
174 {% trans %}Cagou for Android{% endtrans%}</span>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
175 </span>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
176 </span>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
177 </a>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
178 </li>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
179 </ul>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
180 <h3 class="heading--paper">
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
181 {% trans %}
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
182 Source Code
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
183 {% endtrans %}
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
184 </h3>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
185 <p>{% trans doc_url_open='<a href="/documentation">'|safe,
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
186 doc_url_close='</a>'|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 %}</p>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
187 <h3 class="heading--paper">
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
188 {% trans %}
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
189 Other
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
190 {% endtrans %}
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
191 </h3>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
192 <p>{% trans %}Please note that:{% endtrans %}</p>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
193 <ul>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
194 <li>{% trans %}Libervia, the web frontend, must be installed from source code, please check documentation for more details{% endtrans %}</li>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
195 <li>{% trans %}There are Docker images, but outdated, so we don't list them here. We'll update them as soon as possible.{% endtrans %}</li>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
196 <li>{% trans %}Salut à Toi may be installable on many platforms, contact us if you want to see it on a specific one{% endtrans %}</li>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
197 </ul>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
198 </div>
b7e8db97b3b0 presentation: added installation section, with links to Flatpak and Android packages
Goffi <goffi@goffi.org>
parents: 1
diff changeset
199
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
200 {% endblock body %}