HTML Document (1.0.2)
by
Ihor Berehulyak
—
last modified
2009-01-16
Released on 2005-02-27 by Maik Jablonski for Zope 2 under Unavailable License available for All platforms.
Software development stage: stable
- HTML Document download link: http://mjablonski.zope.de/HTMLDocument/releases/HTMLDocument-1.0.2.tar.gz
- Homepage of HTML Document: http://mjablonski.zope.de/HTMLDocument
HTML Document - use the ZMI as CMS
The Zope Management Interface (ZMI) is a very powerful Content-Management-System, believe it or not. Compared with other CMS-solutions, the ZMI is rock-stable, easy to use and very fast! I love it!
But something is missing: A simple HTML Document which allows editing HTML-content without any background in DTML or ZPT, so you can click on "View" and see the HTML-content rendered in your page-layout. Additionally HTML Document supports WYSIWYG-editing with Epoz out of the box, which is one of the most lacking features for average users to edit content.
HTML Document takes the body of the stored HTML-content and renders it automagically with a template, so you'll can define your page-layout in DTML / ZPT and publish your HTML-content with these templates, without mixing any template-code into your content.