summaryrefslogtreecommitdiff
path: root/developers.html
diff options
context:
space:
mode:
authorJulian Kirsch <kirschju@sec.in.tum.de>2014-11-18 17:44:36 +0100
committerJulian Kirsch <kirschju@sec.in.tum.de>2014-11-18 17:44:36 +0100
commit6425ac3fa204d3224adad2fa29a48713ca39a80c (patch)
tree99f0eb5bcc25ec56f98da00b9f601000d7620936 /developers.html
parent1d350caca4c63fccef76ab371ffd18579814a00c (diff)
downloadwww-6425ac3fa204d3224adad2fa29a48713ca39a80c.tar.gz
www-6425ac3fa204d3224adad2fa29a48713ca39a80c.tar.bz2
www-6425ac3fa204d3224adad2fa29a48713ca39a80c.zip
Add translation stubs
Diffstat (limited to 'developers.html')
-rw-r--r--developers.html18
1 files changed, 13 insertions, 5 deletions
diff --git a/developers.html b/developers.html
index 26c25d2c..2f19663d 100644
--- a/developers.html
+++ b/developers.html
@@ -13,38 +13,46 @@
<div class="jumbotron">
<h1 lang="en">Taler for Developers</h1>
<h1 lang="de">Taler f&uuml;r Entwickler</h1>
- <h1 lang="fr"></h1>
+ <h1 lang="fr">Cécile</h1>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="col-lg-6">
<h2>Libre</h2>
- <p>Taler is free software implementing an open protocol. Anybody is welcome to inspect our code and integrate our reference implementation into their applications.
+ <p lang="en">Taler is free software implementing an open protocol. Anybody is welcome to inspect our code and integrate our reference implementation into their applications.
Different components of Taler are being made available under different licenses. The Affero GPLv3+ is used for the Mint, the LGPLv3+ is used for reference
code demonstrating integration with merchant platforms, and licenses like Apache/Mozilla/GPLv3+ are used for wallets and related customer-facing software.
We are open for constructive suggestions for maximizing the adoption of this libre payment platform.</p>
+ <p lang="de">Julian</p>
+ <p lang="fr">Cécile</p>
</div>
<div class="col-lg-6">
<h2>RESTful</h2>
- <p>Taler is designed to work on the Internet. To ensure that Taler payments can work with restrictive network setups, Taler uses a RESTful protocol over
+ <p lang="en">Taler is designed to work on the Internet. To ensure that Taler payments can work with restrictive network setups, Taler uses a RESTful protocol over
HTTP or HTTPS. Taler's security does not depend upon the use of HTTPS, but obviously merchants may choose to offer HTTPS for consistency and because
it generally is better for privacy compared to HTTP. Taler uses JSON to encode structure data, making it easy to integrate Taler with existing Web
applications. Taler's protocol is documented in detail <a href="http://api.taler.net/">here</a>.</p>
+ <p lang="de">Julian</p>
+ <p lang="fr">Cécile</p>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<h2>Code</h2>
- <p>Taler is currently primarily developed by a research team at Inria and TU Munich. However, contributions from anyone are welcome.
+ <p lang="en">Taler is currently primarily developed by a research team at Inria and TU Munich. However, contributions from anyone are welcome.
Our Git repositories can be cloned using the Git and HTTP access methods against <tt>git.taler.net</tt> with the name of the
respective repository. A list of public repositories can be found in our <a href="http://www.git.taler.net/">GitWeb</a>.</p>
+ <p lang="de">Julian</p>
+ <p lang="fr">Cécile</p>
</div>
<div class="col-lg-6">
<h2>Documentation</h2>
- <p>In addition to this website, the <a href="http://www.git.taler.net/">documented code</a>
+ <p lang="en">In addition to this website, the <a href="http://www.git.taler.net/">documented code</a>
and the <a href="http://api.taler.net/">API documentation</a>, we are in the process of
preparing a comprehensive design document which will be published here soon.</p>
+ <p lang="de">Julian</p>
+ <p lang="fr">Cécile</p>
</div>
</div>