Mercurial > sat_legacy_website
annotate templates/sat_website/press.html @ 139:8aeaa651a8ac
update Press section with the conference at LinuxWochen Wien 2016
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 03 May 2016 19:53:44 +0200 |
parents | 2c4e038a6ece |
children | d4512788d251 |
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"> |
139
8aeaa651a8ac
update Press section with the conference at LinuxWochen Wien 2016
souliane <souliane@mailoo.org>
parents:
132
diff
changeset
|
96 Goffi, Souliane, <span class="presstitle">Salut à Toi and Libervia</span> |
8aeaa651a8ac
update Press section with the conference at LinuxWochen Wien 2016
souliane <souliane@mailoo.org>
parents:
132
diff
changeset
|
97 <ul> |
8aeaa651a8ac
update Press section with the conference at LinuxWochen Wien 2016
souliane <souliane@mailoo.org>
parents:
132
diff
changeset
|
98 <li>{% trans "LinuxWochen" %}, Wien, 2016 ({% trans "English" %}) - <a href="http://meetings-archive.debian.net/pub/debian-meetings/2016/mini-debconf-vienna/webm/Salut_%c3%a0_Toi_and_Libervia.webm" target="#" >{% trans "video" %}</a></li> |
8aeaa651a8ac
update Press section with the conference at LinuxWochen Wien 2016
souliane <souliane@mailoo.org>
parents:
132
diff
changeset
|
99 </ul> |
8aeaa651a8ac
update Press section with the conference at LinuxWochen Wien 2016
souliane <souliane@mailoo.org>
parents:
132
diff
changeset
|
100 </div> |
8aeaa651a8ac
update Press section with the conference at LinuxWochen Wien 2016
souliane <souliane@mailoo.org>
parents:
132
diff
changeset
|
101 <div class="col-md-12"> |
97 | 102 Goffi, Arnaud Martin, Luc Fievet, Pouhiou, Edhelas and Olicat, <span class="presstitle">{% trans "Round table on new media" %}</span> |
103 <ul> | |
104 <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> | |
105 </ul> | |
106 </div> | |
107 <div class="col-md-12"> | |
108 Goffi, <span class="presstitle">PubSub, microblogage et XMPP</span> | |
109 <ul> | |
110 <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> | |
111 </ul> | |
112 </div> | |
113 <div class="col-md-12"> | |
114 Goffi, <span class="presstitle">Libervia : repenser nos communications</span> | |
115 <ul> | |
116 <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> | |
117 <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> | |
118 </ul> | |
119 </div> | |
120 <div class="col-md-12"> | |
60 | 121 Goffi, <span class="presstitle">Salut à Toi : et si on repolitisait tout ça ?</span> |
122 <ul> | |
123 <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> | |
124 <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> | |
125 </ul> | |
126 </div> | |
127 <div class="col-md-12"> | |
128 Goffi, <span class="presstitle">Salut à Toi : outil libre de communication</span> | |
129 <ul> | |
130 <li>Journées De Logiciel Libre, Lyon, 2014 ({% trans "French" %})</li> | |
131 <li>Parinux, Paris, 2014 ({% trans "French" %})</li> | |
132 <li>Ubuntu Party, Paris, 2014 ({% trans "French" %})</li> | |
133 </ul> | |
134 </div> | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
135 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
136 <div class="row"> |
60 | 137 <div class="col-md-12"> |
138 Goffi, <span class="presstitle">Nouveaux usage numériques, nouvelles problématiques</span> | |
139 <ul> | |
140 <li>Festival Déclics, Nanterre, 2013 ({% trans "French" %})</li> | |
141 </ul> | |
142 </div> | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
143 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
144 <div class="row"> |
60 | 145 <div class="col-md-12"> |
146 Goffi, <span class="presstitle">Salut à Toi : repensez vos communications</span> | |
147 <ul> | |
148 <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> | |
149 </ul> | |
150 </div> | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
151 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
152 <div class="row"> |
60 | 153 <div class="col-md-12"> |
154 Goffi, <span class="presstitle">Salut à Toi : communication Libre, Fédérée, Décentralisée et Standard</span> | |
155 <ul> | |
156 <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> | |
157 <li>JDLL, Lyon, 2011 ({% trans "French" %})</li> | |
158 </ul> | |
159 </div> | |
160 </div> | |
161 <div class="row"> | |
162 <div class="col-md-12"> | |
163 Goffi, <span class="presstitle">Salut à Toi : multi interface and multipurpose XMPP client</span> | |
164 <ul> | |
62
b09c26afea5f
fixes typos and small changes
souliane <souliane@mailoo.org>
parents:
60
diff
changeset
|
165 <li>FOSDEM, {% trans "Brussels" %}, 2012 ({% trans "English" %})</li> |
60 | 166 </ul> |
167 </div> | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
168 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
169 </div> |
60 | 170 <div class="info"> |
171 <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
|
172 <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 | 173 </div> |
174 </div> | |
56
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
175 </div> |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
176 |
01e9c646999f
add links to other projects and press files
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
177 {% endblock %} |
60 | 178 |
179 |