[5365] in www-talk@info.cern.ch
Re: Includes in Indexes
daemon@ATHENA.MIT.EDU (Brian Behlendorf)
Fri Aug 26 12:47:49 1994
Date: Fri, 26 Aug 1994 18:35:31 +0200
Errors-To: listmaster@www0.cern.ch
Errors-To: listmaster@www0.cern.ch
Reply-To: brian@wired.com
From: Brian Behlendorf <brian@wired.com>
To: Multiple recipients of list <www-talk@www0.cern.ch>
On Fri, 26 Aug 1994, John Martin wrote:
> I am trying to use server side Includes to make the output of a script
> appear in every directory when a user is browsing the directory tree.
>
> The 'normal' case works: a program in a '.shtml' file is interpreted - but
> I would like the program to appear in the README.html file so that it works
> in every directory. I have tried creating a README.shtml but that doesn't
> work - the program simply does not get interpreted.
One way would be to have a directory-browsing program that dynamically
generates the list of available files for a given directory, plus whatever
else you want to generate on the fly. Yet another reason to put me on
cache managers' shit lists. :)
I did something similar for our gateway to the glimpse searching tool -
check out http://www.wired.com/cgi-bin/aglimpse, and you'll see at the
bottom a listing of directories by which you can restrict your search
further.
Brian