c39aaa1bc307d9f43ac8f8daf9ee1442ced62e11
Stefan Schuermans implemented loveletter module

Stefan Schuermans authored 12 years ago

1) <html>
2)   <head>
3)     <title>Blinker - Loveletter</title>
4)   </head>
5)   <body>
6)     <h1>Blinker - Loveletter</h1>
7)     <p>
8)       The loveletter module plays Blinken movies on demand.
9)       An operator connection is used to submit a movie number
10)       (prefixed with a star and followed by ahash, e.g. <code>*123#</code>).
11)       The movie with this number will then be played until another
Stefan Schuermans clarified operator connecti...

Stefan Schuermans authored 12 years ago

12)       number is requested or the connection is closed (either by the
13)       remote side or using <code>*#</code>).
Stefan Schuermans implemented loveletter module

Stefan Schuermans authored 12 years ago

14)     </p>
15)     <h2>Configuration</h2>
16)     <p>
17)       The configuration of the loveletter module with name <code>NAME</code>
18)       is located in the <code>loveletters/NAME</code> subdirectory.
19)     </p>
Stefan Schuermans clarified operator connecti...

Stefan Schuermans authored 12 years ago

20)     <h3>Sound File</h3>
21)     <p>
22)       While an operator is connected to the loveletter module (e.g. via
23)       a phone connection), a sound file can be requested to be played.
24)       (In case of the phone connection, this file is located on the
25)       phone server.)
26)       The name of the sound to request is contained in the file
27)       <code>sound</code>.
28)       If this file does not exists, no sound is requested to be played.
29)     </p>