[SQL-CVS] r943 - trunk/SQLObject/docs/web
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <sub...@co...> - 2005-08-25 08:26:22
|
Author: ianb Date: 2005-08-25 08:26:12 +0000 (Thu, 25 Aug 2005) New Revision: 943 Modified: trunk/SQLObject/docs/web/links.txt Log: Added a bunch of links Modified: trunk/SQLObject/docs/web/links.txt =================================================================== --- trunk/SQLObject/docs/web/links.txt 2005-08-24 19:47:11 UTC (rev 942) +++ trunk/SQLObject/docs/web/links.txt 2005-08-25 08:26:12 UTC (rev 943) @@ -35,6 +35,13 @@ * `Anemon <http://anemon.org/wikini/wakka.php?wiki=FirstPage>`_ DHCP server. +* `Planet Plus <http://planetplus.python-hosting.com/>`_; a `CherryPy + <http://cherrypy.org>`_ public feed aggregator. + +* `Guten <http://guten.sourceforge.net/>`_; an application for + browsing, reading, and managing books from `Project Gutenberg + <http://www.gutenberg.org/>`_. + Articles and Documentation -------------------------- @@ -54,3 +61,8 @@ * `Connecting databases to Python with SQLObject <http://www-128.ibm.com/developerworks/library/os-pythonsqlo/index.html?ca=drs>`_; an article at DeveloperWorks. + +* `Handling Form data with Formencode + SQLObject + <http://www.groovie.org/articles/2005/08/24/handling-form-data-with-formencode-sqlobject>`_; + a post by Ben Bangert about using SQLObject with `FormEncode + <http://formencode.org>`_. |