diff templates/sat_website/faq.html @ 123:c0dbe7ad54c8

add a question "what is the Libervia demo version?" to the FAQ
author souliane <souliane@mailoo.org>
date Fri, 06 Nov 2015 10:10:39 +0100
parents d4ec0092daa0
children 319368437642
line wrap: on
line diff
--- a/templates/sat_website/faq.html	Fri Nov 06 09:24:51 2015 +0100
+++ b/templates/sat_website/faq.html	Fri Nov 06 10:10:39 2015 +0100
@@ -30,6 +30,13 @@
 
 <div class="row"><a name="html"></a>
     <h5 class="alert alert-warning">
+        {% blocktrans with demo="libervia.org" %}What is the "Libervia demo version" on {{demo}}?{% endblocktrans %}
+    </h5>
+    <p>{% blocktrans %}This is a demonstration version that you can try to get an idea about how Libervia will look like. You have to keep in mind that this is a development version. We will take care to improve the user interface and to fix a lot of bugs before launching the "general public" version.{% endblocktrans %}</p>
+</div>
+
+<div class="row"><a name="html"></a>
+    <h5 class="alert alert-warning">
         {% blocktrans with demo_http="http://libervia.org" %}What is the security warning when I visit {{demo_http}}?{% endblocktrans %}
     </h5>
     <p>{% blocktrans with demo_http="http://libervia.org" demo_https="https://libervia.org" %}This message advices you to use Libervia with HTTPS instead of HTTP. The difference between the two is that HTTPS is more secure because the connection between your browser and the server is encrypted. This is especially recommended when you have to type a password. You should always use {{demo_https}} instead of {{demo_http}}.{% endblocktrans %}</p>