Quixote Extras
hist

<root> / shalabh

non-qx/ shalabh 2005-10-22 18:54:12
svn_browser/ shalabh 2005-11-01 02:23:43
README shalabh 2005-10-31 08:18:49
formutil.py shalabh 2005-10-22 10:13:20
quixatom.ptl shalabh 2005-10-22 22:31:54


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.