gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-www] branch master updated: draft of contact page, t


From: gnunet
Subject: [GNUnet-SVN] [taler-www] branch master updated: draft of contact page, to be added to footer
Date: Mon, 06 Mar 2017 23:07:16 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 4e0b06d  draft of contact page, to be added to footer
4e0b06d is described below

commit 4e0b06d1471bbe87e0486fb059c9d901714c6088
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Mar 6 23:07:10 2017 +0100

    draft of contact page, to be added to footer
---
 contact.html.j2                   | 59 +++++++++++++++++++++++++++++++++++++
 locale/de/LC_MESSAGES/messages.po | 62 ++++++++++++++++++++++++++++++++++++++-
 locale/en/LC_MESSAGES/messages.po | 62 ++++++++++++++++++++++++++++++++++++++-
 locale/es/LC_MESSAGES/messages.po | 62 ++++++++++++++++++++++++++++++++++++++-
 locale/fr/LC_MESSAGES/messages.po | 62 ++++++++++++++++++++++++++++++++++++++-
 locale/it/LC_MESSAGES/messages.po | 62 ++++++++++++++++++++++++++++++++++++++-
 6 files changed, 364 insertions(+), 5 deletions(-)

diff --git a/contact.html.j2 b/contact.html.j2
new file mode 100644
index 0000000..afe0c1e
--- /dev/null
+++ b/contact.html.j2
@@ -0,0 +1,59 @@
+{% extends "common/base.j2" %}
+{% block body_content %}
+
+<div class="jumbotron">
+  <div class="container text-center">
+    <h1>{{ _("Contact information") }}</h1>
+  </div>
+</div>
+
+<div class="container">
+<div class="row">
+  <div class="col-lg-6">
+    <h2>{{ _("The mailinglist") }}</h2>
+      <p>
+        {% trans %}
+            An archived, public mailinglist for GNU Taler is
+            hosted at
+            <a 
href="https://lists.gnu.org/mailman/listinfo/taler";>https://lists.gnu.org/mailman/listinfo/taler</a>.
  You can send messages to the list
+            at <a href="mailto:address@hidden";>address@hidden</a>.
+        {% endtrans %}
+      </p>
+  </div>
+
+  <div class="col-lg-6">
+    <h2>{{ _("Contacting individuals") }}</h2>
+    <p>
+        {% trans %}
+             Team members are generally reachable at
+             <tt>address@hidden</tt>.  All of us
+             support receiving GnuPG encrypted e-mails.
+        {% endtrans %}
+    </p>
+  </div>
+
+  <div class="col-lg-6">
+    <h2>{{ _("Reporting bugs") }}</h2>
+    <p>
+        {% trans %}
+             We track open feature requests and bugs in our
+             <a href="https://gnunet.org/bugs/";>Bug tracker</a>,
+             which is shared with the GNUnet project.
+             You can also report bugs or feature requests to the
+             mailinglist.
+        {% endtrans %}
+    </p>
+  </div>
+
+  <div class="col-lg-6">
+    <h2>{{ _("Executive team") }}</h2>
+    <p>
+        {% trans %}
+             For non-technical commercial requests, please contact
+             <tt>ceo AT taler.net</tt>.
+        {% endtrans %}
+    </p>
+  </div>
+</div>
+</div>
+{% endblock body_content %}
diff --git a/locale/de/LC_MESSAGES/messages.po 
b/locale/de/LC_MESSAGES/messages.po
index 986c2ea..66adb05 100644
--- a/locale/de/LC_MESSAGES/messages.po
+++ b/locale/de/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2017-03-06 22:45+0100\n"
+"POT-Creation-Date: 2017-03-06 23:06+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <address@hidden>\n"
 "Language: de\n"
@@ -274,6 +274,66 @@ msgid ""
 "                   the customer, or even use in court."
 msgstr ""
 
