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".


Dieter

_______________________________________________
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