[Zope] How to share CMF-Skins
Chris Withers
chrisw@nipltd.com
Thu, 31 Jan 2002 14:21:49 +0000
Jo Meder wrote:
>
> I'm in the process of setting up a number of CMF-based sites and one
> thing is increasingly annoying: Whenever I make a change to my
> customized skin (german translations, quite different layout, a number
> of special functions) I have to manually copy all the changed
> DTML-Methods and -Skripts to all the CMF-Sites. This is all within one
> Zope-Server.
>
> Is there any way to set up a common folder for all the CMF-Sites to use?
Store those skins on the file system and then use ln -s.
In fact, that may not even be necessary provided the skisn of on the file
system.
cheers,
Chris