Zope: PUT Factory
Zope: PUT Factory
What is a PUT Factory
When a file is created on a Zope server using a WebDAV client such as Goliath, WebDrive, or Cadaver a PUT Factory determines what type of Zope Object to create based on Content Type and file extension.
By default any files created on a Zope server using a WebDAV client are created as file objects. When updating an existing object the object type will not change.
ECN Customizations
ECN has modified the default behavior to create specific types of Zope objects based on extension and content type.
Extension or Content Type | Zope Object Type |
---|---|
.whtml, .whtm | HTML Document with wraps enabled |
.html, .htm | HTML Document with wraps disabled |
Image/* | Image |
.pt | Zope Page Template |
.zpy | Script (Python) |
.dtml | DTML Method |
.wiki | Wiki Page |
All other files will be created as Zope File objects.
Last modified: 2014/06/18 17:14:12.678421 GMT-4 by
christopher.n.deckard.1
Created: 2007/10/08 09:47:29.626000 GMT-4 by brian.r.brinegar.1.
Categories
- Knowledge Base > Web > Zope > WebDAV
- Knowledge Base > Web > Zope > Zope Products
Search the Knowledge Base
Quick search results
Admin Options:
Edit this Document