From: <ian...@us...> - 2003-07-05 04:47:22
|
Update of /cvsroot/sqlobject/SOWeb In directory sc8-pr-cvs1:/tmp/cvs-serv22908 Modified Files: index.html Log Message: got rid of header backlinks Index: index.html =================================================================== RCS file: /cvsroot/sqlobject/SOWeb/index.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** index.html 5 Jul 2003 04:39:06 -0000 1.5 --- index.html 5 Jul 2003 04:47:02 -0000 1.6 *************** *** 23,27 **** </div> <div class="section" id="introduction"> ! <h1><a class="toc-backref" href="#id8" name="introduction">Introduction</a></h1> <p>SQLObject is an <em>object-relational mapper</em>. It allows you to translate RDBMS table rows into Python objects, and manipulate those --- 23,27 ---- </div> <div class="section" id="introduction"> ! <h1><a name="introduction">Introduction</a></h1> <p>SQLObject is an <em>object-relational mapper</em>. It allows you to translate RDBMS table rows into Python objects, and manipulate those *************** *** 38,42 **** </div> <div class="section" id="example"> ! <h1><a class="toc-backref" href="#id9" name="example">Example</a></h1> <p>I love examples. Examples give a feel for the aesthetic of the API, which matters to me a great deal. This is just a snippet that creates --- 38,42 ---- </div> <div class="section" id="example"> ! <h1><a name="example">Example</a></h1> <p>I love examples. Examples give a feel for the aesthetic of the API, which matters to me a great deal. This is just a snippet that creates *************** *** 86,90 **** </div> <div class="section" id="community"> ! <h1><a class="toc-backref" href="#id10" name="community">Community</a></h1> <p><a class="reference" href="http://lists.sourceforge.net/lists/listinfo/sqlobject-discuss">Join the mailing list</a> or visit the <a class="reference" href="http://sourceforge.net/mailarchive/forum.php?forum=sqlobject-discuss">sqlobject-discuss archives</a>.</p> <p>If you are tracking changes, keeping up with CVS is helpful. To --- 86,90 ---- </div> <div class="section" id="community"> ! <h1><a name="community">Community</a></h1> <p><a class="reference" href="http://lists.sourceforge.net/lists/listinfo/sqlobject-discuss">Join the mailing list</a> or visit the <a class="reference" href="http://sourceforge.net/mailarchive/forum.php?forum=sqlobject-discuss">sqlobject-discuss archives</a>.</p> <p>If you are tracking changes, keeping up with CVS is helpful. To *************** *** 98,102 **** </div> <div class="section" id="bugs-patches-etc"> ! <h1><a class="toc-backref" href="#id11" name="bugs-patches-etc">Bugs, patches, etc</a></h1> <p>Please submit bugs and patches to the <a class="reference" href="http://sourceforge.net/tracker/?atid=540672&group_id=74338&func=browse">SourceForge bug tracker</a>. You might want to send mail to the mailing list before generating --- 98,102 ---- </div> <div class="section" id="bugs-patches-etc"> ! <h1><a name="bugs-patches-etc">Bugs, patches, etc</a></h1> <p>Please submit bugs and patches to the <a class="reference" href="http://sourceforge.net/tracker/?atid=540672&group_id=74338&func=browse">SourceForge bug tracker</a>. You might want to send mail to the mailing list before generating *************** *** 107,111 **** </div> <div class="section" id="download"> ! <h1><a class="toc-backref" href="#id12" 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> --- 107,111 ---- </div> <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> *************** *** 113,117 **** </div> <div class="section" id="documentation"> ! <h1><a class="toc-backref" href="#id13" name="documentation">Documentation</a></h1> <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> --- 113,117 ---- </div> <div class="section" id="documentation"> ! <h1><a name="documentation">Documentation</a></h1> <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> |