------------------------------------------------------------------------
Welcome to wmlm78 DR1

Coded by DaJoker very late at night over lots of glasses of k00l-aid ;)
------------------------------------------------------------------------

INFO:
    This is a little WindowMaker dock app that will keep track
    of the temperature of your motherboard and CPU provided you
    have the LM78 hardware.  It was written and tested on a 
    Asus TX97 motherboard, but it should work with any motherboard
    that has a LM78 module.

DISCLAIMER:
Run at your own risk.  In other words, if it blows up your machine
don't blame me.  It works for me and that's all that matters ;)

LICENSE:
GPL and all that stuff.  All I ask is, that if you modify and distribute
the code, please at least credit me, and I would like you to send me
a diff/tarball/etc of what you did.

INSTALL:
    Installation is very simple.  First, you must install the lm78
    kernel module by Ronald Schmidt (provided in the module dir)
    Once installed this should create a /proc/lm78 entry.  To make
    sure this is working correctly, please cat /proc/lm78.  This
    should output information about your CPU/MB temperature, voltages
    and fan speeds (provided you have the fans connected) 

    To make the actual wmlm78 application:
	./make
    
    And as root:
	./make install
    
    Also, you must copy the wmlm78rc file to ~/.wmlm78rc so that the
    application can find the support files it needs to read /proc/lm78

This is my first attempt at building a X11 application.  So if it
looks bad, oh well ;)
I have to give credit to Warp (http://windowmaker.mezaway.org) because
his wmppp app is where I learned how to get this to work.  I figured
enough people learned from asclock, I had to be different ;)
If you decide to clean up the code, or make everything look a little
better, please send me a diff/tarball/etc..


DaJoker
jokey@bigfoot.com
