Program can be used to connect a DIG Server through the DIGger API and send commands 
to it.

[USAGE]
Usage: digger.php [-vrqnihdc]  

-c --config=<value>            specify a config file that should be used for the
                               communication with the server.
-d --debug                     Prints a lot of stuff that was returned from the
                               digserver.
-h --help                      prints this help.
-i --identify                  just check the connection
-n --newkb                     Create a new Knowledgebase and save the uri in
                               config.ini
-q --quiet                     Don't print any message. if debug is set program
                               will still output debugmessages.
-r --request (optional)values  Send a request read from FILE to the Server
-v --version                   print the version of the program and exit

[INSTALLATION]
You have to specify the Environment variable DIGLIB for the command line interface that points to the 
the lib containing at least: DIGger.php Color.php
the documentation is generated by typing `make doc`. Please note that it is an developer doc. Change 
Makefile if you don't want full doc.


