comparison templates/sat_website/community.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 b09c26afea5f
comparison
equal deleted inserted replaced
59:01738ae70f2d 60:0d20fb28c32e
30 <div class="row"> 30 <div class="row">
31 <h5 class="alert alert-success"> 31 <h5 class="alert alert-success">
32 {% trans "Enter the chat room" %} 32 {% trans "Enter the chat room" %}
33 </h5> 33 </h5>
34 <div class="info"> 34 <div class="info">
35 <p>{% blocktrans with sat_muc="<a href=\"xmpp:sat@chat.jabberfr.org?join\">sat@chat.jabberfr.org</a>" %}Salut à Toi's multi-user chat room is <strong>*the*</strong> place to discuss about the project: {{ sat_muc }}{% endblocktrans %}</p> 35 <p>{% blocktrans with sat_muc="<a target=\"#\" href=\"xmpp:sat@chat.jabberfr.org?join\">sat@chat.jabberfr.org</a>" %}Salut à Toi's multi-user chat room is <strong>*the*</strong> place to discuss about the project: {{ sat_muc }}{% endblocktrans %}</p>
36 </div> 36 </div>
37 </div> 37 </div>
38 38
39 <div class="row"> 39 <div class="row">
40 <h5 class="alert alert-success"> 40 <h5 class="alert alert-success">
41 {% trans "Follow the development, learn" %} 41 {% trans "Follow the development, learn" %}
42 </h5> 42 </h5>
43 <div class="info"> 43 <div class="info">
44 <p>{% blocktrans with blog="<a href=\"http://www.goffi.org\">http://www.goffi.org</a>" %}In the blog of the main developer you'll have recent informations/reflections abouts features or more general ones: {{ blog }}{% endblocktrans %}</p> 44 <p>{% blocktrans with blog="<a target=\"#\" href=\"http://www.goffi.org\">http://www.goffi.org</a>" %}In the blog of the main developer you'll have recent informations/reflections abouts features or more general ones: {{ blog }}{% endblocktrans %}</p>
45 <p>{% blocktrans with mailing_list="<a href=\"http://lists.goffi.org\">http://lists.goffi.org</a>" %}You can subscribe to the mailing list to follow the progression, you're welcome to give your opinion (and to contribute): {{ mailing_list }}{% endblocktrans %}</p> 45 <p>{% blocktrans with mailing_list="<a target=\"#\" href=\"http://lists.goffi.org/listinfo/users\">http://lists.goffi.org/listinfo/users</a>" %}You can subscribe to the users mailing list to follow the progression, you're also welcome to give your opinion (and to contribute): {{ mailing_list }}{% endblocktrans %}</p>
46 <p>{% blocktrans with wiki="<a href=\"http://wiki.goffi.org\">http://wiki.goffi.org</a>" %}You'll find user documentation and more technical one on the wiki: {{ wiki }}{% endblocktrans %}</p> 46 <p>{% blocktrans with wiki="<a target=\"#\" href=\"http://wiki.goffi.org/wiki/Cat%C3%A9gorie:Documentation_utilisateur\">http://wiki.goffi.org/wiki/Catégorie:Documentation_utilisateur</a>" %}You'll find some user documentation on the wiki: {{ wiki }}{% endblocktrans %}</p>
47 </div> 47 </div>
48 48
49 </div> 49 </div>
50 50
51 <div class="row"> 51 <div class="row">