annotate templates/sat_website/downloads.html @ 60:0d20fb28c32e

many small changes: - set opacity 0.85 to libervia screenshot on the main page - remove videos from the repository (stored on external ftp) - more details in the README concerning the i18n - settings can be overriden by an external file (for the stats) - add in basic features.html a button to experimental features - add a link to the SàT MUC in downloads section - add link to bugzilla + improve other links in dev/community - add + symbol for projects using standard blogging system - add ~ symbol for projects being no communication tool - save subscription form results to a text file - update press.py and links.py
author souliane <souliane@mailoo.org>
date Fri, 15 May 2015 17:15:40 +0200
parents 3b4ba14d1e26
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
39
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
1 {% extends "sat_website/category.html" %}
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
2
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
3 {% comment %}
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
4 SàT website: Salut à Toi's presentation website
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org)
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
6
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
7 This file is part of SàT website.
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
8
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
9 SàT website is free software: you can redistribute it and/or modify
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
10 it under the terms of the GNU Affero General Public License as published by
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
11 the Free Software Foundation, either version 3 of the License, or
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
12 (at your option) any later version.
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
13
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
14 Foobar is distributed in the hope that it will be useful,
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
17 GNU Affero General Public License for more details.
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
18
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
19 You should have received a copy of the GNU Affero General Public License
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
20 along with Foobar. If not, see <http://www.gnu.org/licenses/>.
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
21 {% endcomment %}
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
22
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
23 {% load i18n %}
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
24 {% load staticfiles %}
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
25 {% load utils %}
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
26
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
27 {% block headline %}{% trans "Downloads" %}{% endblock %}
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
28 {% block subtext %}{% trans "The archives containing the source code" %}{% endblock %}
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
29 {% block main_container %}
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
30
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
31 <div class="row">
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
32 <h5 class="alert alert-info">
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
33 {% trans "Information" %}
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
34 </h5>
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
35 <div class="info">
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
36 <p>{% trans "This page allows you to download SàT and its related projects source code. There is not (yet) an installer to double click to make it work out of the box." %}</p>
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
37 <p>{% trans "We are thinking about a way to allow everybody to easily install SàT at home, but for now it will seem difficult to the persons who are not familiar with GNU/Linux operating systems. For the Windows and MacOS users, the best way to test SàT for now is to visit our demonstration website running Libervia." %}</p>
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
38 <p><a class="btn btn-default" target="#" href="{{ libervia_demo_url }}" role="button">{% trans "Libervia demo" %}</a></p>
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
39 </div>
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
40 </div>
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
41 <div class="row">
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
42 <h5 class="alert alert-success">
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
43 {% trans "Latest development versions" %}
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
44 </h5>
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
45 <div class="info row">
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
46 {% for project, infos in projects_infos.items %}
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
47 <div class='col-md-6'>
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
48 <a href="{{ infos.0 }}">{% blocktrans with project=project version=infos.1 %}Download {{ project }} {{ version }}{% endblocktrans %}</a>
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
49 </div>
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
50 <div class='col-md-6'>
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
51 {{ infos.2 }}
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
52 </div>
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
53 {% endfor %}
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
54 </div>
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
55 <div class="info">
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
56 <p>{% trans "When not trivial (e.g. sat_media just needs to be extracted somewhere), the installation procedure is described in the INSTALL file that you will find in the package." %}</p>
60
0d20fb28c32e many small changes:
souliane <souliane@mailoo.org>
parents: 48
diff changeset
57 <p>{% blocktrans with sat_muc="<a target=\"#\" href=\"xmpp:sat@chat.jabberfr.org?join\">sat@chat.jabberfr.org</a>" %}You are also welcome in our multi-user chat room: {{ sat_muc }}.{% endblocktrans %}</p>
39
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
58 </div>
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
59 <div class="row">
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
60 <h5 class="alert alert-success">
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
61 {% trans "Other sources of installation" %}
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
62 </h5>
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
63 <div class="info">
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
64 <p>{% trans "To ease the procedure, you can also install the last SàT packages from PyPI, the Python Package Index." %}</p>
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
65 <p><a class="btn btn-default" target="#" href="https://pypi.python.org/pypi/sat" role="button">{% trans "Visit PyPI" %}</a></p>
48
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 39
diff changeset
66 <p>{% trans "Thanks to the maintainers of SàT packages, you might even find some really-easy-to-install packages in your distribution repositories!" %}</p>
39
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
67 <p><a class="btn btn-default" target="#" href="https://packages.debian.org/source/sid/salutatoi" role="button">{% trans "Packages in Debian sid" %}</a></p>
48
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 39
diff changeset
68 <p>{% trans "But after all... the easiest is probably to run the Docker images :-)" %}</p>
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 39
diff changeset
69 <p><a class="btn btn-default" target="#" href="http://wiki.goffi.org/wiki/Docker/en" role="button">{% trans "Docker installation" %}</a></p>
39
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
70 <p>{% trans "Some complementary information are given on the wiki." %}</p>
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
71 <p><a class="btn btn-default" target="#" href="http://wiki.goffi.org/wiki/Salut_%C3%A0_Toi/en#Latest_release" role="button">{% trans "Visit the wiki" %}</a></p>
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
72 </p>
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
73 </div>
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
74 </div>
d2c45f4ba57e add downloads.html
souliane <souliane@mailoo.org>
parents:
diff changeset
75 {% endblock %}