I'm thinking about how to do auto-indexing because there is no point in
doing this by hand (esp with my weird syntax for this). It'll probably
be database driven with an HTML+ interperter in the server that takes
something like
>>>INDEX_ME<<<
in the document and sticks the index info there. Any thoughts? My
next project towards this goal is file type mapping in &send_file;
so it'll take foo.xxx and run it through a specified filter that
converts it to html (for dumping databases, doing interpreted menus,
and on the fly indexing).
The demo is at:
http://www.bsdi.com/demo/bookmark/index.html
The code is http://www.bsdi.com/server/bookmark.pl
The image data is http://www.bsdi.com/images/bookmark/
I haven't documented this in the server docs yet. I will before 1.1.
Enjoy!