[ZDP] BackTalk to Document The Zope Book (2.5 Edition)/Creating Basic Zope Applications
nobody@nowhere.com
nobody@nowhere.com
Thu, 15 Aug 2002 08:38:09 -0400
A comment to the paragraph below was recently added via http://www.zope.org/Documentation/Books/ZopeBook/current/SimpleExamples.stx#3-4
---------------
The *index_html* object provides a default view of the folder. This
is analogous to how an *index.html* file provides a default view for
a directory in Apache and other web servers.
% Anonymous User - Aug. 7, 2002 3:49 pm:
Is there a reason index_html is used in Zope instead of index.html?
% Anonymous User - Aug. 15, 2002 8:38 am:
Trivial. index_html is a legal python name. index.html would have to be
accessed as self["index.html"] etc.