{% 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 or share about 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 the project: {{ sat_muc }}{% endblocktrans %}

{% trans "Follow the development and learn." %}

{% blocktrans with blog="http://www.goffi.org" %}On the main developer's blog, you'll get recent information/reflections about SàT's features (and also 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, give your opinion and 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 and share your thoughts. The more people that 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 %}