gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated (6055056 -> 0f123d8)


From: gnunet
Subject: [taler-docs] branch master updated (6055056 -> 0f123d8)
Date: Thu, 17 Dec 2020 13:31:08 +0100

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

ttn pushed a change to branch master
in repository docs.

    from 6055056  mark up ‘bank account’
     new d6d1a3a  remove period at end of sentence
     new 0f5efd0  s/code:: none/code-block:: console/ (three instances)
     new a633268  mark up ‘bank connection’
     new 87e5578  mark up ‘facade’; s/Facades store/A facade stores/
     new 7ff6161  mark up ‘access control’
     new a9c6182  add period at end of sentence
     new 0f123d8  add libqrencode{-dev} as a dependency of Taler merchant 
(three instances)

The 7 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:
 libeufin/concepts.rst     | 16 ++++++++--------
 taler-merchant-manual.rst |  6 ++++++
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/libeufin/concepts.rst b/libeufin/concepts.rst
index 816f009..c376434 100644
--- a/libeufin/concepts.rst
+++ b/libeufin/concepts.rst
@@ -54,7 +54,7 @@ The information stored about it includes:
 * Account identification (IBAN / BIC / account holder)
 * A local mirror of the bank transaction history
 * Payment requests, i.e. payments that have been locally requested, together
-  with their state (sent or not sent, acknowledged in bank statement or not).
+  with their state (sent or not sent, acknowledged in bank statement or not)
 * Error reports (e.g. failed payment requests, bank statement items that were 
not understood
   by LibEuFin)
 * A default bank connection (if configured) that is used by default
@@ -63,7 +63,7 @@ The information stored about it includes:
 
 Examples:
 
-.. code:: none
+.. code-block:: console
 
   # Download latest transactions via the default bank connection and store 
them locally
   curl -XPOST $AUTHEADER 
https://example1.libeufin.tech/bank-accounts/my-acct/fetch-transactions
@@ -72,7 +72,7 @@ Bank Connections
 ----------------
 
 Bank connections connect the local LibEuFin bank account to the real bank.
-The bank connection includes the following data:
+The *bank connection* includes the following data:
 
 * Local alias ("nickname") of the bank connection
 * The type of connection, i.e. the protocol used (EBICS, FinTS, loopback, 
sandbox)
@@ -97,7 +97,7 @@ Bank connections provide the following actions:
 
 Examples:
 
-.. code:: none
+.. code-block:: console
 
   # Manually request the inter-day account report via the EBICS C52 order
   curl -XPOST $AUTHEADER 
https://example1.libeufin.tech/bank-connections/my-ebics-testacct/ebics/download/C52
@@ -111,7 +111,7 @@ Facades
 -------
 
 Facades allow extra domain-specific functionality to be implemented on top of 
users, bank accounts
-and bank connections.  Facades store the following information:
+and bank connections.  A *facade* stores the following information:
 
 * Local name of the facade
 * Facade type and options specific to the type
@@ -125,7 +125,7 @@ not conform to a certain format.
 
 Examples:
 
-.. code:: none
+.. code-block:: console
 
   # Request the Taler-specific history through the facade
   curl $AUTHEADER 
https://example1.libeufin.tech/facades/my-taler-wire-gw/taler/history/incoming
@@ -133,7 +133,7 @@ Examples:
 Access Control
 ==============
 
-The goal of access control in LibEuFin is to allow the following scenarios:
+The goal of *access control* in LibEuFin is to allow the following scenarios:
 
 * The Nexus can be used by multiple clients for different bank 
accounts/connections
   and these users can't access each other's bank accounts
@@ -150,7 +150,7 @@ Each top-level object (bank account, bank connection, 
facade) has a list of
 nexus users with write access, and a list of users with read access.
 
 When using a bank connection through a bank account, permission checks must
-succeed for both the bank account and the bank connection
+succeed for both the bank account and the bank connection.
 
 This works differently for facades:  A facade has a set of associated bank 
connections
 and bank accounts it can access.  Permissions on these associated objects
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst
index 6973581..fd64fad 100644
--- a/taler-merchant-manual.rst
+++ b/taler-merchant-manual.rst
@@ -339,6 +339,10 @@ Installing the GNU Taler merchant backend
 
 .. index:: backend
 
+GNU Taler merchant has these additional dependencies:
+
+- libqrencode >= 4.0.0
+
 The following steps assume all dependencies are installed.
 
 First, unpack the GNU Taler merchant tarball and change into
@@ -391,6 +395,7 @@ commands:
 .. code-block:: console
 
    # apt-get install \
+     libqrencode-dev \
      libsqlite3-dev \
      libltdl-dev \
      libunistring-dev \
@@ -414,6 +419,7 @@ For more recent versions of Debian, you should instead run:
 .. code-block:: console
 
    # apt-get install \
+     libqrencode-dev \
      libsqlite3-dev \
      libltdl-dev \
      libunistring-dev \

-- 
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]