changeset 141:ebd55a28b6d2

add cagou and sententia screenshots
author souliane <souliane@mailoo.org>
date Tue, 03 May 2016 20:55:45 +0200
parents bcddca7b2e16
children 3b9f30a201cd
files locale/fr/LC_MESSAGES/django.po static/images/screenshots/cagou/cagou_debut.png static/images/screenshots/sententia/sententia.png templates/sat_website/frontends.html templates/sat_website/specifications_exp.html
diffstat 5 files changed, 55 insertions(+), 24 deletions(-) [+]
line wrap: on
line diff
--- a/locale/fr/LC_MESSAGES/django.po	Tue May 03 20:27:38 2016 +0200
+++ b/locale/fr/LC_MESSAGES/django.po	Tue May 03 20:55:45 2016 +0200
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: 0.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-05-03 20:23+0200\n"
-"PO-Revision-Date: 2016-05-03 20:25+0100\n"
+"POT-Creation-Date: 2016-05-03 20:53+0200\n"
+"PO-Revision-Date: 2016-05-03 20:54+0100\n"
 "Last-Translator: Salut à Toi <contact@salut-a-toi.org>\n"
 "Language-Team: français <goffi@goffi.org>\n"
 "Language: fr\n"
@@ -1100,6 +1100,8 @@
 msgstr "interface de bureau"
 
 #: templates/sat_website/frontends.html:57
+#: templates/sat_website/frontends.html:63
+#: templates/sat_website/frontends.html:71
 msgid "[WORK IN PROGRESS]"
 msgstr "[EN TRAVAUX]"
 
@@ -1116,25 +1118,21 @@
 msgstr "Cagou"
 
 #: templates/sat_website/frontends.html:62
-msgid "mobile devices"
-msgstr "appareils mobiles"
-
-#: templates/sat_website/frontends.html:63
-msgid "[PLANNED]"
-msgstr "[PRÉVU]"
-
-#: templates/sat_website/frontends.html:64
-msgid ""
-"There are ideas about an application that would run on both destkop and "
-"mobile devices (phones and tablets)."
+msgid "desktop and mobile devices"
+msgstr "bureau et appareils mobiles"
+
+#: templates/sat_website/frontends.html:65
+msgid "Cagou profile manager"
+msgstr "Gestionnaire de profils dans Cagou"
+
+#: templates/sat_website/frontends.html:70
+#: templates/sat_website/frontends.html:73
+msgid "Sententia"
 msgstr ""
-"Nous pensons à une application qui fonctionnerait à la fois sur les "
-"environnements de bureau et les périphériques portables (téléphones et "
-"tablettes)."
-
-#: templates/sat_website/frontends.html:69
-msgid "Your idea here"
-msgstr "Votre idée ici"
+
+#: templates/sat_website/frontends.html:70
+msgid "Emacs frontend"
+msgstr "interface Emacs"
 
 #: templates/sat_website/gallery.html:40 templates/sat_website/video.html:35
 #, python-format
@@ -2086,6 +2084,10 @@
 "plusieurs images. SàT gère aussi des syntaxes de texte riche comme XHTML et "
 "Markdown."
 
+#: templates/sat_website/specifications_exp.html:53
+msgid "Dokuwiki blog importer"
+msgstr "Import de blog Dokuwiki"
+
 #: templates/sat_website/specifications_exp.html:54
 msgid "Import your Dokuwiki blog to Salut à Toi."
 msgstr "Importez votre blog Dokuwiki vers Salut à Toi"
@@ -2097,6 +2099,9 @@
 "goffi/544798f9-52cb-468d-9547-263d1a2a8c0d?tag=Libervia_installation\" "
 "target=\"#\">Dotclear blog importer</a>"
 msgstr ""
+"<a href=\"https://www.goffi.org/blog/"
+"goffi/544798f9-52cb-468d-9547-263d1a2a8c0d?tag=Libervia_installation\" "
+"target=\"#\">Import de blog Dotclear</a>"
 
 #: templates/sat_website/specifications_exp.html:58
 msgid "Import your Dotclear blog to Salut à Toi"
