summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2020-12-11 14:44:39 -0500
committereudoxia <uplink@distress.network>2020-12-11 14:44:39 -0500
commite124924dbaa6eb18d674a07b7f930ba953ac731f (patch)
tree660549c5c56273070f608c087bb81c47c4c30782
parentb969edf1d740869c284ea0aed821253ea6b43762 (diff)
sitemap is now statically injected at build time rather than client-side (removed csi.js)
-rwxr-xr-xinfo/index.html16
-rwxr-xr-xjs/LICENSE-csi.txt20
-rwxr-xr-xjs/csi.js2
-rwxr-xr-xmeta/index.html16
-rwxr-xr-xmeta/sitemap/index.html2
-rwxr-xr-xmeta/styletest/index.html16
-rwxr-xr-xmeta/todo/index.html16
-rwxr-xr-xsitemap.xml2
-rw-r--r--visual/composite/index.html16
-rw-r--r--visual/index.html16
-rw-r--r--visual/logotype/index.html16
11 files changed, 86 insertions, 52 deletions
diff --git a/info/index.html b/info/index.html
index 4fd0043..b34e623 100755
--- a/info/index.html
+++ b/info/index.html
@@ -10,7 +10,6 @@
<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>
-<script src="/js/csi.js"></script>
<title>System Information &mdash; DistressNetwork°</title>
<meta name="description" content="&laquo;PORTRAITURES.&raquo; &mdash; Information about the project &amp; its creator." />
<meta http-equiv="last-modified" content="2020-11-26 00:24:00-05:00" />
@@ -29,7 +28,6 @@
<main>
<div class="leading">Information about the project &amp; its creator.</div>
<hr>
-
<!-- end of header -->
<h1 id="About">About</h1>
@@ -45,8 +43,18 @@
</ul>
</main>
<nav>
-<div data-include="/nav.html"></div>
-<noscript><pre style="white-space: normal;">Please enable javascript to use the sitemap, or access it <a href="/meta/sitemap">[here]</a></pre></noscript>
+<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>
+</pre>
</nav>
</div>
<footer>
diff --git a/js/LICENSE-csi.txt b/js/LICENSE-csi.txt
deleted file mode 100755
index fbcea45..0000000
--- a/js/LICENSE-csi.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014 LexmarkWeb
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
-the Software, and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
-COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/js/csi.js b/js/csi.js
deleted file mode 100755
index be313b8..0000000
--- a/js/csi.js
+++ /dev/null
@@ -1,2 +0,0 @@
-window.onload=function(){function a(a,b){var c=/^(?:file):/,d=new XMLHttpRequest,e=0;d.onreadystatechange=function(){4==d.readyState&&(e=d.status),c.test(location.href)&&d.responseText&&(e=200),4==d.readyState&&200==e&&(a.outerHTML=d.responseText)};try{d.open("GET",b,!0),d.send()}catch(f){}}var b,c=document.getElementsByTagName("*");for(b in c)c[b].hasAttribute&&c[b].hasAttribute("data-include")&&a(c[b],c[b].getAttribute("data-include"))};
-// license: ./LICENSE-csi.txt
diff --git a/meta/index.html b/meta/index.html
index 7cac64d..be35b31 100755
--- a/meta/index.html
+++ b/meta/index.html
@@ -10,7 +10,6 @@
<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>
-<script src="/js/csi.js"></script>
<title>Meta-Website Utilities &mdash; DistressNetwork°</title>
<meta name="description" content="&laquo;INTERSTRATA.&raquo; &mdash; This directory contains information and utilities concerning the website itself." />
<meta http-equiv="last-modified" content="2020-11-21 21:30:37-05:00" />
@@ -29,7 +28,6 @@
<main>
<div class="leading">This directory contains information and utilities concerning the website itself.</div>
<hr>
-
<!-- end of header -->
<ul>
<li>The <a href="meta/sitemap">sitemap</a> is a hierarchical overview of all pages on the site.</li>
@@ -38,8 +36,18 @@
</ul>
</main>
<nav>
-<div data-include="/nav.html"></div>
-<noscript><pre style="white-space: normal;">Please enable javascript to use the sitemap, or access it <a href="/meta/sitemap">[here]</a></pre></noscript>
+<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>
+</pre>
</nav>
</div>
<footer>
diff --git a/meta/sitemap/index.html b/meta/sitemap/index.html
index 550c95e..c975f41 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-12-11 12:15:15-05:00" />
+<meta http-equiv="last-modified" content="2020-12-11 14:44:11-05:00" />
</head>
<body>
diff --git a/meta/styletest/index.html b/meta/styletest/index.html
index b7c54f9..df0a352 100755
--- a/meta/styletest/index.html
+++ b/meta/styletest/index.html
@@ -10,7 +10,6 @@
<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>
-<script src="/js/csi.js"></script>
<title>Style Template &mdash; DistressNetwork°</title>
<meta name="description" content="&laquo;BOMBER TEXT&raquo; &mdash; Title &amp; Explanatory Phrase" />
<meta http-equiv="last-modified" content="2020-11-30 22:17:25-05:00" />
@@ -29,7 +28,6 @@
<main>
<div class="leading">Title &amp; Explanatory Phrase</div>
<hr>
-
<!-- end of header -->
<nav class="toc">
<ul>
@@ -164,8 +162,18 @@ and also spans across a horizontal length sufficient to cause a word wrap (which
</code></pre>
</main>
<nav>
-<div data-include="/nav.html"></div>
-<noscript><pre style="white-space: normal;">Please enable javascript to use the sitemap, or access it <a href="/meta/sitemap">[here]</a></pre></noscript>
+<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>
+</pre>
</nav>
</div>
<footer>
diff --git a/meta/todo/index.html b/meta/todo/index.html
index ea54676..c9b2b1d 100755
--- a/meta/todo/index.html
+++ b/meta/todo/index.html
@@ -9,7 +9,6 @@
<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/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-12-11 12:12:38-05:00" />
@@ -20,7 +19,6 @@
<main>
<div class="leading">To Do:</div>
<hr>
-
<!-- end of header -->
<ul>
<li>Remove <code>csi.js</code> entirely</li>
@@ -29,8 +27,18 @@
</ul>
</main>
<nav>
-<div data-include="/nav.html"></div>
-<noscript><pre style="white-space: normal;">Please enable javascript to use the sitemap, or access it <a href="/meta/sitemap">[here]</a></pre></noscript>
+<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>
+</pre>
</nav>
</div>
<footer>
diff --git a/sitemap.xml b/sitemap.xml
index 4811cab..6ef1e09 100755
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -8,7 +8,7 @@ xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<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-12-11T12:15:15-05:00</lastmod></url>
+<url><loc>https://distress.network/meta/sitemap/</loc><lastmod>2020-12-11T14:44:11-05:00</lastmod></url>
<url><loc>https://distress.network/meta/styletest/</loc><lastmod>2020-11-30T22:17:25-05:00</lastmod></url>
diff --git a/visual/composite/index.html b/visual/composite/index.html
index ffeb7a1..3504b71 100644
--- a/visual/composite/index.html
+++ b/visual/composite/index.html
@@ -10,7 +10,6 @@
<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>
-<script src="/js/csi.js"></script>
<title>Image Composite Works &mdash; DistressNetwork°</title>
<meta name="description" content="&laquo;RADIOGRAPHS.&raquo; &mdash; Collection of digital image composite works." />
<meta http-equiv="last-modified" content="2020-12-05 23:04:21-05:00" />
@@ -29,7 +28,6 @@
<main>
<div class="leading">Collection of digital image composite works.</div>
<hr>
-
<!-- end of header -->
<h1 id="2020">2020</h1>
@@ -42,8 +40,18 @@
<figure><a href="composite/filthviscera.png"><img src="composite/filthviscera.png" alt=""></a><figcaption><p>DistressNetwork. “FilthViscera° (texture study).” 2020-04-05. Digital image composite.</p></figcaption></figure>
</main>
<nav>
-<div data-include="/nav.html"></div>
-<noscript><pre style="white-space: normal;">Please enable javascript to use the sitemap, or access it <a href="/meta/sitemap">[here]</a></pre></noscript>
+<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>
+</pre>
</nav>
</div>
<footer>
diff --git a/visual/index.html b/visual/index.html
index 44698c4..913a56f 100644
--- a/visual/index.html
+++ b/visual/index.html
@@ -10,7 +10,6 @@
<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>
-<script src="/js/csi.js"></script>
<title>Visual Works &mdash; DistressNetwork°</title>
<meta name="description" content="&laquo;OPTOELECTRONICS.&raquo; &mdash; This directory contains all image-based works, subdivided by technique." />
<meta http-equiv="last-modified" content="2020-12-05 23:30:24-05:00" />
@@ -29,7 +28,6 @@
<main>
<div class="leading">This directory contains all image-based works, subdivided by technique.</div>
<hr>
-
<!-- end of header -->
<ul>
<li><a href="visual/composite">Composite</a></li>
@@ -37,8 +35,18 @@
</ul>
</main>
<nav>
-<div data-include="/nav.html"></div>
-<noscript><pre style="white-space: normal;">Please enable javascript to use the sitemap, or access it <a href="/meta/sitemap">[here]</a></pre></noscript>
+<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>
+</pre>
</nav>
</div>
<footer>
diff --git a/visual/logotype/index.html b/visual/logotype/index.html
index 5cd5053..aa68263 100644
--- a/visual/logotype/index.html
+++ b/visual/logotype/index.html
@@ -10,7 +10,6 @@
<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>
-<script src="/js/csi.js"></script>
<title>Logotype Design Works &mdash; DistressNetwork°</title>
<meta name="description" content="&laquo;HIEROGLYPHS.&raquo; &mdash; Collection of logographic &amp; ideographic design works." />
<meta http-equiv="last-modified" content="2020-12-06 00:23:58-05:00" />
@@ -29,7 +28,6 @@
<main>
<div class="leading">Collection of logographic &amp; ideographic design works.</div>
<hr>
-
<!-- end of header -->
<h1 id="2020">2020</h1>
@@ -60,8 +58,18 @@
<figure><a href="logotype/evdoxia.png"><img src="logotype/evdoxia.png" alt=""></a><figcaption><p>DistressNetwork. “Evdoxia.” 2019-12-01. Vector illustration.</p></figcaption></figure>
</main>
<nav>
-<div data-include="/nav.html"></div>
-<noscript><pre style="white-space: normal;">Please enable javascript to use the sitemap, or access it <a href="/meta/sitemap">[here]</a></pre></noscript>
+<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>
+</pre>
</nav>
</div>
<footer>