From 882205e8345ddacbbc0e59bc092f43e7e1f5d2cf Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Mon, 6 Apr 2009 21:51:36 +0200 Subject: Updated some top-level docs. --- COPYING | 2 +- README | 28 +++++++++------------------- TODO | 2 +- 3 files changed, 11 insertions(+), 21 deletions(-) diff --git a/COPYING b/COPYING index 0334d9f..7b158da 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2008, Andi Albrecht +Copyright (c) 2009, Andi Albrecht All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/README b/README index b3ac31f..1996714 100644 --- a/README +++ b/README @@ -6,20 +6,6 @@ sqlparse is a non-validating SQL parser module for Python. Parts of the code are based on pygments written by Georg Brandl and others. pygments-Homepage: http://pygments.org/ -Run Tests ---------- - - python test/run_tests.py - - -Create Documentation --------------------- - -You need `Sphinx`_ installed on your system to build the documentation. - - cd docs/ - make html - Install ------- @@ -31,14 +17,18 @@ Run with root privileges to install python-sqlparse on your system. +Run Tests +--------- + + python test/run_tests.py + + Links ----- -Source code: http://github.com/andialbrecht/python-sqlparse - +Project page: http://python-sqlparse.googlecode.com +Source code: http://bitbucket.org/andialbrecht/python-sqlparse -python-sqlparse is licensed under the BSD license: -http://github.com/andialbrecht/python-sqlparse +python-sqlparse is licensed under the BSD license. -.. _Sphinx: http://sphinx.pocoo.org/ diff --git a/TODO b/TODO index 77f09f5..379b778 100644 --- a/TODO +++ b/TODO @@ -1 +1 @@ -- Add GQL dialect. \ No newline at end of file +* Fix bugs on issue tracker. \ No newline at end of file -- cgit v1.2.1