[Zope] where are the pages stored?
Dieter Maurer
dieter@handshake.de
Sun, 28 Jan 2001 21:29:45 +0100 (CET)
Horatio B. Bogbindero writes:
> btw, were does zope store the template pages and objects? i tried do look
> into the folders but i could not seem to find it. is there are a way of
> moving this document root to a different folder?
Before Zope 2.3, they were in "lib/python/*/*.dtml".
Since Zope 2.3, they are in "lib/python/*/dtml/".
> also the reason why i have so many questions is because i could not find
> the zope documentation set in the zope source distribution. can someone
> point me out the distribution so that i can read the fine manual(RTFM)
> instead. thanks.
Click on any "Help" button in the Zope management interface.
Dieter