From f9c50b6ff59eb6dbb8040aeba9d4723f7ce0b2fb Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Wed, 17 Jan 2018 09:43:56 +0100 Subject: [PATCH] Added "interface" option --- doc/config.html | 5524 ++++++++++++++++++++++++----------------------- 1 file changed, 2765 insertions(+), 2759 deletions(-) diff --git a/doc/config.html b/doc/config.html index a8379f3b..ff19cba0 100755 --- a/doc/config.html +++ b/doc/config.html @@ -1,58 +1,58 @@ - - - +<head> + <meta name="generator" content= + "HTML Tidy for Windows (vers 1 June 2005), see www.w3.org"> + <title> ELOG - Syntax of elogd.cfg - - - - - - - - -
- ELOG - Syntax of elogd.cfg -

-
-
-
- Global and individual logbook options for an ELOG server -
-
-

- The configuration file elogd.cfg contains entries - which define the structure of logbooks and the behaviour of - elogd. The file has a simple ASCII format. Each - logbook is defined by a [<name>] section where - <name> is the name of the logbook. The [global] - section is used for settings common to all logbooks. Each line contains a - setting name, followed by an equal sign and the value for this setting. - Lines starting with ";" are treated as comments. -

-

- Here is a simple example, which define two logbooks, "Linux" and - "PC": -

- +

+ By starting the synchronization on one elogd server, this server becomes + the client and the other one becomes the server. This means that the + local server actively compares the local and the remote messages, and + updates one or the other if necessary. The other (remote) server does not + need to have any mirror option in its configuration file, since the local + server simulates a web browser to send and retrieve messages to the + remote server. It is however allowed that the remote server also contains + some mirror settings in the configuration file, this way the + synchronization can be started from both servers. +

+
+ +