changeset 126:90d5f6a80c4e

update specifications page with the new plugins implemented in version 0.6
author souliane <souliane@mailoo.org>
date Tue, 01 Dec 2015 19:59:24 +0100
parents 699b9b130368
children 82cec659362b
files templates/sat_website/specifications_exp.html templates/sat_website/specifications_xep.html
diffstat 2 files changed, 32 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/templates/sat_website/specifications_exp.html	Mon Nov 23 15:18:35 2015 +0100
+++ b/templates/sat_website/specifications_exp.html	Tue Dec 01 19:59:24 2015 +0100
@@ -54,10 +54,18 @@
   <div class="col-md-7 feature">{% blocktrans %}Create an Imap server that you can use to read your "normal" type messages{% endblocktrans %}</div>
 </div>
 <div class="row">
+  <div class="col-md-2">{% trans "IP discovery" %}</div>
+  <div class="col-md-7 feature">{% trans "This plugin helps to discover your external IP address." %}</div>
+</div>
+<div class="row">
   <div class="col-md-2">{% trans "Maildir Plugin" %}</div>
   <div class="col-md-7 feature">{% blocktrans %}Intercept "normal" type messages, and put them in a Maildir inbox{% endblocktrans %}</div>
 </div>
 <div class="row">
+  <div class="col-md-2">{% trans "NAT port mapping" %}</div>
+  <div class="col-md-7 feature">{% trans "Automatic NAT port mapping using UPnP." %}</div>
+</div>
+<div class="row">
   <div class="col-md-2">{% trans "Quiz game" %}</div>
   <div class="col-md-7 feature">{% trans "A quiz game (under development)" %}</div>
 </div>
--- a/templates/sat_website/specifications_xep.html	Mon Nov 23 15:18:35 2015 +0100
+++ b/templates/sat_website/specifications_xep.html	Tue Dec 01 19:59:24 2015 +0100
@@ -114,14 +114,30 @@
   <div class="col-md-7 feature">{% trans "Personal Eventing Protocol" %}</div>
 </div>
 <div class="row">
+  <div class="col-md-2"><a href="http://xmpp.org/extensions/xep-0166.html" target="#">XEP-0166</a></div>
+  <div class="col-md-7 feature">{% trans "Jingle" %}</div>
+</div>
+<div class="row">
   <div class="col-md-2"><a href="http://xmpp.org/extensions/xep-0203.html" target="#">XEP-0203</a></div>
   <div class="col-md-7 feature">{% trans "Delayed Delivery" %}</div>
 </div>
 <div class="row">
+  <div class="col-md-2"><a href="http://xmpp.org/extensions/xep-0234.html" target="#">XEP-0234</a></div>
+  <div class="col-md-7 feature">{% trans "Jingle File Transfer" %}</div>
+</div>
+<div class="row">
   <div class="col-md-2"><a href="http://xmpp.org/extensions/xep-0249.html" target="#">XEP-0249</a></div>
   <div class="col-md-7 feature">{% trans "Direct MUC Invitations" %}</div>
 </div>
 <div class="row">
+  <div class="col-md-2"><a href="http://xmpp.org/extensions/xep-0260.html" target="#">XEP-0260</a></div>
+  <div class="col-md-7 feature">{% trans "Jingle SOCKS5 Bytestreams Transport Method" %}</div>
+</div>
+<div class="row">
+  <div class="col-md-2"><a href="http://xmpp.org/extensions/xep-0261.html" target="#">XEP-0261</a></div>
+  <div class="col-md-7 feature">{% trans "Jingle In-Band Bytestreams Transport Method" %}</div>
+</div>
+<div class="row">
   <div class="col-md-2"><a href="http://xmpp.org/extensions/xep-0277.html" target="#">XEP-0277</a></div>
   <div class="col-md-7 feature">{% trans "Microblogging over XMPP" %}</div>
 </div>
@@ -130,10 +146,18 @@
   <div class="col-md-7 feature">{% trans "Stanza Forwarding" %}</div>
 </div>
 <div class="row">
+  <div class="col-md-2"><a href="http://xmpp.org/extensions/xep-0300.html" target="#">XEP-0300</a></div>
+  <div class="col-md-7 feature">{% trans "Use of Cryptographic Hash Functions in XMPP" %}</div>
+</div>
+<div class="row">
   <div class="col-md-2"><a href="http://xmpp.org/extensions/xep-0313.html" target="#">XEP-0313</a></div>
   <div class="col-md-7 feature">{% trans "Message Archive Management" %}</div>
 </div>
 <div class="row">
   <div class="col-md-2"><a href="http://xmpp.org/extensions/xep-0334.html" target="#">XEP-0334</a></div>
   <div class="col-md-7 feature">{% trans "Message Processing Hints" %}</div>
+</div>
+<div class="row">
+  <div class="col-md-2"><a href="http://xmpp.org/extensions/xep-0363.html" target="#">XEP-0363</a></div>
+  <div class="col-md-7 feature">{% trans "HTTP File Upload" %}</div>
 </div>
\ No newline at end of file