[Zope] Re: [Zope-dev] Simple question about namespaces
Dieter Maurer
dieter@handshake.de
Mon, 24 Sep 2001 21:32:58 +0200 (CEST)
Sidnei da Silva writes:
> Hope you understand a little better this time (im not so good writing
> english).
Split your problem into several parts:
* access to deeper objects without specifying a path to them
---> "TransparentFolder"
* default objects
---> Acquisition, Localizer (works only for direct HTTP access!)
* automatic URL components/URL munging
---> SiteAccess, __bobo_traverse__
Dieter