comparison templates/sat_website/specifications.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 6cf0808b8275
children
comparison
equal deleted inserted replaced
59:01738ae70f2d 60:0d20fb28c32e
41 <div class="info"> 41 <div class="info">
42 {% include "sat_website/specifications_xep.html" %} 42 {% include "sat_website/specifications_xep.html" %}
43 </div> 43 </div>
44 </div> 44 </div>
45 45
46 <a name="exp"></a>
46 <div class="row"> 47 <div class="row">
47 <h5 class="alert alert-success"> 48 <h5 class="alert alert-success">
48 {% trans "Experimental and non-standard features" %} 49 {% trans "Experimental and/or non-standard features" %}
49 </h5> 50 </h5>
50 <div class="info"> 51 <div class="info">
51 {% blocktrans %}This table lists the non-standard features. Some of them can't be standardised because they are too specific, some others might become new standards in the future.{% endblocktrans %} 52 {% blocktrans %}Some of these features can't be standardised because they are too specific, some others might become new standards in the future.{% endblocktrans %}
52 </div> 53 </div>
53 <div class="info"> 54 <div class="info">
54 {% include "sat_website/specifications_exp.html" %} 55 {% include "sat_website/specifications_exp.html" %}
55 </div> 56 </div>
56 </div> 57 </div>