On 12/03/2006, at 8:25 PM, André Malo wrote:
* Graham Dumpleton wrote:
Not seeing any negatives, I am going to go ahead and commit the SSI
stuff. Comments that this is just another way to skin a cat are true,
even if a small cat. I guess the reason for doing it is to fill out
those basic features that can be filled out by using just what Apache
provides.
If that's a point, you know, what would be really great in this case?
To be
able to register own SSI handlers using mod_python instead of (or in
addition to) this generic #python thingy, which nobody really seems to
be
able to classify/justify. Like registering a name and a callback
function
with a fixed signature.
What do you think?
I did think about it but deferred the idea in preference to at least
getting some basic support for use of Python code with SSI in place.
In other words, to take this initial step and then see whether people
even consider using server side includes a viable way of doing stuff.
These days there is so much focus on full blown frameworks that I am
not sure that SSI even gets used much. I could well be wrong on that
point.
Do you have examples of SSI tag handlers that you might implement this
way if such a feature were available? I ask as it all good to speculate
on such a feature, but like this generic "#python" tag, would it in
itself be used either?
Graham