comparison 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
comparison
equal deleted inserted replaced
61:c902ce09d4ed 62:b09c26afea5f
25 {% load staticfiles %} 25 {% load staticfiles %}
26 26
27 {% block headline %}{% trans "Other projects" %}{% endblock %} 27 {% block headline %}{% trans "Other projects" %}{% endblock %}
28 {% block main_container %} 28 {% block main_container %}
29 29
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 the software, please check the "credits" section of SàT's {{ readme_prefix }}README{{ readme_suffix }} file.{% endblocktrans %}</div> 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>
31 31
32 <div class="row"> 32 <div class="row">
33 <h5 class="alert alert-success"> 33 <h5 class="alert alert-success">
34 {% trans "Decentralised and standard" %} 34 {% blocktrans with xmpp="<abbr title=\"eXtensible Messaging and Presence Protocol\">XMPP</abbr>" %}Decentralised and {{xmpp}}-based {% endblocktrans %}
35 </h5> 35 </h5>
36 <p>{% trans "You can use your the same account between SàT and any of these projects:" %}</p> 36 <p>{% trans "You can use your the same account between SàT and any of these projects:" %}</p>
37 <div class="info"> 37 <div class="info">
38 <div class="row"> 38 <div class="row">
39 <div class="col-md-12"><a href="https://movim.eu/" target="#">Movim</a></div> 39 <div class="col-md-12"><a href="https://movim.eu/" target="#">Movim</a></div>
53 </div> 53 </div>
54 </div> 54 </div>
55 55
56 <div class="row"> 56 <div class="row">
57 <h5 class="alert alert-success"> 57 <h5 class="alert alert-success">
58 {% trans "Decentralised and/or non-standard" %} 58 {% blocktrans with xmpp="<abbr title=\"eXtensible Messaging and Presence Protocol\">XMPP</abbr>" %}Non {{xmpp}}-based {% endblocktrans %}
59 </h5> 59 </h5>
60 <p>{% trans "Compatibility between SàT and these projects could be achieved, but it's not built-in:" %}</p> 60 <p>{% trans "Compatibility between SàT and these projects could be achieved, but it's not built-in:" %}</p>
61 <div class="info"> 61 <div class="info">
62 <div class="row"> 62 <div class="row">
63 <div class="col-md-12"><a href="https://diasporafoundation.org/" target="#">Diaspora</a></div> 63 <div class="col-md-12"><a href="https://diasporafoundation.org/" target="#">Diaspora</a></div>
77 </div> 77 </div>
78 </div> 78 </div>
79 79
80 <div class="row"> 80 <div class="row">
81 <h5 class="alert alert-success"> 81 <h5 class="alert alert-success">
82 {% trans "Other IT projects" %} 82 {% trans "Other softwares" %}
83 </h5> 83 </h5>
84 <div class="info"> 84 <div class="info">
85 <div class="row"> 85 <div class="row">
86 <div class="col-md-12"><a href="http://biboumi.louiz.org" target="#">Biboumi</a></div> 86 <div class="col-md-12"><a href="http://biboumi.louiz.org" target="#">Biboumi</a></div>
87 </div> 87 </div>
94 </div> 94 </div>
95 </div> 95 </div>
96 96
97 <div class="row"> 97 <div class="row">
98 <h5 class="alert alert-success"> 98 <h5 class="alert alert-success">
99 {% trans "Non IT projects" %} 99 {% trans "Associations" %}
100 </h5> 100 </h5>
101 <div class="info"> 101 <div class="info">
102 <div class="row"> 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> 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> 104 </div>