summaryrefslogtreecommitdiff
path: root/software/web/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'software/web/index.html')
-rw-r--r--software/web/index.html30
1 files changed, 16 insertions, 14 deletions
diff --git a/software/web/index.html b/software/web/index.html
index 73c4244..3296d73 100644
--- a/software/web/index.html
+++ b/software/web/index.html
@@ -10,27 +10,29 @@
<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="2022-03-31 23:30:21-04:00" />
+<meta http-equiv="last-modified" content="2022-01-18 02:44:59-05:00" />
</head>
<body>
+<!--
+-->
<div class="contentlevel">
<main>
<div class="leading">A collection of tools for the maintenance of this website.</div>
<hr>
<nav class="toc">
<ul>
-<li><a href="#overview">Overview</a></li>
+<li><a href="#Overview">Overview</a></li>
<li><a href="#md.sh">md.sh</a>
<ul>
-<li><a href="#dependencies">Dependencies</a></li>
-<li><a href="#document-metadata">Document Metadata</a></li>
-<li><a href="#math-rendering">Math Rendering</a></li>
+<li><a href="#Dependencies">Dependencies</a></li>
+<li><a href="#Document%20Metadata">Document Metadata</a></li>
+<li><a href="#Math%20Rendering">Math Rendering</a></li>
</ul></li>
<li><a href="#plain.sh">plain.sh</a>
<ul>
-<li><a href="#page-title">Page Title</a></li>
+<li><a href="#Page%20Title">Page Title</a></li>
</ul></li>
-<li><a href="#other-tools">Other Tools</a>
+<li><a href="#Other%20Tools">Other Tools</a>
<ul>
<li><a href="#front.sh">front.sh</a></li>
<li><a href="#nav.sh">nav.sh</a></li>
@@ -40,7 +42,7 @@
</ul></li>
</ul>
</nav>
-<h1 id="overview">Overview</h1>
+<h1 id="Overview">Overview</h1>
<p>These scripts must be executed from within their residing directory only, and depend on adjacent files within it in order to function. For convenience it is recommended to create symlinks within this directory to all website directories under maintenance.</p>
@@ -58,13 +60,13 @@
<pre><code>./md.sh &#60;input md&#62; &#60;output html&#62;
</code></pre>
-<h2 id="dependencies">Dependencies</h2>
+<h2 id="Dependencies">Dependencies</h2>
<ul>
<li><a href="https://kristaps.bsd.lv/lowdown">lowdown</a></li>
</ul>
-<h2 id="document-metadata">Document Metadata</h2>
+<h2 id="Document%20Metadata">Document Metadata</h2>
<p>The input file may begin with metadata key-value declarations, as specified by <a href="https://kristaps.bsd.lv/lowdown/lowdown.5.html#Metadata">lowdown(5)</a>. <code>md.sh</code> recognizes and formats the following:</p>
@@ -86,7 +88,7 @@
<p>The table of contents may produce erroneous links if two headers within the page have identical names.</p>
-<h2 id="math-rendering">Math Rendering</h2>
+<h2 id="Math%20Rendering">Math Rendering</h2>
<p>The rendering of LaTeX math mode expressions given within input files may be enabled by adding the <code>m</code> option. This depends on an installation of <a href="https://katex.org">KaTeX</a> via <code>npm</code>.</p>
@@ -109,7 +111,7 @@
<pre><code>./plain.sh &#60;input txt&#62; &#60;output html&#62;
</code></pre>
-<h2 id="page-title">Page Title</h2>
+<h2 id="Page%20Title">Page Title</h2>
<p>The HTML page title may be specified within the input document using the following declaration:</p>
@@ -118,7 +120,7 @@
<p>where <code>...</code> is the page title.</p>
-<h1 id="other-tools">Other Tools</h1>
+<h1 id="Other%20Tools">Other Tools</h1>
<h2 id="front.sh">front.sh</h2>
@@ -174,7 +176,7 @@
</nav>
</div>
<footer>
-<p><a href="/info">About.</a> <a href="mailto:uplink@distress.network">Contact.</a> <a href="https://git.distress.network">Repository.</a> <a href="/meta/sitemap">Sitemap.</a> <a href="https://creativecommons.org/licenses/by-sa/4.0">CC BY-SA 4.0.</a></p>
+<p><a href="/info">About.</a> <a href="mailto:uplink@distress.network">Contact.</a> <a href="https://git.distress.network">Repository.</a> <a href="https://creativecommons.org/licenses/by-sa/4.0">CC BY-SA 4.0.</a></p>
<img src="/media/distressnetwork-w.svg" alt="">
</footer>
</body>