Skip to content

Commit 856e532

Browse files
committed
Update homepage and repository URLs everywhere
1 parent b166c00 commit 856e532

27 files changed

Lines changed: 55 additions & 60 deletions

DocSupport/autotoc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
DOWNLOAD
3535
3636
This script is part of Webware for Python.
37-
You can download the latest version from the SVN repository
38-
(http://svn.w4py.org/Webware/trunk/DocSupport/autotoc.py).
37+
You can download the latest version from the GitHub repository
38+
(https://github.com/Cito/w4py/blob/master/DocSupport/autotoc.py).
3939
4040
4141
COPYRIGHT

DocSupport/pytp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
DOWNLOAD
5757
5858
This script is part of Webware for Python.
59-
You can download the latest version from the SVN repository
60-
(http://svn.w4py.org/Webware/trunk/DocSupport/pytp.py).
59+
You can download the latest version from the GitHub repository
60+
(https://github.com/Cito/w4py/blob/master/DocSupport/pytp.py).
6161
6262
Note: Similar template processors have been written by:
6363
* Christopher A. Craig (http://www.ccraig.org/software/pyhp/)

Docs/Doc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Webware for Python (http://www.webwareforpython.org)
2+
Webware for Python (https://cito.github.io/w4py/)
33
44
Common style sheet for Webware's documentation pages
55
*/

Docs/Overview.phtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<h2>Automated Tests</h2>
4343

4444
<p>Webware includes a suite of automated tests to make sure everything is working on your platform. To run the tests, go to the Webware root folder and run <span class="py">python AllTests.py</span> . The first time you run the tests, it creates a file <span class="py">AllTests.config</span>. This file has configuration options required for some tests to run, such as database connections. If you don't adjust this file, then any tests that need a database are skipped. The file includes comments that describe each option. You should find it easy to understand.</p>
45-
<p>If some of the tests fail on your system, please enter it on the Bug Tracker link of the <a href="http://www.webwareforpython.org">Webware home page</a>. Also, if you find a bug that doesn't show up in the automated tests, it will be much easier for us to fix if you can submit a test case with your bug report.</p>
45+
<p>If some of the tests fail on your system, please enter it on the Bug Tracker link of the <a href="https://cito.github.io/w4py/">Webware home page</a>. Also, if you find a bug that doesn't show up in the automated tests, it will be much easier for us to fix if you can submit a test case with your bug report.</p>
4646

4747

4848
<a name="Components"></a><h2>Components</h2>
@@ -60,7 +60,7 @@
6060

6161
<p>In the <a href="ComponentIndex.html">Component Index</a> you will see the status of each component such as <span class="name">alpha</span> and <span class="name">beta</span>. For beta components we are successfully striving for backwards compatibility of the API as the components mature.</p>
6262

63-
<p>You can keep up on new releases through the <em>very low traffic</em> <a href="http://lists.sourceforge.net/mailman/listinfo/webware-announce">announcement list</a> and the home page at <a href="http://www.webwareforpython.org">http://www.webwareforpython.org</a>.</p>
63+
<p>You can keep up on new releases through the <em>very low traffic</em> <a href="http://lists.sourceforge.net/mailman/listinfo/webware-announce">announcement list</a> and the home page at <a href="https://cito.github.io/w4py/">https://cito.github.io/w4py/</a>.</p>
6464

6565

6666
<a name="Contributing"></a><h2>Contributing</h2>
@@ -83,7 +83,7 @@
8383
<a name="Summary"></a><h2>Summary Information</h2>
8484

8585
<table style="padding-left: 2em">
86-
<tr><td valign="top"> Home: </td> <td><a href="http://www.webwareforpython.org">http://www.webwareforpython.org</a></td></tr>
86+
<tr><td valign="top"> Home: </td> <td><a href="https://cito.github.io/w4py/">https://cito.github.io/w4py/</a></td></tr>
8787
<tr><td valign="top">Version:</td><td><% versionString %></td></tr>
8888
<tr><td valign="top">Requirements:</td><td> Python <% requiredPyVersionString %>
8989
<br>Tested on UNIX (FreeBSD, Linux, et al) and

Docs/RelNotes-X.Y.phtml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@
33
<p><% name %> version <% versionString %> released on <% releaseDate %></p>
44

55
<a name="Introduction"></a><h2>Introduction</h2>
6-
<ul>
7-
<li>...</li>
8-
</ul>
6+
<p>...</p>
7+
8+
<p>Note that Webware for Python has a new homepage at
9+
<a href="https://cito.github.io/w4py/">cito.github.io/w4py/</a>
10+
and the old Wiki has been closed and archived at
11+
<a href="https://cito.github.io/w4py-olde-wiki/">cito.github.io/w4py-olde-wiki/</a>.
12+
Development has moved from the old SVN repository which has been archived
13+
at <a href="https://github.com/Cito/w4py-olde-docs/">github.com/Cito/w4py-olde-docs/</a>
14+
to a new GitHub repository at <a href="https://github.com/Cito/w4py">github.com/Cito/w4py</a>.</p>
915

1016
<a name="MajorChanges"></a><h2>Major Changes</h2>
1117
<ul>

Docs/ReleaseProcedures.phtml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ finished before the release:
1717

1818
[ ] Announce the timing for the release on the webware-devel mailing list.
1919

20-
[ ] Browse through the <a href="https://sourceforge.net/p/webware/_list/tickets">tracking systems</a> on the Webware project page
21-
at SourceForge. There are tracking systems for "Bugs", "Patches"
22-
and "RFE". The SourceForge task manager is currently not used.
20+
[ ] Browse through the <a href="https://sourceforge.net/p/webware/_list/tickets">tickets</a> on the Webware project page
21+
at SourceForge. We have ticket categories for "Bugs", "Patches"
22+
and "Feature Requests".
23+
24+
[ ] Browse through the <a href="https://sourceforge.net/p/webware/_list/tickets">issues</a> on the Webware project page
25+
at GitHub.
2326

2427
[ ] Search for @@ (to do) markers in the code and docs.
2528

Docs/Template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<h1%(titleclass)s>%(title)s</h1>
99
<!-- page content -->
1010
<div class="footer">
11-
Webware for Python (<a href="http://www.webwareforpython.org">www.webwareforpython.org</a>)
11+
Webware for Python (<a href="https://cito.github.io/w4py/">cito.github.io/w4py/</a>)
1212
</div>
1313
</body>
1414
</html>

Docs/index.phtml

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,16 @@
2828
<tr style="background-color:#F0F0F0">
2929
<td valign="top">
3030
<ul>
31-
<li><a href="http://www.webwareforpython.org" class="BigLink">Webware</a>
31+
<li><a href="https://cito.github.io/w4py/" class="BigLink">Webware</a>
3232
<br>(the Webware for Python home page)</li>
33-
<li><a href="http://wiki.w4py.org" class="BigLink">Webware Wiki</a>
34-
<br>(the Webware project's Wiki site)</li>
33+
<li><a href="https://github.com/Cito/w4py" class="BigLink">Webware@GitHub</a>
34+
<br>(the Webware project page at GitHub)</li>
3535
<li><a href="http://sourceforge.net/projects/webware/" class="BigLink">Webware@SourceForge</a>
3636
<br>(the Webware project page at SourceForge)</li>
37-
<!--
3837
<li><a href="http://lists.sourceforge.net/mailman/listinfo/webware-discuss" class="BigLink">webware-discuss</a>
3938
<br>(discussion list home page)</li>
4039
<li><a href="http://lists.sourceforge.net/mailman/listinfo/webware-announce" class="BigLink">webware-announce</a>
4140
<br>(announce list home page)</li>
42-
-->
43-
<li><a href="http://wiki.w4py.org/webwarehosting.html" class="BigLink">Webware Hosting</a>
44-
<br>(find a host for your Webware app)</li>
4541
</ul>
4642
</td>
4743
<td valign="top">
@@ -52,14 +48,10 @@
5248
<br>(the PythonInfo Wiki)</li>
5349
<li><a href="http://www.python.org/psf/" class="BigLink">Python Software Foundation</a>
5450
<br>(the home page for the PSF)</li>
55-
<!--
56-
<li><a href="news:comp.lang.python" class="BigLink">comp.lang.python newsgroup</a>
57-
<br>(Python discussions newsgroup)</li>
58-
<li><a href="news:comp.lang.python.announce" class="BigLink">comp.lang.python.announce</a>
59-
<br>(Python announcements forum)</li>
60-
-->
61-
<li><a href="http://www.python.org/cgi-bin/moinmoin/PythonHosting" class="BigLink">Python-friendly ISPs</a>
62-
<br>(find a host for your Python app)</li>
51+
<li><a href="https://mail.python.org/mailman/listinfo/python-list" class="BigLink">comp.lang.python</a>
52+
<br>(Python discussion list)</li>
53+
<li><a href="https://mail.python.org/mailman/listinfo/python-announce-list" class="BigLink">comp.lang.python.announce</a>
54+
<br>(Python announce list)</li>
6355
</ul>
6456
</td>
6557
</tr>

MiscUtils/DBPool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
several drawbacks. For instance, pooled database connections which have
2929
become invalid are not automatically recovered. For a more sophisticated
3030
solution, please have a look at the DBUtils package:
31-
http://www.webwareforpython.org/DBUtils
31+
https://cito.github.io/dbutils/
3232
3333
3434
CREDIT

MiscUtils/PickleRPC.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ class Transport(SafeUnpickler):
293293
"""Handle an HTTP transaction to a Pickle-RPC server."""
294294

295295
# client identifier (may be overridden)
296-
user_agent = 'PickleRPC/%s (by http://www.webwareforpython.org)' % __version__
296+
user_agent = 'PickleRPC/%s (Webware for Python)' % __version__
297297

298298
def request(self, host, handler, request_body,
299299
verbose=False, binary=False, compressed=False, acceptCompressedResponse=False):

0 commit comments

Comments
 (0)