I'm trying to implement an archive page for my new weblog over at
http://www.pinds.com. I want you to be able to say
http://www.pinds.com/blog/archive/2002/02/ to get the archive for
all of February, or http://www.pinds.com/blog/archive/2002/02/27/ to
get the archive for today.
The obvious attempt would be to have an index.adp next to the
index.vuh, and simply say "ad_return_template" at the end of the
script, but it doesn't work: Nothing gets sent to the browser.
I've tried to look at the acs-templating code and see if I could
figure out some obvious way to do it, without any luck. So far I've
been unwilling to go through and try to decipher all of the code.
While I'm a big fan of the way the templating system generally
works, I'm not a big fan of the way it's implemented.
Any luck, anyone?
Request notifications