annotate templates/sat_website/overview.html @ 127:82cec659362b

add 3 new screenshots from version 0.6, replace Libervia's overview
author souliane <souliane@mailoo.org>
date Tue, 01 Dec 2015 20:01:48 +0100
parents 699b9b130368
children 1bdb78a21647
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
1 {% extends "sat_website/base.html" %}
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
2
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
3 {% comment %}
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
4 SàT website: Salut à Toi's presentation website
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org)
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
6
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
7 This file is part of SàT website.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
8
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
9 SàT website is free software: you can redistribute it and/or modify
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
10 it under the terms of the GNU Affero General Public License as published by
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
11 the Free Software Foundation, either version 3 of the License, or
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
12 (at your option) any later version.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
13
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
14 Foobar is distributed in the hope that it will be useful,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
17 GNU Affero General Public License for more details.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
18
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
19 You should have received a copy of the GNU Affero General Public License
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
20 along with Foobar. If not, see <http://www.gnu.org/licenses/>.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
21 {% endcomment %}
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
22
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
23 {% load i18n %}
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
24 {% load staticfiles %}
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
25
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
26 {% block content %}
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
27
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
28 <div class="container" role="main">
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
29 <header id="overview" class="subhead">
44
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 33
diff changeset
30 <h1>
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 33
diff changeset
31 <div class="row">
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 33
diff changeset
32 <div class="col-md-1">
81
7665d00e5295 use SVG logo
souliane <souliane@mailoo.org>
parents: 77
diff changeset
33 <img id="overview_logo" src="{% static "images/sat_logo.svg" %}" >
44
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 33
diff changeset
34 </div>
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 33
diff changeset
35 <div class="col-md-11">
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 51
diff changeset
36 {% trans "Salut à Toi" %}
113
b96dbc7b6c61 use of “libre” in english version is replaced by “free (libre)” or “free (as in freedom)” to avoid miscomprehension
Goffi <goffi@goffi.org>
parents: 81
diff changeset
37 <div class="lead">{% blocktrans %}Multipurpose, multi frontend, free (libre) and decentralised communication tool.{% endblocktrans %}</div>
44
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 33
diff changeset
38 </div>
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 33
diff changeset
39 </div>
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 33
diff changeset
40 </h1>
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
41 </header>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
42
120
80a0f195231a show the campaign big banner on the "overview" page
souliane <souliane@mailoo.org>
parents: 117
diff changeset
43 {% comment %}FIXME: remove when the campaign is over{% endcomment %}
80a0f195231a show the campaign big banner on the "overview" page
souliane <souliane@mailoo.org>
parents: 117
diff changeset
44 <div class="row">
80a0f195231a show the campaign big banner on the "overview" page
souliane <souliane@mailoo.org>
parents: 117
diff changeset
45 <div class="alert alert-info">
80a0f195231a show the campaign big banner on the "overview" page
souliane <souliane@mailoo.org>
parents: 117
diff changeset
46 <p style="text-align: center">
125
699b9b130368 fixes i18n of the campaign's links
souliane <souliane@mailoo.org>
parents: 121
diff changeset
47 <a href="http://www.arizuka.com/{% trans "en" %}/projects/libervia/" target="#">
120
80a0f195231a show the campaign big banner on the "overview" page
souliane <souliane@mailoo.org>
parents: 117
diff changeset
48 <img src="{% static "images/misc/campagne_android.png" %}" style="max-width:100%;" />
80a0f195231a show the campaign big banner on the "overview" page
souliane <souliane@mailoo.org>
parents: 117
diff changeset
49 </a>
80a0f195231a show the campaign big banner on the "overview" page
souliane <souliane@mailoo.org>
parents: 117
diff changeset
50 </p>
80a0f195231a show the campaign big banner on the "overview" page
souliane <souliane@mailoo.org>
parents: 117
diff changeset
51 <p>&nbsp;</p>
80a0f195231a show the campaign big banner on the "overview" page
souliane <souliane@mailoo.org>
parents: 117
diff changeset
52 <p style="max-width: 754px; text-align: justify; margin: auto">
80a0f195231a show the campaign big banner on the "overview" page
souliane <souliane@mailoo.org>
parents: 117
diff changeset
53 {% trans "We are curently running a crowdfunding campaign for the development of an <b>Android application</b> (frontend for smartphones)." %}
80a0f195231a show the campaign big banner on the "overview" page
souliane <souliane@mailoo.org>
parents: 117
diff changeset
54 {% trans "During this period, we would kindly ask you to support the campaign instead of paying a membership fee. It is still and always possible to join the association for free. It doesn't change anything for you but it helps the campaign to succeed. <b>Thank you!</b>" %}
80a0f195231a show the campaign big banner on the "overview" page
souliane <souliane@mailoo.org>
parents: 117
diff changeset
55 </p>
80a0f195231a show the campaign big banner on the "overview" page
souliane <souliane@mailoo.org>
parents: 117
diff changeset
56 <p style="text-align: center; font-size: x-large">
80a0f195231a show the campaign big banner on the "overview" page
souliane <souliane@mailoo.org>
parents: 117
diff changeset
57 {{ campaign_countdown }}
80a0f195231a show the campaign big banner on the "overview" page
souliane <souliane@mailoo.org>
parents: 117
diff changeset
58 {% if campaign_countdown > 1 %}{% trans " days" %}{% else %}{% trans "day" %}{% endif %}
80a0f195231a show the campaign big banner on the "overview" page
souliane <souliane@mailoo.org>
parents: 117
diff changeset
59 {% trans "left!" %}
80a0f195231a show the campaign big banner on the "overview" page
souliane <souliane@mailoo.org>
parents: 117
diff changeset
60 </p>
80a0f195231a show the campaign big banner on the "overview" page
souliane <souliane@mailoo.org>
parents: 117
diff changeset
61 <p style="text-align: center">
125
699b9b130368 fixes i18n of the campaign's links
souliane <souliane@mailoo.org>
parents: 121
diff changeset
62 <a class="btn btn-primary btn-lg" href="http://www.arizuka.com/{% trans "en" %}/projects/libervia/" target="#" role="button">{% trans "Crowdfunding campaign" %}</a>
120
80a0f195231a show the campaign big banner on the "overview" page
souliane <souliane@mailoo.org>
parents: 117
diff changeset
63 </p>
80a0f195231a show the campaign big banner on the "overview" page
souliane <souliane@mailoo.org>
parents: 117
diff changeset
64 </div>
80a0f195231a show the campaign big banner on the "overview" page
souliane <souliane@mailoo.org>
parents: 117
diff changeset
65 </div>
80a0f195231a show the campaign big banner on the "overview" page
souliane <souliane@mailoo.org>
parents: 117
diff changeset
66
44
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 33
diff changeset
67 <div class="overview_spacer"></div>
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 33
diff changeset
68
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 33
diff changeset
69 <div>
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 33
diff changeset
70 <p class="text-center">{% trans "SàT includes several sub-projects. Libervia, a web interface to discuss and blog with the persons of your choice, is one of them:" %}</p>
127
82cec659362b add 3 new screenshots from version 0.6, replace Libervia's overview
souliane <souliane@mailoo.org>
parents: 125
diff changeset
71 <img class="thumbnail img-thumbnail" src="{% static "images/screenshots/0.6/overview.png" %}" >
44
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 33
diff changeset
72 <p class="text-center">
121
544859115f88 advice to read the FAQ before trying out Libervia demo (regarding security warning)
souliane <souliane@mailoo.org>
parents: 120
diff changeset
73 {% blocktrans with faq='<a href="faq.html" target="_blank">FAQ</a>' %}Please read our {{faq}} before trying out{% endblocktrans %}<br />
44
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 33
diff changeset
74 <a class="btn btn-primary btn-lg" href="{{ libervia_demo_url }}" target="#" role="button">{% trans "Libervia demo version" %}</a>
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
75 </p>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
76 </div>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
77
44
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 33
diff changeset
78 <div class="overview_spacer"></div>
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 33
diff changeset
79
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
80 <div class="row">
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
81 <div class="col-md-6">
45
62c23067e86e improve English texts following recommandations from Florian
souliane <souliane@mailoo.org>
parents: 44
diff changeset
82 <h3>{% trans "Multipurpose" %}</h3>
67
ae46991a3489 English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents: 55
diff changeset
83 {% trans "SàT covers a large spectrum of the Internet functions and uses:" %}
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
84 <ul>
67
ae46991a3489 English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents: 55
diff changeset
85 <li>{%blocktrans %}<strong>Chat</strong> with one or many contacts, in public or private rooms.{% endblocktrans %}</li>
ae46991a3489 English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents: 55
diff changeset
86 <li>{% blocktrans %}Organize <strong>contact groups</strong> and restrict the visibility of your messages.{% endblocktrans %}</li>
ae46991a3489 English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents: 55
diff changeset
87 <li>{% blocktrans %}End-to-end <strong>encryption</strong> makes your communications private.{% endblocktrans %}</li>
ae46991a3489 English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents: 55
diff changeset
88 <li>{% blocktrans %}<strong>Blogging</strong> system to share instant thoughts or write longer articles.{% endblocktrans %}</li>
ae46991a3489 English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents: 55
diff changeset
89 <li>{% blocktrans %}File sharing, games, interaction with other networks.{% endblocktrans %}</li>
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
90 </ul>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
91 <p><a class="btn btn-default" href="features.html" role="button">{% trans "Features" %}</a></p>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
92 </div>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
93 <div class="col-md-6">
45
62c23067e86e improve English texts following recommandations from Florian
souliane <souliane@mailoo.org>
parents: 44
diff changeset
94 <h3>{% trans "Multi frontend" %}</h3>
67
ae46991a3489 English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents: 55
diff changeset
95 {% blocktrans %}SàT can be used via different interfaces, each of them being a sub-project, but the heart of the software remains the same. You can use SàT:{% endblocktrans %}
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
96 <ul>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
97 <li>{% blocktrans %}with a browser through the <strong>web</strong> interface Libervia{% endblocktrans %}</li>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
98 <li>{% blocktrans %}inside a <strong>console</strong> user interface{% endblocktrans %}</li>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
99 <li>{% blocktrans %}through a <strong>command line</strong>{% endblocktrans %}</li>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
100 </ul>
46
a18800261cf6 change some texts, add a couple of screenshots, set metadata version and year to the medias
souliane <souliane@mailoo.org>
parents: 45
diff changeset
101 <p>{% blocktrans %}Other frontends are planned (telephones, desktop).{% endblocktrans %}</p>
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
102 <p><a class="btn btn-default" href="frontends.html" role="button">{% trans "Frontends" %}</a></p>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
103 </div>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
104 </div>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
105
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
106 <div class="row">
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
107 <div class="col-md-6">
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
108 <h3>{% trans "Libre" %}</h3>
67
ae46991a3489 English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents: 55
diff changeset
109 <p>{% blocktrans %}SàT is not only open source, it's Libre and follows the free software philosophy ("free" as in freedom) because it's the best way to develop a software, but also in the spirit of sharing. In addition, SàT follows a social contract: a moral engagement with the user.{% endblocktrans %}</p>
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
110 <p><a class="btn btn-default" href="social_contract.html" role="button">{% trans "Social contract" %}</a></p>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
111 </div>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
112 <div class="col-md-6">
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
113 <h3>{% trans "Decentralised" %}</h3>
67
ae46991a3489 English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents: 55
diff changeset
114 <p>{% blocktrans %}SàT has many similarities with the email network. For instance, there is no big server where all the data is kept, but many servers managed by different entities. This is the only way to fight against censorship, to hinder governmental surveillance and to keep control of your data - you don't want your private pictures or intimate messages to be in the hands of an untrusted commercial company, do you?{% endblocktrans %}</p>
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
115 </div>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
116 </div>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
117
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
118 <div class="overview_spacer"></div>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
119
44
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 33
diff changeset
120 <div class="well">
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 33
diff changeset
121 <h4>{% trans "The association" %}</h4>
67
ae46991a3489 English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents: 55
diff changeset
122 <p>{% blocktrans %}Salut à Toi and Libervia are developed by a non-profit and self-managed association. We are fighting against the hold-up of the Internet by private corporations and abusive governmental control. Do you want to help us? The membership is open to everybody and the amount of the contribution is up to you, from 0 to 100€. Even joining for free means something to us, it is moral support! {% endblocktrans %}</p>
117
777750923062 remove all counters during the android campaign
souliane <souliane@mailoo.org>
parents: 113
diff changeset
123 {% comment %}
71
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 67
diff changeset
124 {% include "sat_website/finance.html" with obj="members" %}
44
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 33
diff changeset
125 {% include "sat_website/finance.html" %}
117
777750923062 remove all counters during the android campaign
souliane <souliane@mailoo.org>
parents: 113
diff changeset
126 {% endcomment %}
44
d721c8ffa22a misc updates:
souliane <souliane@mailoo.org>
parents: 33
diff changeset
127 <p>
77
13ebb548f234 use membership instead of adhesion in English (also rename the files)
souliane <souliane@mailoo.org>
parents: 71
diff changeset
128 <a class="btn btn-default" href="membership.html" role="button">{% trans "Membership" %}</a>
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
129 </p>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
130 </div>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
131
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
132 <div class="overview_spacer"></div>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
133
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
134 <div class="well">
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
135 <h4>{% trans "Run it yourself!" %}</h4>
46
a18800261cf6 change some texts, add a couple of screenshots, set metadata version and year to the medias
souliane <souliane@mailoo.org>
parents: 45
diff changeset
136 <p>{% trans "If you enjoyed testing our demonstration version of Libervia and if you have the technical knowledge to do it, you can download the software and run it on your own machine. Even better, you can host a public Libervia server and help the decentralisation! Our goal is not to host every account on our server... we don't want your data!" %}</p>
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
137 <p><a class="btn btn-default" href="downloads.html" role="button">{% trans "Downloads" %}</a></p>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
138 </div>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
139 </div>
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 26
diff changeset
140
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
141 {% endblock %}