comparison templates/sat_website/developers.html @ 60:0d20fb28c32e

many small changes: - set opacity 0.85 to libervia screenshot on the main page - remove videos from the repository (stored on external ftp) - more details in the README concerning the i18n - settings can be overriden by an external file (for the stats) - add in basic features.html a button to experimental features - add a link to the SàT MUC in downloads section - add link to bugzilla + improve other links in dev/community - add + symbol for projects using standard blogging system - add ~ symbol for projects being no communication tool - save subscription form results to a text file - update press.py and links.py
author souliane <souliane@mailoo.org>
date Fri, 15 May 2015 17:15:40 +0200
parents 3b4ba14d1e26
children
comparison
equal deleted inserted replaced
59:01738ae70f2d 60:0d20fb28c32e
27 {% block subtext %}{% trans "Some information for people willing to help the development" %}{% endblock %} 27 {% block subtext %}{% trans "Some information for people willing to help the development" %}{% endblock %}
28 {% block main_container %} 28 {% block main_container %}
29 29
30 <div class="row"> 30 <div class="row">
31 <h5 class="alert alert-success"> 31 <h5 class="alert alert-success">
32 {% trans "Report a bug" %}
33 </h5>
34 <div class="info">
35 <p>{% blocktrans with bugzilla="<a target=\"#\" href=\"http://bugs.goffi.org/describecomponents.cgi?product=Salut%20%C3%A0%20Toi\">http://bugs.goffi.org</a>" %}If you found a bug, please report it to our Bugzilla: {{bugzilla}}{% endblocktrans %}</p>
36 </div>
37 </div>
38
39 <div class="row">
40 <h5 class="alert alert-success">
32 {% trans "Get the source" %} 41 {% trans "Get the source" %}
33 </h5> 42 </h5>
34 <div class="info"> 43 <div class="info">
35 <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> 44 <p>{% blocktrans with repos_sat="<a target=\"#\" href=\"http://repos.goffi.org/sat\">http://repos.goffi.org/sat</a>" repos="<a target=\"#\" href=\"http://repos.goffi.org\">http://repos.goffi.org</a>" %}You'll find the mercurial repository of SàT on {{ repos_sat }}, satellite projects are also available on {{ repos }}{% endblocktrans %}</p>
36 <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> 45 <p>{% blocktrans with mercurial="<a target=\"#\" 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>
37 </div> 46 </div>
38 </div> 47 </div>
39 48
40 <div class="row"> 49 <div class="row">
41 <h5 class="alert alert-success"> 50 <h5 class="alert alert-success">
42 {% trans "Documentation" %} 51 {% trans "Documentation" %}
43 </h5> 52 </h5>
44 <div class="info"> 53 <div class="info">
45 <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> 54 <p>{% blocktrans with wiki="<a target=\"#\" href=\"http://wiki.goffi.org/wiki/sat\">http://wiki.goffi.org/wiki/sat</a>" %}The documentation is available on the wiki (feel free to improve it): {{ wiki }}{% endblocktrans %}</p>
46 <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> 55 <p>{% blocktrans with developers_page="<a target=\"#\" href=\"http://wiki.goffi.org/wiki/Cat%C3%A9gorie:Documentation_d%C3%A9veloppeur\">http://wiki.goffi.org/wiki/Catégorie:Documentation_développeur</a>" %}You'll also find a dedicated section for developers: {{ developers_page }}{% endblocktrans %}</p>
47 <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>
48 </div> 56 </div>
49 57
50 </div> 58 </div>
51 59
52 <div class="row"> 60 <div class="row">
53 <h5 class="alert alert-success"> 61 <h5 class="alert alert-success">
54 {% trans "Contact" %} 62 {% trans "Contact" %}
55 </h5> 63 </h5>
56 <div class="info"> 64 <div class="info">
57 <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> 65 <p>{% blocktrans with sat_muc="<a target=\"#\" 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>
66 <p>{% blocktrans with mailing_list="<a target=\"#\" href=\"http://lists.goffi.org/listinfo/dev\">http://lists.goffi.org/listinfo/dev</a>" %}If you need help, you can also write to our dev mailing list: {{ mailing_list }}{% endblocktrans %}</p>
58 </div> 67 </div>
59 </div> 68 </div>
60 69
61 {% endblock %} 70 {% endblock %}