Hi all,
I'm just commenting packages/parcels but my english you know ... Also
please correct anything else you find wrong .. Please post corrections
back to this list.
Swazoo-Core:
--------------------
Dialect neutral part of Swazoo, a Smalltalk Web Application Server.
See comment in Swazoo-VisualWorks parcel for more ...
Swazoo-VisualWorks (same in Swazoo bundle):
----------------------------------------------------------------------
Swazoo (Smalltalk Web Application Zoo) is an Open Source, vendor
agnostic, dialect neutral web application framework for Smalltalk. It
supports HTTP 1.1, virtual sites, SSL, sessions, authentication, static
and dynamic web pages, and much much more is comming ...
Quick installation steps (more in readme.txt) are:
1. copy all from installation directory to your preffered one, add
original visual.im
2. load parcel Swazoo-VisualWorks
3. doIt SiteRegistry configureFrom: 'sites.cnf'
4. in your browser open
http://localhost:8888For SSL support add these steps:
5. download openssl-vw-native.tar.gz from
http://sourceforge.net/projects/swazoo and unpack it in your directory
from where you started an image
6. on Linux, be sure you have openssl installed
7. load parcel Swazoo-SSL
8. doIt SiteRegistry configureFrom: 'sites-ssl.cnf'
9. in your browser open
https://localhost:8889More about Swazoo:
http://wiki.cs.uiuc.edu/CampSmalltalk/Smalltalk+Web+Application+Server http://sourceforge.net/projects/swazooIf you have any questions, suggestions or are wiling to help, please
join our mailing list:
http://lists.sourceforge.net/lists/listinfo/swazoo-develHappy Swazoo-ing from your Swazoo team :)
Swazoo-Tests
--------------------
SUnit tests for Swazoo
Swazoo-SSL
------------------
SSL support for Swazoo.
Please read readme.txt first for installation instructions.
To use it, you need to download and install latest
openssl-vw-native.tar.gz from
http://sourceforge.net/projects/swazoo .
Linux and Windows supported.
OpenSSL
--------------
SLL support for VisualWorks. This parcel contains an external interface
to OpenSSL, an Open Source implementation of SSL and other crypto protocols.
To use it, you need to download and install latest
openssl-vw-native.tar.gz from
http://sourceforge.net/projects/swazoo .
Linux and Windows supported.
Janko