================================================================================
                      FoxNet -- FoxPro CGI Connector
================================================================================
                               Version: 1.0c

FoxNet is a CGI programming tool. It enables FoxPro and Visual FoxPro 
programmers to design web database program by powerful FoxPro language
directly. Do't worry about the complexities of network and CGI programming. 
All these things are done by FoxNet. It supplies a group of network 
functions, such as get a input from user's browser and return user's 
query result. You can use these functions to design a internet running
FoxPro program easily and quickly.  

You can always download the newest version and view up-to-date documentation
at the FoxNet WWW Site: http://homepages.infoseek.com/~heliso/foxnet/foxnet.htm

Comments and Suggestions:     E-mail: heliso@public.wuhan.cngb.com
Technical Support:            E-mail: heliso@public.wuhan.cngb.com

Author: He Lingsong, Huazhong University, China
        heliso@public.wuhan.cngb.com

Copyright: Shareware
Distribution: Freely

How to Installation  
a).System Requirement  
     Windows95 or 98 or NT  
     FoxPro 2.5 above or Visual FoxPro 3.0 above  
     WWW Server ( Such as Website)  
b).Unzip FoxNet  
     Bulid a new path on  you harddisk, such as c:\foxnet,
     then unzip foxnet10.zip into it.   
     You can see these files and directory in it.  
         FoxCgi.exe
         FoxNet.prg
         Htmllib.prg
         foxnet.htm 
         Datas        -- Folder  to put FoxPro database files,  
         Prgs         -- Folder  to put FoxPro program files,  
         Txt          -- Folder  to put text files  
    To ensure compatibility of FoxNet to FoxPro and Visual
    FoxPro, all programs are complied by FoxPro 2.5. You should 
    recompile them by FoxPro or Visual FoxPro in your computer,  
    and upgrade database file in directory Datas.  

C).Install  
    Copy FoxCgi.exe to the standard CGI directory of WWW server,
    usually cgi-shl, then installation is finished.  

d).Running FoxNet  
     1. Start your WWW Server,  
     2. Do FoxNet.fxp from FoxPro    
   After these two step, FoxNet is running on your computer, and
   you can do a FoxPro program from Internet.  

).Check  
    To check whether you have installed FoxNet successfully.   
    Write: http://your IP/cgi-shl/foxcgi.exe/hello.prg   
    If return: Hi, Glad to see you !, that all is ok.   
    If return: 404 Not Found !, that you did not put foxcgi.exe in CGI directory.  
    If return: 500 Error, or other, that you put foxcgi.exe in a wrong directory.  

================================================================================
+++ He Lingsong , 1998.11.26---
