changeset 299:a8ac8c1b90cb

adding links to docs
author catherine@dellzilla
date Tue, 24 Mar 2009 16:09:29 -0400
parents 231964a69c0a
children 154c2e44abce
files docs/source/intro.rst
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/source/intro.rst	Tue Mar 24 15:44:17 2009 -0400
+++ b/docs/source/intro.rst	Tue Mar 24 16:09:29 2009 -0400
@@ -1,6 +1,11 @@
 Introduction
 ============
 
+* Original project homepage: https://twiki.cern.ch/twiki/bin/view/PSSGroup/SqlPython
+* PyPI: http://pypi.python.org/pypi/sqlpython
+* News: http://catherinedevlin.blogspot.com/search/label/sqlpython
+* Current docs: http://packages.python.org/sqlpython/
+
 SQLPython is a command-line interface to Oracle databases.  It is intended as an alternative to Oracle's
 SQL\*Plus.  For the most part, it can be used the same way SQL\*Plus would be used; this documentation
 focuses on the places where SQLPython differs.