summaryrefslogtreecommitdiff
path: root/contact.html.j2
diff options
context:
space:
mode:
authorng0 <ng0@taler.net>2019-09-02 10:54:27 +0000
committerng0 <ng0@taler.net>2019-09-02 10:54:27 +0000
commitcf9958da7c7a8d8522937d7c4706c7ab2fc5fd73 (patch)
treebb7e353e8493205875ce2b2df538854c8db6ad11 /contact.html.j2
parentbd9bfe737deddf63ae931e1f2990632d0698a952 (diff)
downloadwww-cf9958da7c7a8d8522937d7c4706c7ab2fc5fd73.tar.gz
www-cf9958da7c7a8d8522937d7c4706c7ab2fc5fd73.tar.bz2
www-cf9958da7c7a8d8522937d7c4706c7ab2fc5fd73.zip
Adjust repository layout (resolves #5596), add sitemap.xml generator.
Diffstat (limited to 'contact.html.j2')
-rw-r--r--contact.html.j269
1 files changed, 0 insertions, 69 deletions
diff --git a/contact.html.j2 b/contact.html.j2
deleted file mode 100644
index f576ad1b..00000000
--- a/contact.html.j2
+++ /dev/null
@@ -1,69 +0,0 @@
-{% 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-4">
- <h2>{{ _("The mailing list") }}</h2>
- <p>
- {% trans %}
- An archived, public mailing list 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:taler@gnu.org">taler@gnu.org</a>.
- {% endtrans %}
- </p>
- </div>
-
- <div class="col-lg-4">
- <h2>{{ _("Contacting individuals") }}</h2>
- <p>
- {% trans %}
- Team members are generally reachable at
- <tt>LASTNAME@taler.net</tt>. All of us
- support receiving GnuPG encrypted e-mails.
- {% endtrans %}
- </p>
- </div>
-
- <div class="col-lg-4">
- <h2>{{ _("General inquiries") }}</h2>
- <p>
- {% trans %}
- You can reach a group of team members handling
- general inquiries at <tt>contact AT taler.net</tt>.
- {% 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
- mailing list.
- {% 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 %}