31 Jan
2002
31 Jan
'02
2:21 p.m.
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