gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-marketing] branch master updated (f612813 -> f71dc42


From: gnunet
Subject: [GNUnet-SVN] [taler-marketing] branch master updated (f612813 -> f71dc42)
Date: Fri, 17 Feb 2017 00:33:18 +0100

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

dold pushed a change to branch master
in repository marketing.

    from f612813  iana registration form
     new d657e3e  minor fixes
     new f71dc42  syntax problems

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 standards/uri-request-payto.txt | 61 +++++++++++++++++++----------------------
 1 file changed, 28 insertions(+), 33 deletions(-)

diff --git a/standards/uri-request-payto.txt b/standards/uri-request-payto.txt
index 0b7ac20..aecd4e6 100644
--- a/standards/uri-request-payto.txt
+++ b/standards/uri-request-payto.txt
@@ -10,41 +10,38 @@ Scheme syntax:
 
   where the tokens have the following meanings:
   
-  payto:  The literal "payto"
-  method:  A string identifying the payment method
-  account: A string identifiying the account
+  payto:  The literal "payto".
+  method:  A string identifying the payment method.
+  account: A string identifiying the account.
   params: A list of "key=value" pairs separated by "&". 
     The keys "amount", "recipient-name", "sender-name", "message"
     and "instruction" SHOULD be supported by all payment methods.
     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 *( "&" 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 / ",")
-
-   The fraction MUST be smaller than 10^8.  The unit value MUST be
-   smaller than 2^53.  The use of commas is optional for readability and
-   they MUST be ignored.
+  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:
 
@@ -62,12 +59,10 @@ Scheme semantics:
 
   The following parameters SHOULD be recognized by every method:
 
-    amount: The amount to transfer, including currency information if
-    applicable.  The format MUST be:
-
-    The fraction MUST be smaller than 10^8.  The unit value MUST be
-    smaller than 2^53.  The use of commas is optional for readability and
-    they MUST be ignored.
+    amount: The amount to transfer as decimal fraction, including currency
+    information if applicable.  The fraction MUST be smaller than 10^8.
+    The unit value MUST be smaller than 2^53.  The use of commas is optional
+    for readability and they MUST be ignored.
 
     recepient-name: Name of the recipient of the payment.
 

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



reply via email to

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