├── .gitignore ├── Audio └── SP014.mp3 ├── Chapter 1 ├── Configuration.w ├── Program Control.w ├── inweb advance-build Subcommand.w ├── inweb inspect Subcommand.w ├── inweb make- Subcommands.w ├── inweb map Subcommand.w ├── inweb tangle Subcommand.w ├── inweb test-language Subcommand.w └── inweb weave Subcommand.w ├── Contents.w ├── Dialects ├── AssemblageExample.ildf ├── EquationsExample.ildf ├── LineageExample.ildf ├── PainterOutput.ildf ├── RunningExample.ildf ├── StdioExample.ildf ├── ThirdExample.ildf └── VowelsExample.ildf ├── Downloads └── alice.crt ├── Examples ├── eastertide │ ├── Contents.w │ ├── Sections │ │ └── Reporting the Date.w │ └── cal.txt ├── goldbach │ ├── Contents.w │ ├── Figures │ │ └── Letter.jpg │ ├── Sections │ │ ├── Summing Primes.w │ │ └── The Sieve of Eratosthenes.w │ └── goldbach.mk ├── hellow.c ├── hellow.inweb ├── twinprimes.inweb └── twinprimes.md ├── Figures ├── brighton.jpg ├── colony.txt ├── help.txt ├── languages.txt ├── mars.jpg ├── nav.txt ├── pula.jpg ├── rah.jpg ├── scan.txt ├── tree.txt └── venice.jpg ├── LICENSE ├── Manual ├── Advanced Weaving with Patterns.w ├── How to Write a Web.w ├── Introduction to Inweb.w ├── Making Weaves into Websites.w ├── Reference Card.w ├── Supporting Programming Languages.w ├── The InC Dialect.w └── Webs, Tangling and Weaving.w ├── Materials ├── Inweb │ ├── Languages.inweb │ └── Notations.inweb ├── Patterns │ ├── Ebook │ │ ├── Base │ │ │ ├── Base.html │ │ │ └── Navigation.css │ │ ├── inweb.css │ │ ├── pattern.txt │ │ ├── template-body.html │ │ └── template-index.html │ ├── GitHubPages │ │ ├── GitHub │ │ │ └── github.png │ │ ├── pattern.txt │ │ ├── template-body.html │ │ └── template-index.html │ ├── HTML │ │ ├── Base │ │ │ ├── Base.css │ │ │ ├── Base.html │ │ │ ├── Contents.css │ │ │ ├── Fonts.css │ │ │ ├── Navigation.css │ │ │ └── Progress.css │ │ ├── Bigfoot │ │ │ ├── Bigfoot.css │ │ │ ├── Bigfoot.html │ │ │ └── Bigfoot.js │ │ ├── Breadcrumbs │ │ │ ├── Breadcrumbs.css │ │ │ └── crumbs.gif │ │ ├── Carousel │ │ │ ├── Carousel.css │ │ │ └── Carousel.js │ │ ├── Colouring │ │ │ ├── Colours.css │ │ │ ├── ConsoleText-Colours.css │ │ │ ├── Extracts-Colours.css │ │ │ └── Preform-Colours.css │ │ ├── Downloads │ │ │ ├── Downloads.css │ │ │ └── download.png │ │ ├── Embedding │ │ │ ├── Download.html │ │ │ ├── SoundCloud.html │ │ │ ├── Vimeo.html │ │ │ └── YouTube.html │ │ ├── MathJax3 │ │ │ └── MathJax3.html │ │ ├── Popups │ │ │ ├── Popups.css │ │ │ └── Popups.html │ │ ├── pattern.txt │ │ ├── template-body.html │ │ └── template-index.html │ ├── PDFTeX │ │ └── pattern.txt │ ├── Plain │ │ └── pattern.txt │ ├── TeX │ │ ├── Base │ │ │ └── inweb-macros.tex │ │ ├── pattern.txt │ │ └── template-body.tex │ └── TestingInweb │ │ └── pattern.txt ├── default.giscript ├── default.mkscript ├── licenses.json └── platforms │ ├── inweb-on-linux.mk │ ├── inweb-on-macos.mk │ ├── inweb-on-macos32.mk │ ├── inweb-on-macosarm.mk │ ├── inweb-on-macosuniv.mk │ ├── inweb-on-unix.mk │ ├── inweb-on-windows.mk │ ├── linux.mk │ ├── linux.mkscript │ ├── macos.mk │ ├── macos.mkscript │ ├── macos32.mk │ ├── macos32.mkscript │ ├── macosarm.mk │ ├── macosarm.mkscript │ ├── macosintel.mk │ ├── macosintel.mkscript │ ├── macosuniv.mk │ ├── macosuniv.mkscript │ ├── unix.mk │ ├── unix.mkscript │ ├── windows.mk │ └── windows.mkscript ├── Preliminaries └── How This Program Works.w ├── README.md ├── Tangled ├── inweb-dash ├── inweb.c └── magic-settings.txt ├── Tests ├── Test Cases │ ├── _Scan_Ideal │ │ ├── conditional.txt │ │ ├── empty.txt │ │ ├── hellow.txt │ │ ├── newinweb.txt │ │ ├── perl.txt │ │ ├── plain.txt │ │ └── twinprimes.txt │ ├── _Tangled_Ideal │ │ ├── conditional.txt │ │ ├── empty.txt │ │ ├── hellow.txt │ │ ├── newinweb.txt │ │ ├── perl.txt │ │ ├── plain.txt │ │ └── twinprimes.txt │ ├── associated │ │ └── elsewhere.txt │ ├── conditional.inweb │ ├── empty.inweb │ ├── hellow.inweb │ ├── newinweb.inweb │ ├── perl.inweb │ ├── plain.inweb │ └── twinprimes.inweb ├── Test Painter │ ├── AssemblageExample.txt │ ├── EquationsExample.txt │ ├── LineageExample.txt │ ├── PainterOutput.txt │ ├── RunningExample.txt │ ├── StdioExample.txt │ ├── ThirdExample.txt │ ├── VowelsExample.txt │ └── _Results_Ideal │ │ ├── AssemblageExample.txt │ │ ├── EquationsExample.txt │ │ ├── LineageExample.txt │ │ ├── PainterOutput.txt │ │ ├── RunningExample.txt │ │ ├── StdioExample.txt │ │ ├── ThirdExample.txt │ │ └── VowelsExample.txt ├── Test Weave Tree │ ├── _Results_Ideal │ │ ├── smpr.txt │ │ └── tsoe.txt │ ├── smpr.txt │ ├── tsoe.txt │ └── variations │ │ ├── Contents.w │ │ └── Sections │ │ ├── Summing Primes.w │ │ └── The Sieve of Eratosthenes.w └── inweb.intest ├── colony.inweb ├── docs-src ├── Octagram.png └── index.inweb ├── docs ├── docs-assets │ ├── Base.css │ ├── Bigfoot.css │ ├── Bigfoot.js │ ├── Breadcrumbs.css │ ├── Carousel.css │ ├── Carousel.js │ ├── Colours.css │ ├── ConsoleText-Colours.css │ ├── Contents.css │ ├── Downloads.css │ ├── Extracts-Colours.css │ ├── Fonts.css │ ├── Navigation.css │ ├── Octagram.png │ ├── Popups.css │ ├── Progress.css │ ├── crumbs.gif │ ├── download.png │ └── github.png ├── eastertide │ ├── S-rtd.html │ └── index.html ├── foundation-module │ ├── 1-fm.html │ ├── 1-pp.html │ ├── 1-wp.html │ ├── 2-dct.html │ ├── 2-dl.html │ ├── 2-fc.html │ ├── 2-lcl.html │ ├── 2-llas.html │ ├── 2-mmr.html │ ├── 2-mth.html │ ├── 2-str.html │ ├── 2-trs.html │ ├── 2-wal.html │ ├── 3-cf.html │ ├── 3-cla.html │ ├── 3-drc.html │ ├── 3-em.html │ ├── 3-fln.html │ ├── 3-pth.html │ ├── 3-shl.html │ ├── 3-tm.html │ ├── 4-chr.html │ ├── 4-cst.html │ ├── 4-fsm.html │ ├── 4-jsn.html │ ├── 4-pm.html │ ├── 4-prp.html │ ├── 4-sm.html │ ├── 4-taa.html │ ├── 4-tf.html │ ├── 4-ts.html │ ├── 4-tt.html │ ├── 4-ws.html │ ├── 5-ee.html │ ├── 5-he.html │ ├── 5-htm.html │ ├── 5-im.html │ ├── 5-mpi.html │ ├── 5-mpi2.html │ ├── 5-mr.html │ ├── 5-mrk.html │ ├── 5-mv.html │ ├── 6-bf.html │ ├── 6-id.html │ ├── 6-sd.html │ ├── 7-ld.html │ ├── 7-sl.html │ ├── 7-vn.html │ ├── 7-vnr.html │ ├── P-abgtf.html │ └── index.html ├── foundation-test │ ├── S-pc.html │ ├── S-ut.html │ └── index.html ├── goldbach │ ├── Letter.jpg │ ├── goldbach-test.txt │ ├── goldbach.pdf │ ├── goldbach.tex │ ├── goldbach.txt │ ├── index.html │ ├── smpr.html │ └── tsoe.html ├── index.html ├── inweb │ ├── 1-cnf.html │ ├── 1-ias.html │ ├── 1-iis.html │ ├── 1-ims.html │ ├── 1-ims2.html │ ├── 1-its.html │ ├── 1-its2.html │ ├── 1-iws.html │ ├── 1-pc.html │ ├── M-awwp.html │ ├── M-htwaw.html │ ├── M-iti.html │ ├── M-mwiw.html │ ├── M-rc.html │ ├── M-spl.html │ ├── M-tid.html │ ├── M-wtaw.html │ ├── P-htpw.html │ ├── SP014.mp3 │ ├── alice.crt │ ├── brighton.jpg │ ├── index.html │ ├── mars.jpg │ ├── pula.jpg │ ├── rah.jpg │ └── venice.jpg ├── literate-module │ ├── 1-bdfw.html │ ├── 1-bf.html │ ├── 1-cln.html │ ├── 1-hln.html │ ├── 1-hs.html │ ├── 1-lc.html │ ├── 1-lm.html │ ├── 1-ls.html │ ├── 1-sw.html │ ├── 1-tt.html │ ├── 1-tt2.html │ ├── 1-wcl.html │ ├── 1-wcp.html │ ├── 1-we.html │ ├── 1-wm.html │ ├── 1-wn.html │ ├── 1-wr.html │ ├── 1-ws.html │ ├── 2-as.html │ ├── 2-ca.html │ ├── 2-cc.html │ ├── 2-cl.html │ ├── 2-cs.html │ ├── 2-ec.html │ ├── 2-hln.html │ ├── 2-hs.html │ ├── 2-is.html │ ├── 2-lc.html │ ├── 2-lm.html │ ├── 2-ls.html │ ├── 2-pl.html │ ├── 2-rw.html │ ├── 2-taf.html │ ├── 2-tp.html │ ├── 2-we.html │ ├── 2-wn.html │ ├── 3-apacs.html │ ├── 3-as.html │ ├── 3-ca.html │ ├── 3-cc.html │ ├── 3-cl.html │ ├── 3-df.html │ ├── 3-ec.html │ ├── 3-fm.html │ ├── 3-hf.html │ ├── 3-is.html │ ├── 3-lm.html │ ├── 3-pl.html │ ├── 3-ptf.html │ ├── 3-ptt.html │ ├── 3-rw.html │ ├── 3-taf.html │ ├── 3-tc.html │ ├── 3-tf.html │ ├── 3-tp.html │ ├── 3-ts.html │ ├── 3-tu.html │ ├── 3-tw.html │ ├── 3-twot.html │ ├── 3-wd.html │ ├── 3-wt.html │ ├── 4-cs.html │ ├── 4-gs.html │ ├── 4-mkf.html │ ├── 4-rw.html │ ├── 4-tt.html │ ├── 4-tt2.html │ ├── 5-apacs.html │ ├── 5-df.html │ ├── 5-fm.html │ ├── 5-hf.html │ ├── 5-ptf.html │ ├── 5-ptt.html │ ├── 5-tc.html │ ├── 5-tf.html │ ├── 5-ts.html │ ├── 5-tu.html │ ├── 5-tw.html │ ├── 5-twot.html │ ├── 5-wd.html │ ├── 5-wt.html │ ├── 6-bf.html │ ├── 6-gs.html │ ├── 6-mkf.html │ ├── 6-rw.html │ ├── P-abgtl.html │ └── index.html ├── literate-test │ ├── S-pc.html │ ├── S-ut.html │ └── index.html └── twinprimes │ └── twinprimes.html ├── foundation-module ├── Chapter 1 │ ├── Foundation Module.w │ ├── POSIX Platforms.w │ └── Windows Platform.w ├── Chapter 2 │ ├── Debugging Log.w │ ├── Dictionaries.w │ ├── Foundation Classes.w │ ├── Linked Lists and Stacks.w │ ├── Locales.w │ ├── Memory.w │ ├── Methods.w │ ├── Streams.w │ ├── Trees.w │ └── Writers and Loggers.w ├── Chapter 3 │ ├── Case-Insensitive Filenames.w │ ├── Command Line Arguments.w │ ├── Directories.w │ ├── Error Messages.w │ ├── Filenames.w │ ├── Pathnames.w │ ├── Shell.w │ └── Time.w ├── Chapter 4 │ ├── C Strings.w │ ├── Characters.w │ ├── Finite State Machines.w │ ├── JSON.w │ ├── Pattern Matching.w │ ├── Preprocessor.w │ ├── String Manipulation.w │ ├── Tab Stops.w │ ├── Text Files.w │ ├── Textual Tables.w │ ├── Tries and Avinues.w │ └── Wide Strings.w ├── Chapter 5 │ ├── Epub Ebooks.w │ ├── HTML Entities.w │ ├── HTML.w │ ├── Inform-Flavoured Markdown.w │ ├── Markdown Phase I.w │ ├── Markdown Phase II.w │ ├── Markdown Rendering.w │ ├── Markdown Variations.w │ └── Markdown.w ├── Chapter 6 │ ├── Binary Files.w │ ├── Image Dimensions.w │ └── Sound Durations.w ├── Chapter 7 │ ├── Licence Data.w │ ├── SPDX Licences.w │ ├── Version Number Ranges.w │ └── Version Numbers.w ├── Contents.w └── Preliminaries │ └── A Brief Guide to Foundation.w ├── foundation-test ├── .gitignore ├── Contents.w ├── Sections │ ├── Program Control.w │ └── Unit Tests.w ├── Tests │ ├── Markdown Cases │ │ ├── _Results_Actual │ │ │ └── .gitkeep │ │ ├── gh-md-disallowed-raw-html--I.txt │ │ ├── gh-md-disallowed-raw-html.txt │ │ ├── gh-md-extended-autolinks--I.txt │ │ ├── gh-md-extended-autolinks.txt │ │ ├── gh-md-strikethrough--I.txt │ │ ├── gh-md-strikethrough.txt │ │ ├── gh-md-tables--I.txt │ │ ├── gh-md-tables.txt │ │ ├── gh-md-task-list-items--I.txt │ │ ├── gh-md-task-list-items.txt │ │ ├── inf-md-gatedparagraphs--I.txt │ │ ├── inf-md-gatedparagraphs.txt │ │ ├── inf-md-headingmarkers--I.txt │ │ ├── inf-md-headingmarkers.txt │ │ ├── inf-md-indexmarkers--I.txt │ │ ├── inf-md-indexmarkers.txt │ │ ├── md-atxheadings--I.txt │ │ ├── md-atxheadings.txt │ │ ├── md-autolinks--I.txt │ │ ├── md-autolinks.txt │ │ ├── md-backslashescapes--I.txt │ │ ├── md-backslashescapes.txt │ │ ├── md-blanklines--I.txt │ │ ├── md-blanklines.txt │ │ ├── md-blockquotes--I.txt │ │ ├── md-blockquotes.txt │ │ ├── md-codespans--I.txt │ │ ├── md-codespans.txt │ │ ├── md-emphasis--I.txt │ │ ├── md-emphasis.txt │ │ ├── md-entity--I.txt │ │ ├── md-entity.txt │ │ ├── md-fencedcodeblocks--I.txt │ │ ├── md-fencedcodeblocks.txt │ │ ├── md-footnotes--I.txt │ │ ├── md-footnotes.txt │ │ ├── md-hardlinebreaks--I.txt │ │ ├── md-hardlinebreaks.txt │ │ ├── md-htmlblocks--I.txt │ │ ├── md-htmlblocks.txt │ │ ├── md-images--I.txt │ │ ├── md-images.txt │ │ ├── md-indentedcodeblocks--I.txt │ │ ├── md-indentedcodeblocks.txt │ │ ├── md-inlines--I.txt │ │ ├── md-inlines.txt │ │ ├── md-linkreferencedefinitions--I.txt │ │ ├── md-linkreferencedefinitions.txt │ │ ├── md-links--I.txt │ │ ├── md-links.txt │ │ ├── md-listitems--I.txt │ │ ├── md-listitems.txt │ │ ├── md-lists--I.txt │ │ ├── md-lists.txt │ │ ├── md-paragraphs--I.txt │ │ ├── md-paragraphs.txt │ │ ├── md-precedence--I.txt │ │ ├── md-precedence.txt │ │ ├── md-rawhtml--I.txt │ │ ├── md-rawhtml.txt │ │ ├── md-setextheadings--I.txt │ │ ├── md-setextheadings.txt │ │ ├── md-softlinebreaks--I.txt │ │ ├── md-softlinebreaks.txt │ │ ├── md-tabs--I.txt │ │ ├── md-tabs.txt │ │ ├── md-textualcontent--I.txt │ │ ├── md-textualcontent.txt │ │ ├── md-thematicbreaks--I.txt │ │ ├── md-thematicbreaks.txt │ │ ├── md-variations--I.txt │ │ ├── md-variations.txt │ │ └── temp.txt │ ├── Test Cases │ │ ├── _Results_Actual │ │ │ └── .gitkeep │ │ ├── dictionaries--I.txt │ │ ├── dictionaries.txt │ │ ├── json--I.txt │ │ ├── json.txt │ │ ├── lists--I.txt │ │ ├── lists.txt │ │ ├── regexp--I.txt │ │ ├── regexp.txt │ │ ├── replacement--I.txt │ │ ├── replacement.txt │ │ ├── semver--I.txt │ │ ├── semver.txt │ │ ├── stacks--I.txt │ │ ├── stacks.txt │ │ ├── strings--I.txt │ │ ├── strings.txt │ │ ├── trees--I.txt │ │ └── trees.txt │ └── foundation-test.intest └── versions.txt ├── licence-build ├── .gitignore ├── Contents.w └── Sections │ └── Build.w ├── literate-module ├── Chapter 1 │ ├── Bibliographic Data for Webs.w │ ├── Colonies.w │ ├── Literate Module.w │ ├── Single-File Webs.w │ ├── Web Contents Pages.w │ ├── Web Control Language.w │ ├── Web Modules.w │ ├── Web Ranges.w │ └── Web Structure.w ├── Chapter 2 │ ├── Holon Syntax.w │ ├── Holons.w │ ├── Line Classification.w │ ├── Literate Source.w │ ├── Web Errors.w │ └── Web Notations.w ├── Chapter 3 │ ├── ACME Support.w │ ├── C-Like Languages.w │ ├── Code Analysis.w │ ├── Conditional Compilation.w │ ├── Enumerated Constants.w │ ├── InC Support.w │ ├── Language Methods.w │ ├── Programming Languages.w │ ├── Reserved Words.w │ ├── The Painter.w │ └── Types and Functions.w ├── Chapter 4 │ ├── Ctags Support.w │ ├── Tangle Targets.w │ └── The Tangler.w ├── Chapter 5 │ ├── Assets, Plugins and Colour Schemes.w │ ├── Debugging Format.w │ ├── Format Methods.w │ ├── HTML Formats.w │ ├── Patterns.w │ ├── Plain Text Format.w │ ├── TeX Format.w │ ├── TeX Utilities.w │ ├── The Collater.w │ ├── The Swarm.w │ ├── The Weaver of Text.w │ ├── The Weaver.w │ ├── Weave Tree.w │ └── Weaving Details.w ├── Chapter 6 │ ├── Build Files.w │ ├── Git Support.w │ ├── Makefiles.w │ └── Readme Writeme.w ├── Contents.w └── Preliminaries │ └── A Brief Guide to Literate.w ├── literate-test ├── .gitignore ├── Contents.w ├── Sections │ ├── Program Control.w │ └── Unit Tests.w ├── Tests │ ├── Test Cases │ │ ├── _Results_Actual │ │ │ ├── .gitkeep │ │ │ └── wcl.txt │ │ ├── wcl--I.txt │ │ └── wcl.txt │ └── literate-test.intest └── literate-test.mk ├── notes ├── release │ ├── 7-1-0.md │ └── 7-2-0.md ├── version_history.md └── versioning.md └── scripts ├── first.sh ├── inweb.giscript ├── inweb.mkscript └── inweb.rmscript /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/.gitignore -------------------------------------------------------------------------------- /Audio/SP014.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Audio/SP014.mp3 -------------------------------------------------------------------------------- /Chapter 1/Configuration.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Chapter 1/Configuration.w -------------------------------------------------------------------------------- /Chapter 1/Program Control.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Chapter 1/Program Control.w -------------------------------------------------------------------------------- /Chapter 1/inweb advance-build Subcommand.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Chapter 1/inweb advance-build Subcommand.w -------------------------------------------------------------------------------- /Chapter 1/inweb inspect Subcommand.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Chapter 1/inweb inspect Subcommand.w -------------------------------------------------------------------------------- /Chapter 1/inweb make- Subcommands.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Chapter 1/inweb make- Subcommands.w -------------------------------------------------------------------------------- /Chapter 1/inweb map Subcommand.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Chapter 1/inweb map Subcommand.w -------------------------------------------------------------------------------- /Chapter 1/inweb tangle Subcommand.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Chapter 1/inweb tangle Subcommand.w -------------------------------------------------------------------------------- /Chapter 1/inweb test-language Subcommand.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Chapter 1/inweb test-language Subcommand.w -------------------------------------------------------------------------------- /Chapter 1/inweb weave Subcommand.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Chapter 1/inweb weave Subcommand.w -------------------------------------------------------------------------------- /Contents.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Contents.w -------------------------------------------------------------------------------- /Dialects/AssemblageExample.ildf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Dialects/AssemblageExample.ildf -------------------------------------------------------------------------------- /Dialects/EquationsExample.ildf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Dialects/EquationsExample.ildf -------------------------------------------------------------------------------- /Dialects/LineageExample.ildf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Dialects/LineageExample.ildf -------------------------------------------------------------------------------- /Dialects/PainterOutput.ildf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Dialects/PainterOutput.ildf -------------------------------------------------------------------------------- /Dialects/RunningExample.ildf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Dialects/RunningExample.ildf -------------------------------------------------------------------------------- /Dialects/StdioExample.ildf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Dialects/StdioExample.ildf -------------------------------------------------------------------------------- /Dialects/ThirdExample.ildf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Dialects/ThirdExample.ildf -------------------------------------------------------------------------------- /Dialects/VowelsExample.ildf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Dialects/VowelsExample.ildf -------------------------------------------------------------------------------- /Downloads/alice.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Downloads/alice.crt -------------------------------------------------------------------------------- /Examples/eastertide/Contents.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Examples/eastertide/Contents.w -------------------------------------------------------------------------------- /Examples/eastertide/Sections/Reporting the Date.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Examples/eastertide/Sections/Reporting the Date.w -------------------------------------------------------------------------------- /Examples/eastertide/cal.txt: -------------------------------------------------------------------------------- 1 | 1770 2 | 1791b 3 | 1827 4 | -------------------------------------------------------------------------------- /Examples/goldbach/Contents.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Examples/goldbach/Contents.w -------------------------------------------------------------------------------- /Examples/goldbach/Figures/Letter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Examples/goldbach/Figures/Letter.jpg -------------------------------------------------------------------------------- /Examples/goldbach/Sections/Summing Primes.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Examples/goldbach/Sections/Summing Primes.w -------------------------------------------------------------------------------- /Examples/goldbach/Sections/The Sieve of Eratosthenes.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Examples/goldbach/Sections/The Sieve of Eratosthenes.w -------------------------------------------------------------------------------- /Examples/goldbach/goldbach.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Examples/goldbach/goldbach.mk -------------------------------------------------------------------------------- /Examples/hellow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Examples/hellow.c -------------------------------------------------------------------------------- /Examples/hellow.inweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Examples/hellow.inweb -------------------------------------------------------------------------------- /Examples/twinprimes.inweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Examples/twinprimes.inweb -------------------------------------------------------------------------------- /Examples/twinprimes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Examples/twinprimes.md -------------------------------------------------------------------------------- /Figures/brighton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Figures/brighton.jpg -------------------------------------------------------------------------------- /Figures/colony.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Figures/colony.txt -------------------------------------------------------------------------------- /Figures/help.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Figures/help.txt -------------------------------------------------------------------------------- /Figures/languages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Figures/languages.txt -------------------------------------------------------------------------------- /Figures/mars.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Figures/mars.jpg -------------------------------------------------------------------------------- /Figures/nav.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Figures/nav.txt -------------------------------------------------------------------------------- /Figures/pula.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Figures/pula.jpg -------------------------------------------------------------------------------- /Figures/rah.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Figures/rah.jpg -------------------------------------------------------------------------------- /Figures/scan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Figures/scan.txt -------------------------------------------------------------------------------- /Figures/tree.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Figures/tree.txt -------------------------------------------------------------------------------- /Figures/venice.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Figures/venice.jpg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/LICENSE -------------------------------------------------------------------------------- /Manual/Advanced Weaving with Patterns.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Manual/Advanced Weaving with Patterns.w -------------------------------------------------------------------------------- /Manual/How to Write a Web.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Manual/How to Write a Web.w -------------------------------------------------------------------------------- /Manual/Introduction to Inweb.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Manual/Introduction to Inweb.w -------------------------------------------------------------------------------- /Manual/Making Weaves into Websites.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Manual/Making Weaves into Websites.w -------------------------------------------------------------------------------- /Manual/Reference Card.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Manual/Reference Card.w -------------------------------------------------------------------------------- /Manual/Supporting Programming Languages.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Manual/Supporting Programming Languages.w -------------------------------------------------------------------------------- /Manual/The InC Dialect.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Manual/The InC Dialect.w -------------------------------------------------------------------------------- /Manual/Webs, Tangling and Weaving.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Manual/Webs, Tangling and Weaving.w -------------------------------------------------------------------------------- /Materials/Inweb/Languages.inweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Inweb/Languages.inweb -------------------------------------------------------------------------------- /Materials/Inweb/Notations.inweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Inweb/Notations.inweb -------------------------------------------------------------------------------- /Materials/Patterns/Ebook/Base/Base.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Materials/Patterns/Ebook/Base/Navigation.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Materials/Patterns/Ebook/inweb.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/Ebook/inweb.css -------------------------------------------------------------------------------- /Materials/Patterns/Ebook/pattern.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/Ebook/pattern.txt -------------------------------------------------------------------------------- /Materials/Patterns/Ebook/template-body.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/Ebook/template-body.html -------------------------------------------------------------------------------- /Materials/Patterns/Ebook/template-index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/Ebook/template-index.html -------------------------------------------------------------------------------- /Materials/Patterns/GitHubPages/GitHub/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/GitHubPages/GitHub/github.png -------------------------------------------------------------------------------- /Materials/Patterns/GitHubPages/pattern.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/GitHubPages/pattern.txt -------------------------------------------------------------------------------- /Materials/Patterns/GitHubPages/template-body.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/GitHubPages/template-body.html -------------------------------------------------------------------------------- /Materials/Patterns/GitHubPages/template-index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/GitHubPages/template-index.html -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Base/Base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Base/Base.css -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Base/Base.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Base/Base.html -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Base/Contents.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Base/Contents.css -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Base/Fonts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Base/Fonts.css -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Base/Navigation.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Base/Navigation.css -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Base/Progress.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Base/Progress.css -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Bigfoot/Bigfoot.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Bigfoot/Bigfoot.css -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Bigfoot/Bigfoot.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Bigfoot/Bigfoot.html -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Bigfoot/Bigfoot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Bigfoot/Bigfoot.js -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Breadcrumbs/Breadcrumbs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Breadcrumbs/Breadcrumbs.css -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Breadcrumbs/crumbs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Breadcrumbs/crumbs.gif -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Carousel/Carousel.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Carousel/Carousel.css -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Carousel/Carousel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Carousel/Carousel.js -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Colouring/Colours.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Colouring/Colours.css -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Colouring/ConsoleText-Colours.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Colouring/ConsoleText-Colours.css -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Colouring/Extracts-Colours.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Colouring/Extracts-Colours.css -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Colouring/Preform-Colours.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Colouring/Preform-Colours.css -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Downloads/Downloads.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Downloads/Downloads.css -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Downloads/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Downloads/download.png -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Embedding/Download.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Embedding/Download.html -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Embedding/SoundCloud.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Embedding/SoundCloud.html -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Embedding/Vimeo.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Embedding/Vimeo.html -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Embedding/YouTube.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Embedding/YouTube.html -------------------------------------------------------------------------------- /Materials/Patterns/HTML/MathJax3/MathJax3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/MathJax3/MathJax3.html -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Popups/Popups.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Popups/Popups.css -------------------------------------------------------------------------------- /Materials/Patterns/HTML/Popups/Popups.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/Popups/Popups.html -------------------------------------------------------------------------------- /Materials/Patterns/HTML/pattern.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/pattern.txt -------------------------------------------------------------------------------- /Materials/Patterns/HTML/template-body.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/template-body.html -------------------------------------------------------------------------------- /Materials/Patterns/HTML/template-index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/HTML/template-index.html -------------------------------------------------------------------------------- /Materials/Patterns/PDFTeX/pattern.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/PDFTeX/pattern.txt -------------------------------------------------------------------------------- /Materials/Patterns/Plain/pattern.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/Plain/pattern.txt -------------------------------------------------------------------------------- /Materials/Patterns/TeX/Base/inweb-macros.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/TeX/Base/inweb-macros.tex -------------------------------------------------------------------------------- /Materials/Patterns/TeX/pattern.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/TeX/pattern.txt -------------------------------------------------------------------------------- /Materials/Patterns/TeX/template-body.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/TeX/template-body.tex -------------------------------------------------------------------------------- /Materials/Patterns/TestingInweb/pattern.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/Patterns/TestingInweb/pattern.txt -------------------------------------------------------------------------------- /Materials/default.giscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/default.giscript -------------------------------------------------------------------------------- /Materials/default.mkscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/default.mkscript -------------------------------------------------------------------------------- /Materials/licenses.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/licenses.json -------------------------------------------------------------------------------- /Materials/platforms/inweb-on-linux.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/inweb-on-linux.mk -------------------------------------------------------------------------------- /Materials/platforms/inweb-on-macos.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/inweb-on-macos.mk -------------------------------------------------------------------------------- /Materials/platforms/inweb-on-macos32.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/inweb-on-macos32.mk -------------------------------------------------------------------------------- /Materials/platforms/inweb-on-macosarm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/inweb-on-macosarm.mk -------------------------------------------------------------------------------- /Materials/platforms/inweb-on-macosuniv.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/inweb-on-macosuniv.mk -------------------------------------------------------------------------------- /Materials/platforms/inweb-on-unix.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/inweb-on-unix.mk -------------------------------------------------------------------------------- /Materials/platforms/inweb-on-windows.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/inweb-on-windows.mk -------------------------------------------------------------------------------- /Materials/platforms/linux.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/linux.mk -------------------------------------------------------------------------------- /Materials/platforms/linux.mkscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/linux.mkscript -------------------------------------------------------------------------------- /Materials/platforms/macos.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/macos.mk -------------------------------------------------------------------------------- /Materials/platforms/macos.mkscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/macos.mkscript -------------------------------------------------------------------------------- /Materials/platforms/macos32.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/macos32.mk -------------------------------------------------------------------------------- /Materials/platforms/macos32.mkscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/macos32.mkscript -------------------------------------------------------------------------------- /Materials/platforms/macosarm.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/macosarm.mk -------------------------------------------------------------------------------- /Materials/platforms/macosarm.mkscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/macosarm.mkscript -------------------------------------------------------------------------------- /Materials/platforms/macosintel.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/macosintel.mk -------------------------------------------------------------------------------- /Materials/platforms/macosintel.mkscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/macosintel.mkscript -------------------------------------------------------------------------------- /Materials/platforms/macosuniv.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/macosuniv.mk -------------------------------------------------------------------------------- /Materials/platforms/macosuniv.mkscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/macosuniv.mkscript -------------------------------------------------------------------------------- /Materials/platforms/unix.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/unix.mk -------------------------------------------------------------------------------- /Materials/platforms/unix.mkscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/unix.mkscript -------------------------------------------------------------------------------- /Materials/platforms/windows.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/windows.mk -------------------------------------------------------------------------------- /Materials/platforms/windows.mkscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Materials/platforms/windows.mkscript -------------------------------------------------------------------------------- /Preliminaries/How This Program Works.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Preliminaries/How This Program Works.w -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/README.md -------------------------------------------------------------------------------- /Tangled/inweb-dash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tangled/inweb-dash -------------------------------------------------------------------------------- /Tangled/inweb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tangled/inweb.c -------------------------------------------------------------------------------- /Tangled/magic-settings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tangled/magic-settings.txt -------------------------------------------------------------------------------- /Tests/Test Cases/_Scan_Ideal/conditional.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Cases/_Scan_Ideal/conditional.txt -------------------------------------------------------------------------------- /Tests/Test Cases/_Scan_Ideal/empty.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Cases/_Scan_Ideal/empty.txt -------------------------------------------------------------------------------- /Tests/Test Cases/_Scan_Ideal/hellow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Cases/_Scan_Ideal/hellow.txt -------------------------------------------------------------------------------- /Tests/Test Cases/_Scan_Ideal/newinweb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Cases/_Scan_Ideal/newinweb.txt -------------------------------------------------------------------------------- /Tests/Test Cases/_Scan_Ideal/perl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Cases/_Scan_Ideal/perl.txt -------------------------------------------------------------------------------- /Tests/Test Cases/_Scan_Ideal/plain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Cases/_Scan_Ideal/plain.txt -------------------------------------------------------------------------------- /Tests/Test Cases/_Scan_Ideal/twinprimes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Cases/_Scan_Ideal/twinprimes.txt -------------------------------------------------------------------------------- /Tests/Test Cases/_Tangled_Ideal/conditional.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Cases/_Tangled_Ideal/conditional.txt -------------------------------------------------------------------------------- /Tests/Test Cases/_Tangled_Ideal/empty.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Tests/Test Cases/_Tangled_Ideal/hellow.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Cases/_Tangled_Ideal/hellow.txt -------------------------------------------------------------------------------- /Tests/Test Cases/_Tangled_Ideal/newinweb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Cases/_Tangled_Ideal/newinweb.txt -------------------------------------------------------------------------------- /Tests/Test Cases/_Tangled_Ideal/perl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Cases/_Tangled_Ideal/perl.txt -------------------------------------------------------------------------------- /Tests/Test Cases/_Tangled_Ideal/plain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Cases/_Tangled_Ideal/plain.txt -------------------------------------------------------------------------------- /Tests/Test Cases/_Tangled_Ideal/twinprimes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Cases/_Tangled_Ideal/twinprimes.txt -------------------------------------------------------------------------------- /Tests/Test Cases/associated/elsewhere.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Cases/associated/elsewhere.txt -------------------------------------------------------------------------------- /Tests/Test Cases/conditional.inweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Cases/conditional.inweb -------------------------------------------------------------------------------- /Tests/Test Cases/empty.inweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Cases/empty.inweb -------------------------------------------------------------------------------- /Tests/Test Cases/hellow.inweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Cases/hellow.inweb -------------------------------------------------------------------------------- /Tests/Test Cases/newinweb.inweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Cases/newinweb.inweb -------------------------------------------------------------------------------- /Tests/Test Cases/perl.inweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Cases/perl.inweb -------------------------------------------------------------------------------- /Tests/Test Cases/plain.inweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Cases/plain.inweb -------------------------------------------------------------------------------- /Tests/Test Cases/twinprimes.inweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Cases/twinprimes.inweb -------------------------------------------------------------------------------- /Tests/Test Painter/AssemblageExample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Painter/AssemblageExample.txt -------------------------------------------------------------------------------- /Tests/Test Painter/EquationsExample.txt: -------------------------------------------------------------------------------- 1 | A = 2716 2 | B=3 3 | C =715 + B 4 | D < 14 5 | -------------------------------------------------------------------------------- /Tests/Test Painter/LineageExample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Painter/LineageExample.txt -------------------------------------------------------------------------------- /Tests/Test Painter/PainterOutput.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Painter/PainterOutput.txt -------------------------------------------------------------------------------- /Tests/Test Painter/RunningExample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Painter/RunningExample.txt -------------------------------------------------------------------------------- /Tests/Test Painter/StdioExample.txt: -------------------------------------------------------------------------------- 1 | if (x == 1) printf("Hello!"); 2 | -------------------------------------------------------------------------------- /Tests/Test Painter/ThirdExample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Painter/ThirdExample.txt -------------------------------------------------------------------------------- /Tests/Test Painter/VowelsExample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Painter/VowelsExample.txt -------------------------------------------------------------------------------- /Tests/Test Painter/_Results_Ideal/AssemblageExample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Painter/_Results_Ideal/AssemblageExample.txt -------------------------------------------------------------------------------- /Tests/Test Painter/_Results_Ideal/EquationsExample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Painter/_Results_Ideal/EquationsExample.txt -------------------------------------------------------------------------------- /Tests/Test Painter/_Results_Ideal/LineageExample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Painter/_Results_Ideal/LineageExample.txt -------------------------------------------------------------------------------- /Tests/Test Painter/_Results_Ideal/PainterOutput.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Painter/_Results_Ideal/PainterOutput.txt -------------------------------------------------------------------------------- /Tests/Test Painter/_Results_Ideal/RunningExample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Painter/_Results_Ideal/RunningExample.txt -------------------------------------------------------------------------------- /Tests/Test Painter/_Results_Ideal/StdioExample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Painter/_Results_Ideal/StdioExample.txt -------------------------------------------------------------------------------- /Tests/Test Painter/_Results_Ideal/ThirdExample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Painter/_Results_Ideal/ThirdExample.txt -------------------------------------------------------------------------------- /Tests/Test Painter/_Results_Ideal/VowelsExample.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Painter/_Results_Ideal/VowelsExample.txt -------------------------------------------------------------------------------- /Tests/Test Weave Tree/_Results_Ideal/smpr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Weave Tree/_Results_Ideal/smpr.txt -------------------------------------------------------------------------------- /Tests/Test Weave Tree/_Results_Ideal/tsoe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Weave Tree/_Results_Ideal/tsoe.txt -------------------------------------------------------------------------------- /Tests/Test Weave Tree/smpr.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Tests/Test Weave Tree/tsoe.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Tests/Test Weave Tree/variations/Contents.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Weave Tree/variations/Contents.w -------------------------------------------------------------------------------- /Tests/Test Weave Tree/variations/Sections/Summing Primes.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Weave Tree/variations/Sections/Summing Primes.w -------------------------------------------------------------------------------- /Tests/Test Weave Tree/variations/Sections/The Sieve of Eratosthenes.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/Test Weave Tree/variations/Sections/The Sieve of Eratosthenes.w -------------------------------------------------------------------------------- /Tests/inweb.intest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/Tests/inweb.intest -------------------------------------------------------------------------------- /colony.inweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/colony.inweb -------------------------------------------------------------------------------- /docs-src/Octagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs-src/Octagram.png -------------------------------------------------------------------------------- /docs-src/index.inweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs-src/index.inweb -------------------------------------------------------------------------------- /docs/docs-assets/Base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/docs-assets/Base.css -------------------------------------------------------------------------------- /docs/docs-assets/Bigfoot.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/docs-assets/Bigfoot.css -------------------------------------------------------------------------------- /docs/docs-assets/Bigfoot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/docs-assets/Bigfoot.js -------------------------------------------------------------------------------- /docs/docs-assets/Breadcrumbs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/docs-assets/Breadcrumbs.css -------------------------------------------------------------------------------- /docs/docs-assets/Carousel.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/docs-assets/Carousel.css -------------------------------------------------------------------------------- /docs/docs-assets/Carousel.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/docs-assets/Carousel.js -------------------------------------------------------------------------------- /docs/docs-assets/Colours.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/docs-assets/Colours.css -------------------------------------------------------------------------------- /docs/docs-assets/ConsoleText-Colours.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/docs-assets/ConsoleText-Colours.css -------------------------------------------------------------------------------- /docs/docs-assets/Contents.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/docs-assets/Contents.css -------------------------------------------------------------------------------- /docs/docs-assets/Downloads.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/docs-assets/Downloads.css -------------------------------------------------------------------------------- /docs/docs-assets/Extracts-Colours.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/docs-assets/Extracts-Colours.css -------------------------------------------------------------------------------- /docs/docs-assets/Fonts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/docs-assets/Fonts.css -------------------------------------------------------------------------------- /docs/docs-assets/Navigation.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/docs-assets/Navigation.css -------------------------------------------------------------------------------- /docs/docs-assets/Octagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/docs-assets/Octagram.png -------------------------------------------------------------------------------- /docs/docs-assets/Popups.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/docs-assets/Popups.css -------------------------------------------------------------------------------- /docs/docs-assets/Progress.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/docs-assets/Progress.css -------------------------------------------------------------------------------- /docs/docs-assets/crumbs.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/docs-assets/crumbs.gif -------------------------------------------------------------------------------- /docs/docs-assets/download.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/docs-assets/download.png -------------------------------------------------------------------------------- /docs/docs-assets/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/docs-assets/github.png -------------------------------------------------------------------------------- /docs/eastertide/S-rtd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/eastertide/S-rtd.html -------------------------------------------------------------------------------- /docs/eastertide/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/eastertide/index.html -------------------------------------------------------------------------------- /docs/foundation-module/1-fm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/1-fm.html -------------------------------------------------------------------------------- /docs/foundation-module/1-pp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/1-pp.html -------------------------------------------------------------------------------- /docs/foundation-module/1-wp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/1-wp.html -------------------------------------------------------------------------------- /docs/foundation-module/2-dct.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/2-dct.html -------------------------------------------------------------------------------- /docs/foundation-module/2-dl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/2-dl.html -------------------------------------------------------------------------------- /docs/foundation-module/2-fc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/2-fc.html -------------------------------------------------------------------------------- /docs/foundation-module/2-lcl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/2-lcl.html -------------------------------------------------------------------------------- /docs/foundation-module/2-llas.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/2-llas.html -------------------------------------------------------------------------------- /docs/foundation-module/2-mmr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/2-mmr.html -------------------------------------------------------------------------------- /docs/foundation-module/2-mth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/2-mth.html -------------------------------------------------------------------------------- /docs/foundation-module/2-str.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/2-str.html -------------------------------------------------------------------------------- /docs/foundation-module/2-trs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/2-trs.html -------------------------------------------------------------------------------- /docs/foundation-module/2-wal.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/2-wal.html -------------------------------------------------------------------------------- /docs/foundation-module/3-cf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/3-cf.html -------------------------------------------------------------------------------- /docs/foundation-module/3-cla.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/3-cla.html -------------------------------------------------------------------------------- /docs/foundation-module/3-drc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/3-drc.html -------------------------------------------------------------------------------- /docs/foundation-module/3-em.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/3-em.html -------------------------------------------------------------------------------- /docs/foundation-module/3-fln.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/3-fln.html -------------------------------------------------------------------------------- /docs/foundation-module/3-pth.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/3-pth.html -------------------------------------------------------------------------------- /docs/foundation-module/3-shl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/3-shl.html -------------------------------------------------------------------------------- /docs/foundation-module/3-tm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/3-tm.html -------------------------------------------------------------------------------- /docs/foundation-module/4-chr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/4-chr.html -------------------------------------------------------------------------------- /docs/foundation-module/4-cst.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/4-cst.html -------------------------------------------------------------------------------- /docs/foundation-module/4-fsm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/4-fsm.html -------------------------------------------------------------------------------- /docs/foundation-module/4-jsn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/4-jsn.html -------------------------------------------------------------------------------- /docs/foundation-module/4-pm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/4-pm.html -------------------------------------------------------------------------------- /docs/foundation-module/4-prp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/4-prp.html -------------------------------------------------------------------------------- /docs/foundation-module/4-sm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/4-sm.html -------------------------------------------------------------------------------- /docs/foundation-module/4-taa.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/4-taa.html -------------------------------------------------------------------------------- /docs/foundation-module/4-tf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/4-tf.html -------------------------------------------------------------------------------- /docs/foundation-module/4-ts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/4-ts.html -------------------------------------------------------------------------------- /docs/foundation-module/4-tt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/4-tt.html -------------------------------------------------------------------------------- /docs/foundation-module/4-ws.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/4-ws.html -------------------------------------------------------------------------------- /docs/foundation-module/5-ee.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/5-ee.html -------------------------------------------------------------------------------- /docs/foundation-module/5-he.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/5-he.html -------------------------------------------------------------------------------- /docs/foundation-module/5-htm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/5-htm.html -------------------------------------------------------------------------------- /docs/foundation-module/5-im.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/5-im.html -------------------------------------------------------------------------------- /docs/foundation-module/5-mpi.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/5-mpi.html -------------------------------------------------------------------------------- /docs/foundation-module/5-mpi2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/5-mpi2.html -------------------------------------------------------------------------------- /docs/foundation-module/5-mr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/5-mr.html -------------------------------------------------------------------------------- /docs/foundation-module/5-mrk.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/5-mrk.html -------------------------------------------------------------------------------- /docs/foundation-module/5-mv.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/5-mv.html -------------------------------------------------------------------------------- /docs/foundation-module/6-bf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/6-bf.html -------------------------------------------------------------------------------- /docs/foundation-module/6-id.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/6-id.html -------------------------------------------------------------------------------- /docs/foundation-module/6-sd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/6-sd.html -------------------------------------------------------------------------------- /docs/foundation-module/7-ld.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/7-ld.html -------------------------------------------------------------------------------- /docs/foundation-module/7-sl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/7-sl.html -------------------------------------------------------------------------------- /docs/foundation-module/7-vn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/7-vn.html -------------------------------------------------------------------------------- /docs/foundation-module/7-vnr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/7-vnr.html -------------------------------------------------------------------------------- /docs/foundation-module/P-abgtf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/P-abgtf.html -------------------------------------------------------------------------------- /docs/foundation-module/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-module/index.html -------------------------------------------------------------------------------- /docs/foundation-test/S-pc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-test/S-pc.html -------------------------------------------------------------------------------- /docs/foundation-test/S-ut.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-test/S-ut.html -------------------------------------------------------------------------------- /docs/foundation-test/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/foundation-test/index.html -------------------------------------------------------------------------------- /docs/goldbach/Letter.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/goldbach/Letter.jpg -------------------------------------------------------------------------------- /docs/goldbach/goldbach-test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/goldbach/goldbach-test.txt -------------------------------------------------------------------------------- /docs/goldbach/goldbach.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/goldbach/goldbach.pdf -------------------------------------------------------------------------------- /docs/goldbach/goldbach.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/goldbach/goldbach.tex -------------------------------------------------------------------------------- /docs/goldbach/goldbach.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/goldbach/goldbach.txt -------------------------------------------------------------------------------- /docs/goldbach/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/goldbach/index.html -------------------------------------------------------------------------------- /docs/goldbach/smpr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/goldbach/smpr.html -------------------------------------------------------------------------------- /docs/goldbach/tsoe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/goldbach/tsoe.html -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/inweb/1-cnf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/1-cnf.html -------------------------------------------------------------------------------- /docs/inweb/1-ias.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/1-ias.html -------------------------------------------------------------------------------- /docs/inweb/1-iis.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/1-iis.html -------------------------------------------------------------------------------- /docs/inweb/1-ims.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/1-ims.html -------------------------------------------------------------------------------- /docs/inweb/1-ims2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/1-ims2.html -------------------------------------------------------------------------------- /docs/inweb/1-its.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/1-its.html -------------------------------------------------------------------------------- /docs/inweb/1-its2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/1-its2.html -------------------------------------------------------------------------------- /docs/inweb/1-iws.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/1-iws.html -------------------------------------------------------------------------------- /docs/inweb/1-pc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/1-pc.html -------------------------------------------------------------------------------- /docs/inweb/M-awwp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/M-awwp.html -------------------------------------------------------------------------------- /docs/inweb/M-htwaw.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/M-htwaw.html -------------------------------------------------------------------------------- /docs/inweb/M-iti.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/M-iti.html -------------------------------------------------------------------------------- /docs/inweb/M-mwiw.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/M-mwiw.html -------------------------------------------------------------------------------- /docs/inweb/M-rc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/M-rc.html -------------------------------------------------------------------------------- /docs/inweb/M-spl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/M-spl.html -------------------------------------------------------------------------------- /docs/inweb/M-tid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/M-tid.html -------------------------------------------------------------------------------- /docs/inweb/M-wtaw.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/M-wtaw.html -------------------------------------------------------------------------------- /docs/inweb/P-htpw.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/P-htpw.html -------------------------------------------------------------------------------- /docs/inweb/SP014.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/SP014.mp3 -------------------------------------------------------------------------------- /docs/inweb/alice.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/alice.crt -------------------------------------------------------------------------------- /docs/inweb/brighton.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/brighton.jpg -------------------------------------------------------------------------------- /docs/inweb/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/index.html -------------------------------------------------------------------------------- /docs/inweb/mars.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/mars.jpg -------------------------------------------------------------------------------- /docs/inweb/pula.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/pula.jpg -------------------------------------------------------------------------------- /docs/inweb/rah.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/rah.jpg -------------------------------------------------------------------------------- /docs/inweb/venice.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/inweb/venice.jpg -------------------------------------------------------------------------------- /docs/literate-module/1-bdfw.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/1-bdfw.html -------------------------------------------------------------------------------- /docs/literate-module/1-bf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/1-bf.html -------------------------------------------------------------------------------- /docs/literate-module/1-cln.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/1-cln.html -------------------------------------------------------------------------------- /docs/literate-module/1-hln.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/1-hln.html -------------------------------------------------------------------------------- /docs/literate-module/1-hs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/1-hs.html -------------------------------------------------------------------------------- /docs/literate-module/1-lc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/1-lc.html -------------------------------------------------------------------------------- /docs/literate-module/1-lm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/1-lm.html -------------------------------------------------------------------------------- /docs/literate-module/1-ls.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/1-ls.html -------------------------------------------------------------------------------- /docs/literate-module/1-sw.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/1-sw.html -------------------------------------------------------------------------------- /docs/literate-module/1-tt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/1-tt.html -------------------------------------------------------------------------------- /docs/literate-module/1-tt2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/1-tt2.html -------------------------------------------------------------------------------- /docs/literate-module/1-wcl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/1-wcl.html -------------------------------------------------------------------------------- /docs/literate-module/1-wcp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/1-wcp.html -------------------------------------------------------------------------------- /docs/literate-module/1-we.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/1-we.html -------------------------------------------------------------------------------- /docs/literate-module/1-wm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/1-wm.html -------------------------------------------------------------------------------- /docs/literate-module/1-wn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/1-wn.html -------------------------------------------------------------------------------- /docs/literate-module/1-wr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/1-wr.html -------------------------------------------------------------------------------- /docs/literate-module/1-ws.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/1-ws.html -------------------------------------------------------------------------------- /docs/literate-module/2-as.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/2-as.html -------------------------------------------------------------------------------- /docs/literate-module/2-ca.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/2-ca.html -------------------------------------------------------------------------------- /docs/literate-module/2-cc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/2-cc.html -------------------------------------------------------------------------------- /docs/literate-module/2-cl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/2-cl.html -------------------------------------------------------------------------------- /docs/literate-module/2-cs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/2-cs.html -------------------------------------------------------------------------------- /docs/literate-module/2-ec.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/2-ec.html -------------------------------------------------------------------------------- /docs/literate-module/2-hln.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/2-hln.html -------------------------------------------------------------------------------- /docs/literate-module/2-hs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/2-hs.html -------------------------------------------------------------------------------- /docs/literate-module/2-is.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/2-is.html -------------------------------------------------------------------------------- /docs/literate-module/2-lc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/2-lc.html -------------------------------------------------------------------------------- /docs/literate-module/2-lm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/2-lm.html -------------------------------------------------------------------------------- /docs/literate-module/2-ls.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/2-ls.html -------------------------------------------------------------------------------- /docs/literate-module/2-pl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/2-pl.html -------------------------------------------------------------------------------- /docs/literate-module/2-rw.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/2-rw.html -------------------------------------------------------------------------------- /docs/literate-module/2-taf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/2-taf.html -------------------------------------------------------------------------------- /docs/literate-module/2-tp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/2-tp.html -------------------------------------------------------------------------------- /docs/literate-module/2-we.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/2-we.html -------------------------------------------------------------------------------- /docs/literate-module/2-wn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/2-wn.html -------------------------------------------------------------------------------- /docs/literate-module/3-apacs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-apacs.html -------------------------------------------------------------------------------- /docs/literate-module/3-as.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-as.html -------------------------------------------------------------------------------- /docs/literate-module/3-ca.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-ca.html -------------------------------------------------------------------------------- /docs/literate-module/3-cc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-cc.html -------------------------------------------------------------------------------- /docs/literate-module/3-cl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-cl.html -------------------------------------------------------------------------------- /docs/literate-module/3-df.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-df.html -------------------------------------------------------------------------------- /docs/literate-module/3-ec.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-ec.html -------------------------------------------------------------------------------- /docs/literate-module/3-fm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-fm.html -------------------------------------------------------------------------------- /docs/literate-module/3-hf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-hf.html -------------------------------------------------------------------------------- /docs/literate-module/3-is.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-is.html -------------------------------------------------------------------------------- /docs/literate-module/3-lm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-lm.html -------------------------------------------------------------------------------- /docs/literate-module/3-pl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-pl.html -------------------------------------------------------------------------------- /docs/literate-module/3-ptf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-ptf.html -------------------------------------------------------------------------------- /docs/literate-module/3-ptt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-ptt.html -------------------------------------------------------------------------------- /docs/literate-module/3-rw.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-rw.html -------------------------------------------------------------------------------- /docs/literate-module/3-taf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-taf.html -------------------------------------------------------------------------------- /docs/literate-module/3-tc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-tc.html -------------------------------------------------------------------------------- /docs/literate-module/3-tf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-tf.html -------------------------------------------------------------------------------- /docs/literate-module/3-tp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-tp.html -------------------------------------------------------------------------------- /docs/literate-module/3-ts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-ts.html -------------------------------------------------------------------------------- /docs/literate-module/3-tu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-tu.html -------------------------------------------------------------------------------- /docs/literate-module/3-tw.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-tw.html -------------------------------------------------------------------------------- /docs/literate-module/3-twot.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-twot.html -------------------------------------------------------------------------------- /docs/literate-module/3-wd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-wd.html -------------------------------------------------------------------------------- /docs/literate-module/3-wt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/3-wt.html -------------------------------------------------------------------------------- /docs/literate-module/4-cs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/4-cs.html -------------------------------------------------------------------------------- /docs/literate-module/4-gs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/4-gs.html -------------------------------------------------------------------------------- /docs/literate-module/4-mkf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/4-mkf.html -------------------------------------------------------------------------------- /docs/literate-module/4-rw.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/4-rw.html -------------------------------------------------------------------------------- /docs/literate-module/4-tt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/4-tt.html -------------------------------------------------------------------------------- /docs/literate-module/4-tt2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/4-tt2.html -------------------------------------------------------------------------------- /docs/literate-module/5-apacs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/5-apacs.html -------------------------------------------------------------------------------- /docs/literate-module/5-df.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/5-df.html -------------------------------------------------------------------------------- /docs/literate-module/5-fm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/5-fm.html -------------------------------------------------------------------------------- /docs/literate-module/5-hf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/5-hf.html -------------------------------------------------------------------------------- /docs/literate-module/5-ptf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/5-ptf.html -------------------------------------------------------------------------------- /docs/literate-module/5-ptt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/5-ptt.html -------------------------------------------------------------------------------- /docs/literate-module/5-tc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/5-tc.html -------------------------------------------------------------------------------- /docs/literate-module/5-tf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/5-tf.html -------------------------------------------------------------------------------- /docs/literate-module/5-ts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/5-ts.html -------------------------------------------------------------------------------- /docs/literate-module/5-tu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/5-tu.html -------------------------------------------------------------------------------- /docs/literate-module/5-tw.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/5-tw.html -------------------------------------------------------------------------------- /docs/literate-module/5-twot.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/5-twot.html -------------------------------------------------------------------------------- /docs/literate-module/5-wd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/5-wd.html -------------------------------------------------------------------------------- /docs/literate-module/5-wt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/5-wt.html -------------------------------------------------------------------------------- /docs/literate-module/6-bf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/6-bf.html -------------------------------------------------------------------------------- /docs/literate-module/6-gs.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/6-gs.html -------------------------------------------------------------------------------- /docs/literate-module/6-mkf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/6-mkf.html -------------------------------------------------------------------------------- /docs/literate-module/6-rw.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/6-rw.html -------------------------------------------------------------------------------- /docs/literate-module/P-abgtl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/P-abgtl.html -------------------------------------------------------------------------------- /docs/literate-module/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-module/index.html -------------------------------------------------------------------------------- /docs/literate-test/S-pc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-test/S-pc.html -------------------------------------------------------------------------------- /docs/literate-test/S-ut.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-test/S-ut.html -------------------------------------------------------------------------------- /docs/literate-test/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/literate-test/index.html -------------------------------------------------------------------------------- /docs/twinprimes/twinprimes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/docs/twinprimes/twinprimes.html -------------------------------------------------------------------------------- /foundation-module/Chapter 1/Foundation Module.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 1/Foundation Module.w -------------------------------------------------------------------------------- /foundation-module/Chapter 1/POSIX Platforms.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 1/POSIX Platforms.w -------------------------------------------------------------------------------- /foundation-module/Chapter 1/Windows Platform.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 1/Windows Platform.w -------------------------------------------------------------------------------- /foundation-module/Chapter 2/Debugging Log.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 2/Debugging Log.w -------------------------------------------------------------------------------- /foundation-module/Chapter 2/Dictionaries.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 2/Dictionaries.w -------------------------------------------------------------------------------- /foundation-module/Chapter 2/Foundation Classes.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 2/Foundation Classes.w -------------------------------------------------------------------------------- /foundation-module/Chapter 2/Linked Lists and Stacks.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 2/Linked Lists and Stacks.w -------------------------------------------------------------------------------- /foundation-module/Chapter 2/Locales.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 2/Locales.w -------------------------------------------------------------------------------- /foundation-module/Chapter 2/Memory.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 2/Memory.w -------------------------------------------------------------------------------- /foundation-module/Chapter 2/Methods.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 2/Methods.w -------------------------------------------------------------------------------- /foundation-module/Chapter 2/Streams.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 2/Streams.w -------------------------------------------------------------------------------- /foundation-module/Chapter 2/Trees.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 2/Trees.w -------------------------------------------------------------------------------- /foundation-module/Chapter 2/Writers and Loggers.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 2/Writers and Loggers.w -------------------------------------------------------------------------------- /foundation-module/Chapter 3/Case-Insensitive Filenames.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 3/Case-Insensitive Filenames.w -------------------------------------------------------------------------------- /foundation-module/Chapter 3/Command Line Arguments.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 3/Command Line Arguments.w -------------------------------------------------------------------------------- /foundation-module/Chapter 3/Directories.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 3/Directories.w -------------------------------------------------------------------------------- /foundation-module/Chapter 3/Error Messages.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 3/Error Messages.w -------------------------------------------------------------------------------- /foundation-module/Chapter 3/Filenames.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 3/Filenames.w -------------------------------------------------------------------------------- /foundation-module/Chapter 3/Pathnames.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 3/Pathnames.w -------------------------------------------------------------------------------- /foundation-module/Chapter 3/Shell.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 3/Shell.w -------------------------------------------------------------------------------- /foundation-module/Chapter 3/Time.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 3/Time.w -------------------------------------------------------------------------------- /foundation-module/Chapter 4/C Strings.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 4/C Strings.w -------------------------------------------------------------------------------- /foundation-module/Chapter 4/Characters.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 4/Characters.w -------------------------------------------------------------------------------- /foundation-module/Chapter 4/Finite State Machines.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 4/Finite State Machines.w -------------------------------------------------------------------------------- /foundation-module/Chapter 4/JSON.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 4/JSON.w -------------------------------------------------------------------------------- /foundation-module/Chapter 4/Pattern Matching.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 4/Pattern Matching.w -------------------------------------------------------------------------------- /foundation-module/Chapter 4/Preprocessor.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 4/Preprocessor.w -------------------------------------------------------------------------------- /foundation-module/Chapter 4/String Manipulation.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 4/String Manipulation.w -------------------------------------------------------------------------------- /foundation-module/Chapter 4/Tab Stops.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 4/Tab Stops.w -------------------------------------------------------------------------------- /foundation-module/Chapter 4/Text Files.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 4/Text Files.w -------------------------------------------------------------------------------- /foundation-module/Chapter 4/Textual Tables.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 4/Textual Tables.w -------------------------------------------------------------------------------- /foundation-module/Chapter 4/Tries and Avinues.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 4/Tries and Avinues.w -------------------------------------------------------------------------------- /foundation-module/Chapter 4/Wide Strings.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 4/Wide Strings.w -------------------------------------------------------------------------------- /foundation-module/Chapter 5/Epub Ebooks.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 5/Epub Ebooks.w -------------------------------------------------------------------------------- /foundation-module/Chapter 5/HTML Entities.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 5/HTML Entities.w -------------------------------------------------------------------------------- /foundation-module/Chapter 5/HTML.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 5/HTML.w -------------------------------------------------------------------------------- /foundation-module/Chapter 5/Inform-Flavoured Markdown.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 5/Inform-Flavoured Markdown.w -------------------------------------------------------------------------------- /foundation-module/Chapter 5/Markdown Phase I.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 5/Markdown Phase I.w -------------------------------------------------------------------------------- /foundation-module/Chapter 5/Markdown Phase II.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 5/Markdown Phase II.w -------------------------------------------------------------------------------- /foundation-module/Chapter 5/Markdown Rendering.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 5/Markdown Rendering.w -------------------------------------------------------------------------------- /foundation-module/Chapter 5/Markdown Variations.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 5/Markdown Variations.w -------------------------------------------------------------------------------- /foundation-module/Chapter 5/Markdown.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 5/Markdown.w -------------------------------------------------------------------------------- /foundation-module/Chapter 6/Binary Files.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 6/Binary Files.w -------------------------------------------------------------------------------- /foundation-module/Chapter 6/Image Dimensions.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 6/Image Dimensions.w -------------------------------------------------------------------------------- /foundation-module/Chapter 6/Sound Durations.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 6/Sound Durations.w -------------------------------------------------------------------------------- /foundation-module/Chapter 7/Licence Data.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 7/Licence Data.w -------------------------------------------------------------------------------- /foundation-module/Chapter 7/SPDX Licences.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 7/SPDX Licences.w -------------------------------------------------------------------------------- /foundation-module/Chapter 7/Version Number Ranges.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 7/Version Number Ranges.w -------------------------------------------------------------------------------- /foundation-module/Chapter 7/Version Numbers.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Chapter 7/Version Numbers.w -------------------------------------------------------------------------------- /foundation-module/Contents.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Contents.w -------------------------------------------------------------------------------- /foundation-module/Preliminaries/A Brief Guide to Foundation.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-module/Preliminaries/A Brief Guide to Foundation.w -------------------------------------------------------------------------------- /foundation-test/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/.gitignore -------------------------------------------------------------------------------- /foundation-test/Contents.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Contents.w -------------------------------------------------------------------------------- /foundation-test/Sections/Program Control.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Sections/Program Control.w -------------------------------------------------------------------------------- /foundation-test/Sections/Unit Tests.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Sections/Unit Tests.w -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/_Results_Actual/.gitkeep: -------------------------------------------------------------------------------- 1 | # Ensure this folder is created -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/gh-md-disallowed-raw-html--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/gh-md-disallowed-raw-html--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/gh-md-disallowed-raw-html.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/gh-md-disallowed-raw-html.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/gh-md-extended-autolinks--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/gh-md-extended-autolinks--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/gh-md-extended-autolinks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/gh-md-extended-autolinks.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/gh-md-strikethrough--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/gh-md-strikethrough--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/gh-md-strikethrough.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/gh-md-strikethrough.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/gh-md-tables--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/gh-md-tables--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/gh-md-tables.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/gh-md-tables.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/gh-md-task-list-items--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/gh-md-task-list-items--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/gh-md-task-list-items.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/gh-md-task-list-items.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/inf-md-gatedparagraphs--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/inf-md-gatedparagraphs--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/inf-md-gatedparagraphs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/inf-md-gatedparagraphs.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/inf-md-headingmarkers--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/inf-md-headingmarkers--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/inf-md-headingmarkers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/inf-md-headingmarkers.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/inf-md-indexmarkers--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/inf-md-indexmarkers--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/inf-md-indexmarkers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/inf-md-indexmarkers.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-atxheadings--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-atxheadings--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-atxheadings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-atxheadings.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-autolinks--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-autolinks--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-autolinks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-autolinks.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-backslashescapes--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-backslashescapes--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-backslashescapes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-backslashescapes.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-blanklines--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-blanklines--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-blanklines.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-blanklines.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-blockquotes--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-blockquotes--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-blockquotes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-blockquotes.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-codespans--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-codespans--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-codespans.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-codespans.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-emphasis--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-emphasis--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-emphasis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-emphasis.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-entity--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-entity--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-entity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-entity.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-fencedcodeblocks--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-fencedcodeblocks--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-fencedcodeblocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-fencedcodeblocks.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-footnotes--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-footnotes--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-footnotes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-footnotes.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-hardlinebreaks--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-hardlinebreaks--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-hardlinebreaks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-hardlinebreaks.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-htmlblocks--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-htmlblocks--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-htmlblocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-htmlblocks.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-images--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-images--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-images.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-images.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-indentedcodeblocks--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-indentedcodeblocks--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-indentedcodeblocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-indentedcodeblocks.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-inlines--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-inlines--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-inlines.txt: -------------------------------------------------------------------------------- 1 | ! Example 327 2 | `hi`lo` 3 | ! End 4 | 5 | -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-linkreferencedefinitions--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-linkreferencedefinitions--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-linkreferencedefinitions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-linkreferencedefinitions.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-links--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-links--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-links.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-links.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-listitems--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-listitems--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-listitems.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-listitems.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-lists--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-lists--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-lists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-lists.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-paragraphs--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-paragraphs--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-paragraphs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-paragraphs.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-precedence--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-precedence--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-precedence.txt: -------------------------------------------------------------------------------- 1 | ! Example 42 2 | - `one 3 | - two` 4 | ! End 5 | 6 | -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-rawhtml--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-rawhtml--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-rawhtml.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-rawhtml.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-setextheadings--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-setextheadings--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-setextheadings.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-setextheadings.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-softlinebreaks--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-softlinebreaks--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-softlinebreaks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-softlinebreaks.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-tabs--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-tabs--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-tabs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-tabs.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-textualcontent--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-textualcontent--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-textualcontent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-textualcontent.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-thematicbreaks--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-thematicbreaks--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-thematicbreaks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-thematicbreaks.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-variations--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-variations--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/md-variations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Markdown Cases/md-variations.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Markdown Cases/temp.txt: -------------------------------------------------------------------------------- 1 | ! Inform 1* 2 | `"[Prolegomena](here.html)"` 3 | ! End 4 | -------------------------------------------------------------------------------- /foundation-test/Tests/Test Cases/_Results_Actual/.gitkeep: -------------------------------------------------------------------------------- 1 | # Ensure this folder is created -------------------------------------------------------------------------------- /foundation-test/Tests/Test Cases/dictionaries--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Test Cases/dictionaries--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Test Cases/dictionaries.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Test Cases/dictionaries.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Test Cases/json--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Test Cases/json--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Test Cases/json.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Test Cases/json.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Test Cases/lists--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Test Cases/lists--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Test Cases/lists.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /foundation-test/Tests/Test Cases/regexp--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Test Cases/regexp--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Test Cases/regexp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Test Cases/regexp.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Test Cases/replacement--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Test Cases/replacement--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Test Cases/replacement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Test Cases/replacement.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Test Cases/semver--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Test Cases/semver--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Test Cases/semver.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /foundation-test/Tests/Test Cases/stacks--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Test Cases/stacks--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Test Cases/stacks.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /foundation-test/Tests/Test Cases/strings--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Test Cases/strings--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Test Cases/strings.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /foundation-test/Tests/Test Cases/trees--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/Test Cases/trees--I.txt -------------------------------------------------------------------------------- /foundation-test/Tests/Test Cases/trees.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /foundation-test/Tests/foundation-test.intest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/foundation-test/Tests/foundation-test.intest -------------------------------------------------------------------------------- /foundation-test/versions.txt: -------------------------------------------------------------------------------- 1 | Abacus 1 *9Z99 31 December 9999 2 | -------------------------------------------------------------------------------- /licence-build/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/licence-build/.gitignore -------------------------------------------------------------------------------- /licence-build/Contents.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/licence-build/Contents.w -------------------------------------------------------------------------------- /licence-build/Sections/Build.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/licence-build/Sections/Build.w -------------------------------------------------------------------------------- /literate-module/Chapter 1/Bibliographic Data for Webs.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 1/Bibliographic Data for Webs.w -------------------------------------------------------------------------------- /literate-module/Chapter 1/Colonies.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 1/Colonies.w -------------------------------------------------------------------------------- /literate-module/Chapter 1/Literate Module.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 1/Literate Module.w -------------------------------------------------------------------------------- /literate-module/Chapter 1/Single-File Webs.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 1/Single-File Webs.w -------------------------------------------------------------------------------- /literate-module/Chapter 1/Web Contents Pages.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 1/Web Contents Pages.w -------------------------------------------------------------------------------- /literate-module/Chapter 1/Web Control Language.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 1/Web Control Language.w -------------------------------------------------------------------------------- /literate-module/Chapter 1/Web Modules.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 1/Web Modules.w -------------------------------------------------------------------------------- /literate-module/Chapter 1/Web Ranges.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 1/Web Ranges.w -------------------------------------------------------------------------------- /literate-module/Chapter 1/Web Structure.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 1/Web Structure.w -------------------------------------------------------------------------------- /literate-module/Chapter 2/Holon Syntax.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 2/Holon Syntax.w -------------------------------------------------------------------------------- /literate-module/Chapter 2/Holons.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 2/Holons.w -------------------------------------------------------------------------------- /literate-module/Chapter 2/Line Classification.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 2/Line Classification.w -------------------------------------------------------------------------------- /literate-module/Chapter 2/Literate Source.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 2/Literate Source.w -------------------------------------------------------------------------------- /literate-module/Chapter 2/Web Errors.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 2/Web Errors.w -------------------------------------------------------------------------------- /literate-module/Chapter 2/Web Notations.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 2/Web Notations.w -------------------------------------------------------------------------------- /literate-module/Chapter 3/ACME Support.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 3/ACME Support.w -------------------------------------------------------------------------------- /literate-module/Chapter 3/C-Like Languages.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 3/C-Like Languages.w -------------------------------------------------------------------------------- /literate-module/Chapter 3/Code Analysis.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 3/Code Analysis.w -------------------------------------------------------------------------------- /literate-module/Chapter 3/Conditional Compilation.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 3/Conditional Compilation.w -------------------------------------------------------------------------------- /literate-module/Chapter 3/Enumerated Constants.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 3/Enumerated Constants.w -------------------------------------------------------------------------------- /literate-module/Chapter 3/InC Support.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 3/InC Support.w -------------------------------------------------------------------------------- /literate-module/Chapter 3/Language Methods.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 3/Language Methods.w -------------------------------------------------------------------------------- /literate-module/Chapter 3/Programming Languages.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 3/Programming Languages.w -------------------------------------------------------------------------------- /literate-module/Chapter 3/Reserved Words.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 3/Reserved Words.w -------------------------------------------------------------------------------- /literate-module/Chapter 3/The Painter.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 3/The Painter.w -------------------------------------------------------------------------------- /literate-module/Chapter 3/Types and Functions.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 3/Types and Functions.w -------------------------------------------------------------------------------- /literate-module/Chapter 4/Ctags Support.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 4/Ctags Support.w -------------------------------------------------------------------------------- /literate-module/Chapter 4/Tangle Targets.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 4/Tangle Targets.w -------------------------------------------------------------------------------- /literate-module/Chapter 4/The Tangler.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 4/The Tangler.w -------------------------------------------------------------------------------- /literate-module/Chapter 5/Assets, Plugins and Colour Schemes.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 5/Assets, Plugins and Colour Schemes.w -------------------------------------------------------------------------------- /literate-module/Chapter 5/Debugging Format.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 5/Debugging Format.w -------------------------------------------------------------------------------- /literate-module/Chapter 5/Format Methods.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 5/Format Methods.w -------------------------------------------------------------------------------- /literate-module/Chapter 5/HTML Formats.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 5/HTML Formats.w -------------------------------------------------------------------------------- /literate-module/Chapter 5/Patterns.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 5/Patterns.w -------------------------------------------------------------------------------- /literate-module/Chapter 5/Plain Text Format.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 5/Plain Text Format.w -------------------------------------------------------------------------------- /literate-module/Chapter 5/TeX Format.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 5/TeX Format.w -------------------------------------------------------------------------------- /literate-module/Chapter 5/TeX Utilities.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 5/TeX Utilities.w -------------------------------------------------------------------------------- /literate-module/Chapter 5/The Collater.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 5/The Collater.w -------------------------------------------------------------------------------- /literate-module/Chapter 5/The Swarm.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 5/The Swarm.w -------------------------------------------------------------------------------- /literate-module/Chapter 5/The Weaver of Text.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 5/The Weaver of Text.w -------------------------------------------------------------------------------- /literate-module/Chapter 5/The Weaver.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 5/The Weaver.w -------------------------------------------------------------------------------- /literate-module/Chapter 5/Weave Tree.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 5/Weave Tree.w -------------------------------------------------------------------------------- /literate-module/Chapter 5/Weaving Details.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 5/Weaving Details.w -------------------------------------------------------------------------------- /literate-module/Chapter 6/Build Files.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 6/Build Files.w -------------------------------------------------------------------------------- /literate-module/Chapter 6/Git Support.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 6/Git Support.w -------------------------------------------------------------------------------- /literate-module/Chapter 6/Makefiles.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 6/Makefiles.w -------------------------------------------------------------------------------- /literate-module/Chapter 6/Readme Writeme.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Chapter 6/Readme Writeme.w -------------------------------------------------------------------------------- /literate-module/Contents.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Contents.w -------------------------------------------------------------------------------- /literate-module/Preliminaries/A Brief Guide to Literate.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-module/Preliminaries/A Brief Guide to Literate.w -------------------------------------------------------------------------------- /literate-test/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-test/.gitignore -------------------------------------------------------------------------------- /literate-test/Contents.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-test/Contents.w -------------------------------------------------------------------------------- /literate-test/Sections/Program Control.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-test/Sections/Program Control.w -------------------------------------------------------------------------------- /literate-test/Sections/Unit Tests.w: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-test/Sections/Unit Tests.w -------------------------------------------------------------------------------- /literate-test/Tests/Test Cases/_Results_Actual/.gitkeep: -------------------------------------------------------------------------------- 1 | # Ensure this folder is created -------------------------------------------------------------------------------- /literate-test/Tests/Test Cases/_Results_Actual/wcl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-test/Tests/Test Cases/_Results_Actual/wcl.txt -------------------------------------------------------------------------------- /literate-test/Tests/Test Cases/wcl--I.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-test/Tests/Test Cases/wcl--I.txt -------------------------------------------------------------------------------- /literate-test/Tests/Test Cases/wcl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-test/Tests/Test Cases/wcl.txt -------------------------------------------------------------------------------- /literate-test/Tests/literate-test.intest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-test/Tests/literate-test.intest -------------------------------------------------------------------------------- /literate-test/literate-test.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/literate-test/literate-test.mk -------------------------------------------------------------------------------- /notes/release/7-1-0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/notes/release/7-1-0.md -------------------------------------------------------------------------------- /notes/release/7-2-0.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/notes/release/7-2-0.md -------------------------------------------------------------------------------- /notes/version_history.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/notes/version_history.md -------------------------------------------------------------------------------- /notes/versioning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/notes/versioning.md -------------------------------------------------------------------------------- /scripts/first.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/scripts/first.sh -------------------------------------------------------------------------------- /scripts/inweb.giscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/scripts/inweb.giscript -------------------------------------------------------------------------------- /scripts/inweb.mkscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/scripts/inweb.mkscript -------------------------------------------------------------------------------- /scripts/inweb.rmscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ganelson/inweb/HEAD/scripts/inweb.rmscript --------------------------------------------------------------------------------