[Zope] ZopeWeaver?
albert boulanger
aboulang@ldeo.columbia.edu
Wed, 29 Nov 2000 18:16:24 -0500 (EST)
From: Dieter Maurer <dieter@handshake.de>
Date: Thu, 30 Nov 2000 00:05:30 +0100 (CET)
Cc: stefan@epy.co.at, simon@nipltd.com, zope@zope.org,
jasonic@nomadicsltd.com (stefan@epy.co.at)
X-Mailer: VM 6.72 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Length: 517
albert boulanger writes:
> One trick I use on my NT box is to use Dreamwaver for all the major
> html content which end in a .html extension and htmlkit for the
> index_html and like files.
Place a DTML method(!) "index_html" high in your Zope hierarchy
with the following code:
<dtml-var index.html>
>From then on, you can happily create "index.html" below that
point in the hierarchy. It will be used as the default folder
view. In fact, "index_html" is used but that redirects
to "index.html".
Yup. This is what I do and use htmlkit for those small index_html or
other DTML method files that don't represent html content, but more
logic.
Albert