aboutsummaryrefslogtreecommitdiffstats
path: root/packages/lcdproc/lcdproc_client.php
Commit message (Collapse)AuthorAgeFilesLines
* Make each screens duration 10 secondsSeth Mos2008-02-221-0/+12
|
* Bump versionSeth Mos2008-02-221-6/+7
| | | | | Fix stray newline. Newlines in text strings sent to LCDd are not understood and generate errors.
* Hopefully fix uptime screen and the syslog spam.Seth Mos2008-02-211-2/+2
|
* Cleanup 2Seth Mos2008-02-211-16/+9
|
* CleanupSeth Mos2008-02-211-13/+2
|
* Fix ipsec statusSeth Mos2008-02-211-17/+30
|
* Add working slbd and interfaces screens. Remove dhcpSeth Mos2008-02-211-15/+94
|
* Add new screens, update othersSeth Mos2008-02-201-50/+276
|
* More Screens, more PHP client screens, better formatting, wip.Seth Mos2008-02-191-65/+113
|
* Set variables correctlySeth Mos2008-02-181-1/+4
|
* Add php screensSeth Mos2008-02-181-5/+70
|
* Update LCDproc package.Seth Mos2008-01-261-21/+33
| | | | | - After installing and selecting some screens this should display something. - PHP lcdproc client not yet finished. Using included lcdproc client for now.
* PHP lcdproc_client.php script to output to the LCD.Seth Mos2007-12-111-0/+84
using php -f lcdproc_client.php should change the display when the daemon is already running and configured. Prelimenary start and stop script for the client which might work