comparison templates/sat_website/specifications_exp.html @ 129:dc3484c165f7

add XEPs that are listed in the "protocols" field of PLUGIN_INFO but not in "import_name"
author souliane <souliane@mailoo.org>
date Wed, 02 Dec 2015 00:19:09 +0100
parents 90d5f6a80c4e
children bcddca7b2e16
comparison
equal deleted inserted replaced
128:1ed40e1ce611 129:dc3484c165f7
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="#">Universal remote control</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 (e.g VLC, Okular...). {% 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>
39 </div> 39 </div>