Author: phd
Date: Tue Apr 3 12:34:50 2012
New Revision: 4521
Log:
Added a link to SQLObject wiki at Google Sites.
Modified:
SQLObject/trunk/docs/News.txt
SQLObject/trunk/docs/community.txt
Modified: SQLObject/trunk/docs/News.txt
==============================================================================
--- SQLObject/trunk/docs/News.txt Sat Mar 31 04:41:26 2012 (r4520)
+++ SQLObject/trunk/docs/News.txt Tue Apr 3 12:34:50 2012 (r4521)
@@ -21,7 +21,7 @@
* PostgresConnection performs translation of exceptions to standard
SQLObject's hierarchy of exceptions.
-* Major update in FirebirdConnection: introspection was completely
+* Major update of FirebirdConnection: introspection was completely
rewritten and extended; ``charset`` was renamed to ``dbEncoding``;
a longstanding bug was fixed - pass port to connect().
Modified: SQLObject/trunk/docs/community.txt
==============================================================================
--- SQLObject/trunk/docs/community.txt Sat Mar 31 04:41:26 2012 (r4520)
+++ SQLObject/trunk/docs/community.txt Tue Apr 3 12:34:50 2012 (r4521)
@@ -25,6 +25,9 @@
The `Author List <docs/Authors.html>`_ tries to list all the major
contributors.
+One can also contribute to `community-editable recipe/documentation site
+<https://sites.google.com/site/sqlobject/>`_.
+
.. image:: http://sflogo.sourceforge.net/sflogo.php?group_id=74338&type=10
:target: http://sourceforge.net/projects/sqlobject
:class: noborder
|