[Mailman-Developers] Request for template substitution token

2006-10-16 Thread Lindsay Haisley
I'm working on some utilities to integrate the Namazu search engine with Mailman, along the lines of Tom Morrison's very nice instruction posted at http://mail.python.org/pipermail/mailman-users/2004-June/037580.html. The integration on the Namazu side is pretty straightforward and I've already

Re: [Mailman-Developers] HTTPRunner.py

2006-10-16 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Oct 16, 2006, at 9:25 AM, Tokio Kikuchi wrote: >> I checked in a bunch of updates to the web interface that should >> make things run better under wsgi. It's still not perfect, but >> most of the links (which are now relative) should work. I

Re: [Mailman-Developers] HTTPRunner.py

2006-10-16 Thread Tokio Kikuchi
Hi, > I checked in a bunch of updates to the web interface that should make > things run better under wsgi. It's still not perfect, but most of the > links (which are now relative) should work. I haven't tried it under > traditional cgi yet (just wsgiref) so I may have broken things there. >

Re: [Mailman-Developers] HTTPRunner.py

2006-10-16 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Oct 8, 2006, at 10:19 PM, Tokio Kikuchi wrote: > I've checked in HTTPRunner.py using this simple server and > wsgi_app.py for wrapping mailman cgi in wsgi environment. I fear I > may be doing wrong things but it should be a proof that right