comparison 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
comparison
equal deleted inserted replaced
55:a1e457ac6871 56:01e9c646999f
1 {% extends "sat_website/category.html" %} 1 {% extends "sat_website/category.html" %}
2 2
3 {% comment %} 3 {% comment %}
4 SàT website: Salut à Toi's presentation website 4 SàT website: Salut à Toi's presentation website
5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org) 5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org)
6 Copyright (C) 2015 Adrien Cossa (souliane@mailoo.org)
6 7
7 This file is part of SàT website. 8 This file is part of SàT website.
8 9
9 SàT website is free software: you can redistribute it and/or modify 10 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 it under the terms of the GNU Affero General Public License as published by
26 {% block headline %}{% trans "Links and friendly projects" %}{% endblock %} 27 {% block headline %}{% trans "Links and friendly projects" %}{% endblock %}
27 {% block main_container %} 28 {% block main_container %}
28 29
29 <div class="row"> 30 <div class="row">
30 <h5 class="alert alert-success"> 31 <h5 class="alert alert-success">
31 {% trans "Similar projects" %} 32 {% trans "Comparable projects" %}
32 </h5> 33 </h5>
33 <div class="info"> 34 <div class="info">
34 <a href="https://movim.eu/" target="#">Movim</a> 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." %}
35 </div> 36 </div>
36 <div class="info"> 37 <div class="info">
37 <a href="https://habahaba.im/" target="#">Live Jabber</a> 38 <div class="row">
39 <div class="col-md-12"><a href="https://movim.eu/" target="#">Movim</a> <b>*</b></div>
40 </div>
41 <div class="row">
42 <div class="col-md-12"><a href="https://habahaba.im/" target="#">Live Jabber</a> <b>*</b></div>
43 </div>
44 <div class="row">
45 <div class="col-md-12"><a href="https://jappix.org/" target="#">Jappix</a> <b>*</b></div>
46 </div>
47 <div class="row">
48 <div class="col-md-12"><a href="http://buddycloud.com/" target="#">Buddycloud</a> <b>*</b></div>
49 </div>
50 <div class="row">
51 <div class="col-md-12"><a href="https://diasporafoundation.org/" target="#">Diaspora</a></div>
52 </div>
53 <div class="row">
54 <div class="col-md-12"><a href="http://friendica.com/" target="#">Friendica</a></div>
55 </div>
56 <div class="row">
57 <div class="col-md-12"><a href="http://redmatrix.me/" target="#">RedMatrix</a></div>
58 </div>
59 </div>
60 </div>
61
62 <div class="row">
63 <h5 class="alert alert-success">
64 {% trans "Other projects" %}
65 </h5>
66 <div class="info">
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 %}
38 </div> 68 </div>
39 <div class="info"> 69 <div class="info">
40 <a href="https://jappix.org/" target="#">Jappix</a> 70 <div class="row">
71 <div class="col-md-12"><a href="http://liberte0.org/" target="#">Liberté #0</a></div>
72 </div>
73 <div class="row">
74 <div class="col-md-12"><a href="http://dev.kd2.org/garradin/" target="#">Garradin</a></div>
75 </div>
76 <div class="row">
77 <div class="col-md-12"><a href="http://diekulturvermittlung.at" target="#">dieKulturvermittlung</a></div>
41 </div> 78 </div>
42 </div> 79 </div>
43 80
44 {% endblock %} 81 {% endblock %}