---------------------------------------------------------------
G-WAN readme.txt
---------------------------------------------------------------
Program:  G-WAN
Editor:   http://www.trustleap.com

G-WAN is a web server and an application server with C servlets
and the whole takes 100 KB of code in addition to be far faster
than other available products.

C servlets are 'edit & play' scripts that let you use the power
of C with the convenience of scripts.

G-WAN is free for all. Feel free to distribute it around you!!!

---------------------------------------------------------------
Archive Contents
---------------------------------------------------------------
- gwan.exe ..... G-WAN web server
- res.bin ...... G-WAN C servlet language definitions
- /CSP ......... G-WAN C servlet samples
- /WWW ......... G-WAN web server's 'root' directory
- readme.txt ... the document you are reading
- license.txt .. the license agreement

---------------------------------------------------------------
Installation
---------------------------------------------------------------
1) decompress the gwan-bin.zip archive in C:\G-WAN
2) run gwan.exe
3) run your Internet browser and enter: http://127.0.0.1/
4) have fun!
5) read the gwan-doc.pdf manual to use all G-WAN's features

---------------------------------------------------------------
Removal
---------------------------------------------------------------
G-WAN does not create registry entries nor configuration files.

But you might want (?) to remove the TCP/IP stack options that
have been modified to boost the performances of your computer.

This was necessary because MS-Windows does not use the optimal 
values by default, making your PC slower than it could perform.

To do so, run RegEdit.exe and browse to the keys below and use
the values with the '-' prefix -that's the original values:

HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
HKLM\SYSTEM\CurrentControlSet\Services\AFD\Parameters

Example:

  - delete "EnableDynamicBacklog"
  - delete "_EnableDynamicBacklog"
  - rename "-EnableDynamicBacklog" into "EnableDynamicBacklog"

---------------------------------------------------------------
(c) Copyright 2009 TrustLeap, All Rights Reserved.
---------------------------------------------------------------
Use is subject to license terms, read the attached license.txt.

All pages, code and other content on this web site are the 
property of TrustLeap and may not be redistributed or 
reproduced in any way, shape, or form without the written 
permission of TrustLeap.

THE SOFTWARE IS PROVIDED "AS IS" AND TRUSTLEAP DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING, BUT NOT 
LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 
FITNESS FOR A PARTICULAR PURPOSE IN NO EVENT SHALL TRUSTLEAP
BE LIABLE FOR ANY SPECIAL DIRECT INDIRECT, OR CONSEQUENTIAL 
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH
THE USE OR PERFORMANCE OF THIS SOFTWARE.
---------------------------------------------------------------
