; Settings for prettyHTML.nlogo program
; written by Teresa Carrigan, 2004
; blank lines and lines starting with a ; are ignored
; specify the background image file for the webpage. Use "" for none.
background "../StackMachine_files/image001.gif"
; specify the external CSS file for the webpage. Use "" for none.
css "myCSS.css"
; specify how far to indent the text to avoid a border background
; must be an integer >= 0
num-indents 3
; specify who to put in the "written by" section at the top of the webpage
author "Teresa Carrigan"
; if a title is specified here, it will appear at the top of the webpage
; if you want prettyHTML to search for your title, then make it "" here
title ""
; where is NetLogoLite.jar stored on the website, relative to the webpage?
archive "../NetLogoLite.jar"
; where do you want the "Home" link at the bottom to link?
; if you don't want a "Home" link, just make this ""
webhome "../index.html"
; enter boilerplate stuff to go at the very bottom of the webpage
footer "Applets on this website were written by Teresa Carrigan in 2004, for use in computer science courses at Blackburn College, with the exception of the Fireworks applet. The applets made with NetLogo require Java 1.4.1 or higher to run. The applets made with NetBeans require Java 1.4.2 or higher to run. Applets might not run on Windows 95 or Mac OS 8 or 9. You may obtain the latest Java plugin from Sun's Java site."
; enter text on the same line as the title, but before it
before-title "Carrigan, T. (2004). "
; same as before-title, only after the title
after-title " model."
; in the "HOW TO USE IT" section each word that is immediately *before*
; any of the following words will be made BOLD
bold-list [ "button" "switch" "slider" "choice box" "monitor" ]
; if you don't want your heading links to be all caps, you need these:
nice-headings-list [ "What is it?" "How it works" "How to use it" "Things to notice" "Things to try" "Extending the model" "NetLogo features" "Related models" "Credits and References" "For more information"]
upper-headings-list [ "WHAT IS IT?" "HOW IT WORKS" "HOW TO USE IT" "THINGS TO NOTICE" "THINGS TO TRY" "EXTENDING THE MODEL" "NETLOGO FEATURES" "RELATED MODELS" "CREDITS AND REFERENCES" "FOR MORE INFORMATION" ]
; if your template treats certain headings in a non-standard fashion
special-headings [ "CREDITS AND REFERENCES" "FOR MORE INFORMATION" ]