ZPT and GoLive? was: RE: [Zope] More WebDAV fun.
Somewhat unrelated, but... suppose one is willing to work around such a problem, and one wanted to have documents created within a GoLive site by default create ZPT templates, not DTML documents? So I want to create a ZPT document titled 'document.html' (I know, I'm caving in to Adobe/Macromedia et. al) and it is created from within GoLive, not via the management interface? Is this possible? Forgive the newbie-ness of this question, but my current dev box is running the Debian packaged 2.3.0 (I guess because of hotfixes?), in which WebDAV is broken, AFAIK, so I am currently using passive FTP within GoLive to access my Zope site... I am editing ZPT pages created within the management interface just fine in GoLive (assuming I use .html and .xml for my extentions @#$%!!!), but new ones create as DTML docs. Anybody have any thoughts on how to change this behavior? Sean -----Original Message----- From: Chris Withers [mailto:chrisw@nipltd.com] Sent: Monday, April 09, 2001 6:46 AM To: Martijn Pieters Cc: Tino Wildenhain; jeffrey@digicool.com; zope@zope.org Subject: Re: [Zope] More WebDAV fun. Martijn Pieters wrote:
The GoLive UI even tells me it knows the content type is 'text/html', but it will *only* edit objects with a .html extension. *sigh*.
Awww fuck. Excuse my language but not this again :-( It's why I stopped using DreamWeaver. Do all App developers on Windows have to be a brain dead as M$.... Distinctly pissed off, Chris _______________________________________________ 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 )
----- Original Message ----- From: "Upton, Sean" <sean.upton@uniontrib.com> To: <zope@zope.org> Sent: Monday, April 09, 2001 7:46 PM Subject: ZPT and GoLive? was: RE: [Zope] More WebDAV fun.
Somewhat unrelated, but... suppose one is willing to work around such a problem, and one wanted to have documents created within a GoLive site by default create ZPT templates, not DTML documents? So I want to create a ZPT document titled 'document.html' (I know, I'm caving in to Adobe/Macromedia et. al) and it is created from within GoLive, not via the management interface? Is this possible?
Forgive the newbie-ness of this question, but my current dev box is running the Debian packaged 2.3.0 (I guess because of hotfixes?), in which WebDAV is broken, AFAIK, so I am currently using passive FTP within GoLive to access my Zope site... I am editing ZPT pages created within the management interface just fine in GoLive (assuming I use .html and .xml for my extentions @#$%!!!), but new ones create as DTML docs. Anybody have any thoughts on how to change this behavior?
I asked something similar to this about a week ago. Brian Lloyd gave a very helpful reply about using the PUT_factory hook to catch uploads of new content via webdav/ftp. This link will get you to my first post, and you can follow the thread - http://zope.nipltd.com/public/lists/zope-archive.nsf/ByKey/3A2B28987E169BB4 . I have got the PUT_factory method working in a product here by largely using the external method example code provided by Tres Seaver (see http://dev.zope.org/Wikis/DevSite/Proposals/HookablePUTCreation). Hope that helps tim
Hi, my self created subclass of folder does this. However, its a bit erm. done with the hot needle for now ;) I'm not very happy with the code, but it does its job. Basically it presents a view of the site for ftp, where the documents and images have endings (depending on their content-type) on upload, the endings are stripped off. (For documents, the process is even longer, since the title-tag of html-docs gets read and so on) Since our "Designers" use DreamWeaver, I was forced to do so to get a consistent site. Additionally some ugly tags are filtered out (such as <font> ) Its not very clean as I sayd, but if there is demand I can put whats ready so far online. Regards Tino --On Montag, 9. April 2001 11:46 -0700 "Upton, Sean" <sean.upton@uniontrib.com> wrote:
Somewhat unrelated, but... suppose one is willing to work around such a problem, and one wanted to have documents created within a GoLive site by default create ZPT templates, not DTML documents? So I want to create a ZPT document titled 'document.html' (I know, I'm caving in to Adobe/Macromedia et. al) and it is created from within GoLive, not via the management interface? Is this possible?
Forgive the newbie-ness of this question, but my current dev box is running the Debian packaged 2.3.0 (I guess because of hotfixes?), in which WebDAV is broken, AFAIK, so I am currently using passive FTP within GoLive to access my Zope site... I am editing ZPT pages created within the management interface just fine in GoLive (assuming I use .html and .xml for my extentions @#$%!!!), but new ones create as DTML docs. Anybody have any thoughts on how to change this behavior?
Sean
-----Original Message----- From: Chris Withers [mailto:chrisw@nipltd.com] Sent: Monday, April 09, 2001 6:46 AM To: Martijn Pieters Cc: Tino Wildenhain; jeffrey@digicool.com; zope@zope.org Subject: Re: [Zope] More WebDAV fun.
Martijn Pieters wrote:
The GoLive UI even tells me it knows the content type is 'text/html', but it will *only* edit objects with a .html extension. *sigh*.
Awww fuck. Excuse my language but not this again :-( It's why I stopped using DreamWeaver. Do all App developers on Windows have to be a brain dead as M$....
Distinctly pissed off,
Chris
_______________________________________________ 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 )
_______________________________________________ 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 )
Chris and other GoLive fans, Not that I expect much from it, and mostly out of pure curiosity about this new phenomenon on the Internet, I've opened an issue with the new commercial support broker service at < "http://www.adobe.com/support" > (click "Adobe Support Exchange" beneath "Direct Support" in the lower right) = = = = = = = = = = = = = = = = = = = = = = = = My WebDAV server contains HTML documents named without a ".htm" / ".html" suffix. They are served with a correct "Content-Type" HTTP header, which GoLive obviously reads since the Inspector displays "text/html" in the "Content Type" field. However, the pop-up menu for these documents does not contain an "Open" choice. Is there a way of helping stupid GoLive to understand that this really is an HTML document? When I double-click on it, I want GoLive to open it, and not to display the "Browse for Folder" dialog. = = = = = = = = = = = = = = = = = = = = = = = = I'll summarize any solutions here. / Svante Kleist, NEMESIS systemDesign, Stockholm
-----Original Message----- From: Chris Withers [mailto:chrisw@nipltd.com] Sent: Monday, April 09, 2001 6:46 AM To: Martijn Pieters Cc: Tino Wildenhain; jeffrey@digicool.com; zope@zope.org Subject: Re: [Zope] More WebDAV fun.
Martijn Pieters wrote:
The GoLive UI even tells me it knows the content type is 'text/html', but it will *only* edit objects with a .html extension. *sigh*.
Awww fuck. Excuse my language but not this again :-( It's why I stopped using DreamWeaver. Do all App developers on Windows have to be a brain dead as M$....
Distinctly pissed off,
Chris
Svante Kleist wrote:
Chris and other GoLive fans,
Not that I expect much from it, and mostly out of pure curiosity about this new phenomenon on the Internet, I've opened an issue with the new commercial support broker service at
< "http://www.adobe.com/support" >
(click "Adobe Support Exchange" beneath "Direct Support" in the lower right)
Cool :-) Is there a url/issue number/etc where I can go and comment on this? cheers, Chris
--On Tuesday, April 24, 2001 12.14 +0100 Chris Withers <chrisw@nipltd.com> wrote:
Svante Kleist wrote:
Chris and other GoLive fans,
Not that I expect much from it, and mostly out of pure curiosity about this new phenomenon on the Internet, I've opened an issue with the new commercial support broker service at
< "http://www.adobe.com/support" >
(click "Adobe Support Exchange" beneath "Direct Support" in the lower right)
Cool :-)
Is there a url/issue number/etc where I can go and comment on this?
No, the issues aren't public. I had no luck, though... I was offered assistance less than one minute (!) after I submitted the request. The poor guy in India (how much does he earn?) had probably never heard about WebDAV before. He googled for a while and provided me a link to an introductory WebDAV page which just briefly mentioned GoLive as an example of a WebDAV capable client. Do you know about a mailing list / news group for WebDAV users? Or even how to submit a formal change request to the GoLive engineers? / Svante
Errata: "Do you know about a mailing list / news group for WebDAV users?" ... should be... "Do you know about a mailing list / news group for GoLive users?" ^^^^^^ / svAnte --On Tuesday, April 24, 2001 14.03 +0200 Svante Kleist <svante+zope@nemesis.se> wrote:
--On Tuesday, April 24, 2001 12.14 +0100 Chris Withers <chrisw@nipltd.com> wrote:
Svante Kleist wrote:
Chris and other GoLive fans,
Not that I expect much from it, and mostly out of pure curiosity about this new phenomenon on the Internet, I've opened an issue with the new commercial support broker service at
< "http://www.adobe.com/support" >
(click "Adobe Support Exchange" beneath "Direct Support" in the lower right)
Cool :-)
Is there a url/issue number/etc where I can go and comment on this?
No, the issues aren't public.
I had no luck, though... I was offered assistance less than one minute (!) after I submitted the request. The poor guy in India (how much does he earn?) had probably never heard about WebDAV before. He googled for a while and provided me a link to an introductory WebDAV page which just briefly mentioned GoLive as an example of a WebDAV capable client.
Do you know about a mailing list / news group for WebDAV users? Or even how to submit a formal change request to the GoLive engineers?
/ Svante
_______________________________________________ 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 )
Svante Kleist wrote:
... should be...
"Do you know about a mailing list / news group for GoLive users?" ^^^^^^
I remember finding one for Illustrator ages ago, so I'd be surprised if there wasn't one lurking somewhere for GoLive :-S cheers, Chris
hello,
I remember finding one for Illustrator ages ago, so I'd be surprised if there wasn't one lurking somewhere for GoLive :-S
participants (6)
-
Chris Withers -
Luke Tymowski -
Svante Kleist -
Tim Hicks -
Tino Wildenhain -
Upton, Sean