You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ Webware for Python is a well prooven and platform-independent suite of Python pa
4
4
5
5
Webware for Python 3 is the latest version of the suite, which has been adapted to use Python 3 instead of Python 2 and the WSGI standard instead of the custom Webware threaded application server and various adapters, but otherwise kept compatible with the legacy version.
6
6
7
-
The current project **homepage** can be found here: <https://github.com/Cito/w4py3>
7
+
The current project **homepage** can be found here: <https://github.com/WebwareForPython/w4py3>
8
8
9
-
The current **documentation** is published at: <https://cito.github.io/w4py3/>
9
+
The current **documentation** is published at: <https://webwareforpython.github.io/w4py3/>
10
10
11
-
You can still find the **legacy version** of Webware for Python at: <https://cito.github.io/w4py/>
11
+
You can still find the **legacy version** of Webware for Python at: <https://webwareforpython.github.io/w4py/>
Copy file name to clipboardExpand all lines: docs/migrate.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Regarding the API, we tried to stay compatible with Webware for Python 2 as much
10
10
Check which Webware plug-ins you were using
11
11
-------------------------------------------
12
12
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/cito/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/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.
0 commit comments