summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-18 19:19:41 +0100
committerChristian Grothoff <christian@grothoff.org>2014-11-18 19:19:41 +0100
commitb364927a356ce8b3cc41f587905412d01c7f9f8d (patch)
tree743545c94e4e616bac3ee9f39b5d2caffb5174aa
parent62b4161a5f28ad07d62278455f54e7b9fbd2dc70 (diff)
downloadwww-b364927a356ce8b3cc41f587905412d01c7f9f8d.tar.gz
www-b364927a356ce8b3cc41f587905412d01c7f9f8d.tar.bz2
www-b364927a356ce8b3cc41f587905412d01c7f9f8d.zip
patches to dev
-rw-r--r--developers.html22
1 files changed, 13 insertions, 9 deletions
diff --git a/developers.html b/developers.html
index 03ef8363..2d2ab36d 100644
--- a/developers.html
+++ b/developers.html
@@ -19,43 +19,47 @@
<!-- Example row of columns -->
<div class="row">
<div class="col-lg-6">
- <h2>Libre</h2>
+ <h2 lang="en">Free</h2>
+ <h2 lang="de">Frei</h2>
+ <h2 lang="fr">Libre</h2>
<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>
- <h2 lang="de">Libre</h2>
+ <p lang="de">Julian</p>
<p lang="fr">Taler est un logiciel libre exécutant un protocol ouvert. Vous êtes les bienvenus pour inspecter notre code et intégrer nos applications référence dans vos applications. Différents composants de Taler sont disponibles sous plusieurs licences. L'Affero GPLv3+ est utilisé pour la monnaie, le LGPLv3+ est utilisé pour le code référence montrant l'intégration sur des plateformes machandes, et des licences comme Apache/Mozilla/GPLv3+ sont utilisées pour les portefeuilles et le lien client-logiciel orienté. Nous sommes ouverts à toute suggestion constructive pour exploiter au maximum cette plateforme de paiement libre.</p>
</div>
<div class="col-lg-6">
- <h2>RESTful</h2>
+ <h2 lang="en">RESTful</h2>
+ <h2 lang="de">REST-basiert</h2>
+ <h2 lang="fr">Avec REST</h2>
<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>
- <h2 lang="de">RESTful</h2>
<p lang="fr">Taler est conçu pour fonctionner sur Internet. Afin de s'asurer que les paiement Taler fonctionnent sur des installations réseaux restrictives, Taler utilise le protocole RESTful sur HTTP ou HTTPS. La sécurité Taler ne dépend pas de l'utilisation de HTTPS, mais naturellement les commerçants voudront choisir HTTPS pour l'uniformité et car c'est généralement meilleur pour la confidentialité comparé à HTTP. Taler utilise JSON pour coder les données structure, rendant Taler facile à intégrer avec des application Web existantes. Le protocole Taler est documenté en détail <a href="http://api.taler.net/">ici.</a></p>
</div>
</div>
<div class="row">
<div class="col-lg-6">
- <h2>Code</h2>
+ <h2 lang="en">Code</h2>
+ <h2 lang="de">Code</h2>
+ <h2 lang="fr">Code</h2>
<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>
- <h6 lang="de">Code</h6>
<p lang="fr">Taler est actuellement principalement développé par une équipe de recherche à Inria et TU Munich. Néanmoins, les contributions de tous sont les bienvenues. Notre Stockage Git peut être cloné en utilisant les méthodes d'accès Git et HTTP sur <tt>git.taler.net</tt> avec le nom du stockage respectif. Une liste des lieux de stockage publics se trouve sur notre <a href="http://www.git.taler.net/">GitWeb</a>.</p>
</div>
<div class="col-lg-6">
- <h2>Documentation</h2>
+ <h2 lang="en">Documentation</h2>
+ <h2 lang="de">Dokumentation</h2>
+ <h2 lang="fr">Documentation</h2>
<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>
- <h2 lang="de">Documentation </h2>
<p lang="fr">En supplément de ce site web, le <a href="http://www.git.taler.net/">documented code</a> et l'<a href="http://api.taler.net/">API documentation</a>, nous préparons un document exhaustif qui sera publié ici prochainement.</p>
</div>
</div>