summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2022-04-07 11:11:42 -0400
committereudoxia <uplink@distress.network>2022-04-07 11:11:42 -0400
commitb72af93971d38b05bcae92b2246b6014b737cd5e (patch)
tree6e1a174031f4003d14575fff2a15f3bf646e65a9 /doc
parente164f46cc78bc9496efd2042fd2eb701be536417 (diff)
doc/freestanding: fixed header; backend syncing with distress.network
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/data.html2
-rw-r--r--doc/freestanding/data.html3
-rw-r--r--doc/freestanding/log.html3
-rw-r--r--doc/freestanding/tangle.html3
-rw-r--r--doc/freestanding/weave.html3
-rwxr-xr-xdoc/log.html2
-rwxr-xr-xdoc/tangle.html2
-rwxr-xr-xdoc/weave.html2
8 files changed, 8 insertions, 12 deletions
diff --git a/doc/data.html b/doc/data.html
index 66ecb30..8d58f42 100755
--- a/doc/data.html
+++ b/doc/data.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>data.lp &mdash; DistressNetwork°</title>
-<meta http-equiv="last-modified" content="2022-04-01 10:35:03-04:00" />
+<meta http-equiv="last-modified" content="2022-04-07 11:09:31-04:00" />
<style>h3,.lp-ref {font-family: neue-haas-grotesk-text, var(--fs-sans); font-size: 1rem; font-weight: normal; font-style: italic;} h3 {margin: 1rem;}</style>
</head>
<body>
diff --git a/doc/freestanding/data.html b/doc/freestanding/data.html
index de0cbd8..a963f99 100644
--- a/doc/freestanding/data.html
+++ b/doc/freestanding/data.html
@@ -28,8 +28,7 @@ ul ul,ol ol {margin: 0;}
</head>
<body>
-<h1 id="data.zig">data.zig</h1>
-
+<h1>data.lp</h1>
<p>This file contains the various data processing-related constants and functions referenced by the tangling and weaving processes.</p>
<h3 id="section">*:</h3>
diff --git a/doc/freestanding/log.html b/doc/freestanding/log.html
index 003daf7..61b66b8 100644
--- a/doc/freestanding/log.html
+++ b/doc/freestanding/log.html
@@ -28,8 +28,7 @@ ul ul,ol ol {margin: 0;}
</head>
<body>
-<h1 id="log.zig">log.zig</h1>
-
+<h1>log.lp</h1>
<p>This file contains a simple logging function. It is a modified version of the example logging function implementation provided in <code>std.log</code>.</p>
<h3 id="section">*:</h3>
diff --git a/doc/freestanding/tangle.html b/doc/freestanding/tangle.html
index aaad088..3be082c 100644
--- a/doc/freestanding/tangle.html
+++ b/doc/freestanding/tangle.html
@@ -28,8 +28,7 @@ ul ul,ol ol {margin: 0;}
</head>
<body>
-<h1 id="tangle.zig">tangle.zig</h1>
-
+<h1>tangle.lp</h1>
<p>The structure of this file is quite similar to that of <code>weave.zig</code>, only differing in terms of which functions are used to transform the input data.</p>
<h3 id="section">*:</h3>
diff --git a/doc/freestanding/weave.html b/doc/freestanding/weave.html
index 5a10177..364d084 100644
--- a/doc/freestanding/weave.html
+++ b/doc/freestanding/weave.html
@@ -28,8 +28,7 @@ ul ul,ol ol {margin: 0;}
</head>
<body>
-<h1 id="weave.zig">weave.zig</h1>
-
+<h1>weave.lp</h1>
<p>The structure of this file is quite similar to that of <code>tangle.zig</code>, only differing in terms of which functions are used to transform the input data.</p>
<h3 id="section">*:</h3>
diff --git a/doc/log.html b/doc/log.html
index 9ebf2dc..bcfeb56 100755
--- a/doc/log.html
+++ b/doc/log.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>log.lp &mdash; DistressNetwork°</title>
-<meta http-equiv="last-modified" content="2022-04-01 10:35:03-04:00" />
+<meta http-equiv="last-modified" content="2022-04-07 11:09:31-04:00" />
<style>h3,.lp-ref {font-family: neue-haas-grotesk-text, var(--fs-sans); font-size: 1rem; font-weight: normal; font-style: italic;} h3 {margin: 1rem;}</style>
</head>
<body>
diff --git a/doc/tangle.html b/doc/tangle.html
index 1559d31..816fa1b 100755
--- a/doc/tangle.html
+++ b/doc/tangle.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>tangle.lp &mdash; DistressNetwork°</title>
-<meta http-equiv="last-modified" content="2022-04-01 10:35:03-04:00" />
+<meta http-equiv="last-modified" content="2022-04-07 11:09:31-04:00" />
<style>h3,.lp-ref {font-family: neue-haas-grotesk-text, var(--fs-sans); font-size: 1rem; font-weight: normal; font-style: italic;} h3 {margin: 1rem;}</style>
</head>
<body>
diff --git a/doc/weave.html b/doc/weave.html
index 9edd4f1..69be660 100755
--- a/doc/weave.html
+++ b/doc/weave.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>weave.lp &mdash; DistressNetwork°</title>
-<meta http-equiv="last-modified" content="2022-04-01 10:35:03-04:00" />
+<meta http-equiv="last-modified" content="2022-04-07 11:09:32-04:00" />
<style>h3,.lp-ref {font-family: neue-haas-grotesk-text, var(--fs-sans); font-size: 1rem; font-weight: normal; font-style: italic;} h3 {margin: 1rem;}</style>
</head>
<body>