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