Mercurial > sat_legacy_website
comparison templates/sat_website/press.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 | |
children | 0d20fb28c32e |
comparison
equal
deleted
inserted
replaced
55:a1e457ac6871 | 56:01e9c646999f |
---|---|
1 {% extends "sat_website/category.html" %} | |
2 | |
3 {% comment %} | |
4 SàT website: Salut à Toi's presentation website | |
5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org) | |
6 Copyright (C) 2015 Adrien Cossa (souliane@mailoo.org) | |
7 | |
8 This file is part of SàT website. | |
9 | |
10 SàT website is free software: you can redistribute it and/or modify | |
11 it under the terms of the GNU Affero General Public License as published by | |
12 the Free Software Foundation, either version 3 of the License, or | |
13 (at your option) any later version. | |
14 | |
15 Foobar is distributed in the hope that it will be useful, | |
16 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 GNU Affero General Public License for more details. | |
19 | |
20 You should have received a copy of the GNU Affero General Public License | |
21 along with Foobar. If not, see <http://www.gnu.org/licenses/>. | |
22 {% endcomment %} | |
23 | |
24 {% load i18n %} | |
25 {% load staticfiles %} | |
26 | |
27 {% block headline %}{% trans "Press files" %}{% endblock %} | |
28 {% block main_container %} | |
29 | |
30 <div class="row"> | |
31 <h5 class="alert alert-success"> | |
32 {% trans "They write about it" %} | |
33 </h5> | |
34 <div class="info"> | |
35 <div class="row"> | |
36 <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="#">SàT : le couteau suisse Libre et open source de la communication</a> ({% trans "French" %})</div> | |
37 </div> | |
38 <div class="row"> | |
39 <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="#">Salut à Toi; Verbesserter XMPP-Client</a> ({% trans "German" %})</div> | |
40 </div> | |
41 </div> | |
42 | |
43 <h5 class="alert alert-success"> | |
44 {% trans "We talk about it" %} | |
45 </h5> | |
46 <div class="info"> | |
47 <div class="row"> | |
48 <div class="col-md-12">{% blocktrans with author="Goffi" %}{{ author }} at the 15th Libre Software Meeting, Montpellier, 2014:{% endblocktrans %} <a href="http://video.rmll.info/videos/salut-a-toi-et-si-on-repolitisait-tout-ca/" target="#">Salut à Toi : et si on repolitisait tout ça ?</a> ({% trans "French" %})</div> | |
49 </div> | |
50 <div class="row"> | |
51 <div class="col-md-12">{% blocktrans with author="Goffi" %}{{ author }} at Pas Sage en Seine #6, Paris, 2014:{% endblocktrans %} <a href="http://numaparis.ubicast.tv/videos/salut-a-toi-1-partie-1/" target="#">Salut à Toi : et si on repolitisait tout ça ?</a> + <a href="http://numaparis.ubicast.tv/videos/salut-a-toi-1-partie-2/" target="#">part 2</a> ({% trans "French" %})</div> | |
52 </div> | |
53 <div class="row"> | |
54 <div class="col-md-12">{% blocktrans with author="Goffi" %}{{ author }} at the 13th Libre Software Meeting, Genève, 2012:{% endblocktrans %} <a href="http://video.rmll.info/videos/salut-a-toi-communication-libre-federee-decentralisee-et-standard/" target="#">Salut à Toi : communication Libre, Fédérée, Décentralisée et Standard</a> ({% trans "French" %})</div> | |
55 </div> | |
56 <div class="row"> | |
57 <div class="col-md-12">{% blocktrans with author="Goffi" %}{{ author }} at the 15th Journées du Logiciel Libre, Lyon, 2012:{% endblocktrans %} <a href="http://www.goffi.org/videos/conf%c3%a9rence%20S%c3%a0T%20JDLL%202012.webm" target="#">Salut à Toi</a> ({% trans "French" %})</div> | |
58 </div> | |
59 </div> | |
60 | |
61 </div> | |
62 | |
63 {% endblock %} |