Mercurial > sat_legacy_website
comparison templates/sat_website/specifications_exp.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 | e2ea184c8ebc |
children | 1e6dae0231e9 |
comparison
equal
deleted
inserted
replaced
59:01738ae70f2d | 60:0d20fb28c32e |
---|---|
28 | 28 |
29 {% endcomment %} | 29 {% endcomment %} |
30 {% load i18n %} | 30 {% load i18n %} |
31 | 31 |
32 <div class="row"> | 32 <div class="row"> |
33 <div class="col-md-2">{% blocktrans context "Url need to point to the localised one" %}<a href="http://blog.goffi.org/post/2014/02/18/A-universal-remote-for-your-softwares" target="#">Ad-Hoc commands</a>{% endblocktrans %}</div> | 33 <div class="col-md-2">{% blocktrans context "Url need to point to the localised one" %}<a href="http://blog.goffi.org/post/2014/02/18/A-universal-remote-for-your-softwares" target="#">Universal remote control</a>{% endblocktrans %}</div> |
34 <div class="col-md-7 feature">{% blocktrans %}You can remotely control your XMPP entities and all the softwares that offer D-Bus services. {% endblocktrans %}</div> | 34 <div class="col-md-7 feature">{% blocktrans %}You can remotely control your XMPP entities and all the softwares that offer D-Bus services. {% endblocktrans %}</div> |
35 </div> | 35 </div> |
36 <div class="row"> | 36 <div class="row"> |
37 <div class="col-md-2">{% blocktrans context "Url need to point to the localised one" %}<a href="http://www.goffi.org/post/2013/02/22/Export-command-to-a-contact-%28with-video%29" target="#">Commands export</a>{% endblocktrans %}</div> | 37 <div class="col-md-2">{% blocktrans context "Url need to point to the localised one" %}<a href="http://www.goffi.org/post/2013/02/22/Export-command-to-a-contact-%28with-video%29" target="#">Commands export</a>{% endblocktrans %}</div> |
38 <div class="col-md-7 feature">{% blocktrans %}An other feature for power-user: you can export input/outputs of an Unix CLI command to any contact (using any XMPP client or even other protocols through gateways).{% endblocktrans %}</div> | 38 <div class="col-md-7 feature">{% blocktrans %}An other feature for power-user: you can export input/outputs of an Unix CLI command to any contact (using any XMPP client or even other protocols through gateways).{% endblocktrans %}</div> |