Print this article Edit this article
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:
Dec 19, 2016 11:12 am US/Eastern
Created:
Oct 8, 2007 9:47 am GMT-4
by
admin
JumpURL: https://eng.purdue.edu/jump/342c7
Categories
- Knowledge Base > Web > Zope > WebDAV
- Knowledge Base > Web > Zope > Zope Products