[Zope-CMF] Re: [Zope] How to share CMF-Skins
seb bacon
seb@jamkit.com
31 Jan 2002 11:00:36 +0000
Please send CMF-related questions to the zope-cmf list.
One way of solving your problem is to make your custom folder a
filesystem-based directory. Then all you have to do is refresh the
product, and every skin which points to that directory will get the
latest changes.
seb
On Thu, 2002-01-31 at 07:14, Jo Meder wrote:
>
> Perhaps this is a stupid question and perhaps this isn't even the right
> place to ask it. So: sorry if I'm all wrong.
>
> 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?
>
> Best regards,
>
> Jo.