aboutsummaryrefslogtreecommitdiff
path: root/contact.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'contact.html.j2')
-rw-r--r--contact.html.j259
1 files changed, 59 insertions, 0 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 %}