-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathcolony.inweb
More file actions
60 lines (51 loc) · 2.28 KB
/
colony.inweb
File metadata and controls
60 lines (51 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Colony {
default: pattern "GitHubPages" breadcrumbs "Home: //overview//"
member: "overview" to "" breadcrumbs ""
member: "inweb" at "" to "inweb"
member: "foundation" at "foundation-module" to "foundation-module"
member: "foundation-test" at "foundation-test"
member: "literate" at "literate-module" to "literate-module"
member: "goldbach" at "Examples/goldbach"
member: "twinprimes" at "Examples/twinprimes.w"
member: "eastertide" at "Examples/eastertide.w"
member: "guide" at "guide"
Page "overview" {
# Welcome to the Inweb Source
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](https://github.com/ganelson/inweb).
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 //foundation: A Brief Guide to 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.
Conventions {
paragraph numbers are invisible
}
}
Navigation {
[[Home "<Octagram.png@72>" -> //overview//]]
[[Item "inweb"]]
[[Menu "Foundation Modules"]]
[[Item "foundation"]]
[[Item "foundation-test"]]
[[Item "literate"]]
[[Menu "Documentation"]]
[[Item "guide"]]
[[Menu "Example Webs"]]
[[Item "goldbach"]]
[[Item "twinprimes"]]
[[Item "eastertide"]]
[[Menu "Repository"]]
[[Item "<github.png> github" -> https://github.com/ganelson/inweb]]
[[Menu "Related Projects"]]
[[Item "<github.png> inform" -> https://github.com/ganelson/inform]]
[[Item "<github.png> intest" -> https://github.com/ganelson/intest]]
}
}