(index ("generate-static-pages!" 0) ("index-file" 338) ("request-pages" 535))
(def (sig (procedure "(generate-static-pages! directory #!key resources)" (id generate-static-pages!))) (p "Generates static pages into " (tt "directory") " based on the " (tt "resources") " resources table.  If " (tt "resources") " is not provided, " (int-link "/egg/awful#awful-resources-table" "awful's resources table") " is used."))
(def (sig (parameter "(index-file [\"index.html\"])" (id index-file))) (p "The default index file to be created when the resource is a directory.") (p "The default is " (tt "\"index.html\"") "."))
(def (sig (parameter "(request-pages ['()])" (id request-pages))) (p "A list of page paths to be requested.  That's useful when you have resource matches which can match an arbitrary (possibly infinite) number of inputs.  For example, matches implemented as regexes or procedures.") (p "The default value is " (tt "'()") "."))
