Update of /cvsroot/webware/Webware/WebKit/Docs
In directory usw-pr-cvs1:/tmp/cvs-serv13916/WebKit/Docs
Modified Files:
Future.html InstallGuide.html UsersGuide.html
Log Message:
updating version numbers for upcoming 0.7b1 release
Index: Future.html
===================================================================
RCS file: /cvsroot/webware/Webware/WebKit/Docs/Future.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Future.html 21 Dec 2001 18:04:34 -0000 1.5
--- Future.html 6 Mar 2002 14:12:52 -0000 1.6
***************
*** 9,14 ****
<h1>WebKit Future Work</h1>
! Version 0.6
! <br>Webware for Python 0.6
--- 9,14 ----
<h1>WebKit Future Work</h1>
! Version 0.7
! <br>Webware for Python 0.7
***************
*** 21,30 ****
<p> The numbers below are mostly for reference, although longer term items tend to be pushed towards the bottom.
! <p> <i>Warning:</i> This list hasn't been seriously combed over in some time. It may be out of date.
<a name=KnownBugs><h3>Known Bugs</h3></a>
<ol>
- <li> The <i>wkcgi.exe</i> script doesn't handle long URLs well.
<li> The <i>stop</i> command for the <i>webkit</i> "rc" script does not work.
<li> There is one report that indicates that Application.serverSidePath() may be broken when using MakeAppWorkDir.
--- 21,29 ----
<p> The numbers below are mostly for reference, although longer term items tend to be pushed towards the bottom.
! <p> <i>Warning:</i> This list hasn't been seriously combed over in some time. It is probably out of date. You can find better information about known bugs and future work in the Wiki and in the SourceForge bug tracker, both accessible from the <a href="http://webware.sourceforge.net/">Webware Home Page<a>.
<a name=KnownBugs><h3>Known Bugs</h3></a>
<ol>
<li> The <i>stop</i> command for the <i>webkit</i> "rc" script does not work.
<li> There is one report that indicates that Application.serverSidePath() may be broken when using MakeAppWorkDir.
***************
*** 45,52 ****
<li> CheckSource.py: A program to check the source code conventions.
<li> FormKit: A plug-in to aid the construction and validation of forms. (Already in progress.)
- <li> Page: Add features for style sheets.
<li> Role-based security and user-authentication. Goal is to eliminate, as much as possible, developer-written security logic. This should be provided by the WebKit and be configurable.
<li> Write a custom adaptor for Apache, Netscape, MS, etc.
- <li> Write a CGI adaptor in C for increased performance.
<li> Distribution and load balancing.
<li> Fault tolerance.
--- 44,49 ----
Index: InstallGuide.html
===================================================================
RCS file: /cvsroot/webware/Webware/WebKit/Docs/InstallGuide.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** InstallGuide.html 10 Dec 2001 06:53:48 -0000 1.20
--- InstallGuide.html 6 Mar 2002 14:12:52 -0000 1.21
***************
*** 22,27 ****
<h1>WebKit Install Guide</h1>
! WebKit 0.6.1
! <br>Webware for Python 0.6.1
--- 22,27 ----
<h1>WebKit Install Guide</h1>
! WebKit 0.7
! <br>Webware for Python 0.7
***************
*** 104,108 ****
<a name=Python><h2>Python</h2></a>
! <p> WebKit 0.6.1 was tested with Python 1.5.2, 2.0 and 2.1.1. If you have any problems whatsoever with Python 1.5.2 and up, please let us know so we can fix them (<a href=mailto:webware-discuss@...>).
<p> Your installation of Python must be multi-threaded, even if you are using the OneShot adapter (which logically doesn't require threads). It's not uncommon for third party web host providers to leave this disabled in Python because they don't expect that it's needed and/or because the default installation of Python does not turn threads on. If your Python installation is not multi-threaded, you will have to reinstall it. If you're using a third party host provider in this situation, you may be able to install it yourself into your home directory via a telnet or ssh account. See the <a href=http://www.python.org>Python</a> site for instructions.
--- 104,108 ----
<a name=Python><h2>Python</h2></a>
! <p> WebKit 0.7 was tested with Python 2.0, 2.1.1, and 2.2. If you have any problems whatsoever with Python 2.0 and up, please let us know so we can fix them (<a href=mailto:webware-discuss@...>).
<p> Your installation of Python must be multi-threaded, even if you are using the OneShot adapter (which logically doesn't require threads). It's not uncommon for third party web host providers to leave this disabled in Python because they don't expect that it's needed and/or because the default installation of Python does not turn threads on. If your Python installation is not multi-threaded, you will have to reinstall it. If you're using a third party host provider in this situation, you may be able to install it yourself into your home directory via a telnet or ssh account. See the <a href=http://www.python.org>Python</a> site for instructions.
***************
*** 113,117 ****
<a name=WebwareVersion><h2>Webware Version</h2></a>
! <p> Unless you just downloaded Webware (and therefore WebKit), you should check to see if you have the latest version. This version you are looking at is 0.6.1. You can check for the latest version at <a href=http://webware.sourceforge.net>http://webware.sourceforge.net</a>.
<p> If you're feeling adventurous, you can get the latest in-development source code from the public repository. Instructions are located at the <a href=https://sourceforge.net/cvs/?group_id=4866>Webware CVS page</a>. You can find more information about CVS in general at <a href=http://www.cvshome.org>http://www.cvshome.org</a>.
--- 113,117 ----
<a name=WebwareVersion><h2>Webware Version</h2></a>
! <p> Unless you just downloaded Webware (and therefore WebKit), you should check to see if you have the latest version. This version you are looking at is 0.7. You can check for the latest version at <a href=http://webware.sourceforge.net>http://webware.sourceforge.net</a>.
<p> If you're feeling adventurous, you can get the latest in-development source code from the public repository. Instructions are located at the <a href=https://sourceforge.net/cvs/?group_id=4866>Webware CVS page</a>. You can find more information about CVS in general at <a href=http://www.cvshome.org>http://www.cvshome.org</a>.
Index: UsersGuide.html
===================================================================
RCS file: /cvsroot/webware/Webware/WebKit/Docs/UsersGuide.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** UsersGuide.html 2 Mar 2002 16:31:25 -0000 1.17
--- UsersGuide.html 6 Mar 2002 14:12:52 -0000 1.18
***************
*** 9,14 ****
<h1>WebKit User's Guide</h1>
! Version 0.6.1
! <br>Webware for Python 0.6.1
--- 9,14 ----
<h1>WebKit User's Guide</h1>
! Version 0.7
! <br>Webware for Python 0.7
|