I need to be able to install files required by a product (i.e. javascript files) without user intervention. I actually want them stored as files in Zope to take advantage of browser caching, as some of the script files are quite large and downloading them with each page via DTML is slowing things down. What is the best way to do this ? Thanks in advance, Robert Leftwich