Update of /cvsroot/sqlobject/SOWeb
In directory sc8-pr-cvs1:/tmp/cvs-serv29475
Modified Files:
index.html index.txt
Log Message:
Added FAQ (plus link+regen)
Index: index.html
===================================================================
RCS file: /cvsroot/sqlobject/SOWeb/index.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** index.html 5 Jul 2003 18:43:39 -0000 1.7
--- index.html 21 Aug 2003 05:06:58 -0000 1.8
***************
*** 4,8 ****
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
! <meta name="generator" content="Docutils 0.2.8: http://docutils.sourceforge.net/" />
<title>SQLObject</title>
<link rel="stylesheet" href="default.css" type="text/css" />
--- 4,8 ----
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
! <meta name="generator" content="Docutils 0.3.0: http://docutils.sourceforge.net/" />
<title>SQLObject</title>
<link rel="stylesheet" href="default.css" type="text/css" />
***************
*** 14,23 ****
<p class="topic-title"><a name="contents">Contents</a></p>
<ul class="simple">
! <li><a class="reference" href="#introduction" id="id8" name="id8">Introduction</a></li>
! <li><a class="reference" href="#example" id="id9" name="id9">Example</a></li>
! <li><a class="reference" href="#community" id="id10" name="id10">Community</a></li>
! <li><a class="reference" href="#bugs-patches-etc" id="id11" name="id11">Bugs, patches, etc</a></li>
! <li><a class="reference" href="#download" id="id12" name="id12">Download</a></li>
! <li><a class="reference" href="#documentation" id="id13" name="id13">Documentation</a></li>
</ul>
</div>
--- 14,23 ----
<p class="topic-title"><a name="contents">Contents</a></p>
<ul class="simple">
! <li><a class="reference" href="#introduction" id="id9" name="id9">Introduction</a></li>
! <li><a class="reference" href="#example" id="id10" name="id10">Example</a></li>
! <li><a class="reference" href="#community" id="id11" name="id11">Community</a></li>
! <li><a class="reference" href="#bugs-patches-etc" id="id12" name="id12">Bugs, patches, etc</a></li>
! <li><a class="reference" href="#download" id="id13" name="id13">Download</a></li>
! <li><a class="reference" href="#documentation" id="id14" name="id14">Documentation</a></li>
</ul>
</div>
***************
*** 65,71 ****
</pre>
<p>SQLObject supports most database schemas that you already have, and
! can also issue the <tt class="literal"><span class="pre">CREATE</span></tt> statement for you. Postgres and SQLite are
! also supported, and SQLObject provides an abstraction layer that helps
! make your application much more portable between these databases.</p>
<p>Here's how you'd use the object:</p>
<pre class="literal-block">
--- 65,72 ----
</pre>
<p>SQLObject supports most database schemas that you already have, and
! can also issue the <tt class="literal"><span class="pre">CREATE</span></tt> statement for you. Postgres and SQLite
! are also supported (with Sybase and Firebird in the working), and
! SQLObject provides an abstraction layer that helps make your
! application much more portable between these databases.</p>
<p>Here's how you'd use the object:</p>
<pre class="literal-block">
***************
*** 115,118 ****
--- 116,120 ----
<div class="section" id="documentation">
<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>
Index: index.txt
===================================================================
RCS file: /cvsroot/sqlobject/SOWeb/index.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** index.txt 5 Jul 2003 18:43:39 -0000 1.5
--- index.txt 21 Aug 2003 05:06:58 -0000 1.6
***************
*** 52,58 ****
SQLObject supports most database schemas that you already have, and
! can also issue the ``CREATE`` statement for you. Postgres and SQLite are
! also supported, and SQLObject provides an abstraction layer that helps
! make your application much more portable between these databases.
Here's how you'd use the object::
--- 52,59 ----
SQLObject supports most database schemas that you already have, and
! can also issue the ``CREATE`` statement for you. Postgres and SQLite
! are also supported (with Sybase and Firebird in the working), and
! SQLObject provides an abstraction layer that helps make your
! application much more portable between these databases.
Here's how you'd use the object::
***************
*** 125,128 ****
--- 126,133 ----
Documentation
=============
+
+ `FAQ`__
+
+ __ docs/FAQ.html
`New in 0.4`__
|