summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2021-11-16 12:46:10 -0500
committereudoxia <uplink@distress.network>2021-11-16 12:46:10 -0500
commitd299f2616a7859d3348c72691e6a2151ad309f17 (patch)
tree5a74b65c09cc1b10d75dfd9c8044db059a7f3a98
parente30892d07904de2d7a87b9fc11d32461b66ea578 (diff)
styletest: corrected citation formatting specification
-rwxr-xr-xmeta/styletest/index.html24
-rwxr-xr-xmeta/styletest/src.md20
-rwxr-xr-xsitemap.xml2
3 files changed, 23 insertions, 23 deletions
diff --git a/meta/styletest/index.html b/meta/styletest/index.html
index 48f89fd..d00c3c9 100755
--- a/meta/styletest/index.html
+++ b/meta/styletest/index.html
@@ -13,14 +13,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-11-10 15:52:15-05:00" />
+<meta http-equiv="last-modified" content="2021-11-16 12:45:11-05:00" />
</head>
<body>
<header>
<div class="bomber">BOMBER TEXT</div>
<hr>
<div class="identcontainer">
-<div class="ident"><time datetime="2021-11-10 15:52:15-05:00">211110</time>––––<a href="https://distress.network">DistressNetwork°</a></div>
+<div class="ident"><time datetime="2021-11-16 12:45:11-05:00">211116</time>––––<a href="https://distress.network">DistressNetwork°</a></div>
<img class="headerlogo" src="/media/distressnetwork-b.svg" alt="">
</div>
</header>
@@ -159,34 +159,34 @@ Level Three</p>
</ul>
<pre><code>citation
- = author-field ' ' title-field (' ' date-field)? (' ' medium-field)? (' ' note '.')*
+ : author-field ' ' title-field (' ' date-field)? (' ' medium-field)? (' ' note '.')*
author-field
- = (author | author-pair | author-list) '.'
+ : (author | author-pair | author-list) '.'
author-pair
- = author ' &#38; ' author
+ : author ' &#38; ' author
author-list
- = author (', ' author)+
+ : author (', ' author)+
title-field
- = '“' title '.”'
+ : '“' title '.”'
date-field
- = year ('-' month '-' day)? '.'
+ : year ('-' month '-' day)? '.'
year
- = [0-9]{4}
+ : [0-9] [0-9] [0-9] [0-9]
month
- = [0-1][0-9]
+ : [0-1] [0-9]
day
- = [0-3][0-9]
+ : [0-3] [0-9]
medium-field
- = medium (', ' details)? '.'
+ : medium (', ' details)? '.'
</code></pre>
<p>Values of <code>author</code>, <code>title</code>, <code>medium</code>, <code>details</code>, and <code>note</code> are specific to the works they describe.</p>
diff --git a/meta/styletest/src.md b/meta/styletest/src.md
index 3250104..ecd4e97 100755
--- a/meta/styletest/src.md
+++ b/meta/styletest/src.md
@@ -74,34 +74,34 @@ Within one stem; And dreadfully distinct | against the dark, a tall white founta
```
citation
- = author-field ' ' title-field (' ' date-field)? (' ' medium-field)? (' ' note '.')*
+ : author-field ' ' title-field (' ' date-field)? (' ' medium-field)? (' ' note '.')*
author-field
- = (author | author-pair | author-list) '.'
+ : (author | author-pair | author-list) '.'
author-pair
- = author ' & ' author
+ : author ' & ' author
author-list
- = author (', ' author)+
+ : author (', ' author)+
title-field
- = '“' title '.”'
+ : '“' title '.”'
date-field
- = year ('-' month '-' day)? '.'
+ : year ('-' month '-' day)? '.'
year
- = [0-9]{4}
+ : [0-9] [0-9] [0-9] [0-9]
month
- = [0-1][0-9]
+ : [0-1] [0-9]
day
- = [0-3][0-9]
+ : [0-3] [0-9]
medium-field
- = medium (', ' details)? '.'
+ : medium (', ' details)? '.'
```
Values of `author`, `title`, `medium`, `details`, and `note` are specific to the works they describe.
diff --git a/sitemap.xml b/sitemap.xml
index 7974b25..e51a0e3 100755
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -10,7 +10,7 @@ xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url><loc>https://distress.network/meta/sitemap/</loc><lastmod>2021-11-16T12:34:42-05:00</lastmod></url>
-<url><loc>https://distress.network/meta/styletest/</loc><lastmod>2021-11-10T15:52:15-05:00</lastmod></url>
+<url><loc>https://distress.network/meta/styletest/</loc><lastmod>2021-11-16T12:45:11-05:00</lastmod></url>
<url><loc>https://distress.network/meta/todo/</loc><lastmod>2021-11-16T12:36:36-05:00</lastmod></url>