Re: Server side includes and Python.

2006-01-22 Thread Deron Meranda
I like the SSI feature. It would fill a nice gap between using plain HTML files and having to go to a more featured template or engine. Some things are simple enough that the SSI concept should be enough, and having Python would be nice. I do need to give your proposal some more thought before I

Re: please set up a mod_python core group

2006-01-22 Thread Greg Stein
On Thu, Jan 19, 2006 at 03:04:43PM -0500, Gregory (Grisha) Trubetskoy wrote: > > On Thu, 19 Jan 2006, Jorey Bump wrote: > > >+1 here, but since the build process and typical MPM differs among > >platforms, could we see a list that this group represents? > > This group would not represent any pl

Re: please set up a mod_python core group

2006-01-22 Thread Greg Stein
On Wed, Jan 18, 2006 at 08:01:07PM -0500, Jorey Bump wrote: >... > >So, please, take a few moments to decide amongst yourselves who > >should have binding votes on mod_python (i.e., who has earned it), >... > I vote that Grisha gets all three votes. Benevolent dictatorship is the > Python way, aft

[jira] Commented: (MODPYTHON-104) Allow Python code callouts with mod_include (SSI).

2006-01-22 Thread Graham Dumpleton (JIRA)
[ http://issues.apache.org/jira/browse/MODPYTHON-104?page=comments#action_12363559 ] Graham Dumpleton commented on MODPYTHON-104: See python-dev mailing list thread: http://www.mail-archive.com/python-dev@httpd.apache.org/msg01013.html for p

Server side includes and Python.

2006-01-22 Thread Graham Dumpleton
A few weeks back I created a JIRA entry relating to integrating server side includes with Python. The entry is: http://issues.apache.org/jira/browse/MODPYTHON-104 I finally got around to having a go at implementing it and have some initial code now working. The point of this email is to get fe