This is the ACS Static Pages package, based on v. 4.2a (static-pages-4-2A-R20010311) from ArsDigita, modifed by me, which may be found at "http://www.piskorski.com/acs/". This version is tagged: static-pages-atp-release-2001-08-28 TODO: - Install OpenACS and integrate these changes. (See how OpenACS CR stores content in filesystem, etc.) - Decide what to do about deletion of content - see: http://openacs.org/bboard/q-and-a-fetch-msg.tcl?msg_id=0002U2 See ChangeLog.txt for more detail, but basically, enhancements from the released aD version are: - Supports files located in ACS packages as well as beneath the global page root. - Suppports arbitrary MIME types by calling the fs_maybe_create_new_mime_type proc from the File Storage package - note that I did not add this dependency to the APM. - May now mount multiple instances of the pacakge - useful for doing two separate trees of content. (Due to Brandoch's initial design, this was quite straightforward.) - Protected sp_sync_cr_with_filesystem with a mutex, to prevent errors when two scans of the same files run at once. (Not a huge problem, but it was kind of fun to fix correctly.) --atp@piskorski.com, 2001/08/29 00:11 EDT