From ce46f0e9d232c9469c3626db82633071bc6446dc Mon Sep 17 00:00:00 2001 From: cbdev Date: Thu, 8 Jun 2017 17:59:08 +0200 Subject: Only load plugins ending in .so --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4b171e0..7c62452 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,12 @@ The configuration is stored in a file with a format very similar to the common INI file format. A section is started by a header in `[]` braces, followed by lines of the form `option = value`. -A section may either be a *backend configuration* section, started by `[backend ]`, -an *instance configuration* section, started by `[ ]` or a *mapping* -section started by `[map]`. +Lines starting with a semicolon are treated as comments and ignored. Inline comments +are not currently supported. + +A configuration section may either be a *backend configuration* section, started by +`[backend ]`, an *instance configuration* section, started by +`[ ]` or a *mapping* section started by `[map]`. The `[map]` section consists of lines of channel-to-channel assignments, reading like -- cgit v1.2.3