# HG changeset patch # User catherine@dellzilla # Date 1237925369 14400 # Node ID a8ac8c1b90cb6276bc571e75fcc55a9d64fde5f4 # Parent 231964a69c0afc9f8bc965b7cedd98470d77449c adding links to docs diff -r 231964a69c0a -r a8ac8c1b90cb docs/source/intro.rst --- 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.