Commit Graph

16 Commits

Author SHA1 Message Date
Neil Schemenauer a3b99ca5b7 Update git URL, required Python version. 2017-11-27 10:28:22 -08:00
Neil Schemenauer 0e7103a5f8 Python 3 fixes for PTL doc. 2017-11-24 11:05:38 -08:00
Neil Schemenauer 3a590f58b8 Revise session-mgmt.txt, session ID format has changed. 2017-11-24 11:03:29 -08:00
Neil Schemenauer 3daccc1e5a Revise PTL documentation: print function, remove refs to ZODB. 2017-08-15 12:43:04 -07:00
Neil Schemenauer 660d72d1f2 Trival changes to support Python 3. 2016-03-24 22:25:53 +00:00
Neil Schemenauer efe8e3d235 Prepare 2.9 release.
There was a packaging error for 2.8.  It included files not intended
to be released which broke the 'ptl' package.  This release repairs
that error and includes a small change to random session tokens.
2015-12-08 11:25:25 -08:00
Neil Schemenauer 5a2856c6d5 Remove generated HTML docs from the version control system. 2012-01-02 13:49:37 -06:00
Neil Schemenauer b799be7d7f Update documentation for 2.8 changes.
Mention the export() decorator.  Simplify the explaination of
the mini demo.  Suggest starting the server using python -m
<module> since that avoids platform dependant paths.  Explain
how to make simple_server listen on a public interface.  Include
the latest docutils stylesheet.
2012-01-02 13:38:24 -06:00
Neil Schemenauer 1940923eef Enable stricter HTTP request method checking.
By default, only allow GET, HEAD, and POST.  Allowed methods
can be set by the ALLOWED_METHODS config.  All methods can
be allowed by setting ALLOWED_METHODS to None.
2012-01-02 13:19:06 -06:00
Neil Schemenauer b5db7adfaf Add export() and subdir() decorators for managing _q_exports. 2012-01-02 13:04:20 -06:00
Neil Schemenauer d9edfad6c3 Use SCGIMount directive in documentation. 2008-04-05 20:09:39 -06:00
C. Titus Brown a73c2957be Reorganize source
Added some simple WSGI documentation; cleaned up test code a bit.
Added test server status check.  Moved the quixote package into the
quixote/ subdirectory.  Added nose+twill tests under tests/.
2008-04-05 20:09:39 -06:00
Neil Schemenauer 9dcf65dfe2 Don't try to process non-ReST text files with rst2html 2008-04-05 20:09:38 -06:00
Neil Schemenauer 67a2f351c0 Update README and LICENSE. 2008-04-05 20:09:37 -06:00
Neil Schemenauer 2e20d02bf7 Remove Subversion keywords. 2008-04-05 20:09:37 -06:00
Neil Schemenauer d6b73c5768 Import Quixote 2.4. 2006-03-15 17:58:21 -07:00