From: Dieter Maurer <[EMAIL PROTECTED]>
   Date: Thu, 30 Nov 2000 00:05:30 +0100 (CET)
   Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
           [EMAIL PROTECTED] ([EMAIL PROTECTED])
   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


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to