I just got a response from dreamweaver support concerning the WebDAV problems with Zope!! they put the download to update dreamweaver WebDAV on this page http://www.macromedia.com/support/dreamweaver/ Next step is to get dreamweaver to open Zope files (files without extentions). I have already sent a request to dreamweaver (it would probably help if someone else did the same). Has anybody made progress with this in the meantime? I need a WYSIWYG editor and everyone at my university is already familiar with dreamweaver. Tips/Tricks? Greetings from Heidelberg Germany, Carl
Great, I really like the way Macromedia refer to bugs as "wishes" :) -- Andy McKay. ----- Original Message ----- From: "Carl Blesius" <cblesius@ix.urz.uni-heidelberg.de> To: <zope@zope.org> Sent: Monday, March 12, 2001 2:12 PM Subject: [Zope] WebDAV + Dreamweaver
I just got a response from dreamweaver support concerning the WebDAV problems with Zope!! they put the download to update dreamweaver WebDAV on this page
http://www.macromedia.com/support/dreamweaver/
Next step is to get dreamweaver to open Zope files (files without extentions). I have already sent a request to dreamweaver (it would probably help if someone else did the same). Has anybody made progress with this in the meantime? I need a WYSIWYG editor and everyone at my university is already familiar with dreamweaver. Tips/Tricks?
Greetings from Heidelberg Germany,
Carl
_______________________________________________ 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 )
Great, I really like the way Macromedia refer to bugs as "wishes" :)
-- Andy McKay.
Whew, that makes me feel better. All this time I thought I was battling a list of *bugs*. Now I can rename it to the "Wish and Feature Collector" :^) Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations www.digicool.com
Absolutely. You can take a long holiday in the sun while you're at it :) -- Andy McKay. ----- Original Message ----- From: "Brian Lloyd" <brian@digicool.com> To: "Andy McKay" <andym@activestate.com>; "Carl Blesius" <cblesius@ix.urz.uni-heidelberg.de>; <zope@zope.org> Sent: Monday, March 12, 2001 3:44 PM Subject: RE: [Zope] WebDAV + Dreamweaver
Great, I really like the way Macromedia refer to bugs as "wishes" :)
-- Andy McKay.
Whew, that makes me feel better. All this time I thought I was battling a list of *bugs*. Now I can rename it to the "Wish and Feature Collector" :^)
Brian Lloyd brian@digicool.com Software Engineer 540.371.6909 Digital Creations www.digicool.com
_______________________________________________ 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 )
on 12/3/01 10:12 PM, Carl Blesius at cblesius@ix.urz.uni-heidelberg.de wrote:
I just got a response from dreamweaver support concerning the WebDAV problems with Zope!! they put the download to update dreamweaver WebDAV on this page
I'm using Dreamwaever UltraDev with zope just fine...except I use FTP to connect to my site rather than WebDav. Attached are two files that "show up" dtml tags. They don't work perfectly but may be enough to you started...drop them in the Configuration:ThirdPartyTags: folder. It doesn't seem to mind that index_html files don't have suffixes hope this helps tom smith
Hi Carl, Carl Blesius wrote:
I just got a response from dreamweaver support concerning the WebDAV problems with Zope!! they put the download to update dreamweaver WebDAV on this page
http://www.macromedia.com/support/dreamweaver/
Next step is to get dreamweaver to open Zope files (files without extentions). I have already sent a request to dreamweaver (it would probably help if someone else did the same). Has anybody made progress with this in the meantime? I need a WYSIWYG editor and everyone at my university is already familiar with dreamweaver. Tips/Tricks?
Greetings from Heidelberg Germany,
We are using DreamWeaver actually with our CMS in zope. The trick here is a folder-like zclass which intercepts the ftp-list, get and put. It displays a faked .html for its content and filters upon upload/download. On upload it removes all header/footer stuff keeping only the content of <body> </body> This way the index_html can render the content in whatever way it is neccesary. We will probably release this product to the community in 1 month. Regards Tino
participants (6)
-
Andy McKay -
Brian Lloyd -
Carl Blesius -
Steve Drees -
Tino Wildenhain -
tom smith