inweb-bootstrap/docs/index.html

70 lines
3.5 KiB
HTML
Raw Normal View History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2019-02-04 22:26:45 +00:00
<html>
<head>
2020-04-13 22:30:42 +00:00
<title>Complete Program</title>
2020-04-20 22:26:08 +00:00
<link href="docs-assets/Breadcrumbs.css" rel="stylesheet" rev="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width initial-scale=1">
2019-02-04 22:26:45 +00:00
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Language" content="en-gb">
2020-04-20 22:26:08 +00:00
<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">
<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">
2020-04-20 22:26:08 +00:00
<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">
<link href="docs-assets/Breadcrumbs.css" rel="stylesheet" rev="stylesheet" type="text/css">
</head>
2019-02-04 22:26:45 +00:00
<body>
<nav role="navigation">
2020-04-13 16:06:45 +00:00
<h1><a href="index.html">
2020-04-20 22:26:08 +00:00
<img src="docs-assets/Octagram.png" width=72 height=72">
2020-04-13 16:06:45 +00:00
</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>
2020-04-13 16:06:45 +00:00
</ul><h2>Example Webs</h2><ul>
2020-04-12 16:24:23 +00:00
<li><a href="goldbach/index.html">goldbach</a></li>
<li><a href="twinprimes/twinprimes.html">twinprimes</a></li>
2020-04-15 22:45:08 +00:00
<li><a href="eastertide/index.html">eastertide</a></li>
2020-04-14 17:36:42 +00:00
</ul><h2>Repository</h2><ul>
2020-04-14 19:29:03 +00:00
<li><a href="https://github.com/ganelson/inweb"><img src="github.png" height=18> github</a></li>
2020-04-14 17:36:42 +00:00
</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>
2020-04-13 16:06:45 +00:00
</ul>
</nav>
<main role="main">
2020-04-16 22:51:03 +00:00
<!--Weave of 'Complete Program' generated by Inweb-->
<ul class="crumbs"><li><b>The Inweb Manual and Source Code</b></li></ul><p class="inwebparagraph"><a id="SP1"></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
2020-04-20 22:26:08 +00:00
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>
2020-04-20 22:26:08 +00:00
<p class="inwebparagraph">To get a sense of Inweb and what it does, see <a href="inweb/M-iti.html" class="internal">inweb/M-iti.html</a>. The simple
example <a href="twinprimes/twinprimes.html" class="internal">twinprimes/twinprimes.html</a> and <a href="goldbach/index.html" class="internal">goldbach/index.html</a> may also help.
2020-04-16 22:51:03 +00:00
</p>
<p class="inwebparagraph">But if you're here to look under the hood, or you want to fix a bug or
2020-04-20 22:26:08 +00:00
add a feature, a good place to begin is <a href="inweb/P-htpw.html" class="internal">inweb/P-htpw.html</a>.
2020-04-16 22:51:03 +00:00
</p>
2020-04-20 22:26:08 +00:00
<p class="inwebparagraph"><a id="SP2"></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-module/index.html</a>,
supplied in the same repository. See <a href="foundation-module/P-abgtf.html" class="internal">foundation-module/P-abgtf.html</a>.
There's also a small tool for unit-testing it, <a href="foundation-test/index.html" class="internal">foundation-test/index.html</a>, but this
2020-04-16 22:51:03 +00:00
is not an interesting read.
</p>
<!--End of weave-->
</main>
2019-02-04 22:26:45 +00:00
</body>
</html>
2019-03-12 23:32:12 +00:00