[Zope-CMF] view_source on dogbowl?
Steve Spicklemire
steve@spvi.com
Tue, 31 Jul 2001 23:28:54 -0500
On Tuesday, July 31, 2001, at 11:26 PM, Steve Spicklemire wrote:
> Hi Tres,
>
> Thanks for taking the time to do this! However, I'm getting
> "invalid export header". Is there anything special a person needs in
> their setup to import this?
>
> thanks!
> -steve
>
> On Tuesday, July 31, 2001, at 10:12 PM, Tres Seaver wrote:
>>
>> The volume of "real" customizations to the CMF 1.1 skins is pretty
>> small, so you could browse the CMFDefault/skins directories for
>> most of it. I'm attaching an export containing the current
>> customizations:
>>
>> - common.zexp has the contents of the "shared" customization
>> (shared across all skins)
>>
>> The 'localattr' ExternalMethod checks whether a folder has a
>> given name "locally":
>>
>> def localattr( self, name ):
>> """
>> Does self have 'name' w/o acquisition?
>> """
>> return hasattr( self.aq_base, name )
>>