aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-07 13:53:20 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-07 13:53:20 +0100
commit5735495742db885c8188fc57a6a19dc4e367c15b (patch)
tree27e7f57b1918158ecf17456aa0380d24b3ea6a6a
parentbb1f4354d871b6b68294d6500da8bcae6e6bc715 (diff)
downloadwww-5735495742db885c8188fc57a6a19dc4e367c15b.tar.gz
www-5735495742db885c8188fc57a6a19dc4e367c15b.zip
i18 marking cleanup
-rw-r--r--developers.html.j238
1 files changed, 25 insertions, 13 deletions
diff --git a/developers.html.j2 b/developers.html.j2
index 5ff91017..880925d4 100644
--- a/developers.html.j2
+++ b/developers.html.j2
@@ -11,7 +11,9 @@
11 <div class="col-lg-6"> 11 <div class="col-lg-6">
12 <h2>{{ _("Free") }}</h2> 12 <h2>{{ _("Free") }}</h2>
13 13
14 <p>{{ _("Taler is free software implementing an open 14 <p>
15 {% trans %}
16 Taler is free software implementing an open
15 protocol. Anybody is welcome to inspect our code 17 protocol. Anybody is welcome to inspect our code
16 and integrate our reference implementation into 18 and integrate our reference implementation into
17 their applications. Different components of Taler 19 their applications. Different components of Taler
@@ -23,13 +25,17 @@
23 for wallets and related customer-facing software. 25 for wallets and related customer-facing software.
24 We are open for constructive suggestions for 26 We are open for constructive suggestions for
25 maximizing the adoption of this libre payment 27 maximizing the adoption of this libre payment
26 platform. ") }}</p> 28 platform.
29 {% endtrans %}
30 </p>
27 31
28 </div> 32 </div>
29 <div class="col-lg-6"> 33 <div class="col-lg-6">
30 <h2>{{ _("RESTful") }}</h2> 34 <h2>{{ _("RESTful") }}</h2>
31 35
32 <p>{{ _("Taler is designed to work on the Internet. To 36 <p>
37 {% trans %}
38 Taler is designed to work on the Internet. To
33 ensure that Taler payments can work with 39 ensure that Taler payments can work with
34 restrictive network setups, Taler uses a RESTful 40 restrictive network setups, Taler uses a RESTful
35 protocol over HTTP or HTTPS. Taler's security does 41 protocol over HTTP or HTTPS. Taler's security does
@@ -40,9 +46,9 @@
40 structure data, making it easy to integrate Taler 46 structure data, making it easy to integrate Taler
41 with existing Web applications. Taler's protocol 47 with existing Web applications. Taler's protocol
42 is documented in 48 is documented in
43 detail <a href='https://api.taler.net/'>here</a>. 49 detail <a href="https://api.taler.net/">here</a>.
44 ") }}</p> 50 {% endtrans %}
45 51 </p>
46 </div> 52 </div>
47 </div> 53 </div>
48</div> 54</div>
@@ -53,7 +59,9 @@
53 <div class="col-lg-4"> 59 <div class="col-lg-4">
54 <h2>{{ _("Code") }}</h2> 60 <h2>{{ _("Code") }}</h2>
55 61
56 <p>{{ _("Taler is currently primarily developed by a 62 <p>
63 {% trans %}
64 Taler is currently primarily developed by a
57 research team at Inria and GNUnet e.V. However, 65 research team at Inria and GNUnet e.V. However,
58 contributions from anyone are welcome. Our Git 66 contributions from anyone are welcome. Our Git
59 repositories can be cloned using the Git and HTTP 67 repositories can be cloned using the Git and HTTP
@@ -61,19 +69,23 @@
61 the name of the respective repository. A list of 69 the name of the respective repository. A list of
62 public repositories can be found in 70 public repositories can be found in
63 our <a href='https://git.taler.net/'>GitWeb</a>. 71 our <a href='https://git.taler.net/'>GitWeb</a>.
64 ") }}</p> 72 {% endtrans %}
65 73 </p>
66 </div> 74 </div>
67 <div class="col-lg-4"> 75 <div class="col-lg-4">
68 <h2>{{ _("Documentation") }}</h2> 76 <h2>{{ _("Documentation") }}</h2>
69 77
70 <p>{{ _("In addition to this website, 78 <p>
71 the <a href='https://git.taler.net/'>documented 79 {% trans %}
80 In addition to this website,
81 the <a href="https://git.taler.net/">documented
72 code</a> and 82 code</a> and
73 the <a href='https://api.taler.net/'>API 83 the <a href="https://api.taler.net/">API
74 documentation</a>, we are in the process of 84 documentation</a>, we are in the process of
75 preparing a comprehensive design document which 85 preparing a comprehensive design document which
76 will be published here soon. ") }}</p> 86 will be published here soon.
87 {% endtrans %}
88 </p>
77 </div> 89 </div>
78 <div class="col-lg-4"> 90 <div class="col-lg-4">
79 <h2>{{ _("Discussion") }}</h2> 91 <h2>{{ _("Discussion") }}</h2>