Mercurial > sat_legacy_website
comparison templates/sat_website/developers.html @ 26:3df49721008c
upgrade to Bootstrap v3.3.1
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 19 Jan 2015 21:22:40 +0100 |
parents | e45aed963722 |
children | 10ce34ab389a |
comparison
equal
deleted
inserted
replaced
25:930e73ea9e8e | 26:3df49721008c |
---|---|
24 {% load staticfiles %} | 24 {% load staticfiles %} |
25 {% block headline %}{% trans "Salut à Toi: contributing" %}{% endblock %} | 25 {% block headline %}{% trans "Salut à Toi: contributing" %}{% endblock %} |
26 {% block subtext %}{% trans "Here are some informations on how to develop the Salut à Toi project" %}{% endblock %} | 26 {% block subtext %}{% trans "Here are some informations on how to develop the Salut à Toi project" %}{% endblock %} |
27 {% block main_container %} | 27 {% block main_container %} |
28 <div class="row"> | 28 <div class="row"> |
29 <h4 class="alert alert-success"> | 29 <h5 class="alert alert-success"> |
30 {% trans "Get the source" %} | 30 {% trans "Get the source" %} |
31 </h4> | 31 </h5> |
32 <div class="info"> | 32 <div class="info"> |
33 <p>{% blocktrans with repos_sat="<a href=\"http://repos.goffi.org/sat\">http://repos.goffi.org/sat</a>" repos="<a href=\"http://repos.goffi.org\">http://repos.goffi.org</a>" %}You'll find the mercurial repository of SàT on {{ repos_sat }}, satellite project are also available on {{ repos }}{% endblocktrans %}</p> | 33 <p>{% blocktrans with repos_sat="<a href=\"http://repos.goffi.org/sat\">http://repos.goffi.org/sat</a>" repos="<a href=\"http://repos.goffi.org\">http://repos.goffi.org</a>" %}You'll find the mercurial repository of SàT on {{ repos_sat }}, satellite project are also available on {{ repos }}{% endblocktrans %}</p> |
34 <p>{% blocktrans with mercurial="<a href=\"http://mercurial.selenic.com/\">Mercurial</a>" %}To clone the repository, use {{ mercurial }}: <code>hg clone http://repos.goffi.org/sat</code>. Check the wiki (see below) for installation instructions{% endblocktrans %}</p> | 34 <p>{% blocktrans with mercurial="<a href=\"http://mercurial.selenic.com/\">Mercurial</a>" %}To clone the repository, use {{ mercurial }}: <code>hg clone http://repos.goffi.org/sat</code>. Check the wiki (see below) for installation instructions{% endblocktrans %}</p> |
35 </div> | 35 </div> |
36 </div> | 36 </div> |
37 | 37 |
38 <div class="row"> | 38 <div class="row"> |
39 <h4 class="alert alert-success"> | 39 <h5 class="alert alert-success"> |
40 {% trans "Documentation" %} | 40 {% trans "Documentation" %} |
41 </h4> | 41 </h5> |
42 <div class="info"> | 42 <div class="info"> |
43 <p>{% blocktrans with wiki="<a href=\"http://wiki.goffi.org/wiki/sat\">http://wiki.goffi.org/wiki/sat</a>" %}The documentation is available on the wiki: {{ wiki }} (don't hesitate to improve it){% endblocktrans %}</p> | 43 <p>{% blocktrans with wiki="<a href=\"http://wiki.goffi.org/wiki/sat\">http://wiki.goffi.org/wiki/sat</a>" %}The documentation is available on the wiki: {{ wiki }} (don't hesitate to improve it){% endblocktrans %}</p> |
44 <p>{% blocktrans with developers_page="<a href=\"http://wiki.goffi.org/wiki/S%C3%A0T_d%C3%A9veloppement/en\">http://wiki.goffi.org/wiki/SàT_développement</a>" %}You'll also find a dedicated page for developers: {{ developers_page }}{% endblocktrans %}</p> | 44 <p>{% blocktrans with developers_page="<a href=\"http://wiki.goffi.org/wiki/S%C3%A0T_d%C3%A9veloppement/en\">http://wiki.goffi.org/wiki/SàT_développement</a>" %}You'll also find a dedicated page for developers: {{ developers_page }}{% endblocktrans %}</p> |
45 <p>{% blocktrans with mailing_list="<a href=\"http://lists.goffi.org\">http://lists.goffi.org</a>" %}If you need help, you can also check the mailing list: {{ mailing_list }}{% endblocktrans %}</p> | 45 <p>{% blocktrans with mailing_list="<a href=\"http://lists.goffi.org\">http://lists.goffi.org</a>" %}If you need help, you can also check the mailing list: {{ mailing_list }}{% endblocktrans %}</p> |
46 </div> | 46 </div> |
47 | 47 |
48 </div> | 48 </div> |
49 | 49 |
50 <div class="row"> | 50 <div class="row"> |
51 <h4 class="alert alert-success"> | 51 <h5 class="alert alert-success"> |
52 {% trans "Contact" %} | 52 {% trans "Contact" %} |
53 </h4> | 53 </h5> |
54 <div class="info"> | 54 <div class="info"> |
55 <p>{% blocktrans with sat_muc="<a href=\"xmpp:sat@chat.jabberfr.org?join\">sat@chat.jabberfr.org</a>" %}The best way to join us is on SàT's Jabber room: {{ sat_muc }}{% endblocktrans %}</p> | 55 <p>{% blocktrans with sat_muc="<a href=\"xmpp:sat@chat.jabberfr.org?join\">sat@chat.jabberfr.org</a>" %}The best way to join us is on SàT's Jabber room: {{ sat_muc }}{% endblocktrans %}</p> |
56 </div> | 56 </div> |
57 </div> | 57 </div> |
58 {% endblock %} | 58 {% endblock %} |