Mercurial > sat_legacy_website
annotate templates/sat_website/press.html @ 132:2c4e038a6ece
add link in the Press section to the article on Futter
author | souliane <souliane@mailoo.org> |
---|---|
date | Sun, 06 Dec 2015 16:11:32 +0100 |
parents | cd6474343c2a |
children | 8aeaa651a8ac |
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"> |
128
1ed40e1ce611
update Press page and translations
souliane <souliane@mailoo.org>
parents:
118
diff
changeset
|
33 {% trans "Releases and campaigns" %} |
87
0377931f6278
add press release for Libervia 2015
souliane <souliane@mailoo.org>
parents:
68
diff
changeset
|
34 </h5> |
0377931f6278
add press release for Libervia 2015
souliane <souliane@mailoo.org>
parents:
68
diff
changeset
|
35 <div class="info"> |
0377931f6278
add press release for Libervia 2015
souliane <souliane@mailoo.org>
parents:
68
diff
changeset
|
36 <div class="row"> |
128
1ed40e1ce611
update Press page and translations
souliane <souliane@mailoo.org>
parents:
118
diff
changeset
|
37 <div class="col-md-12">{% trans "October, 26th - December, 05th 2015" %}, <span class="presstitle"><a target="#" href="http://www.arizuka.com/{% trans "en" %}/projects/libervia">{% trans "Crowdfunding campaign on Arizuka" %}</a></span></div> |
1ed40e1ce611
update Press page and translations
souliane <souliane@mailoo.org>
parents:
118
diff
changeset
|
38 </div> |
1ed40e1ce611
update Press page and translations
souliane <souliane@mailoo.org>
parents:
118
diff
changeset
|
39 <div class="row"> |
87
0377931f6278
add press release for Libervia 2015
souliane <souliane@mailoo.org>
parents:
68
diff
changeset
|
40 <div class="col-md-12">{% trans "June, 15th 2015" %}, <span class="presstitle">{% trans "Membership campaign for Libervia, a free and decentralised social network" %}</span> - <a target="#" href="{% static "press_releases/20150615/" %}{% trans "Libervia - Press release.pdf" %}">{% trans "text" %}</a> + <a href="{% static "images/screenshots/libervia/libervia_overview.png" %}" target="#">{% trans "picture" %}</a></div> |
0377931f6278
add press release for Libervia 2015
souliane <souliane@mailoo.org>
parents:
68
diff
changeset
|
41 </div> |
0377931f6278
add press release for Libervia 2015
souliane <souliane@mailoo.org>
parents:
68
diff
changeset
|
42 </div> |
0377931f6278
add press release for Libervia 2015
souliane <souliane@mailoo.org>
parents:
68
diff
changeset
|
43 |
0377931f6278
add press release for Libervia 2015
souliane <souliane@mailoo.org>
parents:
68
diff
changeset
|
44 <h5 class="alert alert-success"> |
60 | 45 {% trans "Articles" %} |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
46 </h5> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
47 <div class="info"> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
48 <div class="row"> |
132
2c4e038a6ece
add link in the Press section to the article on Futter
souliane <souliane@mailoo.org>
parents:
131
diff
changeset
|
49 <div class="col-md-12">Futter, 2015, <a href="http://fttr.at/2015/12/04/alternative-zu-facebook-entsteht-in-wien/" target="#" class="presstitle">Alternative zu Facebook entsteht in Wien</a> ({% trans "German" %})</div> |
2c4e038a6ece
add link in the Press section to the article on Futter
souliane <souliane@mailoo.org>
parents:
131
diff
changeset
|
50 </div> |
2c4e038a6ece
add link in the Press section to the article on Futter
souliane <souliane@mailoo.org>
parents:
131
diff
changeset
|
51 <div class="row"> |
131
cd6474343c2a
add article in meinbezirk.at in the press section
souliane <souliane@mailoo.org>
parents:
128
diff
changeset
|
52 <div class="col-md-12">meinbezirk.at, 2015, <a href="http://www.meinbezirk.at/mariahilf/chronik/neues-facebook-entsteht-mitten-im-sechsten-d1560433.html" target="#" class="presstitle">Neues Facebook entsteht mitten im Sechsten</a> ({% trans "German" %})</div> |
cd6474343c2a
add article in meinbezirk.at in the press section
souliane <souliane@mailoo.org>
parents:
128
diff
changeset
|
53 </div> |
cd6474343c2a
add article in meinbezirk.at in the press section
souliane <souliane@mailoo.org>
parents:
128
diff
changeset
|
54 <div class="row"> |
118
3247b461e105
add a link to the interview on Framablog
souliane <souliane@mailoo.org>
parents:
114
diff
changeset
|
55 <div class="col-md-12">Framasoft, 2015, <a href="http://framablog.org/2015/11/02/salut-a-toi-couteau-suisse-des-reseaux-sociaux-libres/" target="#" class="presstitle">Salut à toi, couteau suisse des réseaux sociaux libres</a> ({% trans "French" %})</div> |
3247b461e105
add a link to the interview on Framablog
souliane <souliane@mailoo.org>
parents:
114
diff
changeset
|
56 </div> |
3247b461e105
add a link to the interview on Framablog
souliane <souliane@mailoo.org>
parents:
114
diff
changeset
|
57 <div class="row"> |
60 | 58 <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> |
59 </div> | |
60 <div class="row"> | |
61 <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
|
62 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
63 <div class="row"> |
60 | 64 <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> |
65 </div> | |
66 <div class="row"> | |
67 <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> | |
68 </div> | |
69 </div> | |
70 <div class="info"> | |
71 <div class="row"> | |
114
e45031dd7a0d
avoid two levels of parenthesis + remove one occurence of the email contact which is already in the footer
souliane <souliane@mailoo.org>
parents:
110
diff
changeset
|
72 <div class="col-md-12">{% blocktrans %}If you want to write an article about Salut à Toi, we would be pleased to answer your questions. Please contact us.{% endblocktrans %}</div> |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
73 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
74 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
75 |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
76 <h5 class="alert alert-success"> |
60 | 77 {% trans "Radio" %} |
78 </h5> | |
79 <div class="info"> | |
80 <div class="row"> | |
68
c46cd6dbf407
add link to radio recording at "Ici et maintenant"
souliane <souliane@mailoo.org>
parents:
62
diff
changeset
|
81 <div class="col-md-12">Ici et maintenant, 2014, <span class="presstitle">Hotline</span> ({% trans "French" %}) - <a target="#" href="ftp://ftp.goffi.org/media/radio/270914-hotline.ogg">audio</a> |
c46cd6dbf407
add link to radio recording at "Ici et maintenant"
souliane <souliane@mailoo.org>
parents:
62
diff
changeset
|
82 </div> |
60 | 83 </div> |
84 <div class="row"> | |
85 <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> | |
86 </div> | |
87 </div> | |
88 </div> | |
89 | |
90 <h5 class="alert alert-success"> | |
91 {% trans "Conferences" %} | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
92 </h5> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
93 <div class="info"> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
94 <div class="row"> |
60 | 95 <div class="col-md-12"> |
97 | 96 Goffi, Arnaud Martin, Luc Fievet, Pouhiou, Edhelas and Olicat, <span class="presstitle">{% trans "Round table on new media" %}</span> |
97 <ul> | |
98 <li>{% trans "Libre Software Meeting" %}, Beauvais, 2015 ({% trans "French" %}) - <a href="http://video.rmll.info/videos/table-ronde-sur-les-nouveaux-medias/" target="#" >{% trans "video" %}</a></li> | |
99 </ul> | |
100 </div> | |
101 <div class="col-md-12"> | |
102 Goffi, <span class="presstitle">PubSub, microblogage et XMPP</span> | |
103 <ul> | |
104 <li>{% trans "Libre Software Meeting" %}, Beauvais, 2015 ({% trans "French" %}) - <a href="http://video.rmll.info/videos/pubsub-microblogage-et-xmpp/" target="#">{% trans "video" %}</a></li> | |
105 </ul> | |
106 </div> | |
107 <div class="col-md-12"> | |
108 Goffi, <span class="presstitle">Libervia : repenser nos communications</span> | |
109 <ul> | |
110 <li>Pas Sage En Seine, Paris, 2015 ({% trans "French" %}) - <a href="http://data.passageenseine.org/2015/webm/PSES2015_libervia-repenser-communication.webm" target="#">{% trans "video" %}</a></li> | |
111 <li>{% trans "Libre Software Meeting" %}, Beauvais, 2015 ({% trans "French" %}) - <a href="http://video.rmll.info/videos/libervia-repenser-nos-communications/" target="#" >{% trans "video" %}</a></li> | |
112 </ul> | |
113 </div> | |
114 <div class="col-md-12"> | |
60 | 115 Goffi, <span class="presstitle">Salut à Toi : et si on repolitisait tout ça ?</span> |
116 <ul> | |
117 <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> | |
118 <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> | |
119 </ul> | |
120 </div> | |
121 <div class="col-md-12"> | |
122 Goffi, <span class="presstitle">Salut à Toi : outil libre de communication</span> | |
123 <ul> | |
124 <li>Journées De Logiciel Libre, Lyon, 2014 ({% trans "French" %})</li> | |
125 <li>Parinux, Paris, 2014 ({% trans "French" %})</li> | |
126 <li>Ubuntu Party, Paris, 2014 ({% trans "French" %})</li> | |
127 </ul> | |
128 </div> | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
129 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
130 <div class="row"> |
60 | 131 <div class="col-md-12"> |
132 Goffi, <span class="presstitle">Nouveaux usage numériques, nouvelles problématiques</span> | |
133 <ul> | |
134 <li>Festival Déclics, Nanterre, 2013 ({% trans "French" %})</li> | |
135 </ul> | |
136 </div> | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
137 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
138 <div class="row"> |
60 | 139 <div class="col-md-12"> |
140 Goffi, <span class="presstitle">Salut à Toi : repensez vos communications</span> | |
141 <ul> | |
142 <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> | |
143 </ul> | |
144 </div> | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
145 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
146 <div class="row"> |
60 | 147 <div class="col-md-12"> |
148 Goffi, <span class="presstitle">Salut à Toi : communication Libre, Fédérée, Décentralisée et Standard</span> | |
149 <ul> | |
150 <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> | |
151 <li>JDLL, Lyon, 2011 ({% trans "French" %})</li> | |
152 </ul> | |
153 </div> | |
154 </div> | |
155 <div class="row"> | |
156 <div class="col-md-12"> | |
157 Goffi, <span class="presstitle">Salut à Toi : multi interface and multipurpose XMPP client</span> | |
158 <ul> | |
62
b09c26afea5f
fixes typos and small changes
souliane <souliane@mailoo.org>
parents:
60
diff
changeset
|
159 <li>FOSDEM, {% trans "Brussels" %}, 2012 ({% trans "English" %})</li> |
60 | 160 </ul> |
161 </div> | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
162 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
163 </div> |
60 | 164 <div class="info"> |
165 <div class="row"> | |
99
dd7a496bf762
add a general footer containing the email contact + add a section for this contact in the "community" section
souliane <souliane@mailoo.org>
parents:
97
diff
changeset
|
166 <div class="col-md-12">{% blocktrans %}If you think that we could bring something interesting to an event (conference, stand...), feel free to contact us.{% endblocktrans %}</div> |
60 | 167 </div> |
168 </div> | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
169 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
170 |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
171 {% endblock %} |
60 | 172 |
173 |