{% extends "sat_website/category.html" %} {% comment %} SàT website: Salut à Toi's presentation website Copyright (C) 2012 Jérôme Poisson (goffi@goffi.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 . {% endcomment %} {% load i18n %} {% load staticfiles %} {% block headline %}{% trans "Salut à Toi's community" %}{% endblock %} {% block subtext %}{% trans "Join us to talk, contribute, share around Salut à Toi" %}{% endblock %} {% block main_container %}
{% trans "Enter the chat room" %}

{% blocktrans with sat_muc="sat@chat.jabberfr.org" %}Salut à Toi's multi-user chat room is *the* place to discuss about the project: {{ sat_muc }}{% endblocktrans %}

{% trans "Follow the development, learn" %}

{% blocktrans with blog="http://www.goffi.org" %}In the blog of the main developer you'll have recent informations/reflections abouts features or more general ones: {{ blog }}{% endblocktrans %}

{% blocktrans with mailing_list="http://lists.goffi.org/listinfo/users" %}You can subscribe to the users mailing list to follow the progression, you're also welcome to give your opinion (and to contribute): {{ mailing_list }}{% endblocktrans %}

{% blocktrans with wiki="http://wiki.goffi.org/wiki/Catégorie:Documentation_utilisateur" %}You'll find some user documentation on the wiki: {{ wiki }}{% endblocktrans %}

{% trans "Participate !" %}

{% blocktrans %}SàT is an open project: come and discuss, give your opinion, share your thoughts. The more people will participate, the better the project will be. Share your view not only on technical points, but also on philosophical or political ones. And if you are around, come to have a talk in real life :){% endblocktrans %}

{% endblock %}