This is the home page for documentation, human-readable source code and examples for the literate programming system Inweb. It's hosted on the Github Docs area of the Inweb repository. Download and build instructions are at the repository README page, not here.
To get a sense of Inweb and what it does, see the guide.
Architecturally, Inweb consists of a front end which looks after commands typed at the command line — this is the content of the inweb web itself — and a back end consisting of two substantial libraries of C programs, each of which is a web in its own right:
- foundation, a suite of general-purpose services for command-line C tools; and
- literate, a literate-programming engine.
See A Brief Guide to Foundation (in foundation) for more on that. Supplied also in this repository is a small tool for unit-testing the it, foundation-test: this also is a web, but not a very interesting read.