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. Thanks again and sorry for my non-text mail to the zope mailing list (I can't find a switch in this outlook webaccess to enable text-only!), Philipp Robbel
I seem to recall Dieter writing about this a few weeks ago. Check out: http://www.handshake.de/~dieter/pyprojects/zope/MFolder.html hth, Tommy Innovation: The Best Way To Predict The Future ... Is To Create It. -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Philipp Robbel Sent: Thursday, July 26, 2001 8:48 AM To: zope@zope.org Subject: [Zope] Is there a "Virtual Folder" Product?? 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. Thanks again and sorry for my non-text mail to the zope mailing list (I can't find a switch in this outlook webaccess to enable text-only!), Philipp Robbel
Have a look at Localizer, http://sourceforge.net/projects/lleu and ZBabel. Best regards Arno On Thu, 26 Jul 2001, Philipp Robbel wrote:
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.
Thanks again and sorry for my non-text mail to the zope mailing list (I can't find a switch in this outlook webaccess to enable text-only!), Philipp Robbel
---------------------------------------- Content-Type: text/html; name="unnamed" Content-Transfer-Encoding: base64 Content-Description: ----------------------------------------
Have a look at Localizer, http://sourceforge.net/projects/lleu and ZBabel. Best regards Arno On Thu, 26 Jul 2001, Philipp Robbel wrote:
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.
Thanks again and sorry for my non-text mail to the zope mailing list (I can't find a switch in this outlook webaccess to enable text-only!), Philipp Robbel
---------------------------------------- Content-Type: text/html; name="unnamed" Content-Transfer-Encoding: base64 Content-Description: ----------------------------------------
Philipp Robbel writes:
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 You call for "Mirroring Folder":
URL:http://www.dieter.handshake.de/pyprojects/zope/MFolder.html Dieter
participants (5)
-
Arno Gross -
Arno Gross -
Dieter Maurer -
Philipp Robbel -
Tommy Johnson