comparison templates/sat_website/community.html @ 12:8ecf9c1db4f4

changed the sentence presenting the blog in community page
author Goffi <goffi@goffi.org>
date Sun, 24 Feb 2013 23:49:20 +0100
parents 9389a4fcc070
children 3df49721008c
comparison
equal deleted inserted replaced
11:f23fba993dd6 12:8ecf9c1db4f4
37 <div class="row"> 37 <div class="row">
38 <h4 class="alert alert-success"> 38 <h4 class="alert alert-success">
39 {% trans "Follow the development, learn" %} 39 {% trans "Follow the development, learn" %}
40 </h4> 40 </h4>
41 <div class="info"> 41 <div class="info">
42 <p>{% blocktrans with blog="<a href=\"http://www.goffi.org\">http://www.goffi.org</a>" %}The blog of the main developer is *the* place to get the more recent informations: {{ blog }}{% endblocktrans %}</p> 42 <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>
43 <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> 43 <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>
44 <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> 44 <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>
45 </div> 45 </div>
46 46
47 </div> 47 </div>