Swazoo (Smalltalk Web Application Zoo) is an open source, vendor agnostic,
dialect neutral Smalltalk HTTP server with resource and web request
resolution framework. Swazoo is currently supported on Squeak,
VisualWorks, Gemstone and Dolphin Smalltalk. Currently (v0.9.90 oct2004)
its main features are:

    * HTTP 1.1 and virtual site support
    * concept of hierarchical Resources allows pluggable addition of new
	  web resourcers like static page servers, wikis, dynamic web applications ...
    * clean web request resolution framework
    * resources for static web serving, basic authentication and session support
    * SSL support via OpenSSL interface

Quick installation steps are:

1. copy everything from the goodies/other/Swazoo to your prefered
   directory, together with original visual.im
2. load bundle or parcel Swazoo
3. In a workspace doIt SwazooServer configureFrom: 'sites.cnf'
4. in your browser open http://localhost:8888

Additional steps for adding SSL support:

5. on Linux, be sure you have openssl installed
6. load bundle or parcel Swazoo-SSL
7. in a workspace doIt SwazooServer configureFrom: 'sites-ssl.cnf'
8. in your browser open https://localhost:8889  (don't forget s in https:// !)

More about Swazoo:

	http://wiki.cs.uiuc.edu/CampSmalltalk/Swazoo
	http://sourceforge.net/projects/swazoo

If you have any questions, suggestions or are wiling to help, please join our
 mailing list: 

	http://lists.sourceforge.net/lists/listinfo/swazoo-devel

More recent work is in Cincom Public Repository in bundles Swazoo and Swazoo-SSL, to join please
follow instructions here:

	http://www.cincomsmalltalk.com/CincomSmalltalkWiki/PostgreSQL+Access+Page


Happy Swazoo-ing from your Swazoo team :)
