Hi, I'm trying out DreamWeaver as a possible editing client for DTML Documents in Zope. It seems to work pretty well, except for a few snags. I see that Zope's FTP can't handle renaming of files. Also, you can't work in a version through FTP. These can be sidestepped though, unfortunately DreamWeaver on my PC won't edit files that don't have an extension. I've seen previous posts on this but no solution. Any ideas? The other approach is to have all files end in .html. This has it's advantages in that you kindof need to do it for search engines to index those pages anyway, which leave index_html. Is there any way you can tell Zope to look for index.html instead of index_html? Cheers, Chris
Chris, At 12:30 Uhr +0000 04.02.2000, Chris Withers wrote:
The other approach is to have all files end in .html. This has it's advantages in that you kindof need to do it for search engines to index those pages anyway, which leave index_html. Is there any way you can tell Zope to look for index.html instead of index_html?
you can simply create a dtml-method index.html, copy the content from your index_html there and place only a <dtml-var index.html> in index_html. Jochen
----- Original Message ----- From: Chris Withers <chrisw@nipltd.com>
I'm trying out DreamWeaver as a possible editing client for DTML Documents in Zope. It seems to work pretty well, except for a few snags. I see that Zope's FTP can't handle renaming of files. Also, you can't work in a version through FTP.
I don't bother trying to have Dreamweaver FTP straight into Zope, for a number of reasons. You may want to have a look at http://www.zope.org/Members/4am/doc/DZ (a work in progress). Cheers, Evan @ digicool
participants (3)
-
Chris Withers -
Evan Simpson -
Jochen Haeberle