[z3-checkins] r26786 - z3/www/trunk
jinty at codespeak.net
jinty at codespeak.net
Fri May 5 06:41:35 CEST 2006
Author: jinty
Date: Fri May 5 06:41:15 2006
New Revision: 26786
Modified:
z3/www/trunk/mkwebsite.py
Log:
Fix up sqlos links.
Modified: z3/www/trunk/mkwebsite.py
==============================================================================
--- z3/www/trunk/mkwebsite.py (original)
+++ z3/www/trunk/mkwebsite.py Fri May 5 06:41:15 2006
@@ -223,11 +223,10 @@
def sqlos_site(site, project):
nav_links = [
('sqlos main', 'index.html'),
- ('mailing list', '/mailman/listinfo/z3-sqlos'),
]
quick_links = [
- ('sqlos 0.2.0 release (compatible with SQLObject 0.7)',
- 'http://cheeseshop.python.org/pypi/sqlos/0.2.0'),
+ ('Mailing List', '/mailman/listinfo/z3-sqlos'),
+ ('Latest Releases', 'http://cheeseshop.python.org/pypi/sqlos/'),
('sqlos 0.1 release (compatible with SQLObject 0.6)',
'release/sqlos-0.1.tgz'),
('svn (the code)',
More information about the z3-checkins
mailing list