summaryrefslogtreecommitdiff
path: root/developers.html
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-18 15:36:42 +0100
committerChristian Grothoff <christian@grothoff.org>2014-11-18 15:36:42 +0100
commit01b5e79fc91c601f09df70faab4400c1f30ad914 (patch)
treea6ac6f43597aad5311dcf0508ea76a521e8dca7e /developers.html
parent33aad19ae32536d36a04d257d1e9c0cf39a95009 (diff)
downloadwww-01b5e79fc91c601f09df70faab4400c1f30ad914.tar.gz
www-01b5e79fc91c601f09df70faab4400c1f30ad914.tar.bz2
www-01b5e79fc91c601f09df70faab4400c1f30ad914.zip
cols
Diffstat (limited to 'developers.html')
-rw-r--r--developers.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/developers.html b/developers.html
index d6eec334..75f952a1 100644
--- a/developers.html
+++ b/developers.html
@@ -18,14 +18,14 @@
<!-- Example row of columns -->
<div class="row">
- <div class="col-lg-4">
+ <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.
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">
+ <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
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
@@ -34,13 +34,13 @@
</div>
</div>
<div class="row">
- <div class="col-lg-4">
+ <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.
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">
+ <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>
and the <a href="http://api.taler.net/">API documentation</a>, we are in the process of