summaryrefslogtreecommitdiff
path: root/docs/index.html
blob: 2f53f3fa36e2b48a3a5668be87f6050282e128fb (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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!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 <a href="https://taler.net">GNU Taler</a>.

  <h2>Components</h2>

  <div class="pure-g linkrow">
    <div class="pure-u-1-4">
    <a href="https://docs.taler.net/merchant/backend/html/manual.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-4">
    <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-4">
    <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 class="pure-u-1-4">
    <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>

  <h2>Internals</h2>

  <div class="pure-g linkrow">
    <div class="pure-u-1-2">
    <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-2">
    <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>

  <h2>Community</h2>
  <div class="pure-g linkrow">
    <div class="pure-u-1-3">
    <a href="https://lists.gnu.org/mailman/listinfo/taler">
    <img src="icon-share.svg" height=60>
    <h3>Mailing List</h3>
    </a>
    The official GNU Taler mailing list.
    </div>

    <div class="pure-u-1-3">
    <a href="https://webchat.freenode.net/?channels=taler">
    <img src="icon-share.svg" height=60>
    <h3>IRC</h3>
    </a>
    Our IRC channel is #taler on freenode.
    </div>

    <div class="pure-u-1-3">
    <a href="https://gnunet.org/bugs">
    <img src="icon-share.svg" height=60>
    <h3>Bug Tracker</h3>
    </a>
    Our bug tracker for bugs and feature request.
    </div>
  </div>

  <h2>Code</h2>

  <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 class="pure-u-1-3">
    <a>
    <img src="icon-code.svg" height=60>
    <h3>Code (Wallet)</h3>
    </a>
    TBD: Documented source code for the wallet.
    </div>
  </div>


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