[z3-checkins] r19258 - z3/www/trunk
dreamcatcher at codespeak.net
dreamcatcher at codespeak.net
Mon Oct 31 17:20:56 CET 2005
Author: dreamcatcher
Date: Mon Oct 31 17:20:55 2005
New Revision: 19258
Modified:
z3/www/trunk/mkwebsite.py
Log:
- Add sqlos 0.1 release
Modified: z3/www/trunk/mkwebsite.py
==============================================================================
--- z3/www/trunk/mkwebsite.py (original)
+++ z3/www/trunk/mkwebsite.py Mon Oct 31 17:20:55 2005
@@ -215,9 +215,16 @@
('sqlos main', 'index.html'),
]
quick_links = [
+ ('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', 'README.txt', 'index'),
More information about the z3-checkins
mailing list