summaryrefslogtreecommitdiff
path: root/citizens.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'citizens.html.j2')
-rw-r--r--citizens.html.j277
1 files changed, 29 insertions, 48 deletions
diff --git a/citizens.html.j2 b/citizens.html.j2
index 767559e4..58295564 100644
--- a/citizens.html.j2
+++ b/citizens.html.j2
@@ -99,54 +99,35 @@
<div class="container">
- <div class="col-lg-12">
- <h2 id="overview">{{ _("Taler as seen by customers") }}</h2>
-
- <p>{{ _("Customers interact with the Taler system mostly using
- a free wallet implementation, which may be an
- extension or plugin to their browser or a custom
- application on their computer(s). Typical steps
- performed by customers are: ") }}</p>
- <p>
- </p>
- <img src="{{ url('images/customer.svg') }}" alt="customer perspective" style="float: right; margin: 50px 5px 5px 5px;" width="50%">
- <ol>
- <li>{{ _("The customer selects an exchange (i.e. by
- visiting the respective website or selecting
- from a list of exchanges in the application) and
- asks the wallet to create bank transfer
- instructions to withdraw a certain amount of
- electronic cash. The bank transfer instructions
- will contain an access code that must be
- included in the subject of the transaction, as
- well as the wire details for the exchange (i.e.
- a SEPA account number).") }}</li>
-
- <li>{{ _("The customer then instructs his <b>bank</b> to
- transfer funds from his account to the Taler
- exchange using these instructions provided by
- the wallet (top left).") }}</li>
-
- <li>{{ _("Once the funds have arrived, the wallet will
- automatically withdraw the electronic coins.
- The customer can use the wallet to review his
- remaining balance at any time. He can also make
- backups to secure his digital coins against
- hardware failures.") }}</li>
-
- <li>{{ _("When visiting a merchant that supports Taler,
- an additional payment option for Taler is
- enabled in the checkout system. If the
- customer selects payments via Taler, the wallet
- displays the secured contract from the merchant
- and asks for confirmation. Taler does not
- require the customer to provide any identity
- information to the merchant. Transaction
- histories and digitally signed contracts can be
- preserved in the wallet for future review by
- the customer, or even use in court.") }}</li>
- </ol>
- <p></p>
+ <div class="col-lg-6">
+ <h2 id="overview">{{ _("The Taler Wallet for customers") }}</h2>
+
+ <p>{{ _("Customers interact with the Taler system using
+ the Taler wallet:") }}</p>
+ <ul>
+ <li>{{ _("To <b>withdraw</b> electronic coins, the customer transfers funds
+ from his bank account to the Taler exchange. The wire
+ transfer subject must match a code generated by the customer's
+ wallet. After the wire transfer is complete, the wallet will
+ automatically withdraw the coins.") }}</li>
+
+ <li>{{ _("To <b>spend</b> electronic coins, a merchant must cause the wallet
+ to display a proposal and ask for one-click confirmation.
+ Payment is then instant.
+ Transaction histories and digitally signed contracts can be
+ preserved by the wallet.") }}</li>
+
+ <li>{{ _("The customer can use the wallet to <b>review</b> his
+ balance. The wallet can contain different currencies,
+ and may be shared across devices. Customers can make
+ backups of the wallet to secure its contents against
+ hardware failures.") }}</li>
+ </ul>
</div>
+ <div class="col-lg-6">
+ <img src="{{ url('images/citizen.svg') }}" alt="customer perspective" style="float: right; margin: 5px 5px 5px 5px;" width="100%">
+ </div>
+
+
</div> <!-- /container -->
{% endblock body_content %}