Re: [Zope-dev] url traversal

2001-04-27 Thread Dieter Maurer

Brett Carter writes:
 > I have the classic problem of wanting my method 'foo' to work like:
 > http://localhost/foo/a/b/c
 > where a,b,c are parameters passed to foo.  I've found some info in the
 > mailing list archives, namely:
 > http://lists.zope.org/pipermail/zope-dev/2000-May/005197.html
 > 
 > Has the 'Traversal' interface been implemented?  What are the
 > specifics of implementing something like I describe above?
Traversal has been implemented for Python Scripts,
when they define the "sub_traversal" binding.



Dieter

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] url traversal

2001-04-26 Thread Danny William Adair

Hi Brett!

Have you taken a look at the PathHandler Product?
http://www.zope.org/Members/NIP/PathHandler/

This looks like an out-of-the-box solution for you.

hth,
Danny

>>> -Ursprungliche Nachricht-
>>> Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag
>>> von Brett Carter
>>> Gesendet: Freitag, 27. April 2001 10.10
>>> An: [EMAIL PROTECTED]
>>> Betreff: [Zope-dev] url traversal
>>> 
>>> 
>>> I have the classic problem of wanting my method 'foo' to work like:
>>> http://localhost/foo/a/b/c
>>> where a,b,c are parameters passed to foo.  I've found some info in the
>>> mailing list archives, namely:
>>> http://lists.zope.org/pipermail/zope-dev/2000-May/005197.html
>>> 
>>> Has the 'Traversal' interface been implemented?  What are the
>>> specifics of implementing something like I describe above?
>>> Thanks,
>>> -Brett
>>> 
>>> ___
>>> Zope-Dev maillist  -  [EMAIL PROTECTED]
>>> http://lists.zope.org/mailman/listinfo/zope-dev
>>> **  No cross posts or HTML encoding!  **
>>> (Related lists - 
>>>  http://lists.zope.org/mailman/listinfo/zope-announce
>>>  http://lists.zope.org/mailman/listinfo/zope )
>>> 

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



[Zope-dev] url traversal

2001-04-26 Thread Brett Carter

I have the classic problem of wanting my method 'foo' to work like:
http://localhost/foo/a/b/c
where a,b,c are parameters passed to foo.  I've found some info in the
mailing list archives, namely:
http://lists.zope.org/pipermail/zope-dev/2000-May/005197.html

Has the 'Traversal' interface been implemented?  What are the
specifics of implementing something like I describe above?
Thanks,
-Brett

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )