Slides cataloging program

This program aims to become a complete archiving solution for large collections
of photos/slides.

I'm writing it because I *NEED* it for the speleologic group I'm in.
It's also my first program using GTK (or event-driven programming), so
probably some files could be quite hard to understand (even worse than my
english :-) ).

Please contact me at diego@otello.alma.unibo.it or cssl@geocities.com for
bug reports, suggestions, help, ecc...

To install: first read generic instructions in INSTALL, then try :
./configure
make
su -c "make install"

You need a working install of PostgreSQL 7.x (6.x doesen't work well... seems
it's got troubles with transactions) and a postgers user allowed to create
tables and databases (db init drops and then recreates a database, so objects
not managed by diacat in the database are destroyed).
By default, DiaCatalog accesses database "dbname" on localhost, with username
"public" and password "public".
Please note that db password is stored in cleartext, so DO NOT USE the same
password you use for other jobs !!!

This should work. If not, tell me what went wrong and I'll try to fix it (or,
if you fixed it, tell me how so that I can fix it in the main distro).
