How can I customize my Zope server to treat index.html and index.htm files like index_html files? Thanks David Cain Senior Web Developer, Information Systems Department Syracuse University Library Syracuse, New York 13244-2010 (315) 443-5923 mailto:dacain@library.syr.edu mailto:dacain@syr.edu
David Cain wrote:
How can I customize my Zope server to treat index.html and index.htm files like index_html files?
Your question has nothing to do with developing the Zope Application Server, but only with developing applications with Zope. So you should ask on zope@zope.org. Your question: Place a DTML-Method into your Zope-Root with: <dtml-var "_['index.html']"> (you can add some condition tests for index.htm of index.html if you want to.) -mj
On Fri, Mar 21, 2003 at 05:12:37PM +0100, Maik Jablonski wrote:
David Cain wrote:
How can I customize my Zope server to treat index.html and index.htm files like index_html files?
Your question has nothing to do with developing the Zope Application Server, but only with developing applications with Zope. So you should ask on zope@zope.org.
Your question:
Place a DTML-Method into your Zope-Root with:
<dtml-var "_['index.html']">
What ever happened to making this configurable a la: http://dev.zope.org/Wikis/DevSite/Proposals/ObjectTypeAssociationAndDeathToI... --Brent ------------------------------------------------------------------------- "The programmer, like the poet, works only slightly removed from pure thought-stuff. He builds his castles in the air, from air, creating by exertion of the imagination. Few media of creation are so flexible, so easy to polish and rework, so readily capable of realizing grand conceptual structures." -- Frederick Brooks, Jr., The Mythical Man Month
the infrastructure (aka __browser_default__ method) is there but the ui isn't. http://cvs.zope.org/Zope/lib/python/ZPublisher/BaseRequest.py?rev=1.50&conte... -haz Brent M Hendricks wrote:
On Fri, Mar 21, 2003 at 05:12:37PM +0100, Maik Jablonski wrote:
David Cain wrote:
How can I customize my Zope server to treat index.html and index.htm files like index_html files?
Your question has nothing to do with developing the Zope Application Server, but only with developing applications with Zope. So you should ask on zope@zope.org.
Your question:
Place a DTML-Method into your Zope-Root with:
<dtml-var "_['index.html']">
What ever happened to making this configurable a la:
http://dev.zope.org/Wikis/DevSite/Proposals/ObjectTypeAssociationAndDeathToI...
--Brent
-------------------------------------------------------------------------
"The programmer, like the poet, works only slightly removed from pure thought-stuff. He builds his castles in the air, from air, creating by exertion of the imagination. Few media of creation are so flexible, so easy to polish and rework, so readily capable of realizing grand conceptual structures." -- Frederick Brooks, Jr., The Mythical Man Month
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
participants (4)
-
Brent M Hendricks -
David Cain -
hazmat -
Maik Jablonski