0
|
1 {% extends "sat_website/category.html" %} |
|
2 |
|
3 {% comment %} |
|
4 SàT website: Salut à Toi's presentation website |
|
5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org) |
|
6 |
|
7 This file is part of SàT website. |
|
8 |
|
9 SàT website is free software: you can redistribute it and/or modify |
|
10 it under the terms of the GNU Affero General Public License as published by |
|
11 the Free Software Foundation, either version 3 of the License, or |
|
12 (at your option) any later version. |
|
13 |
|
14 Foobar is distributed in the hope that it will be useful, |
|
15 but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
17 GNU Affero General Public License for more details. |
|
18 |
|
19 You should have received a copy of the GNU Affero General Public License |
|
20 along with Foobar. If not, see <http://www.gnu.org/licenses/>. |
|
21 {% endcomment %} |
|
22 |
|
23 {% load staticfiles %} |
|
24 {% block headline %}Salut à Toi: contributing{% endblock %} |
|
25 {% block subtext %}Here are some informations on how to develop the Salut à Toi project{% endblock %} |
|
26 {% block main_container %} |
|
27 <div class="row"> |
|
28 <h4 class="alert alert-success"> |
|
29 Get the source |
|
30 </h4> |
|
31 <div class="info"> |
|
32 <p>You'll find the mercurial repository of SàT on <a href="http://repos.goffi.org/sat">http://repos.goffi.org/sat</a>, satellite project are also available on <a href="http://repos.goffi.org">http://repos.goffi.org</a></p> |
|
33 <p>To clone the repository, use <a href="http://mercurial.selenic.com/">Mercurial</a>: <code>hg clone http://repos.goffi.org/sat</code>. Check the wiki (see below) for installation instructions</p> |
|
34 </div> |
|
35 </div> |
|
36 |
|
37 <div class="row"> |
|
38 <h4 class="alert alert-success"> |
|
39 Documentation |
|
40 </h4> |
|
41 <div class="info"> |
|
42 <p>The documentation is available on the wiki: <a href="http://wiki.goffi.org/wiki/sat">http://wiki.goffi.org/wiki/sat</a> (don't hesitate to improve it)</p> |
|
43 <p>You'll also find a dedicated page for developers: <a href="http://wiki.goffi.org/wiki/S%C3%A0T_d%C3%A9veloppement/en">http://wiki.goffi.org/wiki/SàT_développement</a></p> |
|
44 <p>If you need help, you can also check the mailing list: <a href="http://lists.goffi.org">http://lists.goffi.org</a></p> |
|
45 </div> |
|
46 |
|
47 </div> |
|
48 |
|
49 <div class="row"> |
|
50 <h4 class="alert alert-success"> |
|
51 Contact |
|
52 </h4> |
|
53 <div class="info"> |
|
54 <p>The best way to join us is on SàT's Jabber room: <a href="xmpp:sat@chat.jabberfr.org">sat@chat.jabberfr.org</a></p> |
|
55 </div> |
|
56 </div> |
|
57 {% endblock %} |