- (wiki->html-page #!key title css menu (port (current-input-port)))procedure
Read svnwiki data from a port (default: (current-input-port) and write the full HTML code of a page to (current-output-port).
- title: The HTML page title. Default: "CHICKEN Scheme".
- css: A CSS file to be linked to the page. Default: "//wiki.call-cc.org/chicken.css".
- menu: A file in svnwiki syntax that will be used as a menu. Default: #f (no menu).
- port: Prot to read svnwiki text from Default: (current-input-port).