21 Feb
2004
21 Feb
'04
7:47 p.m.
Edward Pollard wrote at 2004-2-20 14:52 -0700:
A look in the ZMI, and Zope sees the PC versions as Files, and the Mac versions as DTML documents. You see, the Mac versions are HQX files, so I guess when they were FTP'ed up, Zope saw them as readable text and stored them as DTML documents. (I don't dare try to view their properties via the ZMI, as that causes Zope to attempt to display all 20MB of HQX in the editing pane.)
You control what type of object is created in Zope by a so called "PUT_Factory" (HowTo on Zope.org)... -- Dieter