Skip to content

Commit 027836f

Browse files
committed
Point to new MiddleKit project home
1 parent 5ef47e5 commit 027836f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is the full list of changes in Webware for Python 3 (first version 3.0.0) c
1818
* Instead of the "AutoReloadingAppServer", you can use the "reload" option of the WaitressServer script which uses hupper to monitor the application files and reload the waitress server if necessary. The "ImportSpy" has been removed.
1919
* The classes of the core "WebKit" component are now available at the root level of Webware for Python 3, and the WebKit component ceased to exist as a separate plug-in.
2020
* Some built-in plug-ins are not supported any more: "CGIWrapper", "ComKit" and "KidKit".
21-
* "MiddleKit" is not a built-in plug-in any more, but is provided as an external project on GitHub now (PeaceWorksTechnologySolutions/w4py3-middlekit).
21+
* "MiddleKit" is not a built-in plug-in any more, but is provided as a separate project on GitHub now (WebwareForPython/w4py3-middlekit).
2222
* Webware now uses entry points for discovering plug-ins instead of the old plug-in system, and the plug-in API has slightly changed. Existing plug-ins must be adapted to Python 3 and the new plug-in API.
2323
* The documentation has been moved to a separate directory and is built using Sphinx, instead providing a "Docs" context for Webware and every plug-in, and using custom documentation builders in the install script. The existing content has been reformatted for Sphinx, adapted and supplemented.
2424
* The various examples have been slightly improved and updated. Demo servlets showing the use of Dominate abd Yattag for creating HTML in a Pythonic way have been added.

docs/migrate.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Regarding the API, we tried to stay compatible with Webware for Python 2 as much
1010
Check which Webware plug-ins you were using
1111
-------------------------------------------
1212

13-
First you should check whether the plug-ins your application is using are still available as built-ins plugin of Webware for Python 3 (`w4py3 <https://github.com/WebwareForPython/w4py3>`_) or as externally provided plug-ins. PSP is still provided as a built-in plug-in. MiddleKit is now provided as an external plug-in on GitHub (`w4py3-middlekit <https://github.com/PeaceWorksTechnologySolutions/w4py3-middlekit>`_). The "COMKit", "CGIWrapper" and "KidKit" built-in plug-ins have been discontinued. Other external plug-ins that have been developed for Webware for Python 2 must first be ported to Webware for Python 3 before you can use them. See the section on :ref:`plug-ins` for details on how to write plug-ins for Webware for Python 3.
13+
First you should check whether the plug-ins your application is using are still available as built-ins plugin of Webware for Python 3 (`w4py3 <https://github.com/WebwareForPython/w4py3>`_) or as externally provided plug-ins. PSP is still provided as a built-in plug-in. MiddleKit is now provided as an external plug-in on GitHub (`w4py3-middlekit <https://github.com/WebwareForPython/w4py3-middlekit>`_). The "COMKit", "CGIWrapper" and "KidKit" built-in plug-ins have been discontinued. Other external plug-ins that have been developed for Webware for Python 2 must first be ported to Webware for Python 3 before you can use them. See the section on :ref:`plug-ins` for details on how to write plug-ins for Webware for Python 3.
1414

15-
.. _MiddleKit: https://github.com/PeaceWorksTechnologySolutions/w4py3-middlekit
15+
.. _MiddleKit: https://github.com/WebwareForPython/w4py3-middlekit
1616

1717
Migrate your application to Python 3
1818
------------------------------------

docs/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ You can keep up on new releases through the very low traffic `announcement maili
7474
.. _wsgi: https://www.fullstackpython.com/wsgi-servers.html
7575
.. _ORM: https://en.wikipedia.org/wiki/Object-relational_mapping
7676
.. _SQLAlchemy: https://www.sqlalchemy.org/
77-
.. _MiddleKit for Webware for Python 3: https://github.com/PeaceWorksTechnologySolutions/w4py3-middlekit
77+
.. _MiddleKit for Webware for Python 3: https://github.com/WebwareForPython/w4py3-middlekit
7878
.. _WebTest: https://docs.pylonsproject.org/projects/webtest/en/latest/
7979
.. _Python 2 to Python 3: https://docs.python.org/3/howto/pyporting.html
8080
.. _discussion mailing list: https://sourceforge.net/projects/webware/lists/webware-discuss

0 commit comments

Comments
 (0)