commit 356cd809379e134689539832db2ea45b28c95f75
parent 7ebeb1872014ced9ec27e568fae93a928fcc7312
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 16 Oct 2017 09:37:34 +0200
remove docs on inline proposals, they are dead
Diffstat:
2 files changed, 0 insertions(+), 24 deletions(-)
diff --git a/php/doc/inline-proposals.texi b/php/doc/inline-proposals.texi
@@ -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
@@ -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