Mercurial > sat_legacy_website
annotate templates/sat_website/community.html @ 115:bd30a18690e7
English social contract: software is invariant (Florian and Rachelle)
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 20 Oct 2015 10:11:27 +0200 |
parents | f3b907d0e5ab |
children | 5aad1b36183f |
rev | line source |
---|---|
0 | 1 {% extends "sat_website/category.html" %} |
2 | |
3 {% comment %} | |
4 SàT website: Salut à Toi's presentation website | |
5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org) | |
6 | |
7 This file is part of SàT website. | |
8 | |
9 SàT website is free software: you can redistribute it and/or modify | |
10 it under the terms of the GNU Affero General Public License as published by | |
11 the Free Software Foundation, either version 3 of the License, or | |
12 (at your option) any later version. | |
13 | |
14 Foobar is distributed in the hope that it will be useful, | |
15 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
17 GNU Affero General Public License for more details. | |
18 | |
19 You should have received a copy of the GNU Affero General Public License | |
20 along with Foobar. If not, see <http://www.gnu.org/licenses/>. | |
21 {% endcomment %} | |
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 %} |
0 | 24 {% load staticfiles %} |
35
10ce34ab389a
dummy patch (just add some new lines to make space between the blocks)
souliane <souliane@mailoo.org>
parents:
26
diff
changeset
|
25 |
2
0df46e87537d
i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
26 {% block headline %}{% trans "Salut à Toi's community" %}{% endblock %} |
67
ae46991a3489
English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents:
62
diff
changeset
|
27 {% block subtext %}{% trans "Join us to talk, contribute or share about Salut à Toi" %}{% endblock %} |
0 | 28 {% block main_container %} |
35
10ce34ab389a
dummy patch (just add some new lines to make space between the blocks)
souliane <souliane@mailoo.org>
parents:
26
diff
changeset
|
29 |
0 | 30 <div class="row"> |
26 | 31 <h5 class="alert alert-success"> |
99
dd7a496bf762
add a general footer containing the email contact + add a section for this contact in the "community" section
souliane <souliane@mailoo.org>
parents:
67
diff
changeset
|
32 {% trans "Contact the association" %} |
26 | 33 </h5> |
0 | 34 <div class="info"> |
110
f3b907d0e5ab
changed anti-spam email by .invalid tld. TODO: should use a template instead
Goffi <goffi@goffi.org>
parents:
108
diff
changeset
|
35 <p>{% trans "To contact the managers of the association, please write an email to" %} <a href="mailto:contact@salut-a-toi.invalid">contact@salut-a-toi.invalid</a> {% trans "(replace invalid with org)" %}.</p> |
0 | 36 </div> |
37 </div> | |
38 | |
39 <div class="row"> | |
26 | 40 <h5 class="alert alert-success"> |
99
dd7a496bf762
add a general footer containing the email contact + add a section for this contact in the "community" section
souliane <souliane@mailoo.org>
parents:
67
diff
changeset
|
41 {% trans "Enter the chat room" %} |
dd7a496bf762
add a general footer containing the email contact + add a section for this contact in the "community" section
souliane <souliane@mailoo.org>
parents:
67
diff
changeset
|
42 </h5> |
dd7a496bf762
add a general footer containing the email contact + add a section for this contact in the "community" section
souliane <souliane@mailoo.org>
parents:
67
diff
changeset
|
43 <div class="info"> |
dd7a496bf762
add a general footer containing the email contact + add a section for this contact in the "community" section
souliane <souliane@mailoo.org>
parents:
67
diff
changeset
|
44 <p>{% blocktrans with sat_muc="<a target=\"#\" href=\"http://chat.jabberfr.org/muckl_int/index.php?room=sat\">xmpp:sat@chat.jabberfr.org</a>" %}Salut à Toi's multi-user chat room is the best place to discuss the project. There are many ways to join it, for example using Libervia, but if you prefer to not create any account, just click the following link: {{ sat_muc }}. Please note that you can't send an email to this chat room: its identifier looks like an email address but it's not!{% endblocktrans %}</p> |
dd7a496bf762
add a general footer containing the email contact + add a section for this contact in the "community" section
souliane <souliane@mailoo.org>
parents:
67
diff
changeset
|
45 </div> |
dd7a496bf762
add a general footer containing the email contact + add a section for this contact in the "community" section
souliane <souliane@mailoo.org>
parents:
67
diff
changeset
|
46 </div> |
dd7a496bf762
add a general footer containing the email contact + add a section for this contact in the "community" section
souliane <souliane@mailoo.org>
parents:
67
diff
changeset
|
47 |
dd7a496bf762
add a general footer containing the email contact + add a section for this contact in the "community" section
souliane <souliane@mailoo.org>
parents:
67
diff
changeset
|
48 <div class="row"> |
dd7a496bf762
add a general footer containing the email contact + add a section for this contact in the "community" section
souliane <souliane@mailoo.org>
parents:
67
diff
changeset
|
49 <h5 class="alert alert-success"> |
dd7a496bf762
add a general footer containing the email contact + add a section for this contact in the "community" section
souliane <souliane@mailoo.org>
parents:
67
diff
changeset
|
50 {% trans "Follow the development and learn" %} |
26 | 51 </h5> |
0 | 52 <div class="info"> |
67
ae46991a3489
English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents:
62
diff
changeset
|
53 <p>{% blocktrans with blog="<a target=\"#\" href=\"http://www.goffi.org\">http://www.goffi.org</a>" %}On the main developer's blog, you'll get recent information/reflections about SàT's features (and also more general ones): {{ blog }}{% endblocktrans %}</p> |
62
b09c26afea5f
fixes typos and small changes
souliane <souliane@mailoo.org>
parents:
60
diff
changeset
|
54 <p>{% blocktrans with mailing_list="<a target=\"#\" href=\"http://lists.goffi.org/listinfo/users\">http://lists.goffi.org/listinfo/users</a>" %}You can subscribe to the users mailing list to follow the progression, give your opinion and contribute: {{ mailing_list }}{% endblocktrans %}</p> |
60 | 55 <p>{% blocktrans with wiki="<a target=\"#\" href=\"http://wiki.goffi.org/wiki/Cat%C3%A9gorie:Documentation_utilisateur\">http://wiki.goffi.org/wiki/Catégorie:Documentation_utilisateur</a>" %}You'll find some user documentation on the wiki: {{ wiki }}{% endblocktrans %}</p> |
0 | 56 </div> |
57 | |
58 </div> | |
59 | |
60 <div class="row"> | |
26 | 61 <h5 class="alert alert-success"> |
2
0df46e87537d
i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
62 {% trans "Participate !" %} |
26 | 63 </h5> |
0 | 64 <div class="info"> |
67
ae46991a3489
English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents:
62
diff
changeset
|
65 <p>{% blocktrans %}SàT is an open project: come and discuss, give your opinion and share your thoughts. The more people that participate, the better the project will be. Share your view not only on technical points, but also on philosophical or political ones. And if you are around, come to have a talk in real life :){% endblocktrans %}</p> |
0 | 66 </div> |
67 </div> | |
35
10ce34ab389a
dummy patch (just add some new lines to make space between the blocks)
souliane <souliane@mailoo.org>
parents:
26
diff
changeset
|
68 |
0 | 69 {% endblock %} |