gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-marketing] 02/02: syntax problems


From: gnunet
Subject: [GNUnet-SVN] [taler-marketing] 02/02: syntax problems
Date: Fri, 17 Feb 2017 00:33:20 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository marketing.

commit f71dc42df4465f2758ad226a5c6cc94f6abca77b
Author: Florian Dold <address@hidden>
AuthorDate: Fri Feb 17 00:33:14 2017 +0100

    syntax problems
---
 standards/uri-request-payto.txt | 41 +++++++++++++++++++++--------------------
 1 file changed, 21 insertions(+), 20 deletions(-)

diff --git a/standards/uri-request-payto.txt b/standards/uri-request-payto.txt
index 72dc767..aecd4e6 100644
--- a/standards/uri-request-payto.txt
+++ b/standards/uri-request-payto.txt
@@ -19,28 +19,29 @@ Scheme syntax:
     Additional keys may be allowed or required by the payment method.
 
 ABNF
-   Formal syntax is defined using ABNF [RFC5234].  Certain values
-   are included by reference from [RFC3986]: 
-
-   payto-URI = "payto" "://" method account [ "?" params ]
-   params = param *( "&amp;" param )
-   param = (generic-param / authority-specific-param) "=" *( pchar )
-   generic-param = "amount" / "recipient-name" / "sender-name" /
-                 "message" / "instruction"
-   method = <authority, see [RFC3986], Section 3.2>
-   account = <path-abempty, see [RFC3986], Section 3.3>
-   pchar = <pchar, see [RFC3986], Appendix A.>
-   amount = [ currency ":" ] unit [ "." fraction ]
-   currency = 1*ALPHA
-   unit = 1*(DIGIT / ",")
-   fraction = 1*(DIGIT / ",")
+  Formal syntax is defined using ABNF [RFC5234].  Certain values
+  are included by reference from [RFC3986]: 
+
+  payto-URI = "payto" "://" method account [ "?" params ]
+  params = param *( "&amp;" param )
+  param = (generic-param / authority-specific-param) "=" *pchar
+  generic-param = "amount" / "recipient-name" / "sender-name" /
+               "message" / "instruction"
+  authority-specific-param = *pchar
+  method = <authority, see [RFC3986], Section 3.2>
+  account = <path-abempty, see [RFC3986], Section 3.3>
+  pchar = <pchar, see [RFC3986], Appendix A.>
+  amount = [ currency ":" ] unit [ "." fraction ]
+  currency = 1*ALPHA
+  unit = 1*(DIGIT / ",")
+  fraction = 1*(DIGIT / ",")
 
 Scheme semantics:
-    The authority component of a payment URI identifies the payment
-    method. The path component of the URI identifies the target
-    account for a payment as interpreted by the respective payment
-    method.  The query component of the URI can provide additional
-    parameters for a payment.
+  The authority component of a payment URI identifies the payment
+  method. The path component of the URI identifies the target
+  account for a payment as interpreted by the respective payment
+  method.  The query component of the URI can provide additional
+  parameters for a payment.
 
   The following methods MUST have the following semantics:
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]