Update stuff:
1. MiscUtils.DataTable can now handle quoted values (including ones that
contain the field delimiter).
2. Fixed ListBox example. Removed the use of a custom class being used in
sessions since doing so causes session pickling problems.
3. Changed the WebKit AppServer and AppServer.bat scripts to use
ThreadedAppServer, not Async, due to earlier discoveries. As a part of
performance tuning, people can experiment with Async and decide whether or
not to use it. In the future, we might get fancier and change this based on
platform detection.
Release candidate 1:
* Available from anon
FTP: ftp://webware.sourceforge.net/pub/Webware/Webware-0.4rc1.tar.gz
* Docs are still somewhat lacking although there are release notes for
WebKit and I believe Jay updated PSP. I think what's missing is:
* completion of the new install guide for WebKit (an outline is present)
* refinements to the WebKit user's guide
* Please report all known bugs and problems.
* Feel free to ask questions
Here's a sample command line session:
> ftp webware.sourceforge.net
> anonymous
> <your e-mail>
> bin
> hash
> cd pub/Webware
> get Webware-0.4rc1.tar.gz
> quit
> tar xzf Webware-0.4rc1.tar.gz
> cd Webware
> python install.py
> cd WebKit
> AppServer
-Chuck
|