cybertools/browser
helmutm 65cf93e338 use resourceBase (for switching skin for resource); added print.css
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1135 fd906abe-77d9-0310-91a1-e0d9ade77398
2006-03-21 16:47:39 +00:00
..
liquid use resourceBase (for switching skin for resource); added print.css 2006-03-21 16:47:39 +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 Created 'Liquid' skin 2005-12-03 14:27:13 +00:00
ftests.py Reorganized cybertools package 2005-11-01 10:09:31 +00:00
menu.py first steps towards using/integrating the viewlet and menu stuff 2005-10-18 06:01:13 +00:00
pageprovider.py Reorganized cybertools package 2005-11-01 10:09:31 +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
tests.py work in progress: cybertools.relation package 2005-11-02 08:00:17 +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