summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2020-12-24 02:10:55 -0500
committereudoxia <uplink@distress.network>2020-12-24 02:10:55 -0500
commita20f37fcb062ece378d128ac27037742c733af17 (patch)
treee2c150560d169448971f949dfbf55fd9f2546c53
parentdc05446fe22db41d39a2aac965c1ad1b58755eef (diff)
initialized software directory, added 2 tasks, perms sync
-rwxr-xr-xmeta/todo/index.html9
-rwxr-xr-xmeta/todo/src.md4
-rwxr-xr-xsoftware/index.html55
-rwxr-xr-xsoftware/src.md6
-rwxr-xr-x[-rw-r--r--]written/index.html0
-rwxr-xr-x[-rw-r--r--]written/src.md0
6 files changed, 71 insertions, 3 deletions
diff --git a/meta/todo/index.html b/meta/todo/index.html
index e72181f..49c990c 100755
--- a/meta/todo/index.html
+++ b/meta/todo/index.html
@@ -11,7 +11,7 @@
<link rel="manifest" href="/favicon/site.webmanifest">
<title>To Do &mdash; DistressNetwork°</title>
<meta name="description" content="&laquo;FOR INTERNAL USE ONLY.&raquo; &mdash; To Do:" />
-<meta http-equiv="last-modified" content="2020-12-22 02:53:12-05:00" />
+<meta http-equiv="last-modified" content="2020-12-24 01:45:51-05:00" />
</head>
<body>
@@ -21,7 +21,12 @@
<hr>
<!-- end of header -->
<ul>
-<li>Begin drafting initial front page</li>
+<li>Complete software directory + web tools documentation
+
+<ul>
+<li>Add docs to <code>readme</code> in git repo</li>
+</ul></li>
+<li>Draft initial front page</li>
<li><code>reload.sh</code>: file modification date of <code>nav.html</code> not matching actual content changes</li>
<li>Set up donation page (or at least a placeholder for it)</li>
<li>actually have content lmao</li>
diff --git a/meta/todo/src.md b/meta/todo/src.md
index 6878c22..cbb0ba9 100755
--- a/meta/todo/src.md
+++ b/meta/todo/src.md
@@ -4,7 +4,9 @@ leading: To Do:
opts: h
-- Begin drafting initial front page
+- Complete software directory + web tools documentation
+ - Add docs to `readme` in git repo
+- Draft initial front page
- `reload.sh`: file modification date of `nav.html` not matching actual content changes
- Set up donation page (or at least a placeholder for it)
- actually have content lmao
diff --git a/software/index.html b/software/index.html
new file mode 100755
index 0000000..602fde2
--- /dev/null
+++ b/software/index.html
@@ -0,0 +1,55 @@
+<!doctype html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<link rel="stylesheet" href="/fonts/fonts.css">
+<link rel="stylesheet" href="/css/main.css">
+<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
+<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
+<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
+<link rel="manifest" href="/favicon/site.webmanifest">
+<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="2020-12-24 02:03:37-05:00" />
+</head>
+
+<body>
+<header>
+<div class="bomber">EXOCORTICES.</div>
+<hr>
+<div class="identcontainer">
+<div class="ident"><time datetime="2020-12-24 02:03:37-05:00">201224</time>––––<a href="https://distress.network">DistressNetwork°</a></div>
+<img class="headerlogo" src="/media/distressnetwork-b.svg" alt="">
+</div>
+</header>
+<div class="contentlevel">
+<main>
+<div class="leading">This directory contains documentation of all software-based works.</div>
+<hr>
+<!-- end of header -->
+<p>Source code and executable files for these programs are published within the DistressNetwork° <a href="https://git.distress.network">Git repository</a>.</p>
+</main>
+<nav>
+<pre>
+<!--title: Sitemap &mdash; DistressNetwork°-->
+<a href="/" aria-label="root">·</a>
+<span aria-hidden="true">├───</span><a href="/info">info</a>
+<span aria-hidden="true">├───</span><a href="/meta">meta</a>
+<span aria-hidden="true">│   ├───</span><a href="/meta/sitemap">sitemap</a>
+<span aria-hidden="true">│   ├───</span><a href="/meta/styletest">styletest</a>
+<span aria-hidden="true">│   └───</span><a href="/meta/todo">todo</a>
+<span aria-hidden="true">├───</span><a href="/visual">visual</a>
+<span aria-hidden="true">│   ├───</span><a href="/visual/composite">composite</a>
+<span aria-hidden="true">│   └───</span><a href="/visual/logotype">logotype</a>
+<span aria-hidden="true">└───</span><a href="/written">written</a>
+</pre>
+</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>Donate.</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>
+<img src="/media/distressnetwork-w.svg" alt="">
+</footer>
+</body>
+</html>
diff --git a/software/src.md b/software/src.md
new file mode 100755
index 0000000..0dda816
--- /dev/null
+++ b/software/src.md
@@ -0,0 +1,6 @@
+title: Executable Software Works
+bomber: EXOCORTICES.
+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).
diff --git a/written/index.html b/written/index.html
index b1be8e8..b1be8e8 100644..100755
--- a/written/index.html
+++ b/written/index.html
diff --git a/written/src.md b/written/src.md
index 8662721..8662721 100644..100755
--- a/written/src.md
+++ b/written/src.md