30 Mar
2003
30 Mar
'03
10:32 p.m.
Can anyone tell me what OFSP is.
Please use subjects with meaning...
OFSP probably stands for Object File System Product
(taken from http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html#ftn.c37ac15c1...).
It gives you a hook to the constructors defined in additional Zope-Products.
Most of your standard Zope objects (File, Folder, Image, DTMLDocument et al.) are defined in lib/python/OFS Products cannot be registered from there, but only in the Products directory, so OFSP is in the Products directory to register those Products using the usual machinery. It also provides Versions. This can all be determined by looking at (1) the readme in OFSP or (2) the source there. --jcc