CHANGELOG:
1.7 - changed the way we get percentage free of disk.  We don't have any way
      knowing how much is reserved so we can't trust 'df' (me)
    - fixed bug in filesystem display (me)
    - added a CSS checker (me, bacon_boy)
    - added 'blue' template (Michal Cihar cihar@email.cz)
    - added Czech Translation (Michal Cihar)
    - added posibility to set charset in language file (Michal Cihar)
    - changed $lang -> $lng causes problems in urls (in some browsers is &lang
      interpreted as html entity) (Michal Cihar)
    - added extra i18n variables (uptime, footer, template, etc) (Michal Cihar)


1.6 - Added Dutch Translation (C.J. van der Maas cjvdmaas@hetnet.nl)
    - Added Danish Translation (Jonas Koch Bentzen jonas@understroem.dk)
    - Added Brazilian Translation (Alvaro Reguly alvaro@reguly.net)
    - Cleaned up the _core_ HTML.   Now passes validator (jfh@adr.dk)
      Now templates are the only problem :)
    - Cleaned up the classic template.  We now pass validator! (me)
    - Changed the aq template to have blue bars. (Javier Rodriguez
      jay@zero-distortion.de)
    - Added Template Form (me & Jesse jesse@krylotek.com)
    - Added execute_program(), should fix the brokeness that is SuSE (me)
    - Added Language Form (me)
    - Code formatting/cleanups, tabs to spaces, include()'s to
      require_once()'s, removed extra color_scheme includes (me)


1.5 - Added Swedish translation (multiple people)
    - Added Estonian translation (Hans Motsh?rg hans.motsharg@eyp.ee)
    - Added initial templates (Joseph Engo jengo@phpgroupware.org)
    - Indenting cleaned up (me)
    - Misc code clean ups (me)
    - Due to popular demand, changed the threshold for warnings in the
      bar graphs to 90% (me)


1.2 - Added Norwegian translation (Stig-?rjan Smelror sos@lincom.no)
    - Updated Spanish translation (Francisco Javier Ahijado ahijado@iberica.com)
    - Added $text['none'] for more i18n (me)
    - Added German Translation (multiple people)
    - Added compatability functions for PHP3 use (Eric Lacroix eric.lacroix@alcove.fr)
    - Added Italian translation (Alessio Bragadini alessio@albourne.com)
    - Added Lithuanian translation (Paulius Samulionis kucha@vejas.mintis.lt)
    - Added Dutch translation (Kenneth Laulund Nielsen linux@trinity-inet.dk)
    - Added German translation (Alexander Wild alexwild@gmx.de)


1.1 - Added support for fs detection (Berthold Tenhumberg b.tenhumberg@web.de)
    - Added i18n support (me)
    - Added meta-refresh support (Ed Voncken evoncken@users.sourceforge.net)
    - Better IP detection (Berthold Tenhumberg b.tenhumberg@web.de)
    - Added Spanish translation (angela angela@alphaweb.net)
    - Added French translation (Denis Bodor dbodor@linuxmag-france.org)
    - Fixed small bug in IDE/SCSI chain parsing (infinite)
    - Changed all <? to <?php (me)


1.0 - Complete rewrite Much nicer. (infinite)


0.6 - Added Checking for CPU MHz (Brent Metzler bmetzler@pluto.twistedpair.net)
    - Added Support for DAC960 /dev/rd Raid Devices
    - Added Basic Caching System to increase performance


0.5 - Added support for lspci for the 2.2 kernel if the file exists to stop
      errors about using obsolete /proc/pci
    - Removed all `unix command` operators.  Changed everything over to more
      friendly exec()'s and passthru()'s


0.4 - Multiple IDE and Ethernet devices should be working now
    - Fixed up some weirdness with the LM Sensors Display
    - Added IP address display of the current host


0.3 - Added LM Sensors Parsing
    - Added IDE Support
    - Changed the way that Ethernet devices are parsed


0.2 - Added /proc/pci parsing
    - Added tty information
