inweb-bootstrap/docs/index.html
2020-08-16 18:39:53 +01:00

68 lines
3.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>The Inweb Manual and Source Code</title>
<link href="docs-assets/Breadcrumbs.css" rel="stylesheet" rev="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="en-gb">
<link href="docs-assets/Contents.css" rel="stylesheet" rev="stylesheet" type="text/css">
<link href="docs-assets/Progress.css" rel="stylesheet" rev="stylesheet" type="text/css">
<link href="docs-assets/Navigation.css" rel="stylesheet" rev="stylesheet" type="text/css">
<link href="docs-assets/Fonts.css" rel="stylesheet" rev="stylesheet" type="text/css">
<link href="docs-assets/Base.css" rel="stylesheet" rev="stylesheet" type="text/css">
<link href="docs-assets/Colours.css" rel="stylesheet" rev="stylesheet" type="text/css">
</head>
<body class="commentary-font">
<nav role="navigation">
<h1><a href="index.html">
<img src="docs-assets/Octagram.png" width=72 height=72">
</a></h1>
<ul><li><a href="inweb/index.html">inweb</a></li>
</ul><h2>Foundation Module</h2><ul>
<li><a href="foundation-module/index.html">foundation</a></li>
<li><a href="foundation-test/index.html">foundation-test</a></li>
</ul><h2>Example Webs</h2><ul>
<li><a href="goldbach/index.html">goldbach</a></li>
<li><a href="twinprimes/twinprimes.html">twinprimes</a></li>
<li><a href="eastertide/index.html">eastertide</a></li>
</ul><h2>Repository</h2><ul>
<li><a href="https://github.com/ganelson/inweb"><img src="docs-assets/github.png" height=18> github</a></li>
</ul><h2>Related Projects</h2><ul>
<li><a href="../../inform/docs/index.html">inform</a></li>
<li><a href="../../intest/docs/index.html">intest</a></li>
</ul>
</nav>
<main role="main">
<!--Weave of 'The Inweb Manual and Source Code' generated by Inweb-->
<div class="breadcrumbs">
<ul class="crumbs"><li><b>The Inweb Manual and Source Code</b></li></ul></div>
<p class="commentary firstcommentary"><a id="SP1" class="paragraph-anchor"></a><b>&#167;1. </b>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, at: <a href="https://github.com/ganelson/inweb" class="external">https://github.com/ganelson/inweb</a>
Download and build instructions are there, not here.
</p>
<p class="commentary">To get a sense of Inweb and what it does, see <a href="inweb/M-iti.html" class="internal">Manual (in inweb)</a>. The simple
example <a href="twinprimes/twinprimes.html" class="internal">twinprimes</a> and <a href="goldbach/index.html" class="internal">goldbach</a> may also help.
</p>
<p class="commentary">But if you're here to look under the hood, or you want to fix a bug or
add a feature, a good place to begin is <a href="inweb/P-htpw.html" class="internal">How This Program Works (in inweb)</a>.
</p>
<p class="commentary firstcommentary"><a id="SP2" class="paragraph-anchor"></a><b>&#167;2. </b>Inweb is built on top of a library of C functions called <a href="foundation-module/index.html" class="internal">foundation</a>,
supplied in the same repository. See <a href="foundation-module/P-abgtf.html" class="internal">A Brief Guide to Foundation (in foundation)</a>.
There's also a small tool for unit-testing it, <a href="foundation-test/index.html" class="internal">foundation-test</a>, but this
is not an interesting read.
</p>
<!--End of weave-->
</main>
</body>
</html>