Index of /www001/src/ports/www/zope-formulator/work/Formulator

      Name                    Last modified       Size  Description

[DIR] Parent Directory 23-Jan-2008 20:32 - [TXT] CREDITS.txt 24-Dec-2005 15:16 4k [   ] DummyField.py 18-Feb-2004 11:19 1k [   ] DummyField.pyc 18-Jan-2008 20:31 2k [   ] Errors.py 07-Dec-2005 10:39 1k [   ] Errors.pyc 18-Jan-2008 20:31 2k [   ] FSForm.py 25-Sep-2003 07:08 3k [   ] FSForm.pyc 18-Jan-2008 20:31 3k [   ] Field.py 24-Dec-2005 14:26 21k [   ] Field.pyc 18-Jan-2008 20:31 24k [   ] FieldHelpTopic.py 18-Feb-2004 11:19 1k [   ] FieldHelpTopic.pyc 18-Jan-2008 20:31 2k [   ] FieldRegistry.py 16-Aug-2005 11:14 6k [   ] FieldRegistry.pyc 18-Jan-2008 20:31 6k [   ] Form.py 25-Jan-2006 09:23 40k [   ] Form.pyc 18-Jan-2008 20:31 44k [   ] FormToXML.py 12-Dec-2005 05:29 4k [   ] FormToXML.pyc 18-Jan-2008 20:31 4k [   ] FormulatorFormFile.py 05-Sep-2004 10:49 5k [   ] FormulatorFormFile.pyc 18-Jan-2008 20:31 7k [TXT] HISTORY.txt 02-Feb-2006 02:39 22k [   ] HelperFields.py 04-Oct-2001 15:54 1k [   ] HelperFields.pyc 18-Jan-2008 20:31 1k [TXT] INSTALL.txt 07-Dec-2005 09:01 4k [TXT] LICENSE.txt 19-Jan-2005 03:36 1k [   ] ListTextAreaField.py 18-Feb-2004 11:19 2k [   ] ListTextAreaField.pyc 18-Jan-2008 20:31 3k [   ] MethodField.py 18-Feb-2004 11:19 2k [   ] MethodField.pyc 18-Jan-2008 20:31 5k [   ] PatternChecker.py 22-Apr-2005 15:30 4k [   ] PatternChecker.pyc 18-Jan-2008 20:31 6k [   ] ProductForm.py 03-Jul-2003 14:44 5k [   ] ProductForm.pyc 18-Jan-2008 20:31 4k [   ] StandardFields.py 06-Aug-2004 15:28 9k [   ] StandardFields.pyc 18-Jan-2008 20:31 15k [   ] TALESField.py 18-Feb-2004 11:19 2k [   ] TALESField.pyc 18-Jan-2008 20:31 5k [TXT] TODO.txt 18-Feb-2004 11:19 1k [   ] Validator.py 24-Dec-2005 14:57 30k [   ] Validator.pyc 18-Jan-2008 20:31 33k [   ] Widget.py 24-Dec-2005 15:59 40k [   ] Widget.pyc 18-Jan-2008 20:31 39k [   ] XMLObjects.py 18-Feb-2004 11:19 3k [   ] XMLObjects.pyc 18-Jan-2008 20:31 6k [   ] XMLToForm.py 24-Dec-2005 14:52 5k [   ] XMLToForm.pyc 18-Jan-2008 20:31 4k [   ] __init__.py 07-Dec-2005 10:39 4k [   ] __init__.pyc 18-Jan-2008 20:31 3k [   ] configure.zcml 07-Dec-2005 09:01 1k [DIR] dtml/ 02-Feb-2006 08:22 - [DIR] help/ 18-Jan-2008 20:31 - [   ] helpers.py 21-Aug-2004 16:00 1k [   ] helpers.pyc 18-Jan-2008 20:31 1k [TXT] homepage.html 18-Feb-2004 11:19 2k [DIR] i18n/ 18-Jan-2008 20:31 - [   ] monkey.py 07-Dec-2005 10:39 1k [   ] monkey.pyc 18-Jan-2008 20:31 1k [TXT] refresh.txt 14-Jan-2004 09:39 1k [DIR] tests/ 18-Jan-2008 20:31 - [TXT] version.txt 02-Feb-2006 02:39 1k [DIR] www/ 02-Feb-2006 08:22 -

Formulator

  Formulator is a tool to help with the creation and validation of web
  forms. Form fields are stored as objects in Zope, in a special Form
  folder.

Features

  * manage form fields through the Zope management interface.

  * manage field look & feel as well as validation and processing
    behavior.

  * automatic field validation.

  * determine field order and group fields together.

  * easy extensibility with new field types.

  * online help.

  * serialization of form to XML and back.

Installation and Requirements

  See INSTALL.txt for more information on installing Formulator.

Information

  Formulator comes with online help, so click on 'Help!' in the Zope
  management screens. If you want your brain to explode, read the
  'How Formulator Eats its Own Dogfood' help topic.

  Information is also available at the Formulator web site:

     http://www.infrae.com/products/formulator

  There are also instructions to join the Formulator mailing list there.
  Discussion about Formulator should preferably happen on the mailing list
  first, though you can always mail me as well. But please consider the
  list if you have questions or suggestions.

  Even more info can be found by reading the source. :)