Skip to content

Commit 0729218

Browse files
committed
Move from Cito/DBUtils to WebwareForPython/DBUtils
1 parent 8cc8ff0 commit 0729218

14 files changed

Lines changed: 45 additions & 35 deletions

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 (https://cito.github.io/w4py/)
2+
Webware for Python (https://webwareforpython.github.io/w4py/)
33
44
Common style sheet for Webware's documentation pages
55
*/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ to a database that can be used in all kinds of multi-threaded environments
66
like Webware for Python or other web application servers. The suite supports
77
DB-API 2 compliant database interfaces and the classic PyGreSQL interface.
88

9-
The current version of DBUtils supports Python versions 2.6, 2.7 and 3.4 - 3.7.
9+
The current version of DBUtils supports Python versions 2.7 and 3.5 - 3.8.
1010

11-
The DBUtils home page can be found here: https://cito.github.io/DBUtils/
11+
The DBUtils home page can be found here: https://webwareforpython.github.io/DBUtils/

RelNotes-0.8.1.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ <h1 class="header">DBUtils 0.8.1 Release Notes</h1>
1212
<p>This is the first public release of DBUtils.</p>
1313

1414
<div class="footer">
15-
DBUtils (<a href="https://github.com/Cito/DBUtils">github.com/Cito/DBUtils</a>)
15+
DBUtils
16+
(<a href="https://github.com/WebwareForPython/DBUtils">github.com/WebwareForPython/DBUtils</a>)
1617
</div>
1718
</body>
18-
</html>
19+
</html>

RelNotes-0.9.1.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ <h2>Changes:</h2>
2222
</ul>
2323

2424
<div class="footer">
25-
DBUtils (<a href="https://github.com/Cito/DBUtils">github.com/Cito/DBUtils</a>)
25+
DBUtils
26+
(<a href="https://github.com/WebwareForPython/DBUtils">github.com/WebwareForPython/DBUtils</a>)
2627
</div>
2728
</body>
28-
</html>
29+
</html>

RelNotes-0.9.2.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ <h2>Changes:</h2>
1919
</ul>
2020

2121
<div class="footer">
22-
DBUtils (<a href="https://github.com/Cito/DBUtils">github.com/Cito/DBUtils</a>)
22+
DBUtils
23+
(<a href="https://github.com/WebwareForPython/DBUtils">github.com/WebwareForPython/DBUtils</a>)
2324
</div>
2425
</body>
25-
</html>
26+
</html>

RelNotes-0.9.3.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ <h2>Changes:</h2>
2727
</ul>
2828

2929
<div class="footer">
30-
DBUtils (<a href="https://github.com/Cito/DBUtils">github.com/Cito/DBUtils</a>)
30+
DBUtils
31+
(<a href="https://github.com/WebwareForPython/DBUtils">github.com/WebwareForPython/DBUtils</a>)
3132
</div>
3233
</body>
33-
</html>
34+
</html>

RelNotes-0.9.4.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ <h1 class="header">DBUtils 0.9.4 Release Notes</h1>
1919
creator functions for database connections instead of DB-API 2 modules.</p>
2020

2121
<div class="footer">
22-
DBUtils (<a href="https://github.com/Cito/DBUtils">github.com/Cito/DBUtils</a>)
22+
DBUtils
23+
(<a href="https://github.com/WebwareForPython/DBUtils">github.com/WebwareForPython/DBUtils</a>)
2324
</div>
2425
</body>
25-
</html>
26+
</html>

RelNotes-1.0.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ <h2>Bugfixes and Improvements:</h2>
4242
</ul>
4343

4444
<div class="footer">
45-
DBUtils (<a href="https://github.com/Cito/DBUtils">github.com/Cito/DBUtils</a>)
45+
DBUtils
46+
(<a href="https://github.com/WebwareForPython/DBUtils">github.com/WebwareForPython/DBUtils</a>)
4647
</div>
4748
</body>
48-
</html>
49+
</html>

RelNotes-1.1.1.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ <h2>Bugfixes:</h2>
2525
</ul>
2626

2727
<div class="footer">
28-
DBUtils (<a href="https://github.com/Cito/DBUtils">github.com/Cito/DBUtils</a>)
28+
DBUtils
29+
(<a href="https://github.com/WebwareForPython/DBUtils">github.com/WebwareForPython/DBUtils</a>)
2930
</div>
3031
</body>
31-
</html>
32+
</html>

RelNotes-1.1.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ <h2>Bugfixes:</h2>
3939
</ul>
4040

4141
<div class="footer">
42-
DBUtils (<a href="https://github.com/Cito/DBUtils">github.com/Cito/DBUtils</a>)
42+
DBUtils
43+
(<a href="https://github.com/WebwareForPython/DBUtils">github.com/WebwareForPython/DBUtils</a>)
4344
</div>
4445
</body>
45-
</html>
46+
</html>

0 commit comments

Comments
 (0)