zope catalog and i18n
Hi, in our tests ZCatalog don't work well with Localizer, zcatalog don't evaluate DTML. Is there a way to catalog multilingual sites? TIA -- //// (@ @) ---------------------------oOO----(_)----OOo------------------------ Los pecados de los tres mundos desapareceran conmigo. Alexis Roda - Universitat Rovira i Virgili - Reus, Tarragona (Spain) --------------------------------------------------------------------
Alexis Roda wrote at 2003-12-16 11:57 +0100:
in our tests ZCatalog don't work well with Localizer, zcatalog don't evaluate DTML. Is there a way to catalog multilingual sites?
Maybe, you should (re-)read the ZCatalog section in the Zope Book... Usually, cataloging *does* render DTML. When you define your own methods (which (due to acquisition) need not be methods of the object themselves), you can get full control about what happens during indexing. -- Dieter
On Fri, Dec 19, 2003 at 11:59:38PM +0100, Dieter Maurer wrote:
Alexis Roda wrote at 2003-12-16 11:57 +0100:
in our tests ZCatalog don't work well with Localizer, zcatalog don't evaluate DTML. Is there a way to catalog multilingual sites?
Maybe, you should (re-)read the ZCatalog section in the Zope Book...
Usually, cataloging *does* render DTML.
I think the problem is that cataloging only catalogs one rendering of an object. So you're only getting the default rendering in the catalog. How are people coping with this? I have some plans for a site that needs this, and I think I know what I'm going to do, but it's a lot of work. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's HOLY NEANDERTHAL THE THIRD! (random hero from isometric.spaceninja.com)
Paul Winkler wrote at 2003-12-19 18:12 -0500:
On Fri, Dec 19, 2003 at 11:59:38PM +0100, Dieter Maurer wrote:
Alexis Roda wrote at 2003-12-16 11:57 +0100:
in our tests ZCatalog don't work well with Localizer, zcatalog don't evaluate DTML. Is there a way to catalog multilingual sites?
Maybe, you should (re-)read the ZCatalog section in the Zope Book...
Usually, cataloging *does* render DTML.
I think the problem is that cataloging only catalogs one rendering of an object. So you're only getting the default rendering in the catalog.
How are people coping with this? I have some plans for a site that needs this, and I think I know what I'm going to do, but it's a lot of work.
I no longer work with multi-lingual sites. When I did, I either had separate indexes for the different languages which rendered for the different languages or used a common index with an associated script that rendered in all languages and concatenated the result. -- Dieter
I have some plans for a multilingual TextIndexNG version but this stuff has low priority since there was little need until now and maybe some funding might be necessary .-) -aj --On Dienstag, 16. Dezember 2003 11:57 Uhr +0100 Alexis Roda <arv@si.urv.es> wrote:
Hi, in our tests ZCatalog don't work well with Localizer, zcatalog don't evaluate DTML. Is there a way to catalog multilingual sites?
TIA
participants (4)
-
Alexis Roda -
Andreas Jung -
Dieter Maurer -
Paul Winkler