forked from public/public
plugins/README: Usage
This commit is contained in:
parent
57652f1e51
commit
cf753bbe2d
1 changed files with 17 additions and 0 deletions
|
@ -2,3 +2,20 @@
|
|||
|
||||
This directory contains various plugins for EMG.
|
||||
|
||||
## Usage
|
||||
|
||||
For most plugins, the configuration is simple.
|
||||
Let's say the plugin *something* is in the file `something.pl`.
|
||||
You will then create a section in your `server.cfg` file, like this:
|
||||
|
||||
PLUGIN something <
|
||||
LIBRARY=something.pl
|
||||
>
|
||||
|
||||
For the connectors that should use it, reference it like this:
|
||||
|
||||
CONNECTOR some_connector <
|
||||
PLUGIN=something
|
||||
...
|
||||
>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue