[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-merchant-frontend-examples] branch master updated: r
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-merchant-frontend-examples] branch master updated: remove docs on inline proposals, they are dead |
Date: |
Mon, 16 Oct 2017 09:37:36 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant-frontend-examples.
The following commit(s) were added to refs/heads/master by this push:
new 356cd80 remove docs on inline proposals, they are dead
356cd80 is described below
commit 356cd809379e134689539832db2ea45b28c95f75
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Oct 16 09:37:34 2017 +0200
remove docs on inline proposals, they are dead
---
php/doc/inline-proposals.texi | 22 ----------------------
php/doc/tutorial.texi | 2 --
2 files changed, 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 @@
address@hidden Inlining proposals in HTTP headers
address@hidden Inlining proposals in HTTP headers
address@hidden optimization
address@hidden 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.
-
address@hidden
-// ../inline.php
address@hidden ../inline.php
address@hidden 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
address@hidden inline-proposals.texi
@include ../../common/texi/instances.texi
@include ../../common/texi/fulfillment-page.texi
@include ../../common/texi/normalized-base-url.texi
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-merchant-frontend-examples] branch master updated: remove docs on inline proposals, they are dead,
gnunet <=