summaryrefslogtreecommitdiff
path: root/docs/index.html
blob: bffaa88e90c2740310302e56c00edf9c10cbe606 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!doctype html>
<html>
  <head>
    <meta charset="UTF-8">
    <title>GNU Taler documentation</title>
    <link rel=stylesheet href="pure.css">
    <link rel=stylesheet href="docstyle.css">
  </head>
  <body>
  <h1>GNU Taler documentation</h1>
  This page is an overview of all documentation resources for GNU Taler.

  <div class="pure-g linkrow">
    <div class="pure-u-1-3">
    <a href="https://docs.taler.net/code/merchant/index.html">
    <img src="icon-backend.svg" height=60>
    <h3>Merchant backend</h3>
    </a>
    Tutorial and manual for operating a merchant.
    Also available as <a href="https://docs.taler.net/merchant/backend/pdf/manual.pdf">PDF</a>.
    </div>

    <div class="pure-u-1-3">
    <a href="https://docs.taler.net/merchant/frontend/python/html/tutorial.html">
    <img src="icon-market.svg" height=60>
    <h3>Merchant frontend (Python)</h3>
    </a>
    Tutorial for building a merchant frontend in Python.
    </div>

    <div class="pure-u-1-3">
    <a href="https://docs.taler.net/merchant/frontend/php/html/tutorial.html">
    <img src="icon-market.svg" height=60>
    <h3>Merchant frontend (PHP)</h3>
    </a>
    Tutorial for building a merchant frontend in PHP.
    </div>
  </div>

  <div class="pure-g linkrow">
    <div class="pure-u-1-3">
    <a href="https://docs.taler.net/exchange/html/index.html">
    <img src="icon-exchange.svg" height=60>
    <h3>Exchange</h3>
    </a>
    Operator's manual for the GNU Taler exchange.
    </div>
    <div class="pure-u-1-3">
    <a href="https://docs.taler.net/api/index.html">
    <img src="icon-api.svg" height=60>
    <h3>HTTP API</h3>
    </a>
    Reference for the HTTP-based API for Taler components.
    </div>
    <div class="pure-u-1-3">
    <a href="https://docs.taler.net/onboarding/html/onboarding.html">
    <img src="icon-developers.svg" height=60>
    <h3>Onboarding</h3>
    </a>
    Description of our taler.net setup and how to contribute.
    </div>
  </div>

  <div class="pure-g linkrow">
    <div class="pure-u-1-3">
    <a href="https://docs.taler.net/api/index.html">
    <img src="icon-code.svg" height=60>
    <h3>Code (Exchange)</h3>
    </a>
    Documented source code for the exchange.
    </div>

    <div class="pure-u-1-3">
    <a href="https://docs.taler.net/api/index.html">
    <img src="icon-code.svg" height=60>
    <h3>Code (Merchant backend)</h3>
    </a>
    Documented source code for the exchange.
    </div>
  </div>


  <hr />
  <a href="icons-credit.html">Icons by The Noun Project.</a>
  </body>
</html>