This sucker needs a modified version of lynx.
Find it in directory LYNX_BINARY. It will be copied
to /usr/local/gcreep/bin with every other binary
executable when you do 'make install'.

Every path is defined in 'defines.h'; 'xcept for
those that aren't. Sorry.


Working dirs
------------

/usr/local/gcreep	results [usr_local_gcreep]
~/gcreep		scripts and stuff [Workingdirectory]

Watch out for static paths in the scripts. I use
'xx' and 'tjohopp.sh' to start - every other script is
probably outdated.



Databases
---------

I use MySQL. Find it at http://www.tcx.se/

There are two databases:

Db		Contains	SQL file
==		========	========
anders		Urls		str-anders
email		Emails		str-email

Create in MySQL with commands

$ mysqladmin create anders
$ mysql anders < str-anders

And same for email.


Some commands
-------------

verifyhost <domain> [-single]
# digdug <domain> [-single]
sqlrobotReader <domain> [-single] [-count]
robotcheck <domain> [-single]
urlhead <domain> [-single]
urlread <domain>

#) avoid this to not irritate webadmins

<domain>'s used: se no dk fi is nu

If you want more domains, you have to add database tables
and some code..

domain = "-" all domains...

topten.c, linkcount.c, linkcount2.c

