[Zope] Dots versus underscore in DTML
Phil Harris
phil.harris@zope.co.uk
Sat, 19 Aug 2000 12:59:48 +0100
George,
in the root of tyour zope-space (tm), put a DTML Method called index_html
which has these contents:
<dtml-var index.html>
or alternatively
<dtml-call "RESPONSE.redirect('index.html')">
The second does mean an extra call to the server, but has other advantages.
hth
Phil
phil.harris@zope.co.uk
----- Original Message -----
From: "George Osvald" <mail@okstudio.com.au>
To: <zope@zope.org>
Sent: Saturday, August 19, 2000 3:50 AM
Subject: [Zope] Dots versus underscore in DTML
> I know dots in file names are important when submitting the pages to the
> search engines. When I use them however, I'll loose the view tab(folder)
> when trying to view say index.html and I have to click on the file and
then
> view it. If the file was named index_html I could just click on the view
tab
> in the folder to view it. Is it possible to have dots in my methods and
> still have the view tabs on my folders?
>
> Anyone?
>
> George
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> 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 )