summaryrefslogtreecommitdiff
path: root/template/docs.html.j2
blob: ba170a0cea232315518509561776a1ae5980f338 (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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
{% extends "common/base.j2" %}
{% block body_content %}
<main id="maincontent">
<div class="container">
  <div class="row">
    <div class="col">
    <h1>{{ _("GNU Taler: Documentation and Resources")}}</h1>
    </div>
  </div>

  <div class="row">
    <div class="col">
      {% trans %}
        This is an overview of documentation and other resources for GNU Taler.
        The full documentation contents can be found
        <a href="https://docs.taler.net/" target="_blank" rel="noopener noreferrer">here</a>.
      {% endtrans %}
    </div>
  </div>
  <div class="row mt-5">
  </div>

  <div class="row justify-content-center text-center">
    <div class="col-8">
      <h2>{{ _("Core Component Documentation")}}</h2>
    </div>
  </div>

  <div class="row mt-5">
  </div>

  <div class="row">
    <div class="col-lg-4 mb-4">
      <a href="https://{{ siteconf['docshost'] }}/taler-merchant-manual.html" target="_blank" rel="noopener noreferrer">
      <img src="{{ url('icons/icon-backend.svg') }}" height=60>
      <h3>{{ _("Merchant Backend Administration")}}</h3>
      </a>
      {% trans docshost=siteconf['docshost'] %}
        Tutorial and manual for operating a merchant.
      {% endtrans %}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://{{ siteconf['docshost'] }}/taler-merchant-api-tutorial.html" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/icon-market.svg') }}" height=60>
        <h3>{{ _("Merchant API Tutorial") }}</h3>
      </a>
      {% trans %}
        Tutorial for processing Taler payments using the merchant backend API.
      {% endtrans %}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://{{ siteconf['docshost'] }}/core/api-merchant.html" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/icon-backoffice.svg') }}" height=60>
        <h3>{{ _("Back Office") }}</h3>
      </a>
      {% trans %}
        Manual to run the back-office Web application.
      {% endtrans %}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://{{ siteconf['docshost'] }}/taler-merchant-pos-terminal.html" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-tablet-4084423.svg') }}" height=60>
        <h3>{{ _("Merchant POS Terminal") }}</h3>
      </a>
      {% trans %}
        Manual for configuring and using the point of sale app.
      {% endtrans %}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://{{ siteconf['docshost'] }}/taler-exchange-manual.html" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/icon-exchange.svg') }}" height=60>
        <h3>{{ _("Exchange")}}</h3>
      </a>
      {% trans %}
        Operator&#39;s manual for the GNU Taler Exchange.
      {% endtrans %}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://{{ siteconf['docshost'] }}/core/api-bank-integration.html" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/icon-bank.svg') }}" height=60>
        <h3>{{ _("Bank Integration") }}</h3>
      </a>
      {% trans %}
        Manual for tightly integrating Taler with banking applications.
      {% endtrans %}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://{{ siteconf['docshost'] }}/taler-wallet.html" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-digital-wallet-5004389.svg') }}" height=60>
        <h3>{{ _("Wallet") }}</h3>
      </a>
      {% trans %}
        Manual about the Taler wallets (WebExtensions, Android, iOS, CLI).
        You can download pre-packaged binaries from
        <a href="wallet.html" target="_blank" rel="noopener noreferrer">the Taler wallet Web site</a>.
      {% endtrans %}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="{{ url_localized('cashier.html') }}" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/icon-cashier.svg') }}" height=60>
        <h3>{{ _("Cashier") }}</h3>
      </a>
      {% trans %}
        An app for taking in cash and handing out electronic cash.
      {% endtrans %}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="/papers/esorics2022-age-restriction.pdf" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-parental-discretion-233685.svg') }}" height=60>
        <h3>{{ _("Age Restrictions")}}</h3>
      </a>
      {% trans %}
        Cryptographic background on how parents can set age-restrictions on Taler coins
        to protect minors from inappropriate purchases while preserving privacy for everyone.
      {% endtrans %}
    </div>
  </div>

  <div class="row mt-5">
  </div>

  <div class="row justify-content-center text-center">
    <div class="col-8">
      <h2>{{ _("Supplemental services")}}</h2>
    </div>
  </div>

  <div class="row mt-5">
  </div>

  <div class="row">
    <div class="col-lg-4 mb-4">
      <a href="https://anastasis.lu/" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-recovery-4887278.svg') }}" height=60>
        <h3>{{ _("GNU Anastasis") }}</h3>
      </a>
      {% trans %}
        Privacy-preserving distributed key escrow and recovery services.
      {% endtrans %}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://git.taler.net/libeufin.git/" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-bank-5178441.svg') }}" height=60>
        <h3>{{ _("libeufin") }}</h3>
      </a>
      {% trans %}
        Implementation of the Taler wire gateway over the EBICS/FinTS protocol suite,
        including stand-alone bank (for regional currencies).
      {% endtrans %}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://git.taler.net/depolymerization.git/" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-blockchain-4878073.svg') }}" height=60>
        <h3>{{ _("Depolymerization") }}</h3>
      </a>
      {% trans %}
        Implementation of the Taler wire gateway over the Bitcoin and Ethereum blockchains.
      {% endtrans %}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://git.taler.net/sync.git/" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-synchronization-5156797.svg') }}" height=60>
        <h3>{{ _("Sync") }}</h3>
      </a>
      {% trans %}
        Encrypted data backup and recovery service.
      {% endtrans %}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://git.taler.net/taler-mailbox.git/" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-mailbox-5176593.svg') }}" height=60>
        <h3>{{ _("Taler Mailbox") }}</h3>
      </a>
      {% trans %}
        Reliably deliver payment messages between Taler wallets.
      {% endtrans %}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://git.taler.net/taldir.git/" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-directory-1024875.svg') }}" height=60>
        <h3>{{ _("TalDir") }}</h3>
      </a>
      {% trans %}
        Directory to associate addresses (e-mail, phone numbers, etc.) with Taler wallets.
      {% endtrans %}
    </div>
  </div>

  <div class="row mt-5">
  </div>

  <div class="row justify-content-center text-center">
    <div class="col-8">
      <h2 id="extensions">{{ _("Extensions")}}</h2>
    </div>
 </div>

  <div class="row">
    <div class="col-lg-4 mb-4">
      <a href="https://git.taler.net/taler-mdb.git/" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-vending-machine-4884056.svg') }}" height=60>
        <h3>{{ _("Taler-MDB") }}</h3>
      </a>
      {% trans %}
        Integration of GNU Taler with the Multi-Drop-Bus (MDB) protocol commonly used in vending machines.
        Deployed at a coffee-and-snack machine at <a href="https://www.bfh.ch/ti/de/aktuell/medienmitteilungen/2020/die-technik-von-taler-ueberzeugt/" target="_blank" rel="noopener noreferrer">BFH</a>.
      {% endtrans %}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://git.taler.net/gnu-taler-payment-for-woocommerce.git/" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-e-commerce-218402.svg') }}" height=60>
        <h3>{{ _("WooCommerce Payment Backend") }}</h3>
      </a>
      {% trans %}
        GNU Taler payment plugin for the WooCommerce e-commerce solution
        (itself based on WordPress).
      {% endtrans %}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://github.com/pretix/pretix-taler" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-tickets-5179896.svg') }}" height=60>
        <h3>{{ _("Pretix Payment Backend") }}</h3>
      </a>
      {% trans %}
        GNU Taler payment plugin for the Pretix ticketing system.
      {% endtrans %}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://git.taler.net/joomla-payage-taler-plugin.git/" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-e-commerce-218402.svg') }}" height=60>
        <h3>{{ _("Joomla! Payment Backend") }}</h3>
      </a>
      {% trans %}
        GNU Taler payment plugin for the Joomla! e-commerce solution.
      {% endtrans %}
    </div>

  </div>

  <div class="row mt-5">
  </div>

  <div class="row justify-content-center text-center">
    <div class="col-8">
      <h2>{{ _("Internals Documentation")}}</h2>
    </div>
  </div>

  <div class="row mt-5">
  </div>

  <div class="row">
    <div class="col-lg-4 mb-4">
      <a href="https://{{ siteconf['docshost'] }}/core/index.html" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/icon-api.svg') }}" height=60>
        <h3>{{ _("HTTP API")}}</h3>
      </a>
      {% trans %}
        Reference for the HTTP-based API for Taler components.
      {% endtrans %}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://tutorials.taler.net/" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/video.svg') }}" height=60>
        <h3>{{ _("Tutorials")}}</h3>
      </a>
      {% trans %}
        Video tutorials for working with GNU Taler.
      {% endtrans %}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="kyc.html" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-kyc-2913646.svg') }}" height=60>
        <h3>{{ _("Know-your-customer")}}</h3>
      </a>
      {% trans %}
        Overview on Know-your-customer (KYC) integrations for a Taler Exchange.
      {% endtrans %}
    </div>
  </div>
</div>
{% endblock body_content %}