Mercurial > sat_legacy_website
comparison templates/sat_website/features.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 | a1e457ac6871 |
children | ae46991a3489 |
comparison
equal
deleted
inserted
replaced
59:01738ae70f2d | 60:0d20fb28c32e |
---|---|
86 <h5 class="alert alert-success"> | 86 <h5 class="alert alert-success"> |
87 <a name="details"></a>{% trans "Details and advanced features" %} | 87 <a name="details"></a>{% trans "Details and advanced features" %} |
88 </h5> | 88 </h5> |
89 <div class="info"> | 89 <div class="info"> |
90 <p>{% trans "For a complete listing of the features implemented by SàT, please visit the technical area." %} | 90 <p>{% trans "For a complete listing of the features implemented by SàT, please visit the technical area." %} |
91 <p><a class="btn btn-default" href="specifications.html" role="button">{% trans "Specifications" %}</a></p> | 91 <p><a class="btn btn-default" href="specifications.html" role="button">{% trans "Standard extensions" %}</a></p> |
92 <p><a class="btn btn-default" href="specifications.html#exp" role="button">{% trans "Experimental and/or non-standard features" %}</a></p> | |
92 </div> | 93 </div> |
93 </div> | 94 </div> |
94 | 95 |
95 {% endblock %} | 96 {% endblock %} |