summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2022-08-26 09:28:34 -0400
committereudoxia <uplink@distress.network>2022-08-26 09:28:34 -0400
commitbc1d4980c354ecea354e2d2b4ede93c07c4bdac7 (patch)
tree7dab43afdd0378fc279dfcfc6dd9923ddf33f6cc
parent8b92d5b6587e4786c4cf23d2ace1089f8369fe7b (diff)
software/literary: source update
-rwxr-xr-xsoftware/literary/data.html5
-rwxr-xr-xsoftware/literary/log.html2
-rwxr-xr-xsoftware/literary/tangle.html2
-rwxr-xr-xsoftware/literary/weave.html2
4 files changed, 5 insertions, 6 deletions
diff --git a/software/literary/data.html b/software/literary/data.html
index 9fddef4..bad7ce0 100755
--- a/software/literary/data.html
+++ b/software/literary/data.html
@@ -132,8 +132,7 @@ pub const kc_nl = "\\n";
content: []const Content,
};
-pub const CodeType = enum { literal, reference };
-pub const Content = union(CodeType) {
+pub const Content = union(enum) {
literal: LineRange,
reference: []const u8,
};
@@ -553,7 +552,7 @@ try buffer.append(try std.mem.concat(alloc, u8, &#38;[_][]const u8{ line[0..star
</nav>
</div>
<footer>
-<p><a href="/info">About.</a> <a href="mailto:uplink@distress.network">Contact.</a> <a href="/cw.html">Content Warning.</a> <a href="https://git.distress.network">Git.</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="/meta/sitemap">Sitemap.</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>
diff --git a/software/literary/log.html b/software/literary/log.html
index 59e9627..badfa07 100755
--- a/software/literary/log.html
+++ b/software/literary/log.html
@@ -98,7 +98,7 @@ nosuspend stderr.print(msg, args) catch return;
</nav>
</div>
<footer>
-<p><a href="/info">About.</a> <a href="mailto:uplink@distress.network">Contact.</a> <a href="/cw.html">Content Warning.</a> <a href="https://git.distress.network">Git.</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="/meta/sitemap">Sitemap.</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>
diff --git a/software/literary/tangle.html b/software/literary/tangle.html
index 02e5905..3ba55c0 100755
--- a/software/literary/tangle.html
+++ b/software/literary/tangle.html
@@ -137,7 +137,7 @@ defer arena.deinit();
</nav>
</div>
<footer>
-<p><a href="/info">About.</a> <a href="mailto:uplink@distress.network">Contact.</a> <a href="/cw.html">Content Warning.</a> <a href="https://git.distress.network">Git.</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="/meta/sitemap">Sitemap.</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>
diff --git a/software/literary/weave.html b/software/literary/weave.html
index 59fc750..c89b4cd 100755
--- a/software/literary/weave.html
+++ b/software/literary/weave.html
@@ -121,7 +121,7 @@ defer arena.deinit();
</nav>
</div>
<footer>
-<p><a href="/info">About.</a> <a href="mailto:uplink@distress.network">Contact.</a> <a href="/cw.html">Content Warning.</a> <a href="https://git.distress.network">Git.</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="/meta/sitemap">Sitemap.</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>