[Zope-Annce] [Ann] Localizer: helps building international sites

Dieter Maurer dieter@handshake.de
Sat, 19 Aug 2000 15:05:20 +0200


"Localizer.py" contains a small external method that
helps to build multi-lingual sites.
It is used as a SiteAccessRule (-> product SiteAccess, to be found
on zope.org).

It redirects URL traversals via a general folder to a
language specific folder if the target is not found at the general
place. In this case, the target is searched in the current target
language folder and a default language folder.
More information in the source documentation.

The module is for Zope 2.1.6 and requires SiteAccess.

Download:

	URL:http://www.dieter.handshake.de/pyprojects/zope/Localizer.py


Dieter