From e55119ff9fbe717c8b35672e9450cf2e42727174 Mon Sep 17 00:00:00 2001 From: eudoxia Date: Mon, 2 May 2022 12:44:32 -0400 Subject: literary: docs syncing --- sitemap.xml | 2 +- software/literary/data.html | 1 - software/literary/index.html | 7 +++---- software/literary/src.md | 5 ++--- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/sitemap.xml b/sitemap.xml index 3653710..5fcfbb8 100755 --- a/sitemap.xml +++ b/sitemap.xml @@ -16,7 +16,7 @@ xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> https://distress.network/software/2022-04-25T02:08:26-04:00 -https://distress.network/software/literary/2022-04-25T01:40:46-04:00 +https://distress.network/software/literary/2022-05-02T12:34:01-04:00 https://distress.network/software/web/2022-03-31T23:30:21-04:00 diff --git a/software/literary/data.html b/software/literary/data.html index 3453250..9fddef4 100755 --- a/software/literary/data.html +++ b/software/literary/data.html @@ -243,7 +243,6 @@ while (iterator.next()) |line| { log(.err, "section '{s}' not found", .{name}); return error.NotFound; } -// TODO return last match instead?

Parsing

diff --git a/software/literary/index.html b/software/literary/index.html index 3b15363..eb0dec3 100644 --- a/software/literary/index.html +++ b/software/literary/index.html @@ -10,7 +10,7 @@ Literary — DistressNetwork° - +
@@ -40,7 +40,7 @@

Usage

-

These programs are intended to be intermediary text processing functions, used as components within build automation routines or shell scripts. The build processes for this tool itself, build.sh and gen_freestanding.sh, serve as example use cases.

+

These programs are intended to be intermediary text processing functions, used as components within build automation routines or shell scripts. The build processes for this tool itself, build.sh and gen-docs.sh, serve as example use cases.

Dependencies

@@ -126,7 +126,7 @@

Literate Source Code

-

The source code of this tool is rendered as a set of literate program documents, listed below. Additionally, freestanding versions of these documents exist in the doc/freestanding source directory for offline use.

+

The source code of this tool is rendered as a set of literate program documents, listed below.