annotate templates/default/press/press.html @ 22:5fd933e238bb

massive refactoring from camelCase -> snake_case. See backend commit log for more details
author Goffi <goffi@goffi.org>
date Mon, 22 May 2023 09:11:54 +0200
parents dc880664a8ec
children 5370c524bffd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
1 {% if not embedded %}{% extends 'base/base.html' %}{% endif %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
2
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
3 {% block body %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
4
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
5 <div class="section content">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
6 <div class="message is-info">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
7 <div class="message-body">note: the name "Salut à Toi" is the former name of "Libervia", you can see both names below</div>
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
8 </div>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
9
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
10 <h2 class="title">
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
11 {% trans %}Releases and campaigns{% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
12 </h2>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
13
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
14 <div>
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
15 <div class="box">{% trans %}October, 26th - December, 05th 2015{% endtrans %}, <span class="has-text-weight-bold"><a target="#" href="http://web.archive.org/web/20170610201021/http://www.arizuka.com/{% trans %}en{% endtrans %}/projects/libervia">{% trans %}Crowdfunding campaign on Arizuka{% endtrans %}</a></span></div>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
16
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
17 <div class="box">{% trans %}June, 15th 2015{% endtrans %}, <span class="has-text-weight-bold">{% trans %}Membership campaign for Libervia, a free and decentralised social network{% endtrans %}</span> - <a target="#" href="press_releases/20150615/{% trans %}Libervia - Press release.pdf{% endtrans %}">{% trans %}text{% endtrans %}</a> + <a href="press_releases/20150615/libervia_overview.png" target="#">{% trans %}picture{% endtrans %}</a></div>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
18
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
19 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
20
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
21 <h2 class="title">
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
22 {% trans %}Articles{% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
23 </h2>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
24
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
25 <div class="my-5">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
26 <div class="message is-info">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
27 <div class="message-body">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
28 {% trans %}If you want to write an article about Libervia, we would be pleased to answer your questions. Please contact us.{% endtrans %}
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
29 </div>
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
30 </div>
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
31 </div>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
32
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
33 <div>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
34
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
35 <div class="box">Futter, 2015, <a href="http://fttr.at/2015/12/04/alternative-zu-facebook-entsteht-in-wien/" target="#" class="has-text-weight-bold">Alternative zu Facebook entsteht in Wien</a> ({% trans %}German{% endtrans %})</div>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
36
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
37 <div class="box">meinbezirk.at, 2015, <a href="http://www.meinbezirk.at/mariahilf/chronik/neues-facebook-entsteht-mitten-im-sechsten-d1560433.html" target="#" class="has-text-weight-bold">Neues Facebook entsteht mitten im Sechsten</a> ({% trans %}German{% endtrans %})</div>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
38
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
39 <div class="box">Framasoft, 2015, <a href="http://framablog.org/2015/11/02/salut-a-toi-couteau-suisse-des-reseaux-sociaux-libres/" target="#" class="has-text-weight-bold">Salut à toi, couteau suisse des réseaux sociaux libres</a> ({% trans %}French{% endtrans %})</div>
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
40
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
41 <div class="box">{% trans author="Drapher", magazine="Reflets.info" %}{{ author }} for {{ magazine }}{% endtrans %}, 2014, <a href="https://reflets.info/sat-le-couteau-suisse-libre-et-open-source-de-la-communication/" target="#" class="has-text-weight-bold">SàT : le couteau suisse Libre et open source de la communication</a> ({% trans %}French{% endtrans %})</div>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
42
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
43 <div class="box">{% trans author="Mathias Huber", magazine="Linux-Magazin Online" %}{{ author }} for {{ magazine }}{% endtrans %}, 2014, <a href="http://www.linux-magazin.de/NEWS/Salut-a-Toi-Verbesserter-XMPP-Client" target="#" class="has-text-weight-bold">Salut à Toi; Verbesserter XMPP-Client</a> ({% trans %}German{% endtrans %})</div>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
44
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
45 <div class="box">Ani Andre, 2014, <a href="http://andre-ani.fr/news/profil-libriste-goffi/" target="#" class="has-text-weight-bold">Profil de libriste : Goffi</a> ({% trans %}French{% endtrans %})</div>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
46
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
47 <div class="box">LinuxFr.org, <a href="https://linuxfr.org/tags/s%C3%A0t/public" target="#">{% trans %}articles about Salut à Toi{% endtrans %}</a> ({% trans %}French{% endtrans %})</div>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
48
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
49 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
50
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
51 <h2 class="title">
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
52 {% trans %}Radio{% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
53 </h2>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
54
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
55 <div>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
56
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
57 <div class="box">Ici et maintenant, 2014, <span class="has-text-weight-bold">Hotline</span> ({% trans %}French{% endtrans %}) - <a target="#" href="ftp://ftp.goffi.org/media/radio/270914-hotline.ogg">audio</a>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
58 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
59
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
60 <div class="box">Symbiose, 2014, <span class="has-text-weight-bold">« Salut à toi » L’outil de communication / réseau social libre développé par Goffi</span> ({% trans %}French{% endtrans %}) - <a target="#" href="http://symbiose.bonnes-ondes.fr/ep/salut-a-toi-version-longue">audio</a>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
61 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
62
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
63 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
64
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
65 <h2 class="title">
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
66 {% trans %}Conferences{% endtrans %}
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
67 </h2>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
68
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
69 <div class="my-5">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
70 <div class="message is-info">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
71 <div class="message-body">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
72 {% trans %}If you think that we could bring something interesting to an event (conference, booth, workshop…), feel free to contact us.{% endtrans %}
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
73 </div>
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
74 </div>
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
75 </div>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
76
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
77 <div>
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
78
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
79 <div class="box">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
80 Goffi, <span class="has-text-weight-bold">XMPP Beyond Instant Messaging</span>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
81 <ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
82 <li>FOSDEM, {% trans %}Brussels{% endtrans %}, 2019 ({% trans %}English{% endtrans %}) - <a
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
83 href="https://video.fosdem.org/2019/H.1309/xmpp_beyond_im.webm"
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
84 target="#" >{% trans %}video{% endtrans %} (webm/vp9)</a>, <a
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
85 href="https://video.fosdem.org/2019/H.1309/xmpp_beyond_im.mp4"
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
86 target="#" >{% trans %}video{% endtrans %} (mp4)</a></li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
87 </ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
88 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
89
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
90 <div class="box">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
91 Goffi, <span class="has-text-weight-bold">Salut à Toi: A Python Based Social Network And More</span>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
92 <ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
93 <li>FOSDEM, {% trans %}Brussels{% endtrans %}, 2019 ({% trans %}English{%
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
94 endtrans %}) - <a
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
95 href="https://video.fosdem.org/2019/UD2.120/python_salut_a_toi_network.webm"
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
96 target="#" >{% trans %}video{% endtrans %} (webm/vp9)</a>, <a
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
97 href="https://video.fosdem.org/2019/UD2.120/python_salut_a_toi_network.mp4"
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
98 target="#" >{% trans %}video{% endtrans %} (mp4)</a></li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
99 </ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
100 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
101
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
102 <div class="box">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
103 Goffi, <span class="has-text-weight-bold">Salut à Toi: un écosystème de communication libre, standard et décentralisé</span>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
104 <ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
105 <li>PyConFr, {% trans %}Lille{% endtrans %}, 2018 ({% trans %}French{%
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
106 endtrans %}) - <a
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
107 href="https://pyvideo.org/pycon-fr-2018/salut-a-toi-un-ecosysteme-de-communication-libre-standard-et-decentralise.html"
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
108 target="#" >{% trans %}video{% endtrans %}</a></li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
109 </ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
110 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
111
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
112 <div class="box">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
113 Goffi, <span class="has-text-weight-bold">Technology is not neutral: meet Libervia and Cagou (Salut à Toi) - free and ethical communication tools</span>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
114 <ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
115 <li>LinuxDays, Prague, 2016 ({% trans %}English{% endtrans %})</li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
116 </ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
117 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
118
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
119 <div class="box">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
120 Goffi, Souliane, <span class="has-text-weight-bold">Salut à Toi and Libervia</span>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
121 <ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
122 <li>Linuxwochen, Vienna, 2016 ({% trans %}English{% endtrans %}) - <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{% endtrans %}</a></li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
123 </ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
124 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
125
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
126 <div class="box">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
127 Goffi, <span class="has-text-weight-bold">Salut à Toi, XMPP et réseau social</span>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
128 <ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
129 <li>Fêtons Linux, Lausanne, 2015 ({% trans %}French{% endtrans %}) - <a href="https://www.youtube.com/watch?v=tXnwQ5me7zo" target="#" >{% trans %}video{% endtrans %}</a></li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
130 </ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
131 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
132
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
133 <div class="box">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
134 Goffi, Arnaud Martin, Luc Fievet, Pouhiou, Edhelas and Olicat, <span class="has-text-weight-bold">{% trans %}Round table on new media{% endtrans %}</span>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
135 <ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
136 <li>{% trans %}Libre Software Meeting{% endtrans %}, Beauvais, 2015 ({% trans %}French{% endtrans %}) - <a href="http://video.rmll.info/videos/table-ronde-sur-les-nouveaux-medias/" target="#" >{% trans %}video{% endtrans %}</a></li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
137 </ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
138 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
139
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
140 <div class="box">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
141 Goffi, <span class="has-text-weight-bold">PubSub, microblogage et XMPP</span>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
142 <ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
143 <li>{% trans %}Libre Software Meeting{% endtrans %}, Beauvais, 2015 ({% trans %}French{% endtrans %}) - <a href="http://video.rmll.info/videos/pubsub-microblogage-et-xmpp/" target="#">{% trans %}video{% endtrans %}</a></li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
144 </ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
145 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
146
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
147 <div class="box">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
148 Goffi, <span class="has-text-weight-bold">Libervia : repenser nos communications</span>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
149 <ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
150 <li>Pas Sage En Seine, Paris, 2015 ({% trans %}French{% endtrans %}) - <a href="http://data.passageenseine.org/2015/webm/PSES2015_libervia-repenser-communication.webm" target="#">{% trans %}video{% endtrans %}</a></li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
151 <li>{% trans %}Libre Software Meeting{% endtrans %}, Beauvais, 2015 ({% trans %}French{% endtrans %}) - <a href="http://video.rmll.info/videos/libervia-repenser-nos-communications/" target="#" >{% trans %}video{% endtrans %}</a></li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
152 </ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
153 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
154
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
155 <div class="box">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
156 Goffi, <span class="has-text-weight-bold">Salut à Toi : et si on repolitisait tout ça ?</span>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
157 <ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
158 <li>{% trans %}Libre Software Meeting{% endtrans %}, Montpellier, 2014 ({% trans %}French{% endtrans %}) - <a href="http://video.rmll.info/videos/salut-a-toi-et-si-on-repolitisait-tout-ca/" target="#" >{% trans %}video{% endtrans %}</a></li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
159 <li>Pas Sage En Seine, Paris, 2014 ({% trans %}French{% endtrans %}) - <a href="http://numaparis.ubicast.tv/videos/salut-a-toi-1-partie-1/" target="#">{% trans %}video{% endtrans %} {% trans %}part{% endtrans %} 1</a> + <a href="http://numaparis.ubicast.tv/videos/salut-a-toi-1-partie-2/" target="#">{% trans %}part{% endtrans %} 2</a></li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
160 </ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
161 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
162
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
163 <div class="box">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
164 Goffi, <span class="has-text-weight-bold">Salut à Toi : outil libre de communication</span>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
165 <ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
166 <li>Journées De Logiciel Libre, Lyon, 2014 ({% trans %}French{% endtrans %})</li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
167 <li>Parinux, Paris, 2014 ({% trans %}French{% endtrans %})</li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
168 <li>Ubuntu Party, Paris, 2014 ({% trans %}French{% endtrans %})</li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
169 </ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
170 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
171
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
172 <div class="box">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
173 Goffi, <span class="has-text-weight-bold">Nouveaux usage numériques, nouvelles problématiques</span>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
174 <ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
175 <li>Festival Déclics, Nanterre, 2013 ({% trans %}French{% endtrans %})</li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
176 </ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
177 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
178
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
179 <div class="box">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
180 Goffi, <span class="has-text-weight-bold">Salut à Toi : repensez vos communications</span>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
181 <ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
182 <li>Journées De Logiciel Libre, Lyon, 2012 ({% trans %}French{% endtrans %}) - <a href="http://www.goffi.org/videos/conf%c3%a9rence%20S%c3%a0T%20JDLL%202012.webm" target="#">{% trans %}video{% endtrans %}</a></li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
183 </ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
184 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
185
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
186 <div class="box">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
187 Goffi, <span class="has-text-weight-bold">Salut à Toi : communication Libre, Fédérée, Décentralisée et Standard</span>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
188 <ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
189 <li>{% trans %}Libre Software Meeting{% endtrans %}, Geneva, 2012 ({% trans %}French{% endtrans %}) - <a href="http://video.rmll.info/videos/salut-a-toi-communication-libre-federee-decentralisee-et-standard/" target="#">{% trans %}video{% endtrans %}</a></li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
190 <li>JDLL, Lyon, 2011 ({% trans %}French{% endtrans %})</li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
191 </ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
192 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
193
8
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
194 <div class="box">
dc880664a8ec modernisation of the theme using Bulma
Goffi <goffi@goffi.org>
parents: 0
diff changeset
195 Goffi, <span class="has-text-weight-bold">Salut à Toi : multi interface and multipurpose XMPP client</span>
0
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
196 <ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
197 <li>FOSDEM, {% trans %}Brussels{% endtrans %}, 2012 ({% trans %}English{% endtrans %})</li>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
198 </ul>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
199 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
200
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
201 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
202 </div>
09d66acc7c73 initial commit, website first draft:
Goffi <goffi@goffi.org>
parents:
diff changeset
203 {% endblock body %}