diff templates/sat_website/features.html @ 44:d721c8ffa22a

misc updates: - check for different passwords in registration form - update overview.html and features.html - add missing pages (to be completed)
author souliane <souliane@mailoo.org>
date Tue, 27 Jan 2015 18:28:06 +0100
parents 10ce34ab389a
children 62c23067e86e
line wrap: on
line diff
--- a/templates/sat_website/features.html	Tue Feb 03 15:17:07 2015 +0100
+++ b/templates/sat_website/features.html	Tue Jan 27 18:28:06 2015 +0100
@@ -30,26 +30,10 @@
 
 	<div class="row">
 		<div class="col-md-2">
-			<a href="frontends">{% trans "Multi-frontends" %}</a>
+			<strong>{% trans "Blogging" %}</strong>
 		</div>
 		<div class="col-md-7 feature">
-			{% blocktrans %}SàT is multi-frontends: the heart of the software is independant from its display, that means that you can have different interfaces adapted to specific usages.{% endblocktrans %}
-		</div>
-	</div>
-	<div class="row">
-		<div class="col-md-2">
-			<strong>{% trans "Microblogging" %}</strong>
-		</div>
-		<div class="col-md-7 feature">
-			{% blocktrans %}Share your thought either publicly or privately (see below), thanks to the microblogging feature. With the decentralised nature of XMPP, you don't have to rely on one specific server, so you can stay master of your data, and avoir censorship.{% endblocktrans %}
-		</div>
-	</div>
-	<div class="row">
-		<div class="col-md-2">
-			<strong>{% trans "Group permissions" %}</strong>
-		</div>
-		<div class="col-md-7 feature">
-			{% blocktrans %}Keep access to private data only for the people you choose. SàT uses groups to manage your permissions, and avoid your coworker to see your party pictures.{% endblocktrans %}
+			{% blocktrans %}Share your thought with microblogs or write longer articles with rich text blog messages. Together with a picture manager (not available yet, but you can still link external pictures), this combines many of the most popular usecases of the Internet nowaday. The big difference with other popular services is that you can easily decide who will be able to read your messages and you can keep the full control over your data. Better host it yourself, or let it done by an entity you really trust.{% endblocktrans %}
 		</div>
 	</div>
 	<div class="row">
@@ -57,41 +41,25 @@
 			<strong>{% trans "Advanced chat and group chat" %}</strong>
 		</div>
 		<div class="col-md-7 feature">
-			{% blocktrans %}XMPP is one of the best (and probably the best) instant messaging protocol ever made. There are plenty of things you can do, far too much to detail everything here. In addition, you can join muli-user rooms, and discuss with tons of people.{% endblocktrans %}
-		</div>
-	</div>
-	<div class="row">
-		<div class="col-md-2">
-			<strong>{% trans "Heavy messaging" %}</strong>
-		</div>
-		<div class="col-md-7 feature">
-			{% blocktrans %}With XMPP, you are not limited to chat or short messages: you have no size limit, and if you want to write essays or to highly detail your last holidays, you can. SàT also handles rich text syntaxes like XHTML and Markdown.{% endblocktrans %}
+			{% blocktrans %}SàT is build above several bricks that together compose one of the richest chat system ever imagined. You can talk with one person or follow a group discussion, invite people... Most of the time you will like to record your communication history, but you can also encrypt it to ensure that the one and only one person you chose will be able to read it.{% endblocktrans %}
 		</div>
 	</div>
 	<div class="row">
 		<div class="col-md-2">
-			<strong>{% trans "Gateways" %}</strong>
-		</div>
-		<div class="col-md-7 feature">
-			{% blocktrans %}Communicate with other networks using different protocols. With SàT and XMPP, you'll not stay behind closed walls.{% endblocktrans %}
-		</div>
-	</div>
-	<div class="row">
-		<div class="col-md-2">
-			<strong>{% trans "File sharing" %}</strong>
+			<strong>{% trans "Activities" %}</strong>
 		</div>
 		<div class="col-md-7 feature">
-			{% blocktrans %}Easily send file to your friends.{% endblocktrans %}
+			{% blocktrans %}On top of the multi-user chat, you can play games and participate to activities. This is done in the same window with nothing extra to install. For now we only offer a French card game (tarot) and an online radio system that allow you to share some music with your friends and hear it at the same time.{% endblocktrans %}
 		</div>
 	</div>
-	<div class="row">
-		<div class="col-md-2">
-			<strong>{% trans "Games" %}</strong>
-		</div>
-		<div class="col-md-7 feature">
-			{% blocktrans %}Play with your friends or other people.{% endblocktrans %}
-		</div>
-	</div>
+    <div class="row">
+        <div class="col-md-2">
+            <strong>{% trans "File sharing and stream transmissions" %}</strong>
+        </div>
+        <div class="col-md-7 feature">
+            {% blocktrans %}Easily send file to your contacts. For media content that support it, you can also stream them. Later we would like to implement a decentralized file sharing system so you could create a private Bitorrent-like file sharing system within a group a friends.{% endblocktrans %}
+        </div>
+    </div>
 	<div class="row">
 		<div class="col-md-2">
 			{% blocktrans context "Url need to point to the localised one" %}<a href="http://www.goffi.org/post/2011/01/18/Recevez-et-envoyez-vos-messages-XMPP/Jabber-avec-votre-lecteur-de-courriel-gr%C3%A2ce-%C3%A0-Salut-%C3%A0-Toi-%21">E-mail clients interactions</a>{% endblocktrans %}