Website layout

Directory Content Comment
.website Website The presence of this folder identifies it's parent as a MillScript system Website folder.
.website/cache Saved datastructures Data stored or retrieved using the cacheFile function will be saved in or loaded from this folder.
.website/conf Configuration Website specific configuration goes in this folder.
.website/conf/website.properties MillScript system configuration Configuration properties can be set in this file to override those properties set in the global(millscript/conf/millscript.global.properties)
.website/classes Java classes/jars Any Java classes/jars specific to this Website script go in this folder. The MillScript system will automatically add this folder and any jars in it to the CLASSPATH used when invoking Millscript.
.website/var Variable data files Millscript and the millscript system tools create files in here during execution. The contents of this folder can be safely ignored until a problem is encountered, when the contents may prove useful for debugging.
inventory Website specific inventory Nearly every Website script will have files in this folder. Millscript will look here for templates and any other autoloadable files.
output Script output Output from Millscript functions such as htmlFile, xmlFile, dataFile, etc will be written to this folder. Structure can be given to the output by modifying the folder list.