gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated (e064d45 -> 9a78a91)


From: gnunet
Subject: [taler-docs] branch master updated (e064d45 -> 9a78a91)
Date: Sat, 26 Feb 2022 10:53:42 +0100

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

ttn pushed a change to branch master
in repository docs.

    from e064d45  add comment
     new d70a8c5  comment munging; nfc
     new 9a78a91  capitalize Nexus (seven instances)

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:
 libeufin/nexus-tutorial.rst | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 371d741..df8ba1b 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -220,7 +220,7 @@ priveleges, so ``LIBEUFIN_SANDBOX_USERNAME`` and 
``LIBEUFIN_SANDBOX_PASSWORD``
 are reset back to ``admin`` and ``secret``, respectively.
 
 .. The plan is to replace the ‘sandbox ebicssubscriber list’ command
-   below with a ‘sandbox demobank list-ebicssubscriber’ command.
+   below with a ‘sandbox demobank show-ebicssubscriber’ command.
    Need to implement it first!
 
 .. code-block:: console
@@ -403,7 +403,7 @@ Only *SQLite* (e.g. ``jdbc:sqlite:/tmp/libeufintestdb``) 
and *PostgreSQL (via TC
 (e.g. 
``jdbc:postgresql://localhost:$port/libeufintestdb?user=$username&password=$password``)
 are supported right now.
 
-Use the following command to run the nexus service:
+Use the following command to run the Nexus service:
 
 .. code-block:: console
 
@@ -412,8 +412,8 @@ Use the following command to run the nexus service:
 
 This assumes that the PostgreSQL service with a database
 called ``libeufindb`` listens on port 5433
-for requests from the nexus service.
-The nexus service itself listens on port 5017.
+for requests from the Nexus service.
+The Nexus service itself listens on port 5017.
 Note that you must have the ``LIBEUFIN_NEXUS_DB_CONNECTION``
 environment variable set for most uses of the libeufin-nexus
 command.
@@ -440,7 +440,7 @@ set to ``foo``, and ``LIBEUFIN_NEXUS_PASSWORD`` to the 
value given for its passw
 in the previous step (with the ``libeufin-nexus superuser`` command).  The
 ``LIBEUFIN_NEXUS_URL`` could be given as ``http://localhost:5017``.
 
-Next, we create a EBICS *bank connection* that nexus can use to communicate 
with the bank.
+Next, we create a EBICS *bank connection* that Nexus can use to communicate 
with the bank.
 
 .. note::
 
@@ -553,7 +553,7 @@ list of transactions, and making a payment.
 Request history of transactions
 ===============================
 
-The LibEuFin nexus keeps a local copy of the bank account's transaction
+The LibEuFin Nexus keeps a local copy of the bank account's transaction
 history.  Before querying transactions locally, it is necessary
 to request transactions for the bank account via the bank connection.
 
@@ -615,11 +615,11 @@ in the next step, to **send the payment instructions to 
the bank**:
 Automatic scheduling
 ====================
 
-With an EBICS bank connection, the LibEuFin nexus needs to regularly query for
+With an EBICS bank connection, the LibEuFin Nexus needs to regularly query for
 new transactions and (re-)submit prepared payments.
 
 It is possible to schedule these tasks via an external task scheduler such as
-cron(8).  However, the nexus also has an internal task scheduling mechanism for
+cron(8).  However, the Nexus also has an internal task scheduling mechanism for
 accounts.
 
 

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