[Zope-CMF] A couple basic newbie questions ...
Steve Spicklemire
steve@spvi.com
Wed, 8 Aug 2001 16:45:34 -0500
Hi Lynn,
I think there are a couple different kinds of file-system based
products like this. If you're looking at CMFBoringContent I think you're
seeing "Filesystem XXXX" objects, which are just like "XXX" objects, but
they are not editable TTW. The main advantage of that is that when folks
customized them, they need to make a copy (e.g., in the "custom" skins
folder) so that when an upgrade
comes along, changing the Filesystem based objects, it doesn't muck
with their ZODB based customizations..
-steve
On Wednesday, August 8, 2001, at 10:40 AM, John Puster wrote:
>> 3) Of the CMF users out there, how many use External
>> (filesystem based)
>> images as opposed to ones stored in the ZODB, and why? Can
>> someone share
>> what they see are the advantages/disadvantages and/or what
>> factors might
>> cause them to choose one or the other? Same with using
>> FileSystem based
>> content types? When should I choose that ? I'm looking at the new
>> http://www.zope.org/Members/eenge/CMFBoringContent/ which is
>> apparently
>> using filesystem based. What capabilities do I gain and lose by
>> choosing a filesystem based?
>>
>> Thanks,
>> Lynn
>