Mercurial > sat_legacy_website
annotate templates/sat_website/links.html @ 62:b09c26afea5f
fixes typos and small changes
author | souliane <souliane@mailoo.org> |
---|---|
date | Sat, 16 May 2015 09:41:11 +0200 |
parents | 0d20fb28c32e |
children | ae46991a3489 |
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 | |
60 | 27 {% block headline %}{% trans "Other projects" %}{% endblock %} |
44 | 28 {% block main_container %} |
29 | |
62
b09c26afea5f
fixes typos and small changes
souliane <souliane@mailoo.org>
parents:
60
diff
changeset
|
30 <div>{% 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 SàT, please check the "credits" section of our {{ readme_prefix }}README{{ readme_suffix }} file.{% endblocktrans %}</div> |
60 | 31 |
44 | 32 <div class="row"> |
33 <h5 class="alert alert-success"> | |
62
b09c26afea5f
fixes typos and small changes
souliane <souliane@mailoo.org>
parents:
60
diff
changeset
|
34 {% blocktrans with xmpp="<abbr title=\"eXtensible Messaging and Presence Protocol\">XMPP</abbr>" %}Decentralised and {{xmpp}}-based {% endblocktrans %} |
44 | 35 </h5> |
60 | 36 <p>{% trans "You can use your the same account between SàT and any of these projects:" %}</p> |
52
cc099372a9ac
hide the association page for now + add links to similar projects
souliane <souliane@mailoo.org>
parents:
44
diff
changeset
|
37 <div class="info"> |
60 | 38 <div class="row"> |
39 <div class="col-md-12"><a href="https://movim.eu/" target="#">Movim</a></div> | |
40 </div> | |
41 <div class="row"> | |
42 <div class="col-md-12"><a href="https://habahaba.im/" target="#">Live Jabber</a></div> | |
43 </div> | |
44 <div class="row"> | |
45 <div class="col-md-12"><a href="https://jappix.org/" target="#">Jappix</a></div> | |
46 </div> | |
47 <div class="row"> | |
48 <div class="col-md-12"><a href="http://buddycloud.com/" target="#">Buddycloud</a> ({% trans "non-standard blogging" %})</div> | |
49 </div> | |
50 <div class="row"> | |
51 <div class="col-md-12"><a href="http://poez.io" target="#">Poezio</a> ({% trans "chat only" %})</div> | |
52 </div> | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
53 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
54 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
55 |
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 <h5 class="alert alert-success"> |
62
b09c26afea5f
fixes typos and small changes
souliane <souliane@mailoo.org>
parents:
60
diff
changeset
|
58 {% blocktrans with xmpp="<abbr title=\"eXtensible Messaging and Presence Protocol\">XMPP</abbr>" %}Non {{xmpp}}-based {% endblocktrans %} |
60 | 59 </h5> |
60 <p>{% trans "Compatibility between SàT and these projects could be achieved, but it's not built-in:" %}</p> | |
61 <div class="info"> | |
62 <div class="row"> | |
63 <div class="col-md-12"><a href="https://diasporafoundation.org/" target="#">Diaspora</a></div> | |
64 </div> | |
65 <div class="row"> | |
66 <div class="col-md-12"><a href="http://friendica.com/" target="#">Friendica</a></div> | |
67 </div> | |
68 <div class="row"> | |
69 <div class="col-md-12"><a href="https://gnu.io/social/" target="#">GNU social</a></div> | |
70 </div> | |
71 <div class="row"> | |
72 <div class="col-md-12"><a href="http://redmatrix.me/" target="#">RedMatrix</a></div> | |
73 </div> | |
74 <div class="row"> | |
75 <div class="col-md-12"><a href="http://seenthis.net/" target="#">seenthis</a> ({% trans "centralised micro-blogging" %})</div> | |
76 </div> | |
77 </div> | |
78 </div> | |
79 | |
80 <div class="row"> | |
81 <h5 class="alert alert-success"> | |
62
b09c26afea5f
fixes typos and small changes
souliane <souliane@mailoo.org>
parents:
60
diff
changeset
|
82 {% trans "Other softwares" %} |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
83 </h5> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
52
diff
changeset
|
84 <div class="info"> |
60 | 85 <div class="row"> |
86 <div class="col-md-12"><a href="http://biboumi.louiz.org" target="#">Biboumi</a></div> | |
87 </div> | |
88 <div class="row"> | |
89 <div class="col-md-12"><a href="http://weboob.org/" target="#">Weboob</a></div> | |
52
cc099372a9ac
hide the association page for now + add links to similar projects
souliane <souliane@mailoo.org>
parents:
44
diff
changeset
|
90 </div> |
60 | 91 <div class="row"> |
92 <div class="col-md-12"><a href="http://dev.kd2.org/garradin/" target="#">Garradin</a> ({% trans "software to manage an association" %})</div> | |
93 </div> | |
94 </div> | |
95 </div> | |
96 | |
97 <div class="row"> | |
98 <h5 class="alert alert-success"> | |
62
b09c26afea5f
fixes typos and small changes
souliane <souliane@mailoo.org>
parents:
60
diff
changeset
|
99 {% trans "Associations" %} |
60 | 100 </h5> |
52
cc099372a9ac
hide the association page for now + add links to similar projects
souliane <souliane@mailoo.org>
parents:
44
diff
changeset
|
101 <div class="info"> |
60 | 102 <div class="row"> |
103 <div class="col-md-12"><a href="http://liberte0.org/" target="#">Liberté #0</a> ({% trans "French association to promote free software accessibility" %})</div> | |
104 </div> | |
105 <div class="row"> | |
106 <div class="col-md-12"><a href="http://diekulturvermittlung.at" target="#">dieKulturvermittlung</a> ({% trans "cultural association based in Austria" %})</div> | |
107 </div> | |
44 | 108 </div> |
109 </div> | |
110 | |
111 {% endblock %} |