summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-09 23:40:33 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-09 23:40:33 +0100
commitc3d4c0d0c6e8866bd0bc75157bdbefe8639a7541 (patch)
treeb2a737af5097ea73df3de942ab2c738260bb940e /core
parent63867894e9ba7108254803308bf3122fbcab2a7e (diff)
downloaddocs-c3d4c0d0c6e8866bd0bc75157bdbefe8639a7541.tar.gz
docs-c3d4c0d0c6e8866bd0bc75157bdbefe8639a7541.tar.bz2
docs-c3d4c0d0c6e8866bd0bc75157bdbefe8639a7541.zip
formatting
Diffstat (limited to 'core')
-rw-r--r--core/wireformats.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/wireformats.rst b/core/wireformats.rst
index c6005729..327783ee 100644
--- a/core/wireformats.rst
+++ b/core/wireformats.rst
@@ -15,12 +15,12 @@ ones currently supported by the exchange.
X-TALER-BANK
------------
-The "x-taler-bank" wire format is used for testing and for integration with Taler's
+The ``x-taler-bank`` wire format is used for testing and for integration with Taler's
simple "bank" system which in the future might be useful to setup a bank
for a local / regional currency or accounting system. Using ``x-taler-bank``
wire method in combination with the Taler's bank, it is thus possible to
fully test the Taler system without using "real" currencies. The URL
-format for "x-taler-bank" is simple, in that it only specifies an account
+format for ``x-taler-bank`` is simple, in that it only specifies an account
number and the URL of the bank:
::
@@ -29,10 +29,10 @@ number and the URL of the bank:
The account identifier given must be a non-empty alphanumeric ASCII string. As with
any payto://-URI, additional fields may be present (after a ?), but
-are not required. The BANK_URI may include a port number. If none is
+are not required. The ``BANK_URI`` may include a port number. If none is
given, ``https`` over port 443 is assumed. If a port number is
given, ``http`` over the given port is to be used. Note that this
-means that you cannot run an x-taler-bank over @code{https} on a
+means that you cannot run an x-taler-bank over ``https`` on a
non-canonical port.
Note that a particular exchange is usually only supporting one particular bank