[SQL-CVS] SOWeb index.html,1.9,1.10 index.txt,1.8,1.9
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <ian...@us...> - 2003-09-29 07:23:38
|
Update of /cvsroot/sqlobject/SOWeb In directory sc8-pr-cvs1:/tmp/cvs-serv31905 Modified Files: index.html index.txt Log Message: Added banner image; changed navigation of front page. Index: index.html =================================================================== RCS file: /cvsroot/sqlobject/SOWeb/index.html,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** index.html 7 Sep 2003 18:21:38 -0000 1.9 --- index.html 29 Sep 2003 07:23:24 -0000 1.10 *************** *** 5,25 **** <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" /> </head> <body> ! <div class="document" id="sqlobject"> ! <h1 class="title">SQLObject</h1> ! <div class="contents topic" id="contents"> ! <p class="topic-title"><a name="contents">Contents</a></p> ! <ul class="simple"> ! <li><a class="reference" href="#introduction" id="id10" name="id10">Introduction</a></li> ! <li><a class="reference" href="#example" id="id11" name="id11">Example</a></li> ! <li><a class="reference" href="#community" id="id12" name="id12">Community</a></li> ! <li><a class="reference" href="#bugs-patches-etc" id="id13" name="id13">Bugs, patches, etc</a></li> ! <li><a class="reference" href="#download" id="id14" name="id14">Download</a></li> ! <li><a class="reference" href="#documentation" id="id15" name="id15">Documentation</a></li> ! </ul> ! </div> <div class="section" id="introduction"> <h1><a name="introduction">Introduction</a></h1> --- 5,20 ---- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="Docutils 0.3.0: http://docutils.sourceforge.net/" /> <link rel="stylesheet" href="default.css" type="text/css" /> </head> <body> ! <div class="document"> ! <center> ! <img src="images/sqlobject-700.png" height="117" width="700"> ! <br> ! ! <a class="reference" href="#community" id="id12" name="id12">Mailing List, Bugs, etc.</a> | ! <a class="reference" href="#download" id="id14" name="id14">Download</a> | ! <a class="reference" href="#documentation" id="id15" name="id15">Documentation</a> ! </center> <div class="section" id="introduction"> <h1><a name="introduction">Introduction</a></h1> *************** *** 101,104 **** --- 96,101 ---- <p><a class="reference" href="http://sourceforge.net/cvs/?group_id=74338">Read more about CVS access</a> or <a class="reference" href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/sqlobject">browse CVS online</a>.</p> <p>The author sometimes hangs out in IRC on <tt class="literal"><span class="pre">#webware</span></tt> on <tt class="literal"><span class="pre">irc.freenode.net</span></tt>.</p> + <p>If you'd like to use a SQLObject image on your website, see the <a class="reference" href="http://sqlobject.org/images/">images index</a> for images like:</p> + <p><img alt="SQLObject Image sample" height="50" src="http://sqlobject.org/images/sqlobject-300-white.png" width="300" /></p> </div> <div class="section" id="bugs-patches-etc"> Index: index.txt =================================================================== RCS file: /cvsroot/sqlobject/SOWeb/index.txt,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** index.txt 7 Sep 2003 18:19:58 -0000 1.8 --- index.txt 29 Sep 2003 07:23:24 -0000 1.9 *************** *** 1,7 **** ! ~~~~~~~~~ ! SQLObject ! ~~~~~~~~~ ! ! .. contents:: Introduction --- 1,4 ---- ! .. raw:: html ! :file: index-header.ht Introduction *************** *** 106,109 **** --- 103,115 ---- The author sometimes hangs out in IRC on ``#webware`` on ``irc.freenode.net``. + + If you'd like to use a SQLObject image on your website, see the `images index`_ for images like: + + .. image:: http://sqlobject.org/images/sqlobject-300-white.png + :height: 50 + :width: 300 + :alt: SQLObject Image sample + + .. _`images index`: http://sqlobject.org/images/ Bugs, patches, etc |