summaryrefslogtreecommitdiff
path: root/template/docs.html.j2
blob: 99cbf703b38bcd2f8d628e4f6cd77dea9cee895b (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
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
{% extends "common/base.j2" %}
{% block body_content %}
<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/">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">
      <a href="https://{{ siteconf['docshost'] }}/taler-merchant-manual.html">
      <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.
        Also available as <a href="https://{{ docshost }}/pdf/taler-merchant-manual.pdf">PDF</a>.
      {% endtrans %}
    </div>

    <div class="col-lg-4">
      <a href="https://{{ siteconf['docshost'] }}/taler-merchant-api-tutorial.html">
        <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 %}
      {{ gettext('Also available as <a href="%(link)s">PDF</a>.', link="https://" + siteconf['docshost'] + "/pdf/taler-merchant-api-tutorial.pdf") }}
    </div>

    <div class="col-lg-4">
      <a href="https://{{ siteconf['docshost'] }}/taler-backoffice-manual.html">
        <img src="{{ url('icons/icon-backoffice.svg') }}" height=60>
        <h3>{{ _("Back office") }}</h3>
      </a>
      {% trans %}
        Manual to run the back-office Web application.
      {% endtrans %}
      {{ gettext('Also available as <a href="%(link)s">PDF</a>.', link="https://" + siteconf['docshost'] + "/pdf/taler-backoffice-manual.pdf") }}
    </div>

    <div class="col-lg-4">
      <a href="https://{{ siteconf['docshost'] }}/taler-merchant-pos-terminal.html">
        <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 %}
      {{ gettext('Also available as <a href="%(link)s">PDF</a>.', link="https://" + siteconf['docshost'] + "/pdf/taler-merchant-pos-terminal.pdf") }}
    </div>

    <div class="col-lg-4">
      <a href="https://{{ siteconf['docshost'] }}/taler-exchange-manual.html">
        <img src="{{ url('icons/icon-exchange.svg') }}" height=60>
        <h3>{{ _("Exchange")}}</h3>
      </a>
      {% trans %}
        Operator&#39;s manual for the GNU Taler exchange.
      {% endtrans %}
      {{ gettext('Also available as <a href="%(link)s">PDF</a>.', link="https://" + siteconf['docshost'] + "/pdf/taler-exchange-manual.pdf") }}
    </div>

    <div class="col-lg-4">
      <a href="https://{{ siteconf['docshost'] }}/taler-bank-manual.html">
        <img src="{{ url('icons/icon-bank.svg') }}" height=60>
        <h3>{{ _("Bank Integration") }}</h3>
      </a>
      {% trans %}
        Manual for tightly integrating Taler with banking applications.
      {% endtrans %}
      {{ gettext('Also available as <a href="%(link)s">PDF</a>.', link="https://" + siteconf['docshost'] + "/pdf/taler-bank-manual.pdf") }}
    </div>

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

    <div class="col-lg-4">
      <a href="{{ url_localized('cashier.html') }}">
        <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>

  <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">
      <a href="https://anastasis.lu/">
        <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">
      <a href="https://git.taler.net/libeufin.git/">
        <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 EBICS stand-alone sandbox (for testing and regional currencies).
      {% endtrans %}
    </div>

    <div class="col-lg-4">
      <a href="https://git.taler.net/depolymerization.git/">
        <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">
      <a href="https://git.taler.net/sync.git/">
        <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">
      <a href="https://git.taler.net/taler-mailbox.git/">
        <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">
      <a href="https://git.taler.net/taldir.git/">
        <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>{{ _("Extensions")}}</h2>
    </div>
 </div>

  <div class="row">
    <div class="col-lg-4">
      <a href="https://git.taler.net/taler-mdb.git/">
        <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 a
        snack machine at <a href="https://bfh.ch/">BFH</a>.
      {% endtrans %}
    </div>

    <div class="col-lg-4">
      <a href="https://git.taler.net/gnu-taler-payment-for-woocommerce.git/">
        <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">
      <a href="https://github.com/pretix/pretix-taler">
        <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">
      <a href="">
        <img src="{{ url('icons/noun-e-commerce-218402.svg') }}" height=60>
        <h3>{{ _("Payage Payment Plugin") }}</h3>
      </a>
      {% trans %}
        GNU Taler payment plugin for Payage/Joomla!
        (coming soon).
      {% 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">
      <a href="https://{{ siteconf['docshost'] }}/core/index.html">
        <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">
      <a href="https://{{ siteconf['docshost'] }}/developers-manual.html">
        <img src="{{ url('icons/icon-developers.svg') }}" height=60>
        <h3>{{ _("Onboarding")}}</h3>
      </a>
      {% trans %}
        Description of our taler.net setup and how to contribute.
      {% endtrans %}
      {{ gettext('Also available as <a href="%(link)s">PDF</a>.', link="https://" + siteconf['docshost'] + "/pdf/developers-manual.pdf") }}
    </div>

    <div class="col-lg-4">
      <a href="{{ siteconf['docshost'] }}/manpages/taler.conf.5.html#exchange-kyc-provider-options">
        <img src="{{ url('icons/noun-kyc-2913646.svg') }}" height=60>
        <h3>{{ _("Know-your-customer")}}</h3>
      </a>
      {% trans %}
        Documentation on how to configure Know-your-customer (KYC) rules for a Taler exchange.
      {% endtrans %}
    </div>

  </div>

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

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

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

  <div class="row">
    <div class="col-lg-4">
      <a href="https://lists.gnu.org/mailman/listinfo/taler">
        <img src="{{ url('icons/noun-email-list-4339749.svg') }}" height=60>
        <h3>{{ _("Mailing List")}}</h3>
      </a>
      {{ _("The official GNU Taler mailing list.") }}
    </div>

    <div class="col-lg-4">
      <a href="https://web.libera.chat/">
        <img src="{{ url('icons/noun-chat-5180308.svg') }}" height=60>
        <h3>{{ _("IRC")}}</h3>
      </a>
      {{ _("Our IRC channel is #taler on Libera.") }}
    </div>

    <div class="col-lg-4">
      <a href="https://bugs.taler.net/">
        <img src="{{ url('icons/noun-bug-tracking-2119186.svg') }}" height=60>
        <h3>{{ _("Bug Tracker")}}</h3>
      </a>
      {{ _("Our bug tracker for bugs and feature request.") }}
    </div>

  </div>

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

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

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

  <div class="row">

    <div class="col-lg-4">
      <a href="https://git.taler.net">
        <img src="{{ url('icons/noun-git-2407191.svg') }}" height=60>
        <h3>{{ _("Git repositories") }}</h3>
      </a>
      {{ _("Git repositories for all of GNU Taler.") }}
    </div>

    <div class="col-lg-4">
      <a href="https://lcov.taler.net">
        <img src="{{ url('icons/icon-lcov.svg') }}" height=60>
        <h3>{{ _("lcov results") }}</h3>
      </a>
      {{ _("Shows results of the code coverage analysis for our test suite.") }}
    </div>

    <div class="col-lg-4">
      <a href="https://buildbot.taler.net">
        <img src="{{ url('icons/noun-continuous-integration-4368507.svg') }}" height=60>
        <h3>{{ _("Continuous integration") }}</h3>
      </a>
      {{ _("Continuous integration and deployment is managed by our Buildbot.") }}
    </div>

    <div class="col-lg-4">
      <a href="https://weblate.taler.net/">
        <img src="{{ url('icons/noun-translate-5177522.svg') }}" height=60>
        <h3>{{ _("Internationalization")}}</h3>
      </a>
      {{ _("Using our weblate service, everyone in the community can contribute towards translating the Website and the GNU Taler applications.") }}
    </div>

    <div class="col-lg-4">
      <a href="https://git.taler.net/twister/">
        <img src="{{ url('icons/noun-twister-2280690.svg') }}" height=60>
        <h3>{{ _("Twister") }}</h3>
      </a>
      {% trans %}
        HTTP modifying man-in-the-middle proxy to test error handling.
      {% endtrans %}
    </div>
  </div>

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

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

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

  <div class="row">
    <div class="col-lg-4">
      <a href="https://git.gnunet.org/libbrandt.git/">
        <img src="{{ url('icons/noun-auction-5172639.svg') }}" height=60>
        <h3>{{ _("SMC Auctions") }}</h3>
      </a>
      {{ _("Secure multiparty aution protocol (future Taler exchange extension).") }}
    </div>

    <div class="col-lg-4">
      <a href="/papers/esorics2022-age-restriction.pdf">
        <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 class="col-lg-4">
      <a href="https://git.taler.net/mch2022.git/">
        <img src="{{ url('icons/noun-id-badge-348401.svg') }}" height=60>
        <h3>{{ _("MCH 2022 Badge Integration") }}</h3>
      </a>
      {% trans %}
        Accept GNU Taler payments on your MCH 2022 badge.
      {% endtrans %}
    </div>

    <div class="col-lg-4">
      <a href="">
        <img src="{{ url('icons/noun-point-of-sale-3185628.svg') }}" height=60>
        <h3>{{ _("EMVco Integration") }}</h3>
      </a>
      {{ _("Integeration with EMVco PoS systems (to be started soon).") }}
    </div>

    <div class="col-lg-4">
      <a href="">
        <img src="{{ url('icons/noun-vault-1775866.svg') }}" height=60>
        <h3>{{ _("Taler Vault") }}</h3>
      </a>
      {{ _("Hardware security module for GNU Taler (to be started soon).") }}
    </div>


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

</div>
{% endblock body_content %}