17 Jan
2003
17 Jan
'03
9 p.m.
Andrew Altepeter wrote at 2003-1-17 10:02 -0600:
I am working on a content management solution for 'fairly-static' content. One of the requirements is that site-maintainers need to be able to create new html files using dreamweaver or front page, and upload those documents into zope.
These html documents are really page templates. I have read in the Zope Book that the only way to upload page templates in Zope 2.6 is to first go into the ZMI and add a page template, then using your ftp program, upload to /zope/path/page_template/source.html. This is true only for a plain vanilla installation.
When you install a so called PUTFactory, you can create whatever type of object your PUTFactory is able to. There is a HowTo on Zope.org. Dieter