Static File Support
part of the ArsDigita Community System
by Philip Greenspun
The Big Idea
Is explained fairly thoroughly in Chapter 3 of
Philip and Alex's Guide to Web Publishing.
The Medium-size Idea
Copy all the .html files on the server into an Oracle table. Give each
one a unique ID. Collect comments and related links on each .html
page. Display these in-line via the procedures in /tcl/ad-html.tcl
The filter in /tcl/ad-user-content-map.tcl records which users have
examined which .html files.
philg@mit.edu