Mercurial > sat_legacy_website
annotate templates/sat_website/links.html @ 56:01e9c646999f
add links to other projects and press files
author | souliane <souliane@mailoo.org> |
---|---|
date | Sun, 10 May 2015 15:48:04 +0200 |
parents | cc099372a9ac |
children | 01738ae70f2d |
rev | line source |
---|---|
44 | 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) | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
6 Copyright (C) 2015 Adrien Cossa (souliane@mailoo.org) |
44 | 7 |
8 This file is part of SàT website. | |
9 | |
10 SàT website is free software: you can redistribute it and/or modify | |
11 it under the terms of the GNU Affero General Public License as published by | |
12 the Free Software Foundation, either version 3 of the License, or | |
13 (at your option) any later version. | |
14 | |
15 Foobar is distributed in the hope that it will be useful, | |
16 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 GNU Affero General Public License for more details. | |
19 | |
20 You should have received a copy of the GNU Affero General Public License | |
21 along with Foobar. If not, see <http://www.gnu.org/licenses/>. | |
22 {% endcomment %} | |
23 | |
24 {% load i18n %} | |
25 {% load staticfiles %} | |
26 | |
27 {% block headline %}{% trans "Links and friendly projects" %}{% endblock %} | |
28 {% block main_container %} | |
29 | |
30 <div class="row"> | |
31 <h5 class="alert alert-success"> | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
32 {% trans "Comparable projects" %} |
44 | 33 </h5> |
34 <div class="info"> | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
35 {% trans "The following projects have something in common with SàT: we all believe that the combination of free software and decentralisation is the answer to many issues. The projects that are using the same network as SàT are signaled with a <b>*</b> symbol. It means that you can use the same account with all of them. It doesn't mean that the compatibility with the the other projects could not be achieved, but it's not built-in." %} |
52
cc099372a9ac
hide the association page for now + add links to similar projects
souliane <souliane@mailoo.org>
parents:
44
diff
changeset
|
36 </div> |
cc099372a9ac
hide the association page for now + add links to similar projects
souliane <souliane@mailoo.org>
parents:
44
diff
changeset
|
37 <div class="info"> |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
38 <div class="row"> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
39 <div class="col-md-12"><a href="https://movim.eu/" target="#">Movim</a> <b>*</b></div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
40 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
41 <div class="row"> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
42 <div class="col-md-12"><a href="https://habahaba.im/" target="#">Live Jabber</a> <b>*</b></div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
43 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
44 <div class="row"> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
45 <div class="col-md-12"><a href="https://jappix.org/" target="#">Jappix</a> <b>*</b></div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
46 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
47 <div class="row"> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
48 <div class="col-md-12"><a href="http://buddycloud.com/" target="#">Buddycloud</a> <b>*</b></div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
49 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
50 <div class="row"> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
51 <div class="col-md-12"><a href="https://diasporafoundation.org/" target="#">Diaspora</a></div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
52 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
53 <div class="row"> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
54 <div class="col-md-12"><a href="http://friendica.com/" target="#">Friendica</a></div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
55 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
56 <div class="row"> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
57 <div class="col-md-12"><a href="http://redmatrix.me/" target="#">RedMatrix</a></div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
58 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
59 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
60 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
61 |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
62 <div class="row"> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
63 <h5 class="alert alert-success"> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
64 {% trans "Other projects" %} |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
65 </h5> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
66 <div class="info"> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
67 {% blocktrans with readme_prefix='<a href="http://repos.goffi.org/sat/file/tip/README" target="#">' readme_suffix='</a>' %}We use - and sometimes contribute -, take ideas and inspiration from many projects that can not all be listed here. For the projects directly concerning the development of the software, please check the "credits" section of SàT's {{ readme_prefix }}README{{ readme_suffix }} file.{% endblocktrans %} |
52
cc099372a9ac
hide the association page for now + add links to similar projects
souliane <souliane@mailoo.org>
parents:
44
diff
changeset
|
68 </div> |
cc099372a9ac
hide the association page for now + add links to similar projects
souliane <souliane@mailoo.org>
parents:
44
diff
changeset
|
69 <div class="info"> |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
70 <div class="row"> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
71 <div class="col-md-12"><a href="http://liberte0.org/" target="#">Liberté #0</a></div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
72 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
73 <div class="row"> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
74 <div class="col-md-12"><a href="http://dev.kd2.org/garradin/" target="#">Garradin</a></div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
75 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
76 <div class="row"> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
77 <div class="col-md-12"><a href="http://diekulturvermittlung.at" target="#">dieKulturvermittlung</a></div> |
44 | 78 </div> |
79 </div> | |
80 | |
81 {% endblock %} |