comparison templates/sat_website/community.html @ 99:dd7a496bf762

add a general footer containing the email contact + add a section for this contact in the "community" section
author souliane <souliane@mailoo.org>
date Fri, 09 Oct 2015 13:02:56 +0200
parents ae46991a3489
children bc6a932b6328
comparison
equal deleted inserted replaced
98:e1df20f42e67 99:dd7a496bf762
27 {% block subtext %}{% trans "Join us to talk, contribute or share about Salut à Toi" %}{% endblock %} 27 {% block subtext %}{% trans "Join us to talk, contribute or share about Salut à Toi" %}{% 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 "Enter the chat room." %} 32 {% trans "Contact the association" %}
33 </h5> 33 </h5>
34 <div class="info"> 34 <div class="info">
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 the project: {{ sat_muc }}{% endblocktrans %}</p> 35 <p>{% trans "To contact the managers of the association, please write an email to" %} <a href="mailto:contact@salut-a-toi.xyz">contact@salut-a-toi.xyz</a> {% trans "(replace xyz with org)" %}.</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 and learn." %} 41 {% trans "Enter the chat room" %}
42 </h5>
43 <div class="info">
44 <p>{% blocktrans with sat_muc="<a target=\"#\" href=\"http://chat.jabberfr.org/muckl_int/index.php?room=sat\">xmpp:sat@chat.jabberfr.org</a>" %}Salut à Toi's multi-user chat room is the best place to discuss the project. There are many ways to join it, for example using Libervia, but if you prefer to not create any account, just click the following link: {{ sat_muc }}. Please note that you can't send an email to this chat room: its identifier looks like an email address but it's not!{% endblocktrans %}</p>
45 </div>
46 </div>
47
48 <div class="row">
49 <h5 class="alert alert-success">
50 {% trans "Follow the development and learn" %}
42 </h5> 51 </h5>
43 <div class="info"> 52 <div class="info">
44 <p>{% blocktrans with blog="<a target=\"#\" href=\"http://www.goffi.org\">http://www.goffi.org</a>" %}On the main developer's blog, you'll get recent information/reflections about SàT's features (and also more general ones): {{ blog }}{% endblocktrans %}</p> 53 <p>{% blocktrans with blog="<a target=\"#\" href=\"http://www.goffi.org\">http://www.goffi.org</a>" %}On the main developer's blog, you'll get recent information/reflections about SàT's features (and also more general ones): {{ blog }}{% 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, give your opinion and contribute: {{ mailing_list }}{% endblocktrans %}</p> 54 <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, give your opinion and contribute: {{ mailing_list }}{% 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> 55 <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>