On Sunday 23 October 2005 08:34, Florian Lindner wrote: > sounds stupid, but I can't find the apidoc in a recent SVN version. > http://horus:8080/++apidoc++ returns a 404.
I know what's wrong. :-) apidoc is only available in developer's mode from now on. By default devmode is turned off. You are working with instances, right? That means that you use an old form of zope.conf. Since devmode is turned off by default you need to add "devmode on" to the confguration. Regards, Stephan -- Stephan Richter CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
