taler-www

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

wallet.html.j2 (7566B)


      1 {% extends "common/base.j2" %}
      2 {% block subtitle %}{{ _("Wallet") }}{% endblock subtitle %}
      3 
      4 {% block body_content %}
      5 <main id="maincontent" class="wallet-page">
      6   <header class="wallet-hero">
      7     <div class="container">
      8       <h1>{% trans %}Get the GNU Taler Wallet{% endtrans %}</h1>
      9       <p class="wallet-lead">
     10         {% trans %}Install the free software wallet to make fast, privacy-friendly payments with GNU Taler. Choose your device or browser below.{% endtrans %}
     11       </p>
     12       <ul class="wallet-highlights">
     13         <li>{% trans %}No registration required{% endtrans %}</li>
     14         <li>{% trans %}Free software{% endtrans %}</li>
     15         <li>{% trans %}Privacy by design{% endtrans %}</li>
     16       </ul>
     17     </div>
     18   </header>
     19 
     20   <div class="container wallet-content">
     21     <section class="wallet-section" aria-labelledby="mobile-wallets-heading">
     22       <div class="wallet-section-heading">
     23         <h2 id="mobile-wallets-heading">{% trans %}Mobile wallets{% endtrans %}</h2>
     24         <p>{% trans %}Install Taler from the app store for your phone or tablet.{% endtrans %}</p>
     25       </div>
     26 
     27       <div class="wallet-grid">
     28         <article class="wallet-card">
     29           <div>
     30             <p class="wallet-platform-label">{% trans %}Mobile{% endtrans %}</p>
     31             <h3>{% trans %}Android{% endtrans %}</h3>
     32             <p>{% trans %}Requires Android 7 or later.{% endtrans %}</p>
     33           </div>
     34           <div class="wallet-actions">
     35             <a class="wallet-button wallet-button-primary"
     36                href="https://play.google.com/store/apps/details?id=net.taler.wallet">
     37               {% trans %}Get it on Google Play{% endtrans %}
     38             </a>
     39             <a class="wallet-button wallet-button-secondary"
     40                href="https://f-droid.org/en/packages/net.taler.wallet.fdroid/">
     41               {% trans %}Get it on F-Droid{% endtrans %}
     42             </a>
     43           </div>
     44         </article>
     45 
     46         <article class="wallet-card">
     47           <div>
     48             <p class="wallet-platform-label">{% trans %}Mobile{% endtrans %}</p>
     49             <h3>{% trans %}iPhone and iPad{% endtrans %}</h3>
     50             <p>{% trans %}Install the Taler wallet from Apple&#39;s App Store.{% endtrans %}</p>
     51           </div>
     52           <div class="wallet-actions">
     53             <a class="wallet-button wallet-button-primary"
     54                href="https://apps.apple.com/app/taler-wallet/id6463440117">
     55               {% trans %}Download on the App Store{% endtrans %}
     56             </a>
     57           </div>
     58         </article>
     59       </div>
     60     </section>
     61 
     62     <section class="wallet-section" aria-labelledby="browser-wallets-heading">
     63       <div class="wallet-section-heading">
     64         <h2 id="browser-wallets-heading">{% trans %}Browser extensions{% endtrans %}</h2>
     65         <p>{% trans %}Use Taler directly in a supported desktop browser.{% endtrans %}</p>
     66       </div>
     67 
     68       <div class="wallet-grid">
     69         <article class="wallet-card">
     70           <div>
     71             <p class="wallet-platform-label">{% trans %}Browser extension{% endtrans %}</p>
     72             <h3>{% trans %}Chrome and Chromium{% endtrans %}</h3>
     73             <p>{% trans %}Install the extension from the Chrome Web Store.{% endtrans %}</p>
     74           </div>
     75           <div class="wallet-actions">
     76             <a class="wallet-button wallet-button-primary"
     77                href="https://chromewebstore.google.com/detail/gnu-taler-wallet-web-ui/millncjiddlpgdmkklmhfadpacifaonc">
     78               {% trans %}Add to Chrome{% endtrans %}
     79             </a>
     80           </div>
     81         </article>
     82 
     83         <article class="wallet-card">
     84           <div>
     85             <p class="wallet-platform-label">{% trans %}Browser extension{% endtrans %}</p>
     86             <h3>{% trans %}Firefox{% endtrans %}</h3>
     87             <p>{% trans %}Install the extension from Firefox Browser Add-ons.{% endtrans %}</p>
     88           </div>
     89           <div class="wallet-actions">
     90             <a class="wallet-button wallet-button-primary"
     91                href="https://addons.mozilla.org/en-US/firefox/addon/taler-wallet/">
     92               {% trans %}Add to Firefox{% endtrans %}
     93             </a>
     94           </div>
     95         </article>
     96       </div>
     97     </section>
     98 
     99     <section class="wallet-section" aria-labelledby="advanced-wallets-heading">
    100       <div class="wallet-section-heading">
    101         <h2 id="advanced-wallets-heading">{% trans %}Other and advanced options{% endtrans %}</h2>
    102         <p>{% trans %}Alternative installation methods for specialist devices and testing.{% endtrans %}</p>
    103       </div>
    104 
    105       <div class="wallet-advanced-options">
    106         <details>
    107           <summary>{% trans %}Ubuntu Touch{% endtrans %}</summary>
    108           <div class="wallet-details-content">
    109             <p>
    110               {% trans %}Run the Android wallet on Ubuntu Touch by installing <a href="https://waydro.id/">Waydroid</a> with <a href="https://open-store.io/app/waydroidhelper.aaronhafer">Waydroid Helper</a>. The <a href="https://docs.ubports.com/en/latest/userguide/dailyuse/waydroid.html">UBports documentation</a> explains how to set up Android apps.{% endtrans %}
    111             </p>
    112             <a class="wallet-button wallet-button-secondary"
    113                href="https://f-droid.org/en/packages/net.taler.wallet.fdroid/">
    114               {% trans %}Get the Android wallet from F-Droid{% endtrans %}
    115             </a>
    116           </div>
    117         </details>
    118 
    119         <details>
    120           <summary>{% trans %}Android nightly test build{% endtrans %}</summary>
    121           <div class="wallet-details-content">
    122             <p class="wallet-warning">
    123               {% trans %}For testing only. This automatically built debug version may be unstable. Most users should install the wallet from Google Play or F-Droid.{% endtrans %}
    124             </p>
    125             <a class="wallet-button wallet-button-secondary"
    126                href="https://taler.net/files/wallet/wallet-nightly-debug-latest.apk">
    127               {% trans %}Download the nightly debug APK{% endtrans %}
    128             </a>
    129           </div>
    130         </details>
    131       </div>
    132     </section>
    133 
    134     <section class="wallet-demo" aria-labelledby="wallet-demo-heading">
    135       <div>
    136         <h2 id="wallet-demo-heading">{% trans %}Wallet installed? Try a test payment{% endtrans %}</h2>
    137         <p>{% trans %}Explore GNU Taler with KUDOS, an imaginary demo currency. No real money is involved.{% endtrans %}</p>
    138       </div>
    139       <a class="wallet-button wallet-button-primary"
    140          href="{{ "https://demo.taler.net/" + lang + "/" }}">
    141         {% trans %}Try the demo{% endtrans %}
    142       </a>
    143     </section>
    144 
    145     <section class="wallet-resources" aria-labelledby="wallet-resources-heading">
    146       <h2 id="wallet-resources-heading">{% trans %}Help and project information{% endtrans %}</h2>
    147       <ul>
    148         <li><a href="https://docs.taler.net/wallet/index.html">{% trans %}Wallet manuals{% endtrans %}</a></li>
    149         <li><a href="{{ url_localized('faq.html') }}">{% trans %}Wallet FAQ{% endtrans %}</a></li>
    150         <li><a href="{{ url_localized('wallet-privacy-policy.html') }}">{% trans %}Mobile wallet privacy policy{% endtrans %}</a></li>
    151         <li><a href="{{ url_localized('wallet-webextension-privacy-policy.html') }}">{% trans %}Browser extension privacy policy{% endtrans %}</a></li>
    152         <li><a href="https://bugs.taler.net/">{% trans %}Report a problem{% endtrans %}</a></li>
    153         <li><a href="https://git.taler.net/taler/taler-typescript-core/">{% trans %}View the wallet source code{% endtrans %}</a></li>
    154       </ul>
    155     </section>
    156   </div>
    157 </main>
    158 {% endblock body_content %}