summaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-10-16 09:37:34 +0200
committerChristian Grothoff <christian@grothoff.org>2017-10-16 09:37:34 +0200
commit356cd809379e134689539832db2ea45b28c95f75 (patch)
treea5c51893dc5d72f1f5a340eddd9056a0be4562f7 /php
parent7ebeb1872014ced9ec27e568fae93a928fcc7312 (diff)
downloadmerchant-frontend-examples-356cd809379e134689539832db2ea45b28c95f75.tar.gz
merchant-frontend-examples-356cd809379e134689539832db2ea45b28c95f75.tar.bz2
merchant-frontend-examples-356cd809379e134689539832db2ea45b28c95f75.zip
remove docs on inline proposals, they are dead
Diffstat (limited to 'php')
-rw-r--r--php/doc/inline-proposals.texi22
-rw-r--r--php/doc/tutorial.texi2
2 files changed, 0 insertions, 24 deletions
diff --git a/php/doc/inline-proposals.texi b/php/doc/inline-proposals.texi
deleted file mode 100644
index 3613e9a..0000000
--- a/php/doc/inline-proposals.texi
+++ /dev/null
@@ -1,22 +0,0 @@
-@node Inlining proposals in HTTP headers
-@section Inlining proposals in HTTP headers
-@cindex optimization
-@cindex contract
-
-In the example in @ref{Prompting for payment}, we told the wallet the URL
-from where it should fetch the proposal. Instead of specifying the proposal
-via an URL, it is also possible to inline short proposals directly.
-
-That may be accomplished by the frontend including the @code{X-Taler-Proposal}
-HTTP header, whenever the requested page is meant to trigger a payment.
-The example shown below may be an alternative version of @code{/donate.php},
-which implements inline contracts.
-
-@smallexample
-// ../inline.php
-@verbatiminclude ../inline.php
-@end smallexample
-
-The wallet will then look for the @code{X-Taler-Proposal} header, and fetch the
-inlined contract if this header is found. Please note that this feature is not
-yet implemented in the wallet.
diff --git a/php/doc/tutorial.texi b/php/doc/tutorial.texi
index 686b6d3..8e03d8a 100644
--- a/php/doc/tutorial.texi
+++ b/php/doc/tutorial.texi
@@ -566,7 +566,6 @@ See below both parts:
@menu
* Detecting the presence of the Taler wallet:: Detecting the presence of the Taler wallet
* The Taler proposal format:: The Taler proposal format
-* Inlining proposals in HTTP headers:: Inlining proposals in HTTP headers
* Instances:: Instances
* The fulfillment page:: The fulfillment page
* Normalized base URLs:: Normalized base URLs
@@ -574,7 +573,6 @@ See below both parts:
@include ../../common/texi/wallet-detection.texi
@include ../../common/texi/proposals.texi
-@include inline-proposals.texi
@include ../../common/texi/instances.texi
@include ../../common/texi/fulfillment-page.texi
@include ../../common/texi/normalized-base-url.texi