@@ -2404,6 +2409,20 @@
 "Merci de le lire attentivement, il contient les informations pour compléter "
 "votre adhésion."
 
+#~ msgid "[PLANNED]"
+#~ msgstr "[PRÉVU]"
+
+#~ msgid ""
+#~ "There are ideas about an application that would run on both destkop and "
+#~ "mobile devices (phones and tablets)."
+#~ msgstr ""
+#~ "Nous pensons à une application qui fonctionnerait à la fois sur les "
+#~ "environnements de bureau et les périphériques portables (téléphones et "
+#~ "tablettes)."
+
+#~ msgid "Your idea here"
+#~ msgstr "Votre idée ici"
+
 #~ msgid "Subscribe to this news feed"
 #~ msgstr "Abonnez-vous à ce flux"
 
Binary file static/images/screenshots/cagou/cagou_debut.png has changed
Binary file static/images/screenshots/sententia/sententia.png has changed
--- a/templates/sat_website/frontends.html	Tue May 03 20:27:38 2016 +0200
+++ b/templates/sat_website/frontends.html	Tue May 03 20:55:45 2016 +0200
@@ -59,15 +59,27 @@
     </div>
 
     <div class="col-md-4">
-        <h2>{% trans "Cagou" %} <small>{% trans "mobile devices" %}</small></h2>
-        <h5 class="wip">{% trans "[PLANNED]" %}</h5>
-        <p class="desc">{% blocktrans %}There are ideas about an application that would run on both destkop and mobile devices (phones and tablets).{% endblocktrans %}</p>
+        <h2>{% trans "Cagou" %} <small>{% trans "desktop and mobile devices" %}</small></h2>
+        <h5 class="wip">{% trans "[WORK IN PROGRESS]" %}</h5>
+        <a href="{% static "images/screenshots/cagou/cagou_debut.png" %}" target="#" class="thumbnail">
+            <img src="{% static "images/screenshots/cagou/cagou_debut.png" %}" alt="{% trans "Cagou profile manager" %}">
+        </a>
     </div>
 
     <div class="col-md-4">
+        <h2>{% trans "Sententia" %} <small>{% trans "Emacs frontend" %}</small></h2>
+        <h5 class="wip">{% trans "[WORK IN PROGRESS]" %}</h5>
+        <a href="{% static "images/screenshots/sententia/sententia.png" %}" target="#" class="thumbnail">
+            <img src="{% static "images/screenshots/sententia/sententia.png" %}" alt="{% trans "Sententia" %}">
+        </a>
+    </div>
+
+    {% comment %}
+    <div class="col-md-4">
         <p id="bigmark">?</p>
         <h4 id="bigmark_subtext">{% trans "Your idea here" %}</h4>
     </div>
+    {% endcomment %}
 
 </div>
 
--- a/templates/sat_website/specifications_exp.html	Tue May 03 20:27:38 2016 +0200
+++ b/templates/sat_website/specifications_exp.html	Tue May 03 20:55:45 2016 +0200
@@ -50,7 +50,7 @@
   <div class="col-md-7 feature">{% blocktrans %}Blogging and microblogging with fine access tuning using XMPP roster groups. You can decide who will be able to read your posts, and avoid your coworker to see your party pictures. Moreover, you are not limited to short messages: there is no size limit and if you want, you can also write long essays and includes numerous pictures. SàT handles rich text syntaxes like XHTML and Markdown.{% endblocktrans %}</div>
 </div>
 <div class="row">
-  <div class="col-md-2">Dokuwiki blog importer</div>
+  <div class="col-md-2">{% trans "Dokuwiki blog importer" %}</div>
   <div class="col-md-7 feature">{% blocktrans %}Import your Dokuwiki blog to Salut à Toi.{% endblocktrans %}</div>
 </div>
 <div class="row">