summaryrefslogtreecommitdiff
path: root/php/doc/tutorial.texi
diff options
context:
space:
mode:
Diffstat (limited to 'php/doc/tutorial.texi')
-rw-r--r--php/doc/tutorial.texi19
1 files changed, 9 insertions, 10 deletions
diff --git a/php/doc/tutorial.texi b/php/doc/tutorial.texi
index f410f26..d5e9ba1 100644
--- a/php/doc/tutorial.texi
+++ b/php/doc/tutorial.texi
@@ -16,7 +16,7 @@
This tutorial is about implementing a merchant frontend to run against a
GNU Taler merchant backend (version @value{VERSION}, @value{UPDATED}),
-Copyright @copyright{} 2016, 2017 Taler Systems SA
+Copyright @copyright{} 2016, 2017, 2018 Taler Systems SA
@quotation
Permission is granted to copy, distribute and/or modify this document
@@ -55,11 +55,11 @@ Texts. A copy of the license is included in the section entitled
@end ifnottex
@menu
-* Introduction:: Whom this tutorial is addressed to
-* Hello-world:: How to set up a donation page
-* Back-office-integration:: How to integrate with the back office
-* Advanced topics:: Detailed solutions to specific issues
-* Reference:: Merchant integration reference
+* Introduction:: Whom this tutorial is addressed to
+* Setting up a simple donation page:: How to set up a donation page
+* Back-office-integration:: How to integrate with the back office
+* Advanced topics:: Detailed solutions to specific issues
+* Reference:: Merchant integration reference
Appendices
@@ -107,8 +107,6 @@ payments to orders, and persisting and retrieving contracts.
You can download all of the code examples given in this tutorial from
@url{https://git.taler.net/merchant-frontend-examples.git/tree/php/}.
-@c Add section giving an overview of what we will do in the tutorial!
-
@section Architecture overview
@@ -146,7 +144,7 @@ key components:
@image{arch, 3in, 4in}
-Basically, the backend provides the cryptographic protocol support,
+The backend provides the cryptographic protocol support,
stores Taler-specific financial information and communicates
with the GNU Taler exchange over the Internet. The frontend accesses
the backend via a RESTful API. As a result, the frontend never has to
@@ -154,7 +152,7 @@ directly communicate with the exchange, and also does not deal with
sensitive data. In particular, the merchant's signing keys and bank
account information are encapsulated within the Taler backend.
-@node Hello-world
+@node Setting up a simple donation page
@chapter Setting up a simple donation page
This section describes how to setup a simple shop, which exposes a
@@ -168,6 +166,7 @@ All the code samples shown below in the tutorial can be found at
@c NOTE: include explaining wallet installation to Web developer here!
+@c Next sentence is inconsistent with Python version. Why?
Note that if the customer does not have the Taler wallet installed,
they should instead be prompted to proceed with a classic dialog for
credit card payments.