comparison templates/sat_website/features.html @ 53:84c2e20d3de1

include some corrections suggested by Goffi
author souliane <souliane@mailoo.org>
date Tue, 05 May 2015 09:47:55 +0200
parents 10cdc1fbc4c7
children a1e457ac6871
comparison
equal deleted inserted replaced
52:cc099372a9ac 53:84c2e20d3de1
26 {% block headline %}{% trans "Salut à Toi's features" %}{% endblock %} 26 {% block headline %}{% trans "Salut à Toi's features" %}{% endblock %}
27 {% block main_container %} 27 {% block main_container %}
28 28
29 <div class="row"> 29 <div class="row">
30 <h5 class="alert alert-success"> 30 <h5 class="alert alert-success">
31 <a name="screenshots">{% trans "Short overview" %}</a> 31 <a name="screenshots"></a>{% trans "Short overview" %}
32 </h5> 32 </h5>
33 <div class="info"> 33 <div class="info">
34 <div class="row"> 34 <div class="row">
35 <div class="col-md-2"> 35 <div class="col-md-2">
36 <strong>{% trans "Blogging" %}</strong> 36 <strong>{% trans "Blogging" %}</strong>
42 <div class="row"> 42 <div class="row">
43 <div class="col-md-2"> 43 <div class="col-md-2">
44 <strong>{% trans "Chat" %}</strong> 44 <strong>{% trans "Chat" %}</strong>
45 </div> 45 </div>
46 <div class="col-md-7 feature"> 46 <div class="col-md-7 feature">
47 {% 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, record your communication history... If you need to exchange sensitive information - like a password - you can encrypt your messages to ensure that nobody but the person you chose will be able to read it.{% endblocktrans %} 47 {% blocktrans %}You can talk with one person or follow a group discussion, invite people, record your communication history... If you need to exchange sensitive information - like a password - you can encrypt your messages to ensure that nobody but the person you chose will be able to read it.{% endblocktrans %}
48 </div> 48 </div>
49 </div> 49 </div>
50 <div class="row"> 50 <div class="row">
51 <div class="col-md-2"> 51 <div class="col-md-2">
52 <strong>{% trans "Activities" %}</strong> 52 <strong>{% trans "Activities" %}</strong>
53 </div> 53 </div>
54 <div class="col-md-7 feature"> 54 <div class="col-md-7 feature">
55 {% blocktrans %}On top of the multi-user chat, you can play games and participate to activities. This is done in the same interface with nothing extra to install. For now we only offer a French card game (tarot) and an online radio system that allows you to share some music with your friends and hear it at the same time.{% endblocktrans %} 55 {% blocktrans %}On top of the multi-user chat, you can play games and participate to activities. This is done in the same interface with nothing extra to install. For now we offer a French card game (tarot) and an online radio system that allows you to share some music with your friends and hear it at the same time.{% endblocktrans %}
56 </div> 56 </div>
57 </div> 57 </div>
58 <div class="row"> 58 <div class="row">
59 <div class="col-md-2"> 59 <div class="col-md-2">
60 <strong>{% trans "File sharing" %}</strong> 60 <strong>{% trans "File sharing" %}</strong>
61 </div> 61 </div>
62 <div class="col-md-7 feature"> 62 <div class="col-md-7 feature">
63 {% blocktrans %}Easily send files to your contacts. For media content that support it, you can also stream them. Later we would like to implement a decentralised file sharing system so you could create a private Bitorrent-like network within a group a friends.{% endblocktrans %} 63 {% blocktrans %}Easily send files to your contacts. For media content that support it, you can also stream them. Later we would like to implement a decentralised file sharing system so you could create a private peer-to-peer network within a group a friends.{% endblocktrans %}
64 </div> 64 </div>
65 </div> 65 </div>
66 <div class="row"> 66 <div class="row">
67 <div class="col-md-2"> 67 <div class="col-md-2">
68 <strong>{% blocktrans %}Email interaction{% endblocktrans %}</strong> 68 <strong>{% blocktrans %}Email interaction{% endblocktrans %}</strong>
69 </div> 69 </div>
70 <div class="col-md-7 feature"> 70 <div class="col-md-7 feature">
71 {% blocktrans %}SàT communicates with the email network, so you can use your favorite client to send or receive messages. One goal of SàT is to offer an alternative to the classical email network, with a better protection against SPAM and identity spoofing. Gateways can also be installed to send messages to any other network.{% endblocktrans %} 71 {% blocktrans %}SàT communicates with the email network, so you can use your favorite client to send or receive messages. One goal of SàT is to offer an alternative to the classical email network, with a better protection against spam and identity spoofing. Gateways can also be installed to send messages to any other network.{% endblocktrans %}
72 </div> 72 </div>
73 </div> 73 </div>
74 <div class="row"> 74 <div class="row">
75 <div class="col-md-2"> 75 <div class="col-md-2">
76 <a href="social_contract.html">{% trans "Social contract" %}</a> 76 <a href="social_contract.html">{% trans "Social contract" %}</a>
82 </div> 82 </div>
83 </div> 83 </div>
84 84
85 <div class="row"> 85 <div class="row">
86 <h5 class="alert alert-success"> 86 <h5 class="alert alert-success">
87 <a name="screenshots">{% trans "Details and advanced features" %}</a> 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 "Specifications" %}</a></p>
92 </div> 92 </div>