Empty Archives

…yes, I know the category archives for this site seem to be empty. I’m playing with dynamic indexes to see if I can speed up rebuilds. Not quite working yet, and I’m not sure why. -edit- I couldn’t get that to work. It required some .htaccess surgery, and I couldn’t get it to produce any […]

…yes, I know the category archives for this site seem to be empty. I’m playing with dynamic indexes to see if I can speed up rebuilds. Not quite working yet, and I’m not sure why.


-edit-

I couldn’t get that to work. It required some .htaccess surgery, and I couldn’t get it to produce any output.

The idea is that you route the web server request through a php pre-processor and generate the pages on the fly rather than writing out index pages for everything, which is a great idea for pages people don’t hit that often. But something wasn’t right so I’ve tuned back to static publishing.