From dce6100348f92663f855b3c791031fd5a991844a Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Mon, 26 Oct 2015 19:51:54 +0100 Subject: Remove old Appengine application. --- extras/appengine/sqlformat/templates/source.html | 60 ------------------------ 1 file changed, 60 deletions(-) delete mode 100644 extras/appengine/sqlformat/templates/source.html (limited to 'extras/appengine/sqlformat/templates/source.html') diff --git a/extras/appengine/sqlformat/templates/source.html b/extras/appengine/sqlformat/templates/source.html deleted file mode 100644 index a0ed89d..0000000 --- a/extras/appengine/sqlformat/templates/source.html +++ /dev/null @@ -1,60 +0,0 @@ -{% extends "master.html" %} - -{% block title %}Source code{% endblock %} - -{% block main %} -
-

Source Code

- -

Python Module

-

- The sources for the SQL parser and formatter module are - hosted on Google Code. - To clone the repository run: -

- hg clone http://python-sqlparse.googlecode.com/hg/ python-sqlparse -

-

- Visit the project page - | - Browse the sources online - | - API Documentation -

-

- Some relevant parts of the Python module contain code from the - pygments syntax highlighter. - The underlying Python module uses a non-validating SQL parser. - This approach makes it possible to parse even syntactically incorrect - SQL statements. -

- -

- Currently the parser module is used by - CrunchyFrog - a - database front-end for Gnome. -

- -

- The sqlparse module is released under the terms of the - New BSD License. -

- -

App Engine Application

-

- The source code for this App Engine application is available in the - examples directory of the Python module - (but it's really nothing special ;-). -

- -

Contributing

-

- Please file bug reports and feature requests on the project site at - http://code.google.com/p/python-sqlparse/issues/entry - or if you have code to contribute upload it to - http://codereview.appspot.com - and add albrecht.andi@googlemail.com as reviewer. -

- -
-{% endblock %} -- cgit v1.2.1