Metadata-Version: 1.0
Name: z3c.formdemo
Version: 1.0.0
Summary: A set of demo applications for z3c.form and z3c.formui
Home-page: http://svn.zope.org/z3c.formdemo
Author: Stephan Richter, Roger Ineichen and the Zope Community
Author-email: zope3-dev@zope.org
License: ZPL 2.1
Description: =====================================================
        Demo Applications for ``z3c.form`` and ``z3c.formui``
        =====================================================
        
        This package contains several small demo applications for the ``z3c.form`` and
        ``z3c.formui`` packages.
        
        * TABLE- versus DIV-based layout of all widgets.
        
        * A simple Hello World message application demonstrating the easiest way to
        write add, edit and display forms.
        
        * A simple calculator showing the flexibility of the new action declaration
        framework by declaring different classes of buttons.
        
        * A linear wizard shows off the sub-form capabilities of z3c.form. It also
        demonstrates how one can overcome the short-coming of an object widget.
        
        * A simple table/spreadsheet that allows adding and editing as simple content
        object. This demo also shows the usage of forms and ``zc.table`` at the same
        time.
        
        Running the Demo out of the box
        -------------------------------
        
        You can also run the demo directly without manually installing Zope 3::
        
        $ svn co svn://svn.zope.org/repos/main/z3c.formdemo/trunk formdemo
        $ cd formdemo
        $ python bootstrap.py
        $ ./bin/buildout
        $ ./bin/demo fg
        
        Then access the demo site using:
        
        http://localhost:8080/
        
Keywords: zope3 form widget
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
