Skip to content

Index of Module website

Matthias Görges edited this page Aug 12, 2020 · 2 revisions

Module: website

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
Clone this wiki locally