[Zope] Re: [Zope] Is there a "Virtual Folder" Product??
Oliver Bleutgen
Oliver Bleutgen <myzope@gmx.net>
Thu, 26 Jul 2001 18:53:38 +0200
> Hi everyone,
> I have one quick question. Our current directory structure is the
> following:
> root
> |- english
> | |-> standard_html_header
> | `- research
> | `-> index_html, Aims, Projects ...
> `- german
> |-> standard_html_header
> `- research
> `-> index_html
> The main problem is that there are pages that are only maintained in the
> english -> research folder where there are no aequivalents in the german
> -> research folder.
> It would be great if a Zope product existed that would "mirror" _only_
> the contents of the english -> research folder to the german -> research
> folder so that a call to
> http://server/german/research/Aims
> would be the german standard_html_header along with the (english) Aims
> document.
> Does such a product exist? It would be great if anyone could point me to
> a solution to this problem.
I think you could use Dieter Maurer's Mirroring Folder Product,
http://www.handshake.de/~dieter/pyprojects/zope/MFolder.html
cheers,
oliver