Does anyone know if Archetypes supports WEBDAV? It seems to me that it would be pretty cool to be able to deal with the various fields in an Archetype container, and have it (I guess) look like a folder full of content...
WebDav 'works' if you have set Marshaller right. I've only tested and had moderate success with simple document kind of content types having only textual content. Haven't really tested with binary data ( images, files ) but atleast before it did not work. -- -huima
The marshaller... right... looked at that, not very clear. What happens when your archetype is folderish? Does it try to marshall all the subcontents into one blob? I'd think, if you have a folderish archetype, you ought to be able to inherit much webdav behavior from zope... On Sunday, January 4, 2004, at 11:34 PM, Heimo Laukkanen wrote:
Does anyone know if Archetypes supports WEBDAV? It seems to me that it would be pretty cool to be able to deal with the various fields in an Archetype container, and have it (I guess) look like a folder full of content...
WebDav 'works' if you have set Marshaller right. I've only tested and had moderate success with simple document kind of content types having only textual content. Haven't really tested with binary data ( images, files ) but atleast before it did not work.
-- -huima
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
On Mon, 05 Jan 2004 03:51:34 -0500, Marc Lindahl wrote:
The marshaller... right... looked at that, not very clear. What happens when your archetype is folderish? Does it try to marshall all the subcontents into one blob? I'd think, if you have a folderish archetype, you ought to be able to inherit much webdav behavior from zope...
The webdav behaviour for standard plone content is mostly coming from CMF. I've hacked a marshaller that allows to upload html (and parses the headers), but there's still a lot of work ahead (i still have trouble setting metadata from that). Contact me if you're interested in the marshaller code. Gabriel Wicke
Yikes! OK, well I might as well have a look at it... On Monday, January 5, 2004, at 10:44 AM, Gabriel Wicke wrote:
On Mon, 05 Jan 2004 03:51:34 -0500, Marc Lindahl wrote:
The marshaller... right... looked at that, not very clear. What happens when your archetype is folderish? Does it try to marshall all the subcontents into one blob? I'd think, if you have a folderish archetype, you ought to be able to inherit much webdav behavior from zope...
The webdav behaviour for standard plone content is mostly coming from CMF. I've hacked a marshaller that allows to upload html (and parses the headers), but there's still a lot of work ahead (i still have trouble setting metadata from that). Contact me if you're interested in the marshaller code.
Gabriel Wicke
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Gabriel Wicke -
Heimo Laukkanen -
Marc Lindahl