;;; guile-www.hmap -*- scheme -*- (use-modules ((ttn-do htmlize-scheme) #:select (define-mapping))) (define-mapping #:guile-www #:stem "http://www.nongnu.org/guile-www/doc/" #:type #:module-name #:lookup assoc-ref #:data '(((www http) . "http.html") ((www url) . "url.html") ((www cgi) . "cgi.html") ((www main) . "main.html") ((www url-coding) . "url_002dcoding.html") ((www utcsec) . "utcsec.html") ((www server-utils big-dishing-loop) . "big_002ddishing_002dloop.html") ((www server-utils parse-request) . "parse_002drequest.html") ((www server-utils form-2-form) . "form_002d2_002dform.html") ((www server-utils filesystem) . "filesystem.html") ((www server-utils cgi-prep) . "cgi_002dprep.html") ((www server-utils cookies) . "cookies.html") ((www server-utils answer) . "answer.html") ((www server-utils log) . "log.html") ((www server-utils modlisp) . "modlisp.html") ((www data http-status) . "http_002dstatus.html") ((www data mime-types) . "mime_002dtypes.html"))) ;;; guile-www.hmap ends here