Update README and LICENSE.

This commit is contained in:
Neil Schemenauer 2006-03-16 19:48:55 -07:00
parent 2e20d02bf7
commit 67a2f351c0
7 changed files with 60 additions and 22 deletions

View File

19
CHANGES.txt Normal file
View File

@ -0,0 +1,19 @@
Summary of changes
------------------
2.5 (released 2006-MM-DD):
* Remove Subversion keywords. Update README. --Neil Schemenauer
Author index
------------
Neil Schemenauer <nas@arctrix.com>
Older changes
-------------
See doc/CHANGES_24.txt for changes up to version 2.4.

26
LICENSE.txt Normal file
View File

@ -0,0 +1,26 @@
This version of Quixote is derived from Quixote 2.4, released by CNRI.
See doc/LICENSE_24.txt for the licensing terms of that release. Changes
made since that release are summarized in the CHANGES.txt file along
with a list of authors. Those changes are made available under the
following terms (commonly known as the MIT/X license).
Copyright (c) the Quixote developers
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View File

@ -1,17 +1,18 @@
Quixote
=======
Quixote is a framework for developing Web applications in Python.
The target is web applications that are developed and maintained
by Python programmers.
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. The use of PTL is not required in Quixote
applications, but we recommend it. Details about PTL are provided
in doc/PTL.txt.
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
@ -33,26 +34,18 @@ Look in the doc/ directory.
Authors, copyright, and license
===============================
Quixote was originally written by Andrew Kuchling, Neil Schemenauer, and
Greg Ward.
A list of contributors appears in the ACKS file.
Copyright (c) 2000-2005 CNRI.
Quixote is distributed under the CNRI Open Source License Agreement.
See LICENSE for details.
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.mems-exchange.org/software/quixote/
http://www.quixote.ca/
Discussion of Quixote occurs on the quixote-users mailing list:
http://mail.mems-exchange.org/mailman/listinfo/quixote-users/
To follow development at the most detailed level by seeing every
checkin, join the quixote-checkins mailing list:
http://mail.mems-exchange.org/mailman/listinfo/quixote-checkins/

View File

@ -3,7 +3,7 @@
#
TXT_FILES = $(wildcard *.txt)
HTML_FILES = $(filter-out ZPL%,$(TXT_FILES:%.txt=%.html))
HTML_FILES = $(filter-out LICENSE_24%,$(TXT_FILES:%.txt=%.html))
RST2HTML = /www/python/bin/rst2html
RST2HTML_OPTS = -o us-ascii