I have been playing with OpenACS for about 2 weeks now and I'm very impressed so far. Stuff just works - and it's more or less well documented 
On my site, I have some .css files that are basically the same for each section, but with a few key values changed to allow for different colours in different sections.
Anyways, I figured that the templating system would allow me to somehow spec the .css extension for furhter parsing by the template system.
I know how to set the adp parser extensions in the site config.tcl file, but the ACS Templating seems to ignore this
setting.
I've also dug around in the ACS source in acs-templating and acs-tcl and found where the file-type/handler registration takes place. Adding css and restarting the server (and double checking the log to see that it happened) does not seem to do it either.
Is what I want to do even possible?
Ralph
Request notifications