+#: contact.html.j2:6
+msgid "Contact information"
+msgstr ""
+
+#: contact.html.j2:13
+msgid "The mailinglist"
+msgstr ""
+
+#: contact.html.j2:15
+msgid ""
+"\n"
+"            An archived, public mailinglist for GNU Taler is\n"
+"            hosted at\n"
+"            <a "
+"href=\"https://lists.gnu.org/mailman/listinfo/taler\";>https://lists.gnu.org/mailman/listinfo/taler</a>."
+"  You can send messages to the list\n"
+"            at <a href=\"mailto:address@hidden";>address@hidden</a>.\n"
+"        "
+msgstr ""
+
+#: contact.html.j2:25
+msgid "Contacting individuals"
+msgstr ""
+
+#: contact.html.j2:27
+msgid ""
+"\n"
+"             Team members are generally reachable at\n"
+"             <tt>address@hidden</tt>.  All of us\n"
+"             support receiving GnuPG encrypted e-mails.\n"
+"        "
+msgstr ""
+
+#: contact.html.j2:36
+msgid "Reporting bugs"
+msgstr ""
+
+#: contact.html.j2:38
+msgid ""
+"\n"
+"             We track open feature requests and bugs in our\n"
+"             <a href=\"https://gnunet.org/bugs/\";>Bug tracker</a>,\n"
+"             which is shared with the GNUnet project.\n"
+"             You can also report bugs or feature requests to the\n"
+"             mailinglist.\n"
+"        "
+msgstr ""
+
+#: contact.html.j2:49
+msgid "Executive team"
+msgstr ""
+
+#: contact.html.j2:51
+msgid ""
+"\n"
+"             For non-technical commercial requests, please contact\n"
+"             <tt>ceo AT taler.net</tt>.\n"
+"        "
+msgstr ""
+
 #: developers.html.j2:5
 msgid "Taler for developers"
 msgstr "Taler für Entwickler"
diff --git a/locale/en/LC_MESSAGES/messages.po 
b/locale/en/LC_MESSAGES/messages.po
index c8d78e8..0808de5 100644
--- a/locale/en/LC_MESSAGES/messages.po
+++ b/locale/en/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2017-03-06 22:45+0100\n"
+"POT-Creation-Date: 2017-03-06 23:06+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <address@hidden>\n"
 "Language: en\n"
@@ -266,6 +266,66 @@ msgid ""
 "                   the customer, or even use in court."
 msgstr ""
 
+#: contact.html.j2:6
+msgid "Contact information"
+msgstr ""
+
+#: contact.html.j2:13
+msgid "The mailinglist"
+msgstr ""
+
+#: contact.html.j2:15
+msgid ""
+"\n"
+"            An archived, public mailinglist for GNU Taler is\n"
+"            hosted at\n"
+"            <a "
+"href=\"https://lists.gnu.org/mailman/listinfo/taler\";>https://lists.gnu.org/mailman/listinfo/taler</a>."
+"  You can send messages to the list\n"
+"            at <a href=\"mailto:address@hidden";>address@hidden</a>.\n"
+"        "
+msgstr ""
+
+#: contact.html.j2:25
+msgid "Contacting individuals"
+msgstr ""
+
+#: contact.html.j2:27
+msgid ""
+"\n"
+"             Team members are generally reachable at\n"
+"             <tt>address@hidden</tt>.  All of us\n"
+"             support receiving GnuPG encrypted e-mails.\n"
+"        "
+msgstr ""
+
+#: contact.html.j2:36
+msgid "Reporting bugs"
+msgstr ""
+
+#: contact.html.j2:38
+msgid ""
+"\n"
+"             We track open feature requests and bugs in our\n"
+"             <a href=\"https://gnunet.org/bugs/\";>Bug tracker</a>,\n"
+"             which is shared with the GNUnet project.\n"
+"             You can also report bugs or feature requests to the\n"
+"             mailinglist.\n"
+"        "
+msgstr ""
+
+#: contact.html.j2:49
+msgid "Executive team"
+msgstr ""
+
+#: contact.html.j2:51
+msgid ""
+"\n"
+"             For non-technical commercial requests, please contact\n"
+"             <tt>ceo AT taler.net</tt>.\n"
+"        "
+msgstr ""
+
 #: developers.html.j2:5
 msgid "Taler for developers"
 msgstr ""
