summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-06-29 18:31:58 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-06-29 18:39:00 +0200
commitb82ebf66ffaf8016064211db949d9782b19b0df4 (patch)
tree63e596d0c0a03f5691122a0b1e2e7814c0e0b510
parenta19d3c3ef6d3a09ac18604a02c6091ef6b8843dc (diff)
downloadmerchant-frontend-examples-b82ebf66ffaf8016064211db949d9782b19b0df4.tar.gz
merchant-frontend-examples-b82ebf66ffaf8016064211db949d9782b19b0df4.tar.bz2
merchant-frontend-examples-b82ebf66ffaf8016064211db949d9782b19b0df4.zip
user tipping
-rw-r--r--python/doc/Makefile2
-rw-r--r--python/doc/tutorial.texi5
2 files changed, 6 insertions, 1 deletions
diff --git a/python/doc/Makefile b/python/doc/Makefile
index fc3c7c3..ebfb6fb 100644
--- a/python/doc/Makefile
+++ b/python/doc/Makefile
@@ -4,7 +4,7 @@ tutorial.pdf: arch.pdf tutorial.texi
texi2pdf tutorial.texi
tutorial.html: arch.jpg tutorial.texi
- texi2html tutorial.texi
+ texi2any --html --no-split --css-ref=docstyle.css --css-ref=brown-paper.css tutorial.texi
arch.pdf:
cp ../../common/graphics/arch_nobo.pdf .
diff --git a/python/doc/tutorial.texi b/python/doc/tutorial.texi
index 98b2054..439a4d0 100644
--- a/python/doc/tutorial.texi
+++ b/python/doc/tutorial.texi
@@ -2,6 +2,7 @@
@c %**start of header
@setfilename tutorial.info
@include version.texi
+@include syntax.texi
@settitle The GNU Taler tutorial for Python Web shop developers @value{VERSION}
@c Define a new index for options.
@@ -522,6 +523,10 @@ The following headers for @code{402 Payment Required} are recognized by Taler an
@item X-Taler-Refund-Url
If this header present, the value of this header must be a URL that the user agent can use to request and process refunds.
+@item X-Taler-User-Tipping-Url
+If this header present, the value of this header must be a URL that the user agent can use to obtain tips (small, non-binding
+financial rewards) payed from the merchant to the user's wallet.
+
@item X-Taler-Contract-Url
If there is no associated proposal, the user agent will fetch a proposal from
this URL and process it. This typically prompts the user to agree to pay.