[c5c522c] | 1 | Warning: This is a prerelease. It will probably have some rough edges. |
---|
| 2 | |
---|
| 3 | |
---|
| 4 | INTRODUCTION |
---|
| 5 | |
---|
| 6 | LCDproc is a small program that extracts various statistics about your |
---|
| 7 | machine and displays them on an LCD display. It works with several types |
---|
| 8 | and sizes of displays. |
---|
| 9 | |
---|
| 10 | Our site is located at http://lcdproc.omnipotent.net/ ... so check |
---|
| 11 | there first for new versions or updates. We've got a spot on the web |
---|
| 12 | site for user's suggestions, and you can e-mail us as well: |
---|
| 13 | |
---|
| 14 | choadster@earthlink.net (William W. Ferrell) |
---|
| 15 | scriven@cs.colostate.edu (Scott Scriven) |
---|
| 16 | |
---|
| 17 | INSTALLATION |
---|
| 18 | |
---|
| 19 | Refer to the INSTALL file included with this archive for installation |
---|
| 20 | instructions (including how to connect the LCD to your system). |
---|
| 21 | |
---|
| 22 | Also, be sure to EDIT THE Makefile.config before compiling. It |
---|
| 23 | contains many configuration options. (these will be removed as soon |
---|
| 24 | as LCDproc uses a real config file) |
---|
| 25 | |
---|
| 26 | CHANGES |
---|
| 27 | |
---|
| 28 | Woow... a lot. :) |
---|
| 29 | |
---|
| 30 | HELPING OUT |
---|
| 31 | |
---|
| 32 | If you get the urge to help out by writing code, feel free to "make todo" |
---|
| 33 | and find out what needs to be done... (also, of course, new ideas are |
---|
| 34 | good too :) |
---|
| 35 | |
---|
| 36 | To add new drivers, read drv_base.h for instructions. |
---|
| 37 | |
---|
| 38 | SPECIAL THANKS |
---|
| 39 | |
---|
| 40 | We'd like to thank the following people for helping out with this: |
---|
| 41 | Everyone at Matrix Orbital Corporation -- you guys are great! |
---|
| 42 | Gareth Watts -- Patches, mailing list, ideas, www, etc. Thanks! |
---|
| 43 | Everyone on the mailing list. :) |
---|
| 44 | And... Where's that list of contributors?? |
---|
| 45 | |
---|
| 46 | LEGAL STUFF |
---|
| 47 | |
---|
| 48 | LCDproc is Copyright (C) 1999 William Ferrell and Scott Scriven |
---|
| 49 | The included file, "COPYING", contains the full GNU license. |
---|
| 50 | |
---|
| 51 | This program is free software; you can redistribute it and/or |
---|
| 52 | modify it under the terms of the GNU General Public License |
---|
| 53 | as published by the Free Software Foundation; either version 2 |
---|
| 54 | of the License, or (at your option) any later version. |
---|
| 55 | |
---|
| 56 | This program is distributed in the hope that it will be useful, |
---|
| 57 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
| 58 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
| 59 | GNU General Public License for more details. |
---|
| 60 | |
---|
| 61 | You should have received a copy of the GNU General Public License |
---|
| 62 | along with this program; if not, write to the Free Software |
---|
| 63 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
---|
| 64 | |
---|