diff --git a/locale/es/LC_MESSAGES/messages.po 
b/locale/es/LC_MESSAGES/messages.po
index 8897e27..6a5dc5a 100644
--- a/locale/es/LC_MESSAGES/messages.po
+++ b/locale/es/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2017-03-06 22:45+0100\n"
+"POT-Creation-Date: 2017-03-06 23:06+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <address@hidden>\n"
 "Language: es\n"
@@ -284,6 +284,66 @@ msgid ""
 "                   the customer, or even use in court."
 msgstr ""
 
+#: contact.html.j2:6
+msgid "Contact information"
+msgstr ""
+
+#: contact.html.j2:13
+msgid "The mailinglist"
+msgstr ""
+
+#: contact.html.j2:15
+msgid ""
+"\n"
+"            An archived, public mailinglist for GNU Taler is\n"
+"            hosted at\n"
+"            <a "
+"href=\"https://lists.gnu.org/mailman/listinfo/taler\";>https://lists.gnu.org/mailman/listinfo/taler</a>."
+"  You can send messages to the list\n"
+"            at <a href=\"mailto:address@hidden";>address@hidden</a>.\n"
+"        "
+msgstr ""
+
+#: contact.html.j2:25
+msgid "Contacting individuals"
+msgstr ""
+
+#: contact.html.j2:27
+msgid ""
+"\n"
+"             Team members are generally reachable at\n"
+"             <tt>address@hidden</tt>.  All of us\n"
+"             support receiving GnuPG encrypted e-mails.\n"
+"        "
+msgstr ""
+
+#: contact.html.j2:36
+msgid "Reporting bugs"
+msgstr ""
+
+#: contact.html.j2:38
+msgid ""
+"\n"
+"             We track open feature requests and bugs in our\n"
+"             <a href=\"https://gnunet.org/bugs/\";>Bug tracker</a>,\n"
+"             which is shared with the GNUnet project.\n"
+"             You can also report bugs or feature requests to the\n"
+"             mailinglist.\n"
+"        "
+msgstr ""
+
+#: contact.html.j2:49
+msgid "Executive team"
+msgstr ""
+
+#: contact.html.j2:51
+msgid ""
+"\n"
+"             For non-technical commercial requests, please contact\n"
+"             <tt>ceo AT taler.net</tt>.\n"
+"        "
+msgstr ""
+
 #: developers.html.j2:5
 msgid "Taler for developers"
 msgstr "Taler para programadores"
diff --git a/locale/fr/LC_MESSAGES/messages.po 
b/locale/fr/LC_MESSAGES/messages.po
index 49cb4bd..9ce1a0d 100644
--- a/locale/fr/LC_MESSAGES/messages.po
+++ b/locale/fr/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2017-03-06 22:45+0100\n"
+"POT-Creation-Date: 2017-03-06 23:06+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <address@hidden>\n"
 "Language: fr\n"
@@ -282,6 +282,66 @@ msgid ""
 "                   the customer, or even use in court."
 msgstr ""
 
