taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

docs.html.j2 (11528B)


      1 {% extends "common/base.j2" %}
      2 {% block subtitle %}{{ _("Documentation and Resources")}}{% endblock subtitle %}
      3 {% block body_content %}
      4 <main id="maincontent">
      5 <div class="container">
      6   <div class="row">
      7     <div class="col">
      8     <h1>{{ _("GNU Taler: Documentation and Resources")}}</h1>
      9     </div>
     10   </div>
     11 
     12   <div class="row">
     13     <div class="col">
     14       {% trans %}
     15         This is an overview of documentation and other resources for GNU Taler.
     16         The full documentation contents can be found
     17         <a href="https://docs.taler.net/" target="_blank" rel="noopener noreferrer">here</a>.
     18       {% endtrans %}
     19     </div>
     20   </div>
     21   <div class="row mt-5">
     22   </div>
     23 
     24   <div class="row justify-content-center text-center">
     25     <div class="col-8">
     26       <h2>{{ _("Core Component Documentation")}}</h2>
     27     </div>
     28   </div>
     29 
     30   <div class="row mt-5">
     31   </div>
     32 
     33   <div class="row">
     34     <div class="col-lg-4 mb-4">
     35       <a href="https://{{ siteconf['docshost'] }}/taler-merchant-manual.html" target="_blank" rel="noopener noreferrer">
     36       <img src="{{ url('icons/icon-backend.svg') }}" height=60>
     37       <h3>{{ _("Merchant Backend Administration")}}</h3>
     38       </a>
     39       {% trans docshost=siteconf['docshost'] %}
     40         Tutorial and manual for operating a merchant.
     41       {% endtrans %}
     42     </div>
     43 
     44     <div class="col-lg-4 mb-4">
     45       <a href="https://tutorials.taler.net/dev/merchant-api/index" target="_blank" rel="noopener noreferrer">
     46         <img src="{{ url('icons/icon-market.svg') }}" height=60>
     47         <h3>{{ _("Merchant API Tutorial") }}</h3>
     48       </a>
     49       {% trans %}
     50         Tutorial for processing Taler payments using the merchant backend API.
     51       {% endtrans %}
     52     </div>
     53 
     54     <div class="col-lg-4 mb-4">
     55       <a href="https://{{ siteconf['docshost'] }}/core/api-merchant.html" target="_blank" rel="noopener noreferrer">
     56         <img src="{{ url('icons/icon-backoffice.svg') }}" height=60>
     57         <h3>{{ _("Back Office") }}</h3>
     58       </a>
     59       {% trans %}
     60         Manual to run the back-office Web application.
     61       {% endtrans %}
     62     </div>
     63 
     64     <div class="col-lg-4 mb-4">
     65       <a href="https://{{ siteconf['docshost'] }}/taler-merchant-pos-terminal.html" target="_blank" rel="noopener noreferrer">
     66         <img src="{{ url('icons/noun-tablet-4084423.svg') }}" height=60>
     67         <h3>{{ _("Merchant POS Terminal") }}</h3>
     68       </a>
     69       {% trans %}
     70         Manual for configuring and using the point of sale app.
     71       {% endtrans %}
     72     </div>
     73 
     74     <div class="col-lg-4 mb-4">
     75       <a href="https://{{ siteconf['docshost'] }}/taler-exchange-manual.html" target="_blank" rel="noopener noreferrer">
     76         <img src="{{ url('icons/icon-exchange.svg') }}" height=60>
     77         <h3>{{ _("Exchange")}}</h3>
     78       </a>
     79       {% trans %}
     80         Operator&#39;s manual for the GNU Taler Exchange.
     81       {% endtrans %}
     82     </div>
     83 
     84     <div class="col-lg-4 mb-4">
     85       <a href="https://{{ siteconf['docshost'] }}/core/api-bank-integration.html" target="_blank" rel="noopener noreferrer">
     86         <img src="{{ url('icons/icon-bank.svg') }}" height=60>
     87         <h3>{{ _("Bank Integration") }}</h3>
     88       </a>
     89       {% trans %}
     90         Manual for tightly integrating Taler with banking applications.
     91       {% endtrans %}
     92     </div>
     93 
     94     <div class="col-lg-4 mb-4">
     95       <a href="https://{{ siteconf['docshost'] }}/taler-wallet.html" target="_blank" rel="noopener noreferrer">
     96         <img src="{{ url('icons/noun-digital-wallet-5004389.svg') }}" height=60>
     97         <h3>{{ _("Wallet") }}</h3>
     98       </a>
     99       {% trans %}
    100         Manual about the Taler wallets (WebExtensions, Android, iOS, CLI).
    101         You can download pre-packaged binaries from
    102         <a href="wallet.html" target="_blank" rel="noopener noreferrer">the Taler wallet Web site</a>.
    103       {% endtrans %}
    104     </div>
    105 
    106     <div class="col-lg-4 mb-4">
    107       <a href="{{ url_localized('cashier.html') }}" target="_blank" rel="noopener noreferrer">
    108         <img src="{{ url('icons/icon-cashier.svg') }}" height=60>
    109         <h3>{{ _("Cashier") }}</h3>
    110       </a>
    111       {% trans %}
    112         An app for taking in cash and handing out electronic cash.
    113       {% endtrans %}
    114     </div>
    115 
    116     <div class="col-lg-4 mb-4">
    117       <a href="/papers/esorics2022-age-restriction.pdf" target="_blank" rel="noopener noreferrer">
    118         <img src="{{ url('icons/noun-parental-discretion-233685.svg') }}" height=60>
    119         <h3>{{ _("Age Restrictions")}}</h3>
    120       </a>
    121       {% trans %}
    122         Cryptographic background on how parents can set age-restrictions on Taler coins
    123         to protect minors from inappropriate purchases while preserving privacy for everyone.
    124       {% endtrans %}
    125     </div>
    126   </div>
    127 
    128   <div class="row mt-5">
    129   </div>
    130 
    131   <div class="row justify-content-center text-center">
    132     <div class="col-8">
    133       <h2>{{ _("Supplemental services")}}</h2>
    134     </div>
    135   </div>
    136 
    137   <div class="row mt-5">
    138   </div>
    139 
    140   <div class="row">
    141     <div class="col-lg-4 mb-4">
    142       <a href="https://anastasis.lu/" target="_blank" rel="noopener noreferrer">
    143         <img src="{{ url('icons/noun-recovery-4887278.svg') }}" height=60>
    144         <h3>{{ _("GNU Anastasis") }}</h3>
    145       </a>
    146       {% trans %}
    147         Privacy-preserving distributed key escrow and recovery services.
    148       {% endtrans %}
    149     </div>
    150 
    151     <div class="col-lg-4 mb-4">
    152       <a href="https://git-www.taler.net/libeufin.git/" target="_blank" rel="noopener noreferrer">
    153         <img src="{{ url('icons/noun-bank-5178441.svg') }}" height=60>
    154         <h3>{{ _("libeufin") }}</h3>
    155       </a>
    156       {% trans %}
    157         Implementation of the Taler wire gateway over the EBICS/FinTS protocol suite,
    158         including stand-alone bank (for regional currencies).
    159       {% endtrans %}
    160     </div>
    161 
    162     <div class="col-lg-4 mb-4">
    163       <a href="https://git-www.taler.net/depolymerization.git/" target="_blank" rel="noopener noreferrer">
    164         <img src="{{ url('icons/noun-blockchain-4878073.svg') }}" height=60>
    165         <h3>{{ _("Depolymerization") }}</h3>
    166       </a>
    167       {% trans %}
    168         Implementation of the Taler wire gateway over the Bitcoin and Ethereum blockchains.
    169       {% endtrans %}
    170     </div>
    171 
    172     <div class="col-lg-4 mb-4">
    173       <a href="https://git-www.taler.net/sync.git/" target="_blank" rel="noopener noreferrer">
    174         <img src="{{ url('icons/noun-synchronization-5156797.svg') }}" height=60>
    175         <h3>{{ _("Sync") }}</h3>
    176       </a>
    177       {% trans %}
    178         Encrypted data backup and recovery service.
    179       {% endtrans %}
    180     </div>
    181 
    182     <div class="col-lg-4 mb-4">
    183       <a href="https://git-www.taler.net/taler-mailbox.git/" target="_blank" rel="noopener noreferrer">
    184         <img src="{{ url('icons/noun-mailbox-5176593.svg') }}" height=60>
    185         <h3>{{ _("Taler Mailbox") }}</h3>
    186       </a>
    187       {% trans %}
    188         Reliably deliver payment messages between Taler wallets.
    189       {% endtrans %}
    190     </div>
    191 
    192     <div class="col-lg-4 mb-4">
    193       <a href="https://git-www.taler.net/taldir.git/" target="_blank" rel="noopener noreferrer">
    194         <img src="{{ url('icons/noun-directory-1024875.svg') }}" height=60>
    195         <h3>{{ _("TalDir") }}</h3>
    196       </a>
    197       {% trans %}
    198         Directory to associate addresses (e-mail, phone numbers, etc.) with Taler wallets.
    199       {% endtrans %}
    200     </div>
    201   </div>
    202 
    203   <div class="row mt-5">
    204   </div>
    205 
    206   <div class="row justify-content-center text-center">
    207     <div class="col-8">
    208       <h2 id="extensions">{{ _("Extensions")}}</h2>
    209     </div>
    210  </div>
    211 
    212   <div class="row">
    213     <div class="col-lg-4 mb-4">
    214       <a href="https://git-www.taler.net/taler-mdb.git/" target="_blank" rel="noopener noreferrer">
    215         <img src="{{ url('icons/noun-vending-machine-4884056.svg') }}" height=60>
    216         <h3>{{ _("Taler-MDB") }}</h3>
    217       </a>
    218       {% trans %}
    219         Integration of GNU Taler with the Multi-Drop-Bus (MDB) protocol commonly used in vending machines.
    220         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>.
    221       {% endtrans %}
    222     </div>
    223 
    224     <div class="col-lg-4 mb-4">
    225       <a href="https://git-www.taler.net/gnu-taler-payment-for-woocommerce.git/" target="_blank" rel="noopener noreferrer">
    226         <img src="{{ url('icons/noun-e-commerce-218402.svg') }}" height=60>
    227         <h3>{{ _("WooCommerce Payment Backend") }}</h3>
    228       </a>
    229       {% trans %}
    230         GNU Taler payment plugin for the WooCommerce e-commerce solution
    231         (itself based on WordPress).
    232       {% endtrans %}
    233     </div>
    234 
    235     <div class="col-lg-4 mb-4">
    236       <a href="https://git-www.taler.net/gnu-taler-payment-for-magento.git/" target="_blank" rel="noopener noreferrer">
    237         <img src="{{ url('icons/noun-e-commerce-218402.svg') }}" height=60>
    238         <h3>{{ _("Magento Payment Backend") }}</h3>
    239       </a>
    240       {% trans %}
    241         GNU Taler payment plugin for Adobe Commerce (formerly Magento) e-commerce solution.
    242       {% endtrans %}
    243     </div>
    244 
    245     <div class="col-lg-4 mb-4">
    246       <a href="https://github.com/pretix/pretix-taler" target="_blank" rel="noopener noreferrer">
    247         <img src="{{ url('icons/noun-tickets-5179896.svg') }}" height=60>
    248         <h3>{{ _("Pretix Payment Backend") }}</h3>
    249       </a>
    250       {% trans %}
    251         GNU Taler payment plugin for the Pretix ticketing system.
    252       {% endtrans %}
    253     </div>
    254 
    255     <div class="col-lg-4 mb-4">
    256       <a href="https://git-www.taler.net/joomla-payage-taler-plugin.git/" target="_blank" rel="noopener noreferrer">
    257         <img src="{{ url('icons/noun-e-commerce-218402.svg') }}" height=60>
    258         <h3>{{ _("Joomla! Payment Backend") }}</h3>
    259       </a>
    260       {% trans %}
    261         GNU Taler payment plugin for the Joomla! e-commerce solution.
    262       {% endtrans %}
    263     </div>
    264 
    265     <div class="col-lg-4 mb-4">
    266       <a href="https://www.drupal.org/project/commerce_gnu_taler" target="_blank" rel="noopener noreferrer">
    267         <img src="{{ url('icons/noun-e-commerce-218402.svg') }}" height=60>
    268         <h3>{{ _("Drupal Commerce Backend") }}</h3>
    269       </a>
    270       {% trans %}
    271         GNU Taler payment plugin for Drupal Commerce.
    272       {% endtrans %}
    273     </div>
    274   </div>
    275 
    276   <div class="row mt-5">
    277   </div>
    278 
    279   <div class="row justify-content-center text-center">
    280     <div class="col-8">
    281       <h2>{{ _("Internals Documentation")}}</h2>
    282     </div>
    283   </div>
    284 
    285   <div class="row mt-5">
    286   </div>
    287 
    288   <div class="row">
    289     <div class="col-lg-4 mb-4">
    290       <a href="https://{{ siteconf['docshost'] }}/core/index.html" target="_blank" rel="noopener noreferrer">
    291         <img src="{{ url('icons/icon-api.svg') }}" height=60>
    292         <h3>{{ _("HTTP API")}}</h3>
    293       </a>
    294       {% trans %}
    295         Reference for the HTTP-based API for Taler components.
    296       {% endtrans %}
    297     </div>
    298 
    299     <div class="col-lg-4 mb-4">
    300       <a href="https://tutorials.taler.net/" target="_blank" rel="noopener noreferrer">
    301         <img src="{{ url('icons/video.svg') }}" height=60>
    302         <h3>{{ _("Tutorials")}}</h3>
    303       </a>
    304       {% trans %}
    305         Video tutorials for working with GNU Taler.
    306       {% endtrans %}
    307     </div>
    308 
    309     <div class="col-lg-4 mb-4">
    310       <a href="kyc.html" target="_blank" rel="noopener noreferrer">
    311         <img src="{{ url('icons/noun-kyc-2913646.svg') }}" height=60>
    312         <h3>{{ _("Know-your-customer")}}</h3>
    313       </a>
    314       {% trans %}
    315         Overview on Know-your-customer (KYC) integrations for a Taler Exchange.
    316       {% endtrans %}
    317     </div>
    318   </div>
    319 </div>
    320 {% endblock body_content %}