[SQL-CVS] SOWeb index.html,1.11,1.12 index.txt,1.10,1.11
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <ian...@us...> - 2003-11-01 21:17:24
|
Update of /cvsroot/sqlobject/SOWeb In directory sc8-pr-cvs1:/tmp/cvs-serv27829 Modified Files: index.html index.txt Log Message: updates Index: index.html =================================================================== RCS file: /cvsroot/sqlobject/SOWeb/index.html,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** index.html 1 Oct 2003 02:42:01 -0000 1.11 --- index.html 1 Nov 2003 21:17:20 -0000 1.12 *************** *** 20,23 **** --- 20,30 ---- </center> + <div class="section" id="news"> + <h1><a name="news">News</a></h1> + <dl> + <dt>1-Nov-2003:</dt> + <dd>SQLObject 0.5 is released.</dd> + </dl> + </div> <div class="section" id="introduction"> <h1><a name="introduction">Introduction</a></h1> *************** *** 113,119 **** <div class="section" id="download"> <h1><a name="download">Download</a></h1> ! <p><a class="reference" href="http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.4.tar.gz?download">SQLObject-0.4.tar.gz</a></p> ! <p><a class="reference" href="http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.4-1.noarch.rpm?download">SQLObject-0.4-1.noarch.rpm</a></p> ! <p><a class="reference" href="http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.4.win32.exe?download">SQLObject-0.4.win32.exe</a></p> <p>You can also use <a class="reference" href="#anonymous-cvs">anonymous CVS</a> to access the latest files. However, SourceForge is currently delaying the anonymous CVS servers --- 120,126 ---- <div class="section" id="download"> <h1><a name="download">Download</a></h1> ! <p><a class="reference" href="http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.5.tar.gz?download">SQLObject-0.5.tar.gz</a></p> ! <p><a class="reference" href="http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.5-1.noarch.rpm?download">SQLObject-0.5-1.noarch.rpm</a></p> ! <p><a class="reference" href="http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.5.win32.exe?download">SQLObject-0.5.win32.exe</a></p> <p>You can also use <a class="reference" href="#anonymous-cvs">anonymous CVS</a> to access the latest files. However, SourceForge is currently delaying the anonymous CVS servers *************** *** 125,129 **** <h1><a name="documentation">Documentation</a></h1> <p><a class="reference" href="docs/FAQ.html">FAQ</a></p> ! <p><a class="reference" href="docs/News.html">New in 0.4</a></p> <p><a class="reference" href="docs/SQLObject.html">SQLObject documentation</a></p> <p><a class="reference" href="docs/SQLBuilder.html">SQLBuilder documentation</a></p> --- 132,136 ---- <h1><a name="documentation">Documentation</a></h1> <p><a class="reference" href="docs/FAQ.html">FAQ</a></p> ! <p><a class="reference" href="docs/News.html">New in 0.5</a></p> <p><a class="reference" href="docs/SQLObject.html">SQLObject documentation</a></p> <p><a class="reference" href="docs/SQLBuilder.html">SQLBuilder documentation</a></p> Index: index.txt =================================================================== RCS file: /cvsroot/sqlobject/SOWeb/index.txt,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** index.txt 1 Oct 2003 02:42:01 -0000 1.10 --- index.txt 1 Nov 2003 21:17:20 -0000 1.11 *************** *** 7,10 **** --- 7,15 ---- + News + ==== + + 1-Nov-2003: + SQLObject 0.5 is released. Introduction *************** *** 134,148 **** ======== ! SQLObject-0.4.tar.gz__ ! __ http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.4.tar.gz?download ! SQLObject-0.4-1.noarch.rpm__ ! __ http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.4-1.noarch.rpm?download ! SQLObject-0.4.win32.exe__ ! __ http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.4.win32.exe?download You can also use `anonymous CVS`_ to access the latest files. --- 139,153 ---- ======== ! SQLObject-0.5.tar.gz__ ! __ http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.5.tar.gz?download ! SQLObject-0.5-1.noarch.rpm__ ! __ http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.5-1.noarch.rpm?download ! SQLObject-0.5.win32.exe__ ! __ http://prdownloads.sourceforge.net/sqlobject/SQLObject-0.5.win32.exe?download You can also use `anonymous CVS`_ to access the latest files. *************** *** 161,165 **** __ docs/FAQ.html ! `New in 0.4`__ __ docs/News.html --- 166,170 ---- __ docs/FAQ.html ! `New in 0.5`__ __ docs/News.html |