Screws Tutorial   - pancake@phreaker.net
===============

Screws is a script-based webserver, this means that everything internal is
parsed to an external program, this creates a new concept of low-level design
for a webserver implementation.

To install screws you must follow these steps:
 * build and install
 * configure

The first step means, just edit the CONFIG file to complish your needs. Or
just export as environ variables the options.

 $ env PREFIX=/usr/pkg SSL=1 IPV6=0 LOGS=0 gmake

Then you can run ./run.sh if you doesn't want to install. Or just type 
'gmake install'.

The another way to build and install screws is using buildtool. Please take
a look on http://buildtool.sf.net/


The second step is more complex and you must understand how screws works
internally to do this.

/* TODO */
