gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: tidy section ‘Terms of service’


From: gnunet
Subject: [taler-docs] branch master updated: tidy section ‘Terms of service’
Date: Fri, 22 Jan 2021 06:13:36 +0100

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

ttn pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new d80f3ac  tidy section ‘Terms of service’
d80f3ac is described below

commit d80f3acbbfad16dc3a03d2d1ca380bdf1996f335
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Fri Jan 22 00:11:00 2021 -0500

    tidy section ‘Terms of service’
    
    - mark up ‘[exchange]’
    - mark up ‘TERMS_ETAG’
    - mark up ‘TERMS_DIR’
    - fix typo: s/an HTML/an HTML format/
    - change markup of filename from " to ``
---
 taler-exchange-manual.rst | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
index e104cc0..3e375bf 100644
--- a/taler-exchange-manual.rst
+++ b/taler-exchange-manual.rst
@@ -560,26 +560,26 @@ if none are configured, the exchange will return a simple 
statement
 saying that there are no terms of service available.
 
 To configure the terms of service response, there are two options
-in the [exchange] section:
+in the ``[exchange]`` section:
 
--   TERMS_ETAG: The current "Etag" to return for the terms of service.
+-   ``TERMS_ETAG``: The current "Etag" to return for the terms of service.
     This value must be changed whenever the terms of service are
     updated. A common value to use would be a version number.
-    Note that if you change the TERMS_ETAG, you MUST also provide
-    the respective files in TERMS_DIR (see below).
--   TERMS_DIR: The directory that contains the terms of service.
+    Note that if you change the ``TERMS_ETAG``, you MUST also provide
+    the respective files in ``TERMS_DIR`` (see below).
+-   ``TERMS_DIR``: The directory that contains the terms of service.
     The files in the directory must be readable to the exchange
     process.
 
-The TERMS_DIR directory structure must follow a particular layout.
-First, inside of TERMS_DIR, there should be sub-directories using
+The ``TERMS_DIR`` directory structure must follow a particular layout.
+First, inside of ``TERMS_DIR``, there should be sub-directories using
 two-letter language codes like "en", "de", or "jp".  Each of these
 directories would then hold translations of the current terms of
 service into the respective language.  Empty directories are
 permitted in case translations are not available.
 
 Then, inside each language directory, files with the name of the
-value set as the TERMS_ETAG must be provided. The extension of
+value set as the ``TERMS_ETAG`` must be provided. The extension of
 each of the files should be typical for the respective mime type.
 The set of supported mime types is currently hard-coded in the
 exchange, and includes HTML, PDF and TXT files. If other files are
@@ -588,7 +588,7 @@ present, the exchange may show a warning on startup.
 Example
 ^^^^^^^
 
-A sample file structure for a TERMS_ETAG of "v1" would be:
+A sample file structure for a ``TERMS_ETAG`` of "v1" would be:
 
 -   TERMS_DIR/en/v1.txt
 -   TERMS_DIR/en/v1.html
@@ -598,8 +598,8 @@ A sample file structure for a TERMS_ETAG of "v1" would be:
 -   TERMS_DIR/de/v1.pdf
 -   TERMS_DIR/fr/v1.pdf
 
-If the user requests an HTML with language preferences "fr" followed by "en",
-the exchange would return "TERMS_DIR/en/v1.html" lacking an HTML version in
+If the user requests an HTML format with language preferences "fr" followed by 
"en",
+the exchange would return ``TERMS_DIR/en/v1.html`` lacking an HTML version in
 French.
 
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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