summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2021-10-24 02:29:36 -0400
committereudoxia <uplink@distress.network>2021-10-24 02:29:36 -0400
commit7b3cae5ecc2cde452e62b044901b6f40ac9c8d05 (patch)
tree413f17cc11e70fb924f2f7f021f6a2029e5e0c69
parent7bc5686c63598d398db939a527cec40b99b51e1e (diff)
styletest: improved citation date specification; todo: added 1 task
-rwxr-xr-xmeta/styletest/index.html10
-rwxr-xr-xmeta/styletest/src.md6
-rwxr-xr-xmeta/todo/index.html3
-rwxr-xr-xmeta/todo/src.md1
-rwxr-xr-xsitemap.xml4
5 files changed, 13 insertions, 11 deletions
diff --git a/meta/styletest/index.html b/meta/styletest/index.html
index 3cda350..13a7758 100755
--- a/meta/styletest/index.html
+++ b/meta/styletest/index.html
@@ -12,14 +12,14 @@
<script src="/js/bg.js"></script>
<title>Style Template &mdash; DistressNetwork°</title>
<meta name="description" content="&laquo;BOMBER TEXT&raquo; &mdash; Title and/or Leading Phrase" />
-<meta http-equiv="last-modified" content="2021-10-01 01:22:01-04:00" />
+<meta http-equiv="last-modified" content="2021-10-24 02:22:15-04:00" />
</head>
<body>
<header>
<div class="bomber">BOMBER TEXT</div>
<hr>
<div class="identcontainer">
-<div class="ident"><time datetime="2021-10-01 01:22:01-04:00">211001</time>––––<a href="https://distress.network">DistressNetwork°</a></div>
+<div class="ident"><time datetime="2021-10-24 02:22:15-04:00">211024</time>––––<a href="https://distress.network">DistressNetwork°</a></div>
<img class="headerlogo" src="/media/distressnetwork-b.svg" alt="">
</div>
</header>
@@ -174,13 +174,13 @@ date-field
= year (&#39;-&#39; month &#39;-&#39; day)? &#39;.&#39;
year
- = [0-9]{4} &#47;* 0000-9999 *&#47;
+ = [0-9]{4}
month
- = [0-9]{2} &#47;* 01-12 *&#47;
+ = [0-1][0-9]
day
- = [0-9]{2} &#47;* 01-31 *&#47;
+ = [0-3][0-9]
medium-field
= medium (&#39;, &#39; details)? &#39;.&#39;
diff --git a/meta/styletest/src.md b/meta/styletest/src.md
index bc2a781..2ca3404 100755
--- a/meta/styletest/src.md
+++ b/meta/styletest/src.md
@@ -92,13 +92,13 @@ date-field
= year ('-' month '-' day)? '.'
year
- = [0-9]{4} /* 0000-9999 */
+ = [0-9]{4}
month
- = [0-9]{2} /* 01-12 */
+ = [0-1][0-9]
day
- = [0-9]{2} /* 01-31 */
+ = [0-3][0-9]
medium-field
= medium (', ' details)? '.'
diff --git a/meta/todo/index.html b/meta/todo/index.html
index 69fe121..c208a47 100755
--- a/meta/todo/index.html
+++ b/meta/todo/index.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>To Do &mdash; DistressNetwork°</title>
-<meta http-equiv="last-modified" content="2021-10-23 21:47:00-04:00" />
+<meta http-equiv="last-modified" content="2021-10-24 02:27:20-04:00" />
</head>
<body>
<div class="contentlevel">
@@ -34,6 +34,7 @@
<li>node</li>
</ul></li>
</ul></li>
+<li>Create formal (meta-)specification for formal grammar specifications</li>
</ul>
</main>
<nav>
diff --git a/meta/todo/src.md b/meta/todo/src.md
index 0020354..e017d97 100755
--- a/meta/todo/src.md
+++ b/meta/todo/src.md
@@ -9,3 +9,4 @@ opts: h
- cons:
- 23 kilobytes of CSS
- node
+- Create formal (meta-)specification for formal grammar specifications
diff --git a/sitemap.xml b/sitemap.xml
index 8feb198..0327650 100755
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -10,9 +10,9 @@ xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url><loc>https://distress.network/meta/sitemap/</loc><lastmod>2021-09-17T18:28:34-04:00</lastmod></url>
-<url><loc>https://distress.network/meta/styletest/</loc><lastmod>2021-10-01T01:22:01-04:00</lastmod></url>
+<url><loc>https://distress.network/meta/styletest/</loc><lastmod>2021-10-24T02:22:15-04:00</lastmod></url>
-<url><loc>https://distress.network/meta/todo/</loc><lastmod>2021-10-23T21:47:00-04:00</lastmod></url>
+<url><loc>https://distress.network/meta/todo/</loc><lastmod>2021-10-24T02:27:20-04:00</lastmod></url>
<url><loc>https://distress.network/software/</loc><lastmod>2021-08-25T00:36:43-04:00</lastmod></url>