From: Terrence B. <ba...@me...> - 2005-09-04 18:19:29
|
"A. Pagaltzis" <pag...@gm...> writes: > * Terrence Brannon <ba...@me...> [2005-09-02 16:20]: >> Can you make the PathInfo stuff you are doing available on >> sourceforge or elsewhere? > > Yes, I shall, though it might take me a few days. I really need this now, even if it's just a tarfile emailed to ba...@me.... Will your module work with plain CGI? I have avoided using REST vocabulary in my URLs for something I'm working on because I don't have your module: <li> <a href="/gb/x.cgi?task=sign_book"> Sign Guestbook </a> </li> <li> <a href="/gb/x.cgi?task=view_book"> View Guestbook </a> </li> <li> <a href="/gb/x.cgi?task=book_stats"> Guestbook Stats </a> </li> I want to be jet-set like you and use paths: <li> <a href="/gb/x/sign"> Sign Guestbook </a> </li> <li> <a href="/gb/x/view"> View Guestbook </a> </li> <li> <a href="/gb/x/stats"> Guestbook Stats </a> </li> So much cleaner > > Regards, > -- > Aristotle Pagaltzis // <http://plasmasturm.org/> What a cute use of icons! -- Carter's Compass: I know I'm on the right track when, by deleting something, I'm adding functionality. |