annotate templates/sat_website/developers.html @ 0:9305c6458e2f

initial commit
author Goffi <goffi@goffi.org>
date Sat, 28 Jul 2012 20:36:32 +0200
parents
children 0df46e87537d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
1 {% extends "sat_website/category.html" %}
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
2
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
3 {% comment %}
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
4 SàT website: Salut à Toi's presentation website
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org)
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
6
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
7 This file is part of SàT website.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
8
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
9 SàT website is free software: you can redistribute it and/or modify
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
10 it under the terms of the GNU Affero General Public License as published by
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
11 the Free Software Foundation, either version 3 of the License, or
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
12 (at your option) any later version.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
13
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
14 Foobar is distributed in the hope that it will be useful,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
17 GNU Affero General Public License for more details.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
18
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
19 You should have received a copy of the GNU Affero General Public License
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
20 along with Foobar. If not, see <http://www.gnu.org/licenses/>.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
21 {% endcomment %}
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
22
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
23 {% load staticfiles %}
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
24 {% block headline %}Salut à Toi: contributing{% endblock %}
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
25 {% block subtext %}Here are some informations on how to develop the Salut à Toi project{% endblock %}
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
26 {% block main_container %}
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
27 <div class="row">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
28 <h4 class="alert alert-success">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
29 Get the source
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
30 </h4>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
31 <div class="info">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
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>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
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>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
34 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
35 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
36
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
37 <div class="row">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
38 <h4 class="alert alert-success">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
39 Documentation
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
40 </h4>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
41 <div class="info">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
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>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
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>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
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>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
45 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
46
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
47 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
48
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
49 <div class="row">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
50 <h4 class="alert alert-success">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
51 Contact
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
52 </h4>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
53 <div class="info">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
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>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
55 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
56 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
57 {% endblock %}