On 05/08/13 22:51, Tim Bannister wrote: > How about implementing XHTML → JSON as a filter? Either with existing modules > or with something dedicated to autoindex. > Heya Tim,
thankyou - I'll file that away for future thought - I don't know anything about apache filters, so it might come in handy later :) I /think/ I've found a way to reuse the existing code, but I have one major reservation - it moves the html strings out of line and into several structs. I /think/ that in the process mod_autoindex will use less CPU, but I'll need to prove it later. For now, I've pushed that aside to write some httpd-test code to make sure I'm not breaking the existing output accidentally. Sven