{% 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: contributing" %}{% endblock %} {% block subtext %}{% trans "Some information for people willing to help the development" %}{% endblock %} {% block main_container %}
{% trans "Get the source" %}

{% blocktrans with repos_sat="http://repos.goffi.org/sat" repos="http://repos.goffi.org" %}You'll find the mercurial repository of SàT on {{ repos_sat }}, satellite project are also available on {{ repos }}{% endblocktrans %}

{% blocktrans with mercurial="Mercurial" %}To clone the repository, use {{ mercurial }}: hg clone http://repos.goffi.org/sat. Check the wiki (see below) for installation instructions{% endblocktrans %}

{% trans "Documentation" %}

{% blocktrans with wiki="http://wiki.goffi.org/wiki/sat" %}The documentation is available on the wiki: {{ wiki }} (don't hesitate to improve it){% endblocktrans %}

{% blocktrans with developers_page="http://wiki.goffi.org/wiki/SàT_développement" %}You'll also find a dedicated page for developers: {{ developers_page }}{% endblocktrans %}

{% blocktrans with mailing_list="http://lists.goffi.org" %}If you need help, you can also check the mailing list: {{ mailing_list }}{% endblocktrans %}

{% trans "Contact" %}

{% blocktrans with sat_muc="sat@chat.jabberfr.org" %}The best way to join us is on SàT's Jabber room: {{ sat_muc }}{% endblocktrans %}

{% endblock %}