Hi, I'm making my initial wanderings into using Adbove GoLive 5.0 to edit content in Zope and it's thrown up a few questions: 1. How do I persuade GoLive that it really can edit existing DTML Methods, etc that don't have names ending in .html? It seems that Zope very rarely sets an explicit content type on the WedDAV source port and so GoLive will only let you download the file... 2. How do I get GoLive to tell Zope to create the right kind of object? For example, I want to create file object with some lumps of text, python scripts with others, DTML methods with some and DTML documents with yet more? Has anyone tried ZPT over WebDAV yet? 3. [OT] How do I set up a Zope server as a 'Site' so that site menu has something not greyed out on it?! cheers, Chris
hi, You could use a LocalFS product and keep the html files in a directory on the disk. j. ...................... ..... Jason C. Leach ... University College of the Cariboo. .. On Mon, 2 Apr 2001, Chris Withers wrote:
Hi,
I'm making my initial wanderings into using Adbove GoLive 5.0 to edit content in Zope and it's thrown up a few questions:
1. How do I persuade GoLive that it really can edit existing DTML Methods, etc that don't have names ending in .html? It seems that Zope very rarely sets an explicit content type on the WedDAV source port and so GoLive will only let you download the file...
2. How do I get GoLive to tell Zope to create the right kind of object? For example, I want to create file object with some lumps of text, python scripts with others, DTML methods with some and DTML documents with yet more? Has anyone tried ZPT over WebDAV yet?
3. [OT] How do I set up a Zope server as a 'Site' so that site menu has something not greyed out on it?!
cheers,
Chris
"Jason C. Leach" wrote:
You could use a LocalFS product and keep the html files in a directory on the disk.
Or I could tear my fingernails out with pliers ;-) Sorry, that kindof defeats the point of looking at WebDAV in the first place... cheers, Chris
I have been checking into using ZPT to allow our designers to edit content, and so far things are going pretty well. But, I haven't had a chance to allow our designers edit things using the WebDAV interface with HomeSite (I don't have a copy). I have checked it a bit myself, and edit things using FTP (Xemacs EFS) and have set up certain folders to create PageTemplate objects by default, instead of DTML. I can give info on how to change PUT_factory() to get that to work. The key to using ZPT with GoLive is whether GoLive removes the "extra" attributes that ZPT puts in. If it doesn't then things should work. I'll try to keep you posted on how things go for us. -Sim Chris Withers wrote:
Hi,
I'm making my initial wanderings into using Adbove GoLive 5.0 to edit content in Zope and it's thrown up a few questions:
1. How do I persuade GoLive that it really can edit existing DTML Methods, etc that don't have names ending in .html? It seems that Zope very rarely sets an explicit content type on the WedDAV source port and so GoLive will only let you download the file...
2. How do I get GoLive to tell Zope to create the right kind of object? For example, I want to create file object with some lumps of text, python scripts with others, DTML methods with some and DTML documents with yet more? Has anyone tried ZPT over WebDAV yet?
3. [OT] How do I set up a Zope server as a 'Site' so that site menu has something not greyed out on it?!
cheers,
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 )
On Thu, Apr 19, 2001 at 09:07:16PM -0400, Sim Harbert wrote:
I have been checking into using ZPT to allow our designers to edit content, and so far things are going pretty well. But, I haven't had a chance to allow our designers edit things using the WebDAV interface with HomeSite (I don't have a copy). I have checked it a bit myself, and edit things using FTP (Xemacs EFS) and have set up certain folders to create PageTemplate objects by default, instead of DTML. I can give info on how to change PUT_factory() to get that to work.
The key to using ZPT with GoLive is whether GoLive removes the "extra" attributes that ZPT puts in. If it doesn't then things should work.
I'll try to keep you posted on how things go for us.
GoLive doesn't remove them, so you're in luck. :) -- Martijn Pieters | Software Engineer mailto:mj@digicool.com | Digital Creations http://www.digicool.com/ | Creators of Zope http://www.zope.org/ ---------------------------------------------
I would love some info on changing PUT_factory for folders. Any chance of a howTo ?? -- Geir Bækholt web-developer/designer geirh@funcom.com http://www.funcom.com on or about, Friday, April 20, 2001, we have reason to believe that Martijn Pieters wrote something along the lines of : MP> On Thu, Apr 19, 2001 at 09:07:16PM -0400, Sim Harbert wrote:
I have been checking into using ZPT to allow our designers to edit content, and so far things are going pretty well. But, I haven't had a chance to allow our designers edit things using the WebDAV interface with HomeSite (I don't have a copy). I have checked it a bit myself, and edit things using FTP (Xemacs EFS) and have set up certain folders to create PageTemplate objects by default, instead of DTML. I can give info on how to change PUT_factory() to get that to work.
The key to using ZPT with GoLive is whether GoLive removes the "extra" attributes that ZPT puts in. If it doesn't then things should work.
I'll try to keep you posted on how things go for us.
MP> GoLive doesn't remove them, so you're in luck. :)
participants (5)
-
Chris Withers -
Geir B�kholt -
Jason C. Leach -
Martijn Pieters -
Sim Harbert