This is a simple diary program written in PHP, I build for my
own needs. If you want to see how it looks (do, it's easy to 
reconfigure) see http://www.nolimits.ro/~neuro/.

INSTALLATION

Simply copy it in web directory, create your diary directory 
which will hold your diary text files, and then set up
the diary_directory variable (at the beginning of the 
diary.php3 file) with your directory.

The entries file are one per day, with a strict naming 
convention, all files have to respect the next convention
        one day -  yyyymmdd

The content of the file can be either txt (case in which you 
might want to put a:

echo '<pre>' ; 

tag at the end of your printEntryHeader function and a:

echo '</pre>' ;
at the beginning of your printEntryFooter function.

You also can use html inside .


Have fun,
Remus
remus@nolimits.ro
