We're looking for a way to collect documents from different authors and put them all on the same website and in a way so they all look basically the same (colors, layout, etc.). Is this possible to do with zope? If so, how to do it? Would zope be able to preprocess the html already in the docs? Just trying to make a decision. Thanks.
On Sun, Jan 12, 2003 at 07:49:57PM -0500, gebser@ameritech.net wrote:
We're looking for a way to collect documents from different authors and put them all on the same website and in a way so they all look basically the same (colors, layout, etc.). Is this possible to do with zope?
yes, easily...
If so, how to do it?
many ways: the old standard_html_header / standard_html_footer way... the newer standard_template way (ZPT).... and the CMF / Plone way...
Would zope be able to preprocess the html already in the docs?
preprocess how? remove header & unwanted tags? Stripogram (an add-on Product for zope) can do that. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's THE DISTRACTION! (courtesy of isometric.spaceninja.com)
participants (2)
-
gebser@ameritech.net -
Paul Winkler