IntroductionWeave is a website description language. !Weave converts a weave description to HTML.
Details
Weave is a simple language (built on Lua) for describing webpages, and !Weave converts such a description into HTML. The advantage of Weave over HTML is that you can abstract parts of a webpage and refer to them using variables, and manipulate them with functions. You can create many HTML documents with a single Weave file, and conversely you can split Weave scripts into independent re-usable modules.
|