EVServer, a standalone mini-web server for the Everything Engine

	copyright 2002, chromatic
	chromatic@wgz.org
	http://wgz.org/chromatic/

EVServer implements just enough of a web server to support everything
Everything can do.  This includes GET and POSTed parameters, cookies, form
submissions, and images.  It may also include uploaded files; I have not yet
tested this.  With EVServer, you can test Everything where you do not have
Apache and mod_perl installed, such as on a laptop or a desktop machine.

Requires Everything CVS (as of 25 December 2002), LWP (libwww-perl 5.6 or
better), and at least Perl 5.005.  You must also have met all of the
dependencies for Everything, except for a web server running mod_perl.

To run:

	./evserver.pl <dbname> [port] [docroot]

The database name is required.  It should be the same as your standard database
connection string: 'databasename:username:password'.

The port is optional, and defaults to 5000.  The web server will listen on this
port.

The docroot is optional and defaults to the current directory.  Currently, this
only applies to images.  I suggest creating a symbolic link to the images/
directory within the ecore CVS module.
