[z3-checkins] r33700 - z3/www/trunk

jinty at codespeak.net jinty at codespeak.net
Tue Oct 24 22:06:29 CEST 2006


Author: jinty
Date: Tue Oct 24 22:06:27 2006
New Revision: 33700

Modified:
   z3/www/trunk/mkwebsite.py
Log:
Clean up a little.

Modified: z3/www/trunk/mkwebsite.py
==============================================================================
--- z3/www/trunk/mkwebsite.py	(original)
+++ z3/www/trunk/mkwebsite.py	Tue Oct 24 22:06:27 2006
@@ -233,16 +233,11 @@
     quick_links = [
         ('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)',
          'http://codespeak.net/svn/z3/sqlos'),
 	('sip (example application)',
 	 'http://sampleinventory.sf.net'),
         ]
-    site.registerReleases([
-            Z3ReleaseResource('sqlos', 'http://codespeak.net/svn/z3/sqlos/tag/sqlos-0.1'),
-	], project.getName())
     site.registerPages(
         [
         Z3Page('sqlos/trunk/src/sqlos', 'README.txt', 'index'),


More information about the z3-checkins mailing list