Index of Module website - part-cw/lambdanative GitHub Wiki
website
Module:This modules provides support for embedding regular html/js/css websites in scheme applications.
Functions in this module:
Function | Short Description |
---|---|
(website->table path) | Load a website |
(website-serve table port) | Launch website |
(website-addhook table document proc) | Install hook to dynamic document |
(website-addsubstitution token proc) | Register a content substitution hook |
(website-substitute data) | Apply all content substitutions to website data |