aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-06 23:07:10 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-06 23:07:10 +0100
commit4e0b06d1471bbe87e0486fb059c9d901714c6088 (patch)
treecd75bc0227a2c667765dae2adafb180487403b03
parentf5ee921ef0b112bf21568f5c112b7806e6c24c23 (diff)
downloadwww-4e0b06d1471bbe87e0486fb059c9d901714c6088.tar.gz
www-4e0b06d1471bbe87e0486fb059c9d901714c6088.zip
draft of contact page, to be added to footer
-rw-r--r--contact.html.j259
-rw-r--r--locale/de/LC_MESSAGES/messages.po62
-rw-r--r--locale/en/LC_MESSAGES/messages.po62
-rw-r--r--locale/es/LC_MESSAGES/messages.po62
-rw-r--r--locale/fr/LC_MESSAGES/messages.po62
-rw-r--r--locale/it/LC_MESSAGES/messages.po62
6 files changed, 364 insertions, 5 deletions
diff --git a/contact.html.j2 b/contact.html.j2
new file mode 100644
index 00000000..afe0c1e6
--- /dev/null
+++ b/contact.html.j2
@@ -0,0 +1,59 @@
1{% extends "common/base.j2" %}
2{% block body_content %}
3
4<div class="jumbotron">
5 <div class="container text-center">
6 <h1>{{ _("Contact information") }}</h1>
7 </div>
8</div>
9
10<div class="container">
11<div class="row">
12 <div class="col-lg-6">
13 <h2>{{ _("The mailinglist") }}</h2>
14 <p>
15 {% trans %}
16 An archived, public mailinglist for GNU Taler is
17 hosted at
18 <a href="https://lists.gnu.org/mailman/listinfo/taler">https://lists.gnu.org/mailman/listinfo/taler</a>. You can send messages to the list
19 at <a href="mailto:taler@gnu.org">taler@gnu.org</a>.
20 {% endtrans %}
21 </p>
22 </div>
23
24 <div class="col-lg-6">
25 <h2>{{ _("Contacting individuals") }}</h2>
26 <p>
27 {% trans %}
28 Team members are generally reachable at
29 <tt>LASTNAME@taler.net</tt>. All of us
30 support receiving GnuPG encrypted e-mails.
31 {% endtrans %}
32 </p>
33 </div>
34
35 <div class="col-lg-6">
36 <h2>{{ _("Reporting bugs") }}</h2>
37 <p>
38 {% trans %}
39 We track open feature requests and bugs in our
40 <a href="https://gnunet.org/bugs/">Bug tracker</a>,
41 which is shared with the GNUnet project.
42 You can also report bugs or feature requests to the
43 mailinglist.
44 {% endtrans %}
45 </p>
46 </div>
47
48 <div class="col-lg-6">
49 <h2>{{ _("Executive team") }}</h2>
50 <p>
51 {% trans %}
52 For non-technical commercial requests, please contact
53 <tt>ceo AT taler.net</tt>.
54 {% endtrans %}
55 </p>
56 </div>
57</div>
58</div>
59{% endblock body_content %}
diff --git a/locale/de/LC_MESSAGES/messages.po b/locale/de/LC_MESSAGES/messages.po
index 986c2eab..66adb059 100644
--- a/locale/de/LC_MESSAGES/messages.po
+++ b/locale/de/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ msgid ""
3msgstr "" 3msgstr ""
4"Project-Id-Version: PROJECT VERSION\n" 4"Project-Id-Version: PROJECT VERSION\n"
5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
6"POT-Creation-Date: 2017-03-06 22:45+0100\n" 6"POT-Creation-Date: 2017-03-06 23:06+0100\n"
7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9"Language: de\n" 9"Language: de\n"
@@ -274,6 +274,66 @@ msgid ""
274" the customer, or even use in court." 274" the customer, or even use in court."
275msgstr "" 275msgstr ""
276 276
277#: contact.html.j2:6
278msgid "Contact information"
279msgstr ""
280
281#: contact.html.j2:13
282msgid "The mailinglist"
283msgstr ""
284
285#: contact.html.j2:15
286msgid ""
287"\n"
288" An archived, public mailinglist for GNU Taler is\n"
289" hosted at\n"
290" <a "
291"href=\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/mailman/listinfo/taler</a>."
292" You can send messages to the list\n"
293" at <a href=\"mailto:taler@gnu.org\">taler@gnu.org</a>.\n"
294" "
295msgstr ""
296
297#: contact.html.j2:25
298msgid "Contacting individuals"
299msgstr ""
300
301#: contact.html.j2:27
302msgid ""
303"\n"
304" Team members are generally reachable at\n"
305" <tt>LASTNAME@taler.net</tt>. All of us\n"
306" support receiving GnuPG encrypted e-mails.\n"
307" "
308msgstr ""
309
310#: contact.html.j2:36
311msgid "Reporting bugs"
312msgstr ""
313
314#: contact.html.j2:38
315msgid ""
316"\n"
317" We track open feature requests and bugs in our\n"
318" <a href=\"https://gnunet.org/bugs/\">Bug tracker</a>,\n"
319" which is shared with the GNUnet project.\n"
320" You can also report bugs or feature requests to the\n"
321" mailinglist.\n"
322" "
323msgstr ""
324
325#: contact.html.j2:49
326msgid "Executive team"
327msgstr ""
328
329#: contact.html.j2:51
330msgid ""
331"\n"
332" For non-technical commercial requests, please contact\n"
333" <tt>ceo AT taler.net</tt>.\n"
334" "
335msgstr ""
336
277#: developers.html.j2:5 337#: developers.html.j2:5
278msgid "Taler for developers" 338msgid "Taler for developers"
279msgstr "Taler für Entwickler" 339msgstr "Taler für Entwickler"
diff --git a/locale/en/LC_MESSAGES/messages.po b/locale/en/LC_MESSAGES/messages.po
index c8d78e83..0808de5c 100644
--- a/locale/en/LC_MESSAGES/messages.po
+++ b/locale/en/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ msgid ""
3msgstr "" 3msgstr ""
4"Project-Id-Version: PROJECT VERSION\n" 4"Project-Id-Version: PROJECT VERSION\n"
5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
6"POT-Creation-Date: 2017-03-06 22:45+0100\n" 6"POT-Creation-Date: 2017-03-06 23:06+0100\n"
7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9"Language: en\n" 9"Language: en\n"
@@ -266,6 +266,66 @@ msgid ""
266" the customer, or even use in court." 266" the customer, or even use in court."
267msgstr "" 267msgstr ""
268 268
269#: contact.html.j2:6
270msgid "Contact information"
271msgstr ""
272
273#: contact.html.j2:13
274msgid "The mailinglist"
275msgstr ""
276
277#: contact.html.j2:15
278msgid ""
279"\n"
280" An archived, public mailinglist for GNU Taler is\n"
281" hosted at\n"
282" <a "
283"href=\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/mailman/listinfo/taler</a>."
284" You can send messages to the list\n"
285" at <a href=\"mailto:taler@gnu.org\">taler@gnu.org</a>.\n"
286" "
287msgstr ""
288
289#: contact.html.j2:25
290msgid "Contacting individuals"
291msgstr ""
292
293#: contact.html.j2:27
294msgid ""
295"\n"
296" Team members are generally reachable at\n"
297" <tt>LASTNAME@taler.net</tt>. All of us\n"
298" support receiving GnuPG encrypted e-mails.\n"
299" "
300msgstr ""
301
302#: contact.html.j2:36
303msgid "Reporting bugs"
304msgstr ""
305
306#: contact.html.j2:38
307msgid ""
308"\n"
309" We track open feature requests and bugs in our\n"
310" <a href=\"https://gnunet.org/bugs/\">Bug tracker</a>,\n"
311" which is shared with the GNUnet project.\n"
312" You can also report bugs or feature requests to the\n"
313" mailinglist.\n"
314" "
315msgstr ""
316
317#: contact.html.j2:49
318msgid "Executive team"
319msgstr ""
320
321#: contact.html.j2:51
322msgid ""
323"\n"
324" For non-technical commercial requests, please contact\n"
325" <tt>ceo AT taler.net</tt>.\n"
326" "
327msgstr ""
328
269#: developers.html.j2:5 329#: developers.html.j2:5
270msgid "Taler for developers" 330msgid "Taler for developers"
271msgstr "" 331msgstr ""
diff --git a/locale/es/LC_MESSAGES/messages.po b/locale/es/LC_MESSAGES/messages.po
index 8897e27c..6a5dc5a2 100644
--- a/locale/es/LC_MESSAGES/messages.po
+++ b/locale/es/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ msgid ""
3msgstr "" 3msgstr ""
4"Project-Id-Version: PROJECT VERSION\n" 4"Project-Id-Version: PROJECT VERSION\n"
5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
6"POT-Creation-Date: 2017-03-06 22:45+0100\n" 6"POT-Creation-Date: 2017-03-06 23:06+0100\n"
7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9"Language: es\n" 9"Language: es\n"
@@ -284,6 +284,66 @@ msgid ""
284" the customer, or even use in court." 284" the customer, or even use in court."
285msgstr "" 285msgstr ""
286 286
287#: contact.html.j2:6
288msgid "Contact information"
289msgstr ""
290
291#: contact.html.j2:13
292msgid "The mailinglist"
293msgstr ""
294
295#: contact.html.j2:15
296msgid ""
297"\n"
298" An archived, public mailinglist for GNU Taler is\n"
299" hosted at\n"
300" <a "
301"href=\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/mailman/listinfo/taler</a>."
302" You can send messages to the list\n"
303" at <a href=\"mailto:taler@gnu.org\">taler@gnu.org</a>.\n"
304" "
305msgstr ""
306
307#: contact.html.j2:25
308msgid "Contacting individuals"
309msgstr ""
310
311#: contact.html.j2:27
312msgid ""
313"\n"
314" Team members are generally reachable at\n"
315" <tt>LASTNAME@taler.net</tt>. All of us\n"
316" support receiving GnuPG encrypted e-mails.\n"
317" "
318msgstr ""
319
320#: contact.html.j2:36
321msgid "Reporting bugs"
322msgstr ""
323
324#: contact.html.j2:38
325msgid ""
326"\n"
327" We track open feature requests and bugs in our\n"
328" <a href=\"https://gnunet.org/bugs/\">Bug tracker</a>,\n"
329" which is shared with the GNUnet project.\n"
330" You can also report bugs or feature requests to the\n"
331" mailinglist.\n"
332" "
333msgstr ""
334
335#: contact.html.j2:49
336msgid "Executive team"
337msgstr ""
338
339#: contact.html.j2:51
340msgid ""
341"\n"
342" For non-technical commercial requests, please contact\n"
343" <tt>ceo AT taler.net</tt>.\n"
344" "
345msgstr ""
346
287#: developers.html.j2:5 347#: developers.html.j2:5
288msgid "Taler for developers" 348msgid "Taler for developers"
289msgstr "Taler para programadores" 349msgstr "Taler para programadores"
diff --git a/locale/fr/LC_MESSAGES/messages.po b/locale/fr/LC_MESSAGES/messages.po
index 49cb4bdf..9ce1a0d3 100644
--- a/locale/fr/LC_MESSAGES/messages.po
+++ b/locale/fr/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ msgid ""
3msgstr "" 3msgstr ""
4"Project-Id-Version: PROJECT VERSION\n" 4"Project-Id-Version: PROJECT VERSION\n"
5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
6"POT-Creation-Date: 2017-03-06 22:45+0100\n" 6"POT-Creation-Date: 2017-03-06 23:06+0100\n"
7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9"Language: fr\n" 9"Language: fr\n"
@@ -282,6 +282,66 @@ msgid ""
282" the customer, or even use in court." 282" the customer, or even use in court."
283msgstr "" 283msgstr ""
284 284
285#: contact.html.j2:6
286msgid "Contact information"
287msgstr ""
288
289#: contact.html.j2:13
290msgid "The mailinglist"
291msgstr ""
292
293#: contact.html.j2:15
294msgid ""
295"\n"
296" An archived, public mailinglist for GNU Taler is\n"
297" hosted at\n"
298" <a "
299"href=\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/mailman/listinfo/taler</a>."
300" You can send messages to the list\n"
301" at <a href=\"mailto:taler@gnu.org\">taler@gnu.org</a>.\n"
302" "
303msgstr ""
304
305#: contact.html.j2:25
306msgid "Contacting individuals"
307msgstr ""
308
309#: contact.html.j2:27
310msgid ""
311"\n"
312" Team members are generally reachable at\n"
313" <tt>LASTNAME@taler.net</tt>. All of us\n"
314" support receiving GnuPG encrypted e-mails.\n"
315" "
316msgstr ""
317
318#: contact.html.j2:36
319msgid "Reporting bugs"
320msgstr ""
321
322#: contact.html.j2:38
323msgid ""
324"\n"
325" We track open feature requests and bugs in our\n"
326" <a href=\"https://gnunet.org/bugs/\">Bug tracker</a>,\n"
327" which is shared with the GNUnet project.\n"
328" You can also report bugs or feature requests to the\n"
329" mailinglist.\n"
330" "
331msgstr ""
332
333#: contact.html.j2:49
334msgid "Executive team"
335msgstr ""
336
337#: contact.html.j2:51
338msgid ""
339"\n"
340" For non-technical commercial requests, please contact\n"
341" <tt>ceo AT taler.net</tt>.\n"
342" "
343msgstr ""
344
285#: developers.html.j2:5 345#: developers.html.j2:5
286msgid "Taler for developers" 346msgid "Taler for developers"
287msgstr "Taler pour les développeurs" 347msgstr "Taler pour les développeurs"
diff --git a/locale/it/LC_MESSAGES/messages.po b/locale/it/LC_MESSAGES/messages.po
index 4041c66e..5049df2e 100644
--- a/locale/it/LC_MESSAGES/messages.po
+++ b/locale/it/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ msgid ""
3msgstr "" 3msgstr ""
4"Project-Id-Version: PROJECT VERSION\n" 4"Project-Id-Version: PROJECT VERSION\n"
5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" 5"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
6"POT-Creation-Date: 2017-03-06 22:45+0100\n" 6"POT-Creation-Date: 2017-03-06 23:06+0100\n"
7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 7"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 8"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9"Language: it\n" 9"Language: it\n"
@@ -283,6 +283,66 @@ msgid ""
283" the customer, or even use in court." 283" the customer, or even use in court."
284msgstr "" 284msgstr ""
285 285
286#: contact.html.j2:6
287msgid "Contact information"
288msgstr ""
289
290#: contact.html.j2:13
291msgid "The mailinglist"
292msgstr ""
293
294#: contact.html.j2:15
295msgid ""
296"\n"
297" An archived, public mailinglist for GNU Taler is\n"
298" hosted at\n"
299" <a "
300"href=\"https://lists.gnu.org/mailman/listinfo/taler\">https://lists.gnu.org/mailman/listinfo/taler</a>."
301" You can send messages to the list\n"
302" at <a href=\"mailto:taler@gnu.org\">taler@gnu.org</a>.\n"
303" "
304msgstr ""
305
306#: contact.html.j2:25
307msgid "Contacting individuals"
308msgstr ""
309
310#: contact.html.j2:27
311msgid ""
312"\n"
313" Team members are generally reachable at\n"
314" <tt>LASTNAME@taler.net</tt>. All of us\n"
315" support receiving GnuPG encrypted e-mails.\n"
316" "
317msgstr ""
318
319#: contact.html.j2:36
320msgid "Reporting bugs"
321msgstr ""
322
323#: contact.html.j2:38
324msgid ""
325"\n"
326" We track open feature requests and bugs in our\n"
327" <a href=\"https://gnunet.org/bugs/\">Bug tracker</a>,\n"
328" which is shared with the GNUnet project.\n"
329" You can also report bugs or feature requests to the\n"
330" mailinglist.\n"
331" "
332msgstr ""
333
334#: contact.html.j2:49
335msgid "Executive team"
336msgstr ""
337
338#: contact.html.j2:51
339msgid ""
340"\n"
341" For non-technical commercial requests, please contact\n"
342" <tt>ceo AT taler.net</tt>.\n"
343" "
344msgstr ""
345
286#: developers.html.j2:5 346#: developers.html.j2:5
287msgid "Taler for developers" 347msgid "Taler for developers"
288msgstr "Taler per programmatori" 348msgstr "Taler per programmatori"