[Zope3-checkins] CVS: Zope3/src/zope/app/browser - introspector.pt:1.13

Stephan Richter stephan.richter at tufts.edu
Mon Feb 9 06:30:29 EST 2004


On Monday 09 February 2004 03:32, Bradley Dean wrote:
> -              <div tal:define="url python:
> view.getInterfaceURL(interface)"> +              <div tal:define="url
> string: /++apidoc++/Class/index.html?path=${interface}">

If interface is always an interface, then the following will be better (since 
it will display much more info):

/++apidoc++/Interface/${interface}/apiindex.html

Note that the reason that I chose "apiindex.html" has name was that the 
introspector uses already "index.html" as a view for interfaces. If that view 
is not used anymore, we should remove it and rename "apiindex.html" to 
"index.html".

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training



More information about the Zope3-Checkins mailing list