eyeBoard is a tag board program. Each user can add new text, and superuser can empty the whole log. A header shows the time and name of the user who posted each message.
At the user's option, the time of last viewing can be saved and the application can be invoked at login time to show the bulletin board only if it has ben updated since the last viewing.
To have eyeBoard check for updates at each logon and only show the board if it has changed since the last time you displayed it use the app manager to autorun eyeBoard with an argument of '(check)'. Now at logon time, eyeBoard will run and check if the board has been changed since the last time it recorded you displaying it. If no changes have been made, eyeBoard will terminate. If the board has been updated it will be displayed as normal.
The program properties are :
<eyeBoard> <title>$Bulletin Board</title> // The title bar string <motd>etc/taulell</motd> // The file saving the text <window height='330' width='590' /> // Window size <parameters> <cols> 60</cols> // Width of textarea <rows> 20</rows> // Height of textarea <date>D d F Y</date> // Date format string (see Date in PHP doc) <time>G:i</time> // Time format sring (see Date in PHP doc) </parameters> <save> <lastread/> // If defined will save last view time </save> </eyeBoard>