From d299f2616a7859d3348c72691e6a2151ad309f17 Mon Sep 17 00:00:00 2001 From: eudoxia Date: Tue, 16 Nov 2021 12:46:10 -0500 Subject: styletest: corrected citation formatting specification --- meta/styletest/index.html | 24 ++++++++++++------------ meta/styletest/src.md | 20 ++++++++++---------- sitemap.xml | 2 +- 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 @@ Style Template — DistressNetwork° - +
BOMBER TEXT

-
––––DistressNetwork°
+
––––DistressNetwork°
@@ -159,34 +159,34 @@ Level Three

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/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"> https://distress.network/meta/sitemap/2021-11-16T12:34:42-05:00 -https://distress.network/meta/styletest/2021-11-10T15:52:15-05:00 +https://distress.network/meta/styletest/2021-11-16T12:45:11-05:00 https://distress.network/meta/todo/2021-11-16T12:36:36-05:00 -- cgit v1.2.3