cybertools/browser
helmutm 3ea664a763 a whole bunch of work mainly introducing viewlet stuff; and a few renames...
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@646 fd906abe-77d9-0310-91a1-e0d9ade77398
2005-10-31 15:44:01 +00:00
..
skin a whole bunch of work mainly introducing viewlet stuff; and a few renames... 2005-10-31 15:44:01 +00:00
__init__.py a whole bunch of work mainly introducing viewlet stuff; and a few renames... 2005-10-31 15:44:01 +00:00
configure.zcml first steps towards using/integrating the viewlet and menu stuff 2005-10-18 06:01:13 +00:00
menu.py first steps towards using/integrating the viewlet and menu stuff 2005-10-18 06:01:13 +00:00
pageprovider.py a whole bunch of work mainly introducing viewlet stuff; and a few renames... 2005-10-31 15:44:01 +00:00
README.txt a whole bunch of work mainly introducing viewlet stuff; and a few renames... 2005-10-31 15:44:01 +00:00
viewlets.py first steps towards using/integrating the viewlet and menu stuff 2005-10-18 06:01:13 +00:00

Use Content Providers and Viewlets for setting up web pages
===========================================================

We first set up a test and working environment:

    >>> from zope.app import zapi
    >>> from zope.app.testing import ztapi
    >>> from cybertools.browser.pageprovider import BaseView, PageProviderView
    >>> from cybertools.browser.pageprovider import PageProvider