REPTILE WEB SERVER
Copyright 2002 (c) Vincent Fiack <vfiack@ifrance.com>
=> Description
Reptile is a web server that supports Embedded Python, PHP and CGI scripting. It has an integrated HTML/XML validator. It can also handle inter server relays.
=> Home page
Reptile Web Server is partially hosted on SourceForge.
Check http://sf.net/projects/reptilews for more information.
=> Licence
Reptile Web Server is released under the modified BSD licence. Please read the 'LICENCE' file.
The validator is (c) Liam Quinn <liam@htmlhelp.com> and can be found on http://htmlhelp.com/tools/validator/offline/
=> Requirements
* Mandatory
- Python 2.x (www.python.org)
- Optionnal - PHP (www.php.net) - perl and a compiler for page validation
=> Installation
There's not much to be said here.
If you want to use the validator, read the file 'docs/validator-install'.
If you're installing Reptile under Windows, read the file 'docs/WINDOWS' for some notes.
=> Configuration
The 'reptileconf' subdirectory contains configuration scripts. Their names and the variables defined should be self-explanatory. A configuration doc should come soon. Don't edit the '__init.py__' file unless you know Python enough to do so.
=> Starting the server
Simply starts the 'reptile.py' script. You may want to start it in backgroud, so type 'nohup reptile.py &'.
