summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2021-09-17 18:29:37 -0400
committereudoxia <uplink@distress.network>2021-09-17 18:29:37 -0400
commit0d8d5d14e8fa6b49050d9b1e6206a38fc506ad9b (patch)
treef020086ca868baa2b7d4f74c15d127ed023a40cf
parentfe63d3c6ffe214f61386c7bf07dd03944ccccdcb (diff)
citation spec: formatting fix
-rwxr-xr-xmeta/sitemap/index.html2
-rwxr-xr-xmeta/styletest/index.html24
-rwxr-xr-xmeta/styletest/src.md20
-rwxr-xr-xsitemap.xml4
4 files changed, 25 insertions, 25 deletions
diff --git a/meta/sitemap/index.html b/meta/sitemap/index.html
index 4d52e6b..6a77659 100755
--- a/meta/sitemap/index.html
+++ b/meta/sitemap/index.html
@@ -19,7 +19,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="2021-09-15 11:06:09-04:00" />
+<meta http-equiv="last-modified" content="2021-09-17 18:28:34-04:00" />
</head>
<body>
diff --git a/meta/styletest/index.html b/meta/styletest/index.html
index c51776a..a8a4c3d 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-09-15 10:53:34-04:00" />
+<meta http-equiv="last-modified" content="2021-09-17 18:23:37-04:00" />
</head>
<body>
<header>
<div class="bomber">BOMBER TEXT</div>
<hr>
<div class="identcontainer">
-<div class="ident"><time datetime="2021-09-15 10:53:34-04:00">210915</time>––––<a href="https://distress.network">DistressNetwork°</a></div>
+<div class="ident"><time datetime="2021-09-17 18:23:37-04:00">210917</time>––––<a href="https://distress.network">DistressNetwork°</a></div>
<img class="headerlogo" src="/media/distressnetwork-b.svg" alt="">
</div>
</header>
@@ -155,25 +155,25 @@ Level Three</p>
<li><a href="https://www.scribbr.com/chicago-style/citation-examples/">Chicago-like</a></li>
</ul>
-<pre><code>citation = author-field, &#39; &#39;, title-field, (&#39; &#39;, date-field)?, (&#39; &#39;, medium-field)?, (&#39; &#39;, note, &#39;.&#39;)*
+<pre><code>citation = author-field, &#39; &#39;, title-field, (&#39; &#39;, date-field)?, (&#39; &#39;, medium-field)?, (&#39; &#39;, note, &#39;.&#39;)*
author-field = (author
- | author-pair
- | author-list), &#39;.&#39;
+ | author-pair
+ | author-list), &#39;.&#39;
-author-pair = author, &#39; &#38; &#39;, author
+author-pair = author, &#39; &#38; &#39;, author
-author-list = author, (&#39;, &#39;, author)+
+author-list = author, (&#39;, &#39;, author)+
-title-field = &#39;“&#39;, title, &#39;.”&#39;
+title-field = &#39;“&#39;, title, &#39;.”&#39;
-date-field = year, (&#39;-&#39;, month, &#39;-&#39;, day)?, &#39;.&#39;
+date-field = year, (&#39;-&#39;, month, &#39;-&#39;, day)?, &#39;.&#39;
-year = [0-9]{4} &#47;* 0000-9999 *&#47;
+year = [0-9]{4} &#47;* 0000-9999 *&#47;
-month = [0-9]{2} &#47;* 01-12 *&#47;
+month = [0-9]{2} &#47;* 01-12 *&#47;
-day = [0-9]{2} &#47;* 01-31 *&#47;
+day = [0-9]{2} &#47;* 01-31 *&#47;
medium-field = medium, (&#39;, &#39;, details)?, &#39;.&#39;
</code></pre>
diff --git a/meta/styletest/src.md b/meta/styletest/src.md
index eacf4e4..d8da567 100755
--- a/meta/styletest/src.md
+++ b/meta/styletest/src.md
@@ -73,25 +73,25 @@ Within one stem; And dreadfully distinct | against the dark, a tall white founta
- [Chicago-like](https://www.scribbr.com/chicago-style/citation-examples/)
```
-citation = author-field, ' ', title-field, (' ', date-field)?, (' ', medium-field)?, (' ', note, '.')*
+citation = author-field, ' ', title-field, (' ', date-field)?, (' ', medium-field)?, (' ', note, '.')*
author-field = (author
- | author-pair
- | author-list), '.'
+ | author-pair
+ | author-list), '.'
-author-pair = author, ' & ', author
+author-pair = author, ' & ', author
-author-list = author, (', ', author)+
+author-list = author, (', ', author)+
-title-field = '“', title, '.”'
+title-field = '“', title, '.”'
-date-field = year, ('-', month, '-', day)?, '.'
+date-field = year, ('-', month, '-', day)?, '.'
-year = [0-9]{4} /* 0000-9999 */
+year = [0-9]{4} /* 0000-9999 */
-month = [0-9]{2} /* 01-12 */
+month = [0-9]{2} /* 01-12 */
-day = [0-9]{2} /* 01-31 */
+day = [0-9]{2} /* 01-31 */
medium-field = medium, (', ', details)?, '.'
```
diff --git a/sitemap.xml b/sitemap.xml
index 281debe..161f3cc 100755
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -8,9 +8,9 @@ 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>2021-09-15T11:06:09-04:00</lastmod></url>
+<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-09-15T10:53:34-04:00</lastmod></url>
+<url><loc>https://distress.network/meta/styletest/</loc><lastmod>2021-09-17T18:23:37-04:00</lastmod></url>
<url><loc>https://distress.network/meta/todo/</loc><lastmod>2020-12-31T21:02:55-05:00</lastmod></url>