summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2022-04-25 02:10:05 -0400
committereudoxia <uplink@distress.network>2022-04-25 02:10:05 -0400
commit1159c285ef4ca9292e38d28273768c48e5e9f7c0 (patch)
treee52168f81b07e02cc99553a9b9e66bf15e6e197e
parentf4cb609ce544df2172ebcf74d7f70449107df5dc (diff)
software: added literary
-rwxr-xr-xsitemap.xml2
-rwxr-xr-xsoftware/index.html15
-rwxr-xr-xsoftware/src.md5
3 files changed, 17 insertions, 5 deletions
diff --git a/sitemap.xml b/sitemap.xml
index dc40cf5..3653710 100755
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -14,7 +14,7 @@ xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url><loc>https://distress.network/meta/todo/</loc><lastmod>2022-03-31T23:30:21-04:00</lastmod></url>
-<url><loc>https://distress.network/software/</loc><lastmod>2022-03-31T23:30:21-04:00</lastmod></url>
+<url><loc>https://distress.network/software/</loc><lastmod>2022-04-25T02:08:26-04:00</lastmod></url>
<url><loc>https://distress.network/software/literary/</loc><lastmod>2022-04-25T01:40:46-04:00</lastmod></url>
diff --git a/software/index.html b/software/index.html
index ef4c7ba..9dd165d 100755
--- a/software/index.html
+++ b/software/index.html
@@ -12,14 +12,14 @@
<script src="/js/bg.js"></script>
<title>Executable Software Works &mdash; DistressNetwork°</title>
<meta name="description" content="&laquo;EXOCORTICES.&raquo; &mdash; This directory contains documentation of all software-based works." />
-<meta http-equiv="last-modified" content="2022-03-31 23:30:21-04:00" />
+<meta http-equiv="last-modified" content="2022-04-25 02:08:26-04:00" />
</head>
<body>
<header>
<div class="bomber">EXOCORTICES.</div>
<hr>
<div class="identcontainer">
-<div class="ident"><time datetime="2022-03-31 23:30:21-04:00">220331</time>––––<a href="https://distress.network">DistressNetwork°</a></div>
+<div class="ident"><time datetime="2022-04-25 02:08:26-04:00">220425</time>––––<a href="https://distress.network">DistressNetwork°</a></div>
<img class="headerlogo" src="/media/distressnetwork-b.svg" alt="">
</div>
</header>
@@ -30,7 +30,16 @@
<p>Source code and executable files for these programs are published within the DistressNetwork° <a href="https://git.distress.network">Git repository</a>.</p>
<ul>
-<li>The <a href="/software/web">web maintenance tools</a> <a href="https://git.distress.network/web">(repository)</a> contains a collection of tools for the maintenance of the DistressNetwork° website.</li>
+<li><a href="/software/literary">literary</a> is a lightweight, extensible literate programming tool.
+
+<ul>
+<li><a href="https://git.distress.network/literary">(repository)</a></li>
+</ul></li>
+<li>The <a href="/software/web">web maintenance tools</a> are a collection of tools for the maintenance of the DistressNetwork° website.
+
+<ul>
+<li><a href="https://git.distress.network/web">(repository)</a></li>
+</ul></li>
</ul>
</main>
<nav>
diff --git a/software/src.md b/software/src.md
index 3adc868..2cbd0e1 100755
--- a/software/src.md
+++ b/software/src.md
@@ -5,4 +5,7 @@ leading: This directory contains documentation of all software-based works.
Source code and executable files for these programs are published within the DistressNetwork° [Git repository](https://git.distress.network).
-- The [web maintenance tools](/software/web) [(repository)](https://git.distress.network/web) contains a collection of tools for the maintenance of the DistressNetwork° website.
+- [literary](/software/literary) is a lightweight, extensible literate programming tool.
+ - [(repository)](https://git.distress.network/literary)
+- The [web maintenance tools](/software/web) are a collection of tools for the maintenance of the DistressNetwork° website.
+ - [(repository)](https://git.distress.network/web)