summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2022-01-18 02:47:07 -0500
committereudoxia <uplink@distress.network>2022-01-18 02:47:07 -0500
commit550e48e3014eea1cca87456c2f02727bb71c4427 (patch)
tree9cb87d83783c600212d600852f56ee7de440b3d1
parentce980e488b3c1c6801b76faaec8bfa3579c25f46 (diff)
software/web: updated md.sh documentation
-rwxr-xr-xmeta/styletest/index.html4
-rwxr-xr-xsitemap.xml2
-rw-r--r--software/web/index.html7
-rw-r--r--software/web/src.md5
4 files changed, 8 insertions, 10 deletions
diff --git a/meta/styletest/index.html b/meta/styletest/index.html
index d00c3c9..9bbec2f 100755
--- a/meta/styletest/index.html
+++ b/meta/styletest/index.html
@@ -38,7 +38,7 @@
<li><a href="#Paragraph%20Test">Paragraph Test</a></li>
<li><a href="#Table%20Test">Table Test</a></li>
<li><a href="#Image%20Test">Image Test</a></li>
-<li><a href="#Citation%20%26%20Caption%20Formatting">Citation & Caption Formatting</a></li>
+<li><a href="#Citation%20&amp;#38;%20Caption%20Formatting">Citation &#38; Caption Formatting</a></li>
</ul>
</nav>
<h1 id="Header%20Level%20One">Header Level One</h1>
@@ -152,7 +152,7 @@ Level Three</p>
<figure><a href="styletest/test-tall.png"><img src="styletest/test-tall.png" alt=""></a><figcaption><p>Image Caption</p></figcaption></figure>
-<h1 id="Citation%20%26%20Caption%20Formatting">Citation & Caption Formatting</h1>
+<h1 id="Citation%20&amp;#38;%20Caption%20Formatting">Citation &#38; Caption Formatting</h1>
<ul>
<li><a href="https://www.scribbr.com/chicago-style/citation-examples/">Chicago-like</a></li>
diff --git a/sitemap.xml b/sitemap.xml
index ab34f02..ccdc930 100755
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -16,7 +16,7 @@ xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url><loc>https://distress.network/software/</loc><lastmod>2021-08-25T00:36:43-04:00</lastmod></url>
-<url><loc>https://distress.network/software/web/</loc><lastmod>2021-11-16T11:20:21-05:00</lastmod></url>
+<url><loc>https://distress.network/software/web/</loc><lastmod>2022-01-18T02:44:59-05:00</lastmod></url>
<url><loc>https://distress.network/visual/</loc><lastmod>2020-12-19T21:03:36-05:00</lastmod></url>
diff --git a/software/web/index.html b/software/web/index.html
index 31edade..b542157 100644
--- a/software/web/index.html
+++ b/software/web/index.html
@@ -10,7 +10,7 @@
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest">
<title>Website Maintenance Tools &mdash; DistressNetwork°</title>
-<meta http-equiv="last-modified" content="2021-11-16 11:20:21-05:00" />
+<meta http-equiv="last-modified" content="2022-01-18 02:44:59-05:00" />
</head>
<body>
<div class="contentlevel">
@@ -61,8 +61,7 @@
<h2 id="Dependencies">Dependencies</h2>
<ul>
-<li>Required: <a href="https://kristaps.bsd.lv/lowdown">lowdown</a>, <a href="https://github.com/jhawthorn/fzy">fzy</a></li>
-<li>Optional: any C compiler</li>
+<li><a href="https://kristaps.bsd.lv/lowdown">lowdown</a></li>
</ul>
<h2 id="Document%20Metadata">Document Metadata</h2>
@@ -85,7 +84,7 @@
<li><code>m</code>, to enable math rendering (see below).</li>
</ul>
-<p>The table of contents generation may malfunction if two headers within the page have identical names.</p>
+<p>The table of contents may produce erroneous links if two headers within the page have identical names.</p>
<h2 id="Math%20Rendering">Math Rendering</h2>
diff --git a/software/web/src.md b/software/web/src.md
index 53fa14d..47bfd62 100644
--- a/software/web/src.md
+++ b/software/web/src.md
@@ -24,8 +24,7 @@ Alternatively, the script may be given two arguments consisting of the input and
## Dependencies
-- Required: [lowdown](https://kristaps.bsd.lv/lowdown), [fzy](https://github.com/jhawthorn/fzy)
-- Optional: any C compiler
+- [lowdown](https://kristaps.bsd.lv/lowdown)
## Document Metadata
@@ -43,7 +42,7 @@ Page options are denoted by any combination of the following characters:
- `h`, to suppress generation of the page header,
- `m`, to enable math rendering (see below).
-The table of contents generation may malfunction if two headers within the page have identical names.
+The table of contents may produce erroneous links if two headers within the page have identical names.
## Math Rendering