Quixote Extras
hist

<root> / shalabh / README

formutil.py

  Enhancements for the Quixote form2 library:
  * TitledForm - A form with a form title in a div (class=form-title) at
    the top of the form - useful for styling.

  * UForm - A form that can co-exist with other UForms on the same page
    without getting confused about who was submitted. UForms are titled
    as well.

  * CheckedStringWidget - A string widget that ensures max size.

  * CheckedTextWidget - A text widget that ensures max size.

quixatom.ptl

  PTL for Atom feed generation

svn_browser/

  Web interface to subversion. Requires subversion 1.2 and the
  default python bindings.

non-qx/pysvn/

  Python subversion bindings using pyrex. Previously used by
  svn_browser. No longer used but interesting sample of pyrex
  code.