Mercurial > sat_legacy_website
annotate templates/sat_website/association.html @ 109:bcee810025dd
reverted patch 2f9417f5e9c4
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 17 Oct 2015 17:52:40 +0200 |
parents | 2f9417f5e9c4 |
children | b82eb3264142 |
rev | line source |
---|---|
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
1 {% extends "sat_website/category.html" %} |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
2 |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
3 {% comment %} |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
4 SàT website: Salut à Toi's presentation website |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org) |
55
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
6 Copyright (C) 2014 Adrien Cossa (souliane@mailoo.org) |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
7 |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
8 This file is part of SàT website. |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
9 |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
10 SàT website is free software: you can redistribute it and/or modify |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
11 it under the terms of the GNU Affero General Public License as published by |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
12 the Free Software Foundation, either version 3 of the License, or |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
13 (at your option) any later version. |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
14 |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
15 Foobar is distributed in the hope that it will be useful, |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
16 but WITHOUT ANY WARRANTY; without even the implied warranty of |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
18 GNU Affero General Public License for more details. |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
19 |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
20 You should have received a copy of the GNU Affero General Public License |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
21 along with Foobar. If not, see <http://www.gnu.org/licenses/>. |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
22 {% endcomment %} |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
23 |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
24 {% load i18n %} |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
25 {% load staticfiles %} |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
26 |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
27 {% block headline %}{% trans "Salut à Toi's association" %}{% endblock %} |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
28 {% block subtext %}{% trans "The legal structure supporting the project." %}{% endblock %} |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
29 {% block main_container %} |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
30 |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
31 <div class="row"> |
55
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
32 |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
33 <h5 class="alert alert-success">{% trans "Mission" %}</h5> |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
34 <div class="info"> |
67
ae46991a3489
English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents:
56
diff
changeset
|
35 <p>{% blocktrans %}The Salut à Toi association has been created in June 2014 and is responsible for developing, promoting and funding the software. More generally, its goal is to create free, independent and controllable communication tools. "Controllable" has to be understood this way: the tool is doing exactly what you want and it will stay under your control. So it applies both to the present and the future.{% endblocktrans %}</p> |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
55
diff
changeset
|
36 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
55
diff
changeset
|
37 |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
55
diff
changeset
|
38 <h5 class="alert alert-success">{% trans "Organisation" %}</h5> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
55
diff
changeset
|
39 <div class="info"> |
67
ae46991a3489
English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents:
56
diff
changeset
|
40 <p>{% blocktrans %}The association is non-profit, self-managed and open for everybody to join. There is no designated president, secretary or treasurer, the administrating entity is a college that is today composed by the two main developers: Jérôme who started this as a personal project in 2008 and Adrien who joined him in 2013.{% endblocktrans %}</p> |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
41 </div> |
55
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
42 |
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
43 <h5 class="alert alert-success">{% trans "Funding" %}</h5> |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
44 <div class="info"> |
109 | 45 <p>{% blocktrans %}We have been working full time on Salut à Toi for a while and we plan to continue. We are now trying to raise enough money to see if we could let the association hire us (we made the appropriate research about that and we know that the 1901 French law makes it possible). Our financial model is very simple: the software should always be libre, ethical and free; we are totally against advertisement and we believe in mutual help. We are confident that the people who enjoy what we do will be numerous enough and happy to support us, by joining the association and paying a membership fee.{% endblocktrans %}</p> |
67
ae46991a3489
English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents:
56
diff
changeset
|
46 <p>{% blocktrans %}Because the money should not create any separation between us, the people who cannot or who do not want to participate financially can still join the association for free and as moral support. The French law doesn't allow members to decide the amount of payment, so we had to fix several amounts in the Rules of Procedure: 0, 10, 20, 30, 50, 80 or 100. If you want to raise over 100 €, it is possible to do it as a donation (which is not the same as a membership fee). In that case, please contact us. As we want to stay 100% independent and autonomous, we won't allow any company to hi-jack the project and we will never add any donator's logo to the website.{% endblocktrans %}</p> |
77
13ebb548f234
use membership instead of adhesion in English (also rename the files)
souliane <souliane@mailoo.org>
parents:
67
diff
changeset
|
47 <p><a class="btn btn-default" href="membership.html" role="button">{% trans "Membership" %}</a></p> |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
48 </div> |
55
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
49 |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
50 <h5 class="alert alert-success">{% trans "Official documents" %}</h5> |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
51 <div class="info"> |
40
dfe7139dae0a
add links to the statutes and rules of the association in the adhesion form
souliane <souliane@mailoo.org>
parents:
37
diff
changeset
|
52 <p><a target="#" href="{{ asso_url_statutes }}">{% trans "Statutes of the association" %}</a> (fr)</p> |
dfe7139dae0a
add links to the statutes and rules of the association in the adhesion form
souliane <souliane@mailoo.org>
parents:
37
diff
changeset
|
53 <p><a target="#" href="{{ asso_url_rules }}">{% trans "Rules of the association" %}</a> (fr)</p> |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
54 <p><a target="#" href="http://repos.goffi.org/sat_docs/file/tip/association">{% trans "Minutes" %}</a> (fr)</p> |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
55 </div> |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
56 </div> |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
57 |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
58 {% endblock %} |