# HG changeset patch # User paulb # Date 1121177545 0 # Node ID e937613954b3d95e794cf92973f6a7eb079e1502 # Parent b792fff1ebc92dfe0fe0d6c9ec0415d56fbdc844 [project @ 2005-07-12 14:12:25 by paulb] Improved and tidied some things. diff -r b792fff1ebc9 -r e937613954b3 docs/Zope/NOTES.txt --- a/docs/Zope/NOTES.txt Tue Jul 12 14:12:20 2005 +0000 +++ b/docs/Zope/NOTES.txt Tue Jul 12 14:12:25 2005 +0000 @@ -1,15 +1,16 @@ -Configuring Zope: +Configuring Zope +================ Make a symbolic link to the example product directory from within the appropriate Zope instance's Products directory: cd Zope/instances/Products -ln -s ../../../WebStack/examples/Zope/SimpleProduct +ln -s /home/paulb/Software/Python/WebStack/examples/Zope/SimpleProduct Or copy the example product directory into the Zope instance's Products directory: -cp -R WebStack/examples/Zope/SimpleProduct Zope/instances/Products/ +cp -R /home/paulb/Software/Python/WebStack/examples/Zope/SimpleProduct Zope/instances/Products/ Then configure the etc/zope.conf file to add details of the example application and the WebStack package. In the appropriate section, add the @@ -24,9 +25,8 @@ http://localhost:8080/test --------- - -Authentication/authorisation in Zope: +Authentication/Authorisation in Zope +==================================== Like mod_python (and Apache), Zope prevents application-level control over HTTP Basic authentication. However, the authenticator approach can still be