gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] 02/02: capitalize Nexus (seven instances)


From: gnunet
Subject: [taler-docs] 02/02: capitalize Nexus (seven instances)
Date: Sat, 26 Feb 2022 10:53:44 +0100

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

ttn pushed a commit to branch master
in repository docs.

commit 9a78a91804c0fb8bc7c5807327c7bf414951bc4f
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Sat Feb 26 04:53:23 2022 -0500

    capitalize Nexus (seven instances)
---
 libeufin/nexus-tutorial.rst | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 45d56e6..df8ba1b 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -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]