NUMOTD The Number Of The Day Generation Program Copyright Gopsi 2002 Distributed under the terms of the Perfectly Sane Public License (PSPL). This should be included as the file pspl.txt accompanying this software. Purpose of this program This software generates the Number Of The Day. It is released as source code. It is designed to run on GNU/Linux and other *nix varieties. How to use this program The files in the download numotd.tgz should be extracted using the following: 'tar xvfz numotd.tgz' [alternatively 'gunzip numotd.tgz'; 'tar xvf numotd.tar'] 'make' will compile your program. 'xnumotd' is the gui version of the program (you need gtk+). 'numotd' is the command-line version of the program, which takes no arguments. 'make clean' will remove your generated object files and executables. 'make sanity' will bring on an instant burst of sanity by removing *all* the files in the directory.