summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2020-12-01 15:35:06 -0500
committereudoxia <uplink@distress.network>2020-12-01 15:35:06 -0500
commit85f02460ff74e8c03d53dcc0f8d9746b44ab9166 (patch)
tree682add9bab4051b39fe3c380a1378b083e8cfd91
parentc55f055b95bc275625adb52a5b09671b78bca598 (diff)
completed URL encoding task
-rwxr-xr-xmeta/sitemap/index.html2
-rwxr-xr-xmeta/todo/index.html9
-rw-r--r--meta/todo/src.md4
-rwxr-xr-xsitemap.xml13
4 files changed, 15 insertions, 13 deletions
diff --git a/meta/sitemap/index.html b/meta/sitemap/index.html
index 7bc2541..053a75f 100755
--- a/meta/sitemap/index.html
+++ b/meta/sitemap/index.html
@@ -18,7 +18,7 @@ pre a:hover {text-decoration: none; color: #111; background-color: #ddd;}
pre a:active {text-decoration: none; color: #ddd;}
</style>
<title>Sitemap &mdash; DistressNetwork°</title>
-<meta http-equiv="last-modified" content="2020-11-30 23:32:29-05:00" />
+<meta http-equiv="last-modified" content="2020-12-01 15:34:51-05:00" />
</head>
<body>
diff --git a/meta/todo/index.html b/meta/todo/index.html
index 4097474..caf9e8b 100755
--- a/meta/todo/index.html
+++ b/meta/todo/index.html
@@ -12,7 +12,7 @@
<script src="/js/csi.js"></script>
<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-11-30 23:32:08-05:00" />
+<meta http-equiv="last-modified" content="2020-12-01 15:33:01-05:00" />
</head>
<body>
@@ -23,15 +23,10 @@
<!-- end of header -->
<ul>
-<li><code>md.sh</code> improvements:
-
-<ul>
-<li>Rewrite URL encoding in C</li>
-<li>Other optimizations where possible</li>
-</ul></li>
<li>Create <code>&#47;visual&#47;*</code> pages</li>
<li>Full site edit automation (<code>global.sh</code>): recursively execute given command in all pages</li>
<li>Potentially serve footer via <code>csi.js</code>? (might inhibit navigation for noscript clients)</li>
+<li>Script optimizations where possible</li>
<li>Eventually set up donation page</li>
<li>actually have content lmao</li>
</ul>
diff --git a/meta/todo/src.md b/meta/todo/src.md
index af3cbcd..bea3d89 100644
--- a/meta/todo/src.md
+++ b/meta/todo/src.md
@@ -4,11 +4,9 @@ leading: To Do:
opts: h
-- `md.sh` improvements:
- - Rewrite URL encoding in C
- - Other optimizations where possible
- Create `/visual/*` pages
- Full site edit automation (`global.sh`): recursively execute given command in all pages
- Potentially serve footer via `csi.js`? (might inhibit navigation for noscript clients)
+- Script optimizations where possible
- Eventually set up donation page
- actually have content lmao
diff --git a/sitemap.xml b/sitemap.xml
index d7509b4..3a98a80 100755
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3,12 +3,21 @@
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url><loc>https://distress.network/</loc><lastmod></lastmod></url>
+
<url><loc>https://distress.network/info/</loc><lastmod>2020-11-26T00:24:00-05:00</lastmod></url>
+
<url><loc>https://distress.network/meta/</loc><lastmod>2020-11-21T21:30:37-05:00</lastmod></url>
-<url><loc>https://distress.network/meta/sitemap/</loc><lastmod>2020-11-30T23:32:29-05:00</lastmod></url>
+
+<url><loc>https://distress.network/meta/sitemap/</loc><lastmod>2020-12-01T15:34:51-05:00</lastmod></url>
+
<url><loc>https://distress.network/meta/styletest/</loc><lastmod>2020-11-30T22:17:25-05:00</lastmod></url>
-<url><loc>https://distress.network/meta/todo/</loc><lastmod>2020-11-30T23:32:08-05:00</lastmod></url>
+
+<url><loc>https://distress.network/meta/todo/</loc><lastmod>2020-12-01T15:33:01-05:00</lastmod></url>
+
<url><loc>https://distress.network/visual/</loc><lastmod></lastmod></url>
+
<url><loc>https://distress.network/visual/composite/</loc><lastmod></lastmod></url>
+
<url><loc>https://distress.network/visual/logotype/</loc><lastmod></lastmod></url>
+
</urlset>