some FORM support for Zope

This commit is contained in:
drochner 2002-09-12 18:13:04 +00:00
parent 7e09193e84
commit 0a5c97f2e7
4 changed files with 120 additions and 0 deletions

View file

@ -0,0 +1,2 @@
Formulator is an extensible framework that eases the creation and validation
of web forms.

View file

@ -0,0 +1,16 @@
# $NetBSD: Makefile,v 1.1.1.1 2002/09/12 18:13:04 drochner Exp $
DISTNAME= Formulator-1.2.0
PKGNAME= zope25-Formulator-1.2.0
CATEGORIES= www
MASTER_SITES= http://www.zope.org/Members/faassen/Formulator/
EXTRACT_SUFX= .tgz
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.infrae.com/products/formulator
COMMENT= Zope framework for web forms
ZOPE_COPYPRODUCT= zope-std-copyproduct-short
.include "../../www/zope25/product.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,98 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2002/09/12 18:13:04 drochner Exp $
lib/zope/lib/python/Products/Formulator/CREDITS.txt
lib/zope/lib/python/Products/Formulator/DummyField.py
lib/zope/lib/python/Products/Formulator/DummyField.pyc
lib/zope/lib/python/Products/Formulator/Errors.py
lib/zope/lib/python/Products/Formulator/Errors.pyc
lib/zope/lib/python/Products/Formulator/Field.py
lib/zope/lib/python/Products/Formulator/Field.pyc
lib/zope/lib/python/Products/Formulator/FieldHelpTopic.py
lib/zope/lib/python/Products/Formulator/FieldHelpTopic.pyc
lib/zope/lib/python/Products/Formulator/FieldRegistry.py
lib/zope/lib/python/Products/Formulator/FieldRegistry.pyc
lib/zope/lib/python/Products/Formulator/Form.py
lib/zope/lib/python/Products/Formulator/Form.pyc
lib/zope/lib/python/Products/Formulator/HISTORY.txt
lib/zope/lib/python/Products/Formulator/HelperFields.py
lib/zope/lib/python/Products/Formulator/HelperFields.pyc
lib/zope/lib/python/Products/Formulator/INSTALL.txt
lib/zope/lib/python/Products/Formulator/LICENSE.txt
lib/zope/lib/python/Products/Formulator/ListTextAreaField.py
lib/zope/lib/python/Products/Formulator/ListTextAreaField.pyc
lib/zope/lib/python/Products/Formulator/MethodField.py
lib/zope/lib/python/Products/Formulator/MethodField.pyc
lib/zope/lib/python/Products/Formulator/PatternChecker.py
lib/zope/lib/python/Products/Formulator/PatternChecker.pyc
lib/zope/lib/python/Products/Formulator/README.txt
lib/zope/lib/python/Products/Formulator/StandardFields.py
lib/zope/lib/python/Products/Formulator/StandardFields.pyc
lib/zope/lib/python/Products/Formulator/TALESField.py
lib/zope/lib/python/Products/Formulator/TALESField.pyc
lib/zope/lib/python/Products/Formulator/TODO.txt
lib/zope/lib/python/Products/Formulator/Validator.py
lib/zope/lib/python/Products/Formulator/Validator.pyc
lib/zope/lib/python/Products/Formulator/Widget.py
lib/zope/lib/python/Products/Formulator/Widget.pyc
lib/zope/lib/python/Products/Formulator/__init__.py
lib/zope/lib/python/Products/Formulator/__init__.pyc
lib/zope/lib/python/Products/Formulator/dtml/FieldHelpTopic.dtml
lib/zope/lib/python/Products/Formulator/dtml/fieldAdd.dtml
lib/zope/lib/python/Products/Formulator/dtml/fieldEdit.dtml
lib/zope/lib/python/Products/Formulator/dtml/fieldListHeader.dtml
lib/zope/lib/python/Products/Formulator/dtml/fieldMessages.dtml
lib/zope/lib/python/Products/Formulator/dtml/fieldOverride.dtml
lib/zope/lib/python/Products/Formulator/dtml/fieldTales.dtml
lib/zope/lib/python/Products/Formulator/dtml/fieldTest.dtml
lib/zope/lib/python/Products/Formulator/dtml/formAdd.dtml
lib/zope/lib/python/Products/Formulator/dtml/formOrder.dtml
lib/zope/lib/python/Products/Formulator/dtml/formSettings.dtml
lib/zope/lib/python/Products/Formulator/dtml/formTest.dtml
lib/zope/lib/python/Products/Formulator/help/BasicForm.py
lib/zope/lib/python/Products/Formulator/help/BasicForm.pyc
lib/zope/lib/python/Products/Formulator/help/Field.py
lib/zope/lib/python/Products/Formulator/help/Field.pyc
lib/zope/lib/python/Products/Formulator/help/Form.py
lib/zope/lib/python/Products/Formulator/help/Form.pyc
lib/zope/lib/python/Products/Formulator/help/ZMIForm.py
lib/zope/lib/python/Products/Formulator/help/ZMIForm.pyc
lib/zope/lib/python/Products/Formulator/help/dogfood.txt
lib/zope/lib/python/Products/Formulator/help/fieldEdit.txt
lib/zope/lib/python/Products/Formulator/help/fieldMessages.txt
lib/zope/lib/python/Products/Formulator/help/fieldOverride.txt
lib/zope/lib/python/Products/Formulator/help/fieldTales.txt
lib/zope/lib/python/Products/Formulator/help/fieldTest.txt
lib/zope/lib/python/Products/Formulator/help/formContents.txt
lib/zope/lib/python/Products/Formulator/help/formOrder.txt
lib/zope/lib/python/Products/Formulator/help/formSettings.txt
lib/zope/lib/python/Products/Formulator/help/formTest.txt
lib/zope/lib/python/Products/Formulator/help/formulator_howto.txt
lib/zope/lib/python/Products/Formulator/help/formulator_motto.txt
lib/zope/lib/python/Products/Formulator/tests/README.txt
lib/zope/lib/python/Products/Formulator/tests/test_validators.py
lib/zope/lib/python/Products/Formulator/version.txt
lib/zope/lib/python/Products/Formulator/www/BasicField.gif
lib/zope/lib/python/Products/Formulator/www/CheckBoxField.gif
lib/zope/lib/python/Products/Formulator/www/DateTimeField.gif
lib/zope/lib/python/Products/Formulator/www/EmailField.gif
lib/zope/lib/python/Products/Formulator/www/FileField.gif
lib/zope/lib/python/Products/Formulator/www/FloatField.gif
lib/zope/lib/python/Products/Formulator/www/Form.gif
lib/zope/lib/python/Products/Formulator/www/IntegerField.gif
lib/zope/lib/python/Products/Formulator/www/LinesField.gif
lib/zope/lib/python/Products/Formulator/www/LinkField.gif
lib/zope/lib/python/Products/Formulator/www/ListField.gif
lib/zope/lib/python/Products/Formulator/www/MethodField.gif
lib/zope/lib/python/Products/Formulator/www/MultiCheckBoxField.gif
lib/zope/lib/python/Products/Formulator/www/MultiListField.gif
lib/zope/lib/python/Products/Formulator/www/MultipleListField.gif
lib/zope/lib/python/Products/Formulator/www/PasswordField.gif
lib/zope/lib/python/Products/Formulator/www/PatternField.gif
lib/zope/lib/python/Products/Formulator/www/RadioField.gif
lib/zope/lib/python/Products/Formulator/www/RangedIntegerField.gif
lib/zope/lib/python/Products/Formulator/www/StringField.gif
lib/zope/lib/python/Products/Formulator/www/TextAreaField.gif
@dirrm lib/zope/lib/python/Products/Formulator/www
@dirrm lib/zope/lib/python/Products/Formulator/tests
@dirrm lib/zope/lib/python/Products/Formulator/help
@dirrm lib/zope/lib/python/Products/Formulator/dtml
@dirrm lib/zope/lib/python/Products/Formulator

View file

@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2002/09/12 18:13:04 drochner Exp $
SHA1 (zope/Formulator-1.2.0.tgz) = 7ba8b60ac4b65cac2360ab8684b87c44458afab1
Size (zope/Formulator-1.2.0.tgz) = 53997 bytes