Author: chrisz
Date: Thu Feb 7 15:19:07 2008
New Revision: 7215
Modified:
Webware/trunk/COMKit/Properties.py
Webware/trunk/MiddleKit/Properties.py
Webware/trunk/UserKit/Properties.py
Log:
Changed status of remaining plugins from alpha to beta.
Modified: Webware/trunk/COMKit/Properties.py
==============================================================================
--- Webware/trunk/COMKit/Properties.py (original)
+++ Webware/trunk/COMKit/Properties.py Thu Feb 7 15:19:07 2008
@@ -6,7 +6,7 @@
{'name': "User's Guide", 'file': 'UsersGuide.html'},
]
-status = 'alpha'
+status = 'beta'
synopsis = """COMKit allows COM objects to be used in the multi-threaded versions of WebKit. Especially useful for data access using ActiveX Data Objects. Requires Windows and Python win32 extensions."""
Modified: Webware/trunk/MiddleKit/Properties.py
==============================================================================
--- Webware/trunk/MiddleKit/Properties.py (original)
+++ Webware/trunk/MiddleKit/Properties.py Thu Feb 7 15:19:07 2008
@@ -9,7 +9,7 @@
{'name': 'To Do', 'file': 'TODO.text'},
]
-status = 'alpha'
+status = 'beta'
requiredPyVersion = (2, 0, 0)
Modified: Webware/trunk/UserKit/Properties.py
==============================================================================
--- Webware/trunk/UserKit/Properties.py (original)
+++ Webware/trunk/UserKit/Properties.py Thu Feb 7 15:19:07 2008
@@ -7,7 +7,7 @@
{'name': 'To Do', 'file': 'TODO.text'},
]
-status = 'alpha'
+status = 'beta'
requiredPyVersion = (2, 0, 0)
|