annotate templates/sat_website/frontends.html @ 2:0df46e87537d

i18n: marked translatable texts + add change language form on pages footer
author Goffi <goffi@goffi.org>
date Mon, 30 Jul 2012 02:09:38 +0200
parents 9305c6458e2f
children 8cfc33e4d435
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
1 {% extends "sat_website/category.html" %}
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
2
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
3 {% comment %}
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
4 SàT website: Salut à Toi's presentation website
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org)
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
6
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
7 This file is part of SàT website.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
8
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
9 SàT website is free software: you can redistribute it and/or modify
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
10 it under the terms of the GNU Affero General Public License as published by
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
11 the Free Software Foundation, either version 3 of the License, or
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
12 (at your option) any later version.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
13
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
14 Foobar is distributed in the hope that it will be useful,
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
17 GNU Affero General Public License for more details.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
18
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
19 You should have received a copy of the GNU Affero General Public License
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
20 along with Foobar. If not, see <http://www.gnu.org/licenses/>.
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
21 {% endcomment %}
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
22
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
23 {% load i18n %}
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
24 {% load staticfiles %}
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
25 {% block headline %}{% trans "Salut à Toi's frontends" %}{% endblock %}
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
26 {% block subtext %}{% trans "SàT is multi-frontends: use the one that best fit your needs" %}{% endblock %}
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
27 {# {% block extra %}<span class="label label-success">{% trans "Click on the frontend screenshot to have a more detailed description" %}</span>{% endblock %} #}
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
28 {% block main_container %}
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
29 <div class="row">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
30 <div class="span4">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
31 <h1>{% trans "Primitivus" %} <small>{% trans "the console interface" %}</small></h1>
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
32 <div class="row">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
33 <ul class="thumbnails">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
34 <li class="span4">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
35 <a href="#" class="thumbnail">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
36 <img src="{% static "images/screenshots/primitivus/primitivus_tarot.png" %}" alt="{% trans "Primitivus showing a french Tarot play" %}">
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
37 </a>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
38 </li>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
39 </ul>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
40 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
41 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
42
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
43 <div class="span4">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
44 <h1>{% trans "Libervia" %} <small>{% trans "the web frontend" %}</small></h1>
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
45 <div class="row">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
46 <ul class="thumbnails">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
47 <li class="span4">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
48 <a href="#" class="thumbnail">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
49 <img src="{% static "images/screenshots/libervia/libervia_discussions.png" %}" alt="{% trans "Libervia's main view" %}">
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
50 </a>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
51 </li>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
52 </ul>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
53 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
54 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
55
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
56 <div class="span4">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
57 <h1>{% trans "Wix" %} <small>{% trans "desktop" %}</small></h1>
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
58 <div class="row">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
59 <ul class="thumbnails">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
60 <li class="span4">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
61 <a href="#" class="thumbnail">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
62 <img src="{% static "images/screenshots/wix/wix_tarot.png" %}" alt="{% trans "Wix showing a french Tarot play" %}">
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
63 </a>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
64 </li>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
65 </ul>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
66 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
67 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
68 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
69
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
70
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
71 <div class="row">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
72 <div class="span4">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
73 <h1>{% trans "Jp" %} <small>{% trans "command line" %}</small></h1>
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
74 <div class="row">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
75 <ul class="thumbnails">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
76 <li class="span4">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
77 <a href="#" class="thumbnail">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
78 <img src="{% static "images/screenshots/jp/jp.png" %}" alt="{% trans "cowsay on jp" %}">
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
79 </a>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
80 </li>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
81 </ul>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
82 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
83 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
84
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
85 <div class="span4">
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
86 <p id="bigmark">?</p>
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
87 <h3 id="bigmark_subtext">{% trans "Your idea here" %}</h3>
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
88 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
89
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
90 <div class="span4">
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
91 <h1>{% trans "Bellaciao" %} <small>{% trans "next gen desktop" %}</small></h1>
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
92 <h4 class="wip">{% trans "[WORK IN PROGRESS]" %}</h4>
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
93 <p class="desc">{% blocktrans %}Bellaciao is a new desktop frontend made with Qt (and the first non-python one: it's made with C++). It intend to be really flexible: you'll be able to adapt it to your taste. Bellaciao is made with modern features in mind: it not only concentrate on instant messaging, but also integrate things like microblogging or file sharing.{% endblocktrans %}</p>
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
94 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
95 </div>
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
96
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
97 {% endblock %}