Mercurial > sat_legacy_website
annotate templates/sat_website/press.html @ 60:0d20fb28c32e
many small changes:
- set opacity 0.85 to libervia screenshot on the main page
- remove videos from the repository (stored on external ftp)
- more details in the README concerning the i18n
- settings can be overriden by an external file (for the stats)
- add in basic features.html a button to experimental features
- add a link to the SàT MUC in downloads section
- add link to bugzilla + improve other links in dev/community
- add + symbol for projects using standard blogging system
- add ~ symbol for projects being no communication tool
- save subscription form results to a text file
- update press.py and links.py
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 15 May 2015 17:15:40 +0200 |
parents | 01e9c646999f |
children | b09c26afea5f |
rev | line source |
---|---|
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
1 {% extends "sat_website/category.html" %} |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
2 |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
3 {% comment %} |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
4 SàT website: Salut à Toi's presentation website |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org) |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
6 Copyright (C) 2015 Adrien Cossa (souliane@mailoo.org) |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
7 |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
8 This file is part of SàT website. |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
9 |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
10 SàT website is free software: you can redistribute it and/or modify |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
11 it under the terms of the GNU Affero General Public License as published by |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
12 the Free Software Foundation, either version 3 of the License, or |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
13 (at your option) any later version. |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
14 |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
15 Foobar is distributed in the hope that it will be useful, |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
16 but WITHOUT ANY WARRANTY; without even the implied warranty of |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
18 GNU Affero General Public License for more details. |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
19 |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
20 You should have received a copy of the GNU Affero General Public License |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
21 along with Foobar. If not, see <http://www.gnu.org/licenses/>. |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
22 {% endcomment %} |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
23 |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
24 {% load i18n %} |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
25 {% load staticfiles %} |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
26 |
60 | 27 {% block headline %}{% trans "Press" %}{% endblock %} |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
28 {% block main_container %} |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
29 |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
30 <div class="row"> |
60 | 31 |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
32 <h5 class="alert alert-success"> |
60 | 33 {% trans "Articles" %} |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
34 </h5> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
35 <div class="info"> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
36 <div class="row"> |
60 | 37 <div class="col-md-12">{% blocktrans with author="Drapher" magazine="Reflets.info" %}{{ author }} for {{ magazine }}{% endblocktrans %}, 2014, <a href="https://reflets.info/sat-le-couteau-suisse-libre-et-open-source-de-la-communication/" target="#" class="presstitle">SàT : le couteau suisse Libre et open source de la communication</a> ({% trans "French" %})</div> |
38 </div> | |
39 <div class="row"> | |
40 <div class="col-md-12">{% blocktrans with author="Mathias Huber" magazine="Linux-Magazin Online" %}{{ author }} for {{ magazine }}{% endblocktrans %}, 2014, <a href="http://www.linux-magazin.de/NEWS/Salut-a-Toi-Verbesserter-XMPP-Client" target="#" class="presstitle">Salut à Toi; Verbesserter XMPP-Client</a> ({% trans "German" %})</div> | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
41 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
42 <div class="row"> |
60 | 43 <div class="col-md-12">Ani Andre, 2014, <a href="http://andre-ani.fr/news/profil-libriste-goffi/" target="#" class="presstitle">Profil de libriste : Goffi</a> ({% trans "French" %})</div> |
44 </div> | |
45 <div class="row"> | |
46 <div class="col-md-12">{% blocktrans with magazine="LinuxFr.org"%}{{ magazine }}{% endblocktrans %}, <a href="https://linuxfr.org/tags/s%C3%A0t/public" target="#">{% blocktrans %}articles about Salut à Toi{% endblocktrans %}</a> ({% trans "French" %})</div> | |
47 </div> | |
48 </div> | |
49 <div class="info"> | |
50 <div class="row"> | |
51 <div class="col-md-12">{% blocktrans with email="contact \"at\" salut-a-toi.org"%}If you want to write an article about Salut à Toi, we would be please to answer your questions. Please send them to {{email}}{% endblocktrans %}</div> | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
52 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
53 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
54 |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
55 <h5 class="alert alert-success"> |
60 | 56 {% trans "Radio" %} |
57 </h5> | |
58 <div class="info"> | |
59 <div class="row"> | |
60 <div class="col-md-12">Ici et maintenant, 2014, <span class="presstitle">Hotline</span> ({% trans "French" %})</div> | |
61 </div> | |
62 <div class="row"> | |
63 <div class="col-md-12">Symbiose, 2014, <span class="presstitle">« Salut à toi » L’outil de communication / réseau social libre développé par Goffi</span> ({% trans "French" %}) - <a target="#" href="http://symbiose.bonnes-ondes.fr/ep/salut-a-toi-version-longue">audio</a> | |
64 </div> | |
65 </div> | |
66 </div> | |
67 | |
68 <h5 class="alert alert-success"> | |
69 {% trans "Conferences" %} | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
70 </h5> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
71 <div class="info"> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
72 <div class="row"> |
60 | 73 <div class="col-md-12"> |
74 Goffi, <span class="presstitle">Salut à Toi : et si on repolitisait tout ça ?</span> | |
75 <ul> | |
76 <li>{% trans "Libre Software Meeting" %}, Montpellier, 2014 ({% trans "French" %}) - <a href="http://video.rmll.info/videos/salut-a-toi-et-si-on-repolitisait-tout-ca/" target="#" >{% trans "video" %}</a></li> | |
77 <li>Pas Sage En Seine, Paris, 2014 ({% trans "French" %}) - <a href="http://numaparis.ubicast.tv/videos/salut-a-toi-1-partie-1/" target="#">{% trans "video" %} {% trans "part" %} 1</a> + <a href="http://numaparis.ubicast.tv/videos/salut-a-toi-1-partie-2/" target="#">{% trans "part" %} 2</a></li> | |
78 </ul> | |
79 </div> | |
80 <div class="col-md-12"> | |
81 Goffi, <span class="presstitle">Salut à Toi : outil libre de communication</span> | |
82 <ul> | |
83 <li>Journées De Logiciel Libre, Lyon, 2014 ({% trans "French" %})</li> | |
84 <li>Parinux, Paris, 2014 ({% trans "French" %})</li> | |
85 <li>Ubuntu Party, Paris, 2014 ({% trans "French" %})</li> | |
86 </ul> | |
87 </div> | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
88 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
89 <div class="row"> |
60 | 90 <div class="col-md-12"> |
91 Goffi, <span class="presstitle">Nouveaux usage numériques, nouvelles problématiques</span> | |
92 <ul> | |
93 <li>Festival Déclics, Nanterre, 2013 ({% trans "French" %})</li> | |
94 </ul> | |
95 </div> | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
96 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
97 <div class="row"> |
60 | 98 <div class="col-md-12"> |
99 Goffi, <span class="presstitle">Salut à Toi : repensez vos communications</span> | |
100 <ul> | |
101 <li>Journées De Logiciel Libre, Lyon, 2012 ({% trans "French" %}) - <a href="http://www.goffi.org/videos/conf%c3%a9rence%20S%c3%a0T%20JDLL%202012.webm" target="#">{% trans "video" %}</a></li> | |
102 </ul> | |
103 </div> | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
104 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
105 <div class="row"> |
60 | 106 <div class="col-md-12"> |
107 Goffi, <span class="presstitle">Salut à Toi : communication Libre, Fédérée, Décentralisée et Standard</span> | |
108 <ul> | |
109 <li>{% trans "Libre Software Meeting" %}, Genève, 2012 ({% trans "French" %}) - <a href="http://video.rmll.info/videos/salut-a-toi-communication-libre-federee-decentralisee-et-standard/" target="#">{% trans "video" %}</a></li> | |
110 <li>JDLL, Lyon, 2011 ({% trans "French" %})</li> | |
111 </ul> | |
112 </div> | |
113 </div> | |
114 <div class="row"> | |
115 <div class="col-md-12"> | |
116 Goffi, <span class="presstitle">Salut à Toi : multi interface and multipurpose XMPP client</span> | |
117 <ul> | |
118 <li>FOSDEM, {% trans "Bruxelles" %}, 2012 ({% trans "English" %})</li> | |
119 </ul> | |
120 </div> | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
121 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
122 </div> |
60 | 123 <div class="info"> |
124 <div class="row"> | |
125 <div class="col-md-12">{% blocktrans with email="contact \"at\" salut-a-toi.org"%}If you think that we could bring something interesting to an event (conference, stand...), feel free to write to {{email}}{% endblocktrans %}</div> | |
126 </div> | |
127 </div> | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
128 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
129 |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
130 {% endblock %} |
60 | 131 conférence : demandez nous si vous en voulez |
132 | |
133 | |
134 |