(index ("egg-repo" 0) ("release-info" 310) ("files-list" 707))
(def (sig (parameter "(egg-repo [URI-STRING])" (id egg-repo))) (p (tt "URI-STRING") " is a string representing the repository URI holding the Subversion files.  The placeholder " (tt "{chicken-release") "} will get replaced with the requested major CHICKEN release.  If none was supplied, \"4\" is assumed."))
(def (sig (procedure "(release-info CONTINUE)" (id release-info))) (p "This serves up the release-info file.  It assumes that " (tt "current-request") " contains a request URI which contains a " (tt "egg-name") " query parameter that indicates the name of the egg, and possibly a " (tt "release") " query parameter that indicates the major release of CHICKEN for which to get the release info."))
(def (sig (procedure "(files-list CONTINUE)" (id files-list))) (p "This serves up the file-list file.  It assumes that " (tt "current-request") " contains a request URI which contains a " (tt "chicken-release") " query parameter that indicates the major CHICKEN version, an " (tt "egg") " query parameter that indicates the name of the egg, and an " (tt "egg-release") " query parameter that indicates the release version of the egg."))
