view 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
line wrap: on
line source

{% extends "sat_website/category.html" %}

{% comment %}
SàT website: Salut à Toi's presentation website
Copyright (C) 2012  Jérôme Poisson (goffi@goffi.org)
Copyright (C) 2015 Adrien Cossa (souliane@mailoo.org)

This file is part of SàT website.

SàT website is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Foobar is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
{% endcomment %}

{% load i18n %}
{% load staticfiles %}

{% block headline %}{% trans "Press files" %}{% endblock %}
{% block main_container %}

<div class="row">
    <h5 class="alert alert-success">
        {% trans "They write about it" %}
    </h5>
    <div class="info">
        <div class="row">
          <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>
        </div>
        <div class="row">
          <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>
        </div>
    </div>

    <h5 class="alert alert-success">
        {% trans "We talk about it" %}
    </h5>
    <div class="info">
        <div class="row">
          <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>
        </div>
        <div class="row">
          <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>
        </div>
        <div class="row">
          <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>
        </div>
        <div class="row">
          <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>
        </div>
    </div>

</div>

{% endblock %}