summaryrefslogtreecommitdiff
path: root/developers.html
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-18 14:43:30 +0100
committerChristian Grothoff <christian@grothoff.org>2014-11-18 14:43:30 +0100
commitdd13f3b77ab4b513728b61cd0794fdd72889322c (patch)
tree37f71f9eba918b49309793cdfb661b6e7fa430a1 /developers.html
parentb792b4fc5dd4ed8e64a9ab149938ae6e0b2e36b8 (diff)
downloadwww-dd13f3b77ab4b513728b61cd0794fdd72889322c.tar.gz
www-dd13f3b77ab4b513728b61cd0794fdd72889322c.tar.bz2
www-dd13f3b77ab4b513728b61cd0794fdd72889322c.zip
about
Diffstat (limited to 'developers.html')
-rw-r--r--developers.html26
1 files changed, 17 insertions, 9 deletions
diff --git a/developers.html b/developers.html
index c09cd89b..f2fddc46 100644
--- a/developers.html
+++ b/developers.html
@@ -11,32 +11,40 @@
<!--# include file="common/navigation.inc" -->
<!-- Jumbotron -->
<div class="jumbotron">
- <h1 lang="en">Electronic Payments for Libre Society!</h1>
- <h1 lang="de">Elektronisches Bezahlen f&uuml;r eine freiheitliche Gesellschaft!</h1>
- <h1 lang="fr">Paiements électroniques pour société libre!</h1>
- <p class="lead">We are building Taler, a new electronic payment system for privacy and security.</p>
- <!-- p><a class="btn btn-lg btn-success" href="#" role="button">Get started today</a></p -->
+ <h1 lang="en">Taler for Developers</h1>
+ <h1 lang="de">Taler f&uuml;r Entwickler</h1>
+ <h1 lang="fr"></h1>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="col-lg-4">
<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>
+ <p>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>
</div>
<div class="col-lg-4">
<h2>RESTful</h2>
- <p>Taler is designed to work on the Internet. Using a so-called RESTful protocol over HTTP or HTTPS, Taler is easy to integrate with existing Web applications.</p>
+ <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
+ 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>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<h2>Code</h2>
- <p>.</p>
+ <p>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>
</div>
<div class="col-lg-4">
<h2>Documentation</h2>
- <p>.</p>
+ <p>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>
</div>
</div>