Re: [Zope-dev] Re: Using index.htm(l) files like index_html

2003-03-22 Thread hazmat
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&content-type=text/vnd.viewcvs-markup

-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 [EMAIL PROTECTED]

Your question:

Place a DTML-Method into your Zope-Root with:


   

What ever happened to making this configurable a la:

http://dev.zope.org/Wikis/DevSite/Proposals/ObjectTypeAssociationAndDeathToIndexHtml

--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  -  [EMAIL PROTECTED]
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 )
 



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
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 )


Re: [Zope-dev] Re: Using index.htm(l) files like index_html

2003-03-21 Thread Brent M Hendricks
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 [EMAIL PROTECTED]
> 
> Your question:
> 
> Place a DTML-Method into your Zope-Root with:
> 
> 

What ever happened to making this configurable a la:

http://dev.zope.org/Wikis/DevSite/Proposals/ObjectTypeAssociationAndDeathToIndexHtml


--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  -  [EMAIL PROTECTED]
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 )


[Zope-dev] Re: Using index.htm(l) files like index_html

2003-03-21 Thread Maik Jablonski
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 [EMAIL PROTECTED]

Your question:

Place a DTML-Method into your Zope-Root with:



(you can add some condition tests for index.htm of index.html if you 
want to.)

-mj



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
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 )