summaryrefslogtreecommitdiff
path: root/developers.html
blob: f2fddc46e5f75815efd920422d35fe1849da5834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Taler - Taxable Anonymous Libre Electronic Reserves: Developers</title>
    <meta name="description" content="">
      <!--# include file="common/header.inc" -->
  </head>
  <body class="en">
    <div class="container">
      <!--# include file="common/navigation.inc" -->
      <!-- Jumbotron -->
      <div class="jumbotron">
        <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.
             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.  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>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>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>

      <!--# include file="common/footer.inc" -->
    </div> <!-- /container -->
  </body>
</html>