145f2b998a952e2e24121330189e091d84def84b
Stefan Schuermans documentation for operator...

Stefan Schuermans authored 12 years ago

1) <html>
2)   <head>
3)     <title>Blinker - Operator Connection Printer</title>
4)   </head>
5)   <body>
6)     <h1>Blinker - Operator Connection Printer</h1>
7)     <p>
8)       The operator connection printer module is primary intended for debugging
9)       purposes.
10)       It accepts all incoming operator connections and prints events received
11)       to standard output.
Stefan Schuermans OpPrinter: play sound on co...

Stefan Schuermans authored 12 years ago

12)       It also replies with a sound play request on connection and in
13)       response to the key events <code>7</code> and <code>9</code>.
14)       Key event <code>#</code> closes the connection.
Stefan Schuermans documentation for operator...

Stefan Schuermans authored 12 years ago

15)     </p>
16)     <h2>Configuration</h2>
17)     <p>
18)       The configuration of the operator connection printer module with name
19)       <code>NAME</code> is located in the <code>opprinters/NAME</code>
20)       subdirectory.
21)     </p>
22)     <p>
23)       There are no further configuration files, i.e. the subdirectory for
24)       an operator connector module is empty.
25)     </p>
Stefan Schuermans rename "module" to "target"

Stefan Schuermans authored 5 years ago

26)     <h2>Operator Connection Interface</h2>
27)     <p>
28)     The name of the operator connection interface provided by this module
29)     is the module name, i.e., <code>opprinters/NAME</code>.
30)     </p>