Debian packaging for Quixote 3
Go to file
Neil Schemenauer 67a2f351c0 Update README and LICENSE. 2008-04-05 20:09:37 -06:00
demo Remove Subversion keywords. 2008-04-05 20:09:37 -06:00
doc Update README and LICENSE. 2008-04-05 20:09:37 -06:00
form Remove Subversion keywords. 2008-04-05 20:09:37 -06:00
form1 Remove Subversion keywords. 2008-04-05 20:09:37 -06:00
html Remove Subversion keywords. 2008-04-05 20:09:37 -06:00
ptl Remove Subversion keywords. 2008-04-05 20:09:37 -06:00
server Remove Subversion keywords. 2008-04-05 20:09:37 -06:00
test Import Quixote 2.4. 2006-03-15 17:58:21 -07:00
ACKS.txt Update README and LICENSE. 2008-04-05 20:09:37 -06:00
CHANGES.txt Update README and LICENSE. 2008-04-05 20:09:37 -06:00
LICENSE.txt Update README and LICENSE. 2008-04-05 20:09:37 -06:00
MANIFEST.in Import Quixote 2.4. 2006-03-15 17:58:21 -07:00
README.txt Update README and LICENSE. 2008-04-05 20:09:37 -06:00
TODO Import Quixote 2.4. 2006-03-15 17:58:21 -07:00
__init__.py Remove Subversion keywords. 2008-04-05 20:09:37 -06:00
config.py Remove Subversion keywords. 2008-04-05 20:09:37 -06:00
directory.py Remove Subversion keywords. 2008-04-05 20:09:37 -06:00
errors.py Remove Subversion keywords. 2008-04-05 20:09:37 -06:00
http_request.py Remove Subversion keywords. 2008-04-05 20:09:37 -06:00
http_response.py Remove Subversion keywords. 2008-04-05 20:09:37 -06:00
logger.py Remove Subversion keywords. 2008-04-05 20:09:37 -06:00
publish.py Remove Subversion keywords. 2008-04-05 20:09:37 -06:00
publish1.py Remove Subversion keywords. 2008-04-05 20:09:37 -06:00
sendmail.py Remove Subversion keywords. 2008-04-05 20:09:37 -06:00
session.py Remove Subversion keywords. 2008-04-05 20:09:37 -06:00
setup.py Remove Subversion keywords. 2008-04-05 20:09:37 -06:00
util.py Remove Subversion keywords. 2008-04-05 20:09:37 -06:00

README.txt

Quixote
=======

Quixote is a framework for developing Web applications in Python.
The target is web applications that are developed and maintained by
Python programmers.  See http://www.quixote.ca/users for a list of
applications using Quixote.

Quixote requires Python 2.3 or greater to run.  For installation
instructions, see the doc/INSTALL.txt file.

Quixote includes PTL, the Python Template Language for producing
HTML with Python code.  Note that the use of PTL is not required in
Quixote applications.  Details about PTL are provided in
doc/PTL.txt.

If you're switching to a newer version of Quixote from an older
version, please refer to doc/upgrading.txt for explanations of any
backward-incompatible changes.  


Installation
=============

See doc/INSTALL.txt.


Documentation
=============

Look in the doc/ directory.


Authors, copyright, and license
===============================

Quixote is copyrighted and made available under open source
licensing terms.  See LICENSE.txt for the details.  The ACKS.txt
file lists people who have assisted in the development of Quixote.
The CHANGES.txt file summarizes the changes made since version 2.4
and lists the authors of those changes.


Availability, home page, and mailing lists
==========================================

The Quixote home page is:
    http://www.quixote.ca/

Discussion of Quixote occurs on the quixote-users mailing list:
    http://mail.mems-exchange.org/mailman/listinfo/quixote-users/