hddtemp plugin for ipbox9000/cuberevo
=====================================
This is a very simple plugin for the ipbox9000, which displays the current 
temperature from the SATA disk.
This plugin is basically a wrapper which executes the hddtemp binary with
pfopen system call, and display the result in OSD from ipbox.

INSTALL:
========
copy the files to the following directories on your box:
binaries/hddtemp         -> /var/bin/hddtemp
binaries/hddtemp.db      -> /var/etc/hddtemp
hddtemp.plugin           -> /var/plug-in
binaries/galaxy-man-bg-hddtemp.bmp  -> /var/plug-in/bg-hddtemp.bmp
or
binaries/crash-bg-hddtemp.bmp -> /var/plug-in/bg-hddtemp.bmp

COPYRIGHT
=========
This software is distributed under the GPL license.

CREDITS:
========
The hddtemp tool is written by Emmanuel Varagnat
The homepage can be found at http://www.guzu.net
crash/zbigzbig20 / Gman2006 for contributing background images

Release-notes:
==============
0.0.1: 
- initial release

0.0.2:
- added support for background picture (/var/plug-in/bg-hddtemp.bmp)
- display output from hddtemp on multiple lines
- only execute hddtemp command twice if we have "no sensor" message

0.0.3:
- check if all necessary files are installed, otherwise report on screen
- setup execute bit on /var/bin/hddtemp if it is not set

0.0.4:
- added new background image contributed by Gman2oo6
- added remote controller code, plugin now exits when you press exit button
- removed trailing doublepoints on hddtemp output
- display filesystem type (ext2/ext3) from harddisk

0.0.5
- added background image contributed by crash and zbigzbig20, so it seemless 
  integrates in skins from crash
- replaced background image contributed by Gman2006 with new version
- changed text position for new background
- you have now two background images (galaxy-man-bg-hddtemp.bmp and crash-bg-hddtemp.bmp)
  and can choose one of them and copy it as /var/plug-in/bg-hddtemp.bmp on the box
- replaced hddtemp binary with stripped version from timelord


kneubi 06.06.08  ipbox@kneubis.ch