+#: contact.html.j2:6
+msgid "Contact information"
+msgstr ""
+
+#: contact.html.j2:13
+msgid "The mailinglist"
+msgstr ""
+
+#: contact.html.j2:15
+msgid ""
+"\n"
+"            An archived, public mailinglist for GNU Taler is\n"
+"            hosted at\n"
+"            <a "
+"href=\"https://lists.gnu.org/mailman/listinfo/taler\";>https://lists.gnu.org/mailman/listinfo/taler</a>."
+"  You can send messages to the list\n"
+"            at <a href=\"mailto:address@hidden";>address@hidden</a>.\n"
+"        "
+msgstr ""
+
+#: contact.html.j2:25
+msgid "Contacting individuals"
+msgstr ""
+
+#: contact.html.j2:27
+msgid ""
+"\n"
+"             Team members are generally reachable at\n"
+"             <tt>address@hidden</tt>.  All of us\n"
+"             support receiving GnuPG encrypted e-mails.\n"
+"        "
+msgstr ""
+
+#: contact.html.j2:36
+msgid "Reporting bugs"
+msgstr ""
+
+#: contact.html.j2:38
+msgid ""
+"\n"
+"             We track open feature requests and bugs in our\n"
+"             <a href=\"https://gnunet.org/bugs/\";>Bug tracker</a>,\n"
+"             which is shared with the GNUnet project.\n"
+"             You can also report bugs or feature requests to the\n"
+"             mailinglist.\n"
+"        "
+msgstr ""
+
+#: contact.html.j2:49
+msgid "Executive team"
+msgstr ""
+
+#: contact.html.j2:51
+msgid ""
+"\n"
+"             For non-technical commercial requests, please contact\n"
+"             <tt>ceo AT taler.net</tt>.\n"
+"        "
+msgstr ""
+
 #: developers.html.j2:5
 msgid "Taler for developers"
 msgstr "Taler pour les développeurs"
diff --git a/locale/it/LC_MESSAGES/messages.po 
b/locale/it/LC_MESSAGES/messages.po
index 4041c66..5049df2 100644
--- a/locale/it/LC_MESSAGES/messages.po
+++ b/locale/it/LC_MESSAGES/messages.po
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PROJECT VERSION\n"
 "Report-Msgid-Bugs-To: address@hidden"
-"POT-Creation-Date: 2017-03-06 22:45+0100\n"
+"POT-Creation-Date: 2017-03-06 23:06+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <address@hidden>\n"
 "Language: it\n"
@@ -283,6 +283,66 @@ msgid ""
 "                   the customer, or even use in court."
 msgstr ""
 
+#: contact.html.j2:6
+msgid "Contact information"
+msgstr ""
+
+#: contact.html.j2:13
+msgid "The mailinglist"
+msgstr ""
+
+#: contact.html.j2:15
+msgid ""
+"\n"
+"            An archived, public mailinglist for GNU Taler is\n"
+"            hosted at\n"
+"            <a "
+"href=\"https://lists.gnu.org/mailman/listinfo/taler\";>https://lists.gnu.org/mailman/listinfo/taler</a>."
+"  You can send messages to the list\n"
+"            at <a href=\"mailto:address@hidden";>address@hidden</a>.\n"
+"        "
+msgstr ""
+
+#: contact.html.j2:25
+msgid "Contacting individuals"
+msgstr ""
+
+#: contact.html.j2:27
+msgid ""
+"\n"
+"             Team members are generally reachable at\n"
+"             <tt>address@hidden</tt>.  All of us\n"
+"             support receiving GnuPG encrypted e-mails.\n"
+"        "
+msgstr ""
+
+#: contact.html.j2:36
+msgid "Reporting bugs"
+msgstr ""
+
+#: contact.html.j2:38
+msgid ""
+"\n"
+"             We track open feature requests and bugs in our\n"
+"             <a href=\"https://gnunet.org/bugs/\";>Bug tracker</a>,\n"
+"             which is shared with the GNUnet project.\n"
+"             You can also report bugs or feature requests to the\n"
+"             mailinglist.\n"
+"        "
+msgstr ""
+
+#: contact.html.j2:49
+msgid "Executive team"
+msgstr ""
+
+#: contact.html.j2:51
+msgid ""
+"\n"
+"             For non-technical commercial requests, please contact\n"
+"             <tt>ceo AT taler.net</tt>.\n"
+"        "
+msgstr ""
+
 #: developers.html.j2:5
 msgid "Taler for developers"
 msgstr "Taler per programmatori"

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]