> -----Original Message----- > From: Rich Bowen [mailto:rbo...@rcbowen.com] > Sent: Wednesday, May 12, 2010 12:58 PM > To: docs@httpd.apache.org > Subject: Re: javascript in docs? > > At a certain level of complexity (there are dozens of cases where this > kind of thing is needed) it becomes worthwhile to just put links in > each individual file. But, sure, something like that is worth trying.
Maybe using SSI to call a server side script might be something to try. This would also remove the need for JavaScript and allows for indexing. <!--#include virtual="/path/to/newdocs.cgi?file=${REQUEST_URI}" --> One way or another, you would have to provide some map for files that are not 1:1 in the new docs. I'd be happy to write a PHP script that does this (similar to the JavaScript version), but I don't know that the server supports. Vincent de Lau vinc...@delau.nl --------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org