[zope2-tracker] [Bug 143144] Re: Mount-Points: documentation incomplete, behaviour surprising
Jean Jordaan
jean.jordaan at gmail.com
Wed Jul 22 09:25:59 EDT 2009
I propose changing the text in zopeschema.xml to something like the
following to make it more closely match the code:
The mount point is the slash-separated path to an object in the
database to be mounted within the Zope application server. By default,
the object will be mounted at the same path in Zope (i.e. '/foo/bar'
in the database will be mounted at '/foo/bar' in Zope). The object can
be mounted at a different point using the 'virtual_path:real_path'
syntax (e.g. 'mount-point /baz:/foo/bar' will mount the object at
'/foo/bar' in the database to '/baz' in Zope). It is also possible to
specify the root that should be used in the mounted database by using
the syntax 'virtual_path:~real_root:real_path'. The root defaults to
'Application' and should not normally be changed.
--
Mount-Points: documentation incomplete, behaviour surprising
https://bugs.launchpad.net/bugs/143144
You received this bug notification because you are a member of Zope 2
Developers, which is subscribed to Zope 2.
More information about the zope2-tracker
mailing list