diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-04-17 10:44:33 +0200 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-04-17 10:44:33 +0200 |
commit | 5cda16021fe61d5d8c5252b80526f8660337f848 (patch) | |
tree | 8ab6d7209c37b6dcb5b37f8e6eec4419ceca1d41 | |
parent | b1867e815e5f1b3e1fc957cffe6fbadbce7bfb28 (diff) | |
download | www-5cda16021fe61d5d8c5252b80526f8660337f848.tar.gz |
build system complete
-rw-r--r-- | article-template/ahhh.sh | 16 | ||||
-rwxr-xr-x | article-template/configure | 9 | ||||
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | testing-123/Edfile | 3 | ||||
-rw-r--r-- | testing-123/Makefile | 13 | ||||
-rwxr-xr-x | testing-123/configure | 64 | ||||
-rw-r--r-- | testing-123/testing-123.7 | 50 | ||||
-rw-r--r-- | testing-123/testing-123.html | 1333 | ||||
-rw-r--r-- | testing-123/testing-123.md | 76 | ||||
-rw-r--r-- | testing-123/testing-123.txt | 112 | ||||
-rw-r--r-- | testing-123/testing-123.xml | 66 | ||||
-rw-r--r-- | testing/Edfile | 3 | ||||
-rw-r--r-- | testing/Makefile | 13 | ||||
-rwxr-xr-x | testing/configure | 65 | ||||
-rw-r--r-- | testing/leahrowe-test.7 | 23 | ||||
-rw-r--r-- | testing/leahrowe-test.html | 1314 | ||||
-rw-r--r-- | testing/leahrowe-test.md | 69 | ||||
-rw-r--r-- | testing/leahrowe-test.txt | 56 | ||||
-rw-r--r-- | testing/leahrowe-test.xml | 49 |
19 files changed, 22 insertions, 3314 deletions
diff --git a/article-template/ahhh.sh b/article-template/ahhh.sh new file mode 100644 index 0000000..a2726f5 --- /dev/null +++ b/article-template/ahhh.sh @@ -0,0 +1,16 @@ +(sed 's/FILENAME/'"$FILENAME"'/g' << EOF +update: FILENAME.txt FILENAME.7 FILENAME.html + git add . + git commit + git push + +FILENAME.7: FILENAME.md + mmark --man FILENAME.md > FILENAME.7 +FILENAME.txt FILENAME.html: FILENAME.xml + xml2rfc --text --html FILENAME.xml + sed -i -e '/\f/{n;s/^./RFD 1/}' FILENAME.txt + ed FILENAME.txt < Edfile +FILENAME.xml: FILENAME.md + sed '0,/title =/{s/ ."\$\$/"/}' FILENAME.md | mmark > FILENAME.xml +EOF +) diff --git a/article-template/configure b/article-template/configure index f5d171a..608292d 100755 --- a/article-template/configure +++ b/article-template/configure @@ -38,7 +38,7 @@ mv TEMPLATE.md "$FILENAME".md sed -i 's/RFDN/'"$RFDN"'/g' "$FILENAME".md -sed 's/FILENAME/'"$FILENAME"'/g' > Makefile << EOF +(sed 's/FILENAME/'"$FILENAME"'/g' << EOF update: FILENAME.txt FILENAME.7 FILENAME.html git add . git commit @@ -48,17 +48,18 @@ FILENAME.7: FILENAME.md mmark --man FILENAME.md > FILENAME.7 FILENAME.txt FILENAME.html: FILENAME.xml xml2rfc --text --html FILENAME.xml - sed -i -e '/\f/{n;s/^.\{5\}/RFD 1/}' FILENAME.txt + sed -i -e '/\f/{n;s/^DOTS/RFD RFDN/}' FILENAME.txt ed FILENAME.txt < Edfile FILENAME.xml: FILENAME.md sed '0,/title =/{s/ ."\$\$/"/}' FILENAME.md | mmark > FILENAME.xml EOF +) | sed 's/DOTS/'"$(printf 'RFD %s' "$RFDN" | sed 's/././g')"'/g' > Makefile (sed 's/RFDN/'"$RFDN"'/g' << EOF 6 -s/^DOTNUM/RFD RFDN/ +s/^DOTS/RFD RFDN/ wq EOF -) | sed 's/DOTNUM/'"$(printf 'RFD %s' "$RFDN" | sed 's/././g')"'/g' > Edfile +) | sed 's/DOTS/'"$(printf 'RFD %s' "$RFDN" | sed 's/././g')"'/g' > Edfile printf "$0: Finished generating Makefile and Edfile.\n$0: You MUST now edit $FILENAME.md and replace the <++>s.\n" > /dev/stderr diff --git a/index.html b/index.html index d259153..c198222 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@ <div id="majornote"> <h2>Recent Articles</h2> <p>These are recent articles. Those before April 2022 are not listed, but maybe be listed later.</p> - <p>Beginning April 2022, almost all articles are available in mmark markdown, IETF XML, plain text (RFC style), nroff man page, typeset man page, and HTML. <code>man -l <filename></code> may be used to view nroff man pages (which usually have a numerical file extension).</p> + <p>Beginning April 2022, almost all articles are available in mmark markdown, IETF XML, plain text (RFC style), nroff man page, typeset man page, and HTML. <code>man -l <filename></code> may be used to view nroff man pages (which usually have a numerical file extension). I have <a href="article-template/">a handy utility for generating these documents</a>.</p> <ul> <li><a href="pragmatics/">WIP: The Pragmatic Use of Nonfree Software in the Free Software Movement</a>.</li> </ul> diff --git a/testing-123/Edfile b/testing-123/Edfile deleted file mode 100644 index 7431481..0000000 --- a/testing-123/Edfile +++ /dev/null @@ -1,3 +0,0 @@ -6 -s/^......../RFD 6512/ -wq diff --git a/testing-123/Makefile b/testing-123/Makefile deleted file mode 100644 index 178415e..0000000 --- a/testing-123/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -update: testing-123.txt testing-123.7 testing-123.html - git add . - git commit - git push - -testing-123.7: testing-123.md - mmark --man testing-123.md > testing-123.7 -testing-123.txt testing-123.html: testing-123.xml - xml2rfc --text --html testing-123.xml - sed -i -e '/\f/{n;s/^.\{5\}/RFD 1/}' testing-123.txt - ed testing-123.txt < Edfile -testing-123.xml: testing-123.md - sed '0,/title =/{s/ ."$$/"/}' testing-123.md | mmark > testing-123.xml diff --git a/testing-123/configure b/testing-123/configure deleted file mode 100755 index f5d171a..0000000 --- a/testing-123/configure +++ /dev/null @@ -1,64 +0,0 @@ -#!/bin/sh -# -# A simple shell script for creating new articles -# -# Copyright © 2022 Andrew Yu <https://www.andrewyu.org> -# -# This is free and unencumbered software released into the public domain. -# -# Anyone is free to copy, modify, publish, use, compile, sell, or -# distribute this software, either in source code form or as a compiled -# binary, for any purpose, commercial or non-commercial, and by any -# means. -# -# In jurisdictions that recognize copyright laws, the author or authors -# of this software dedicate any and all copyright interest in the -# software to the public domain. We make this dedication for the benefit -# of the public at large and to the detriment of our heirs and -# successors. We intend this dedication to be an overt act of -# relinquishment in perpetuity of all present and future rights to this -# software under copyright law. -# -# 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 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. - - -[ -z "$2" ] && printf "$0: Not enough arguments.\n$0: You MUST run this script with the following arguments:\n$0: <Basename> <RFD number>\n" > /dev/stderr && exit 1 -[ "$3" ] && printf "$0: Too many arguments.\n$0: You MUST run this script with the following arguments:\n$0: <Basename> <RFD number>\n" > /dev/stderr && exit 2 - -FILENAME="$1" -RFDN="$2" - -mv TEMPLATE.md "$FILENAME".md - -sed -i 's/RFDN/'"$RFDN"'/g' "$FILENAME".md - -sed 's/FILENAME/'"$FILENAME"'/g' > Makefile << EOF -update: FILENAME.txt FILENAME.7 FILENAME.html - git add . - git commit - git push - -FILENAME.7: FILENAME.md - mmark --man FILENAME.md > FILENAME.7 -FILENAME.txt FILENAME.html: FILENAME.xml - xml2rfc --text --html FILENAME.xml - sed -i -e '/\f/{n;s/^.\{5\}/RFD 1/}' FILENAME.txt - ed FILENAME.txt < Edfile -FILENAME.xml: FILENAME.md - sed '0,/title =/{s/ ."\$\$/"/}' FILENAME.md | mmark > FILENAME.xml -EOF - -(sed 's/RFDN/'"$RFDN"'/g' << EOF -6 -s/^DOTNUM/RFD RFDN/ -wq -EOF -) | sed 's/DOTNUM/'"$(printf 'RFD %s' "$RFDN" | sed 's/././g')"'/g' > Edfile - -printf "$0: Finished generating Makefile and Edfile.\n$0: You MUST now edit $FILENAME.md and replace the <++>s.\n" > /dev/stderr diff --git a/testing-123/testing-123.7 b/testing-123/testing-123.7 deleted file mode 100644 index 3ec1df9..0000000 --- a/testing-123/testing-123.7 +++ /dev/null @@ -1,50 +0,0 @@ -.\" Generated by Mmark Markdown Processer - mmark.miek.nl -.TH "TESTING" 123 "April 2022" "Random Testing" "Worldwide Haxxor Industries" - -.SH "ABSTRACT" -.PP -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. - -.SH "STATUS OF THIS MEMO" -.PP -This document is currently in the DRAFT status. - -.PP -This document describes the author's viewpoint. Distribution of this memo is unlimited. - -.SH "INTRODUCTION" -.PP -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. - -.SH "CONCLUSION" -.PP -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. - -.SH "SECURITY CONSIDERATIONS" -.PP -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. - -.SH "ACKNOWLEDGEMENTS" -.PP -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. - -.SH "CONTRIBUTORS" -.PP -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. - -.SH "AUTHORS" -.PP -Written by Andrew Yu. - diff --git a/testing-123/testing-123.html b/testing-123/testing-123.html deleted file mode 100644 index 033e2dc..0000000 --- a/testing-123/testing-123.html +++ /dev/null @@ -1,1333 +0,0 @@ -<!DOCTYPE html> -<html lang="en" class="Internet-Draft"> -<head> -<meta charset="utf-8"> -<meta content="Common,Latin" name="scripts"> -<meta content="initial-scale=1.0" name="viewport"> -<title>Testing 123</title> -<meta content="Andrew Yu" name="author"> -<meta content=" - The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. - " name="description"> -<meta content="xml2rfc 3.12.4" name="generator"> -<meta content="test" name="keyword"> -<meta content="Request for Discussions 6512" name="ietf.draft"> -<!-- Generator version information: - xml2rfc 3.12.4 - Python 3.9.2 - appdirs 1.4.4 - ConfigArgParse 1.2.3 - google-i18n-address 2.5.0 - html5lib 1.1 - intervaltree 3.1.0 - Jinja2 2.11.3 - kitchen 1.2.6 - lxml 4.8.0 - MarkupSafe 2.0.1 - pycountry 22.3.5 - pyflakes 2.4.0 - PyYAML 6.0 - requests 2.25.1 - setuptools 52.0.0 - six 1.16.0 ---> -<link href="testing-123.xml" rel="alternate" type="application/rfc+xml"> -<link href="#copyright" rel="license"> -<style type="text/css">/* - - NOTE: Changes at the bottom of this file overrides some earlier settings. - - Once the style has stabilized and has been adopted as an official RFC style, - this can be consolidated so that style settings occur only in one place, but - for now the contents of this file consists first of the initial CSS work as - provided to the RFC Formatter (xml2rfc) work, followed by itemized and - commented changes found necssary during the development of the v3 - formatters. - -*/ - -/* fonts */ -@import url('https://fonts.googleapis.com/css?family=Noto+Sans'); /* Sans-serif */ -@import url('https://fonts.googleapis.com/css?family=Noto+Serif'); /* Serif (print) */ -@import url('https://fonts.googleapis.com/css?family=Roboto+Mono'); /* Monospace */ - -@viewport { - zoom: 1.0; - width: extend-to-zoom; -} -@-ms-viewport { - width: extend-to-zoom; - zoom: 1.0; -} -/* general and mobile first */ -html { -} -body { - max-width: 90%; - margin: 1.5em auto; - color: #222; - background-color: #fff; - font-size: 14px; - font-family: 'Noto Sans', Arial, Helvetica, sans-serif; - line-height: 1.6; - scroll-behavior: smooth; -} -.ears { - display: none; -} - -/* headings */ -#title, h1, h2, h3, h4, h5, h6 { - margin: 1em 0 0.5em; - font-weight: bold; - line-height: 1.3; -} -#title { - clear: both; - border-bottom: 1px solid #ddd; - margin: 0 0 0.5em 0; - padding: 1em 0 0.5em; -} -.author { - padding-bottom: 4px; -} -h1 { - font-size: 26px; - margin: 1em 0; -} -h2 { - font-size: 22px; - margin-top: -20px; /* provide offset for in-page anchors */ - padding-top: 33px; -} -h3 { - font-size: 18px; - margin-top: -36px; /* provide offset for in-page anchors */ - padding-top: 42px; -} -h4 { - font-size: 16px; - margin-top: -36px; /* provide offset for in-page anchors */ - padding-top: 42px; -} -h5, h6 { - font-size: 14px; -} -#n-copyright-notice { - border-bottom: 1px solid #ddd; - padding-bottom: 1em; - margin-bottom: 1em; -} -/* general structure */ -p { - padding: 0; - margin: 0 0 1em 0; - text-align: left; -} -div, span { - position: relative; -} -div { - margin: 0; -} -.alignRight.art-text { - background-color: #f9f9f9; - border: 1px solid #eee; - border-radius: 3px; - padding: 1em 1em 0; - margin-bottom: 1.5em; -} -.alignRight.art-text pre { - padding: 0; -} -.alignRight { - margin: 1em 0; -} -.alignRight > *:first-child { - border: none; - margin: 0; - float: right; - clear: both; -} -.alignRight > *:nth-child(2) { - clear: both; - display: block; - border: none; -} -svg { - display: block; -} -.alignCenter.art-text { - background-color: #f9f9f9; - border: 1px solid #eee; - border-radius: 3px; - padding: 1em 1em 0; - margin-bottom: 1.5em; -} -.alignCenter.art-text pre { - padding: 0; -} -.alignCenter { - margin: 1em 0; -} -.alignCenter > *:first-child { - border: none; - /* this isn't optimal, but it's an existence proof. PrinceXML doesn't - support flexbox yet. - */ - display: table; - margin: 0 auto; -} - -/* lists */ -ol, ul { - padding: 0; - margin: 0 0 1em 2em; -} -ol ol, ul ul, ol ul, ul ol { - margin-left: 1em; -} -li { - margin: 0 0 0.25em 0; -} -.ulCompact li { - margin: 0; -} -ul.empty, .ulEmpty { - list-style-type: none; -} -ul.empty li, .ulEmpty li { - margin-top: 0.5em; -} -ul.ulBare, li.ulBare { - margin-left: 0em !important; -} -ul.compact, .ulCompact, -ol.compact, .olCompact { - line-height: 100%; - margin: 0 0 0 2em; -} - -/* definition lists */ -dl { -} -dl > dt { - float: left; - margin-right: 1em; -} -/* -dl.nohang > dt { - float: none; -} -*/ -dl > dd { - margin-bottom: .8em; - min-height: 1.3em; -} -dl.compact > dd, .dlCompact > dd { - margin-bottom: 0em; -} -dl > dd > dl { - margin-top: 0.5em; - margin-bottom: 0em; -} - -/* links */ -a { - text-decoration: none; -} -a[href] { - color: #22e; /* Arlen: WCAG 2019 */ -} -a[href]:hover { - background-color: #f2f2f2; -} -figcaption a[href], -a[href].selfRef { - color: #222; -} -/* XXX probably not this: -a.selfRef:hover { - background-color: transparent; - cursor: default; -} */ - -/* Figures */ -tt, code, pre, code { - background-color: #f9f9f9; - font-family: 'Roboto Mono', monospace; -} -pre { - border: 1px solid #eee; - margin: 0; - padding: 1em; -} -img { - max-width: 100%; -} -figure { - margin: 0; -} -figure blockquote { - margin: 0.8em 0.4em 0.4em; -} -figcaption { - font-style: italic; - margin: 0 0 1em 0; -} -@media screen { - pre { - overflow-x: auto; - max-width: 100%; - max-width: calc(100% - 22px); - } -} - -/* aside, blockquote */ -aside, blockquote { - margin-left: 0; - padding: 1.2em 2em; -} -blockquote { - background-color: #f9f9f9; - color: #111; /* Arlen: WCAG 2019 */ - border: 1px solid #ddd; - border-radius: 3px; - margin: 1em 0; -} -cite { - display: block; - text-align: right; - font-style: italic; -} - -/* tables */ -table { - width: 100%; - margin: 0 0 1em; - border-collapse: collapse; - border: 1px solid #eee; -} -th, td { - text-align: left; - vertical-align: top; - padding: 0.5em 0.75em; -} -th { - text-align: left; - background-color: #e9e9e9; -} -tr:nth-child(2n+1) > td { - background-color: #f5f5f5; -} -table caption { - font-style: italic; - margin: 0; - padding: 0; - text-align: left; -} -table p { - /* XXX to avoid bottom margin on table row signifiers. If paragraphs should - be allowed within tables more generally, it would be far better to select on a class. */ - margin: 0; -} - -/* pilcrow */ -a.pilcrow { - color: #666; /* Arlen: AHDJ 2019 */ - text-decoration: none; - visibility: hidden; - user-select: none; - -ms-user-select: none; - -o-user-select:none; - -moz-user-select: none; - -khtml-user-select: none; - -webkit-user-select: none; - -webkit-touch-callout: none; -} -@media screen { - aside:hover > a.pilcrow, - p:hover > a.pilcrow, - blockquote:hover > a.pilcrow, - div:hover > a.pilcrow, - li:hover > a.pilcrow, - pre:hover > a.pilcrow { - visibility: visible; - } - a.pilcrow:hover { - background-color: transparent; - } -} - -/* misc */ -hr { - border: 0; - border-top: 1px solid #eee; -} -.bcp14 { - font-variant: small-caps; -} - -.role { - font-variant: all-small-caps; -} - -/* info block */ -#identifiers { - margin: 0; - font-size: 0.9em; -} -#identifiers dt { - width: 3em; - clear: left; -} -#identifiers dd { - float: left; - margin-bottom: 0; -} -/* Fix PDF info block run off issue */ -@media print { - #identifiers dd { - float: none; - } -} -#identifiers .authors .author { - display: inline-block; - margin-right: 1.5em; -} -#identifiers .authors .org { - font-style: italic; -} - -/* The prepared/rendered info at the very bottom of the page */ -.docInfo { - color: #666; /* Arlen: WCAG 2019 */ - font-size: 0.9em; - font-style: italic; - margin-top: 2em; -} -.docInfo .prepared { - float: left; -} -.docInfo .prepared { - float: right; -} - -/* table of contents */ -#toc { - padding: 0.75em 0 2em 0; - margin-bottom: 1em; -} -nav.toc ul { - margin: 0 0.5em 0 0; - padding: 0; - list-style: none; -} -nav.toc li { - line-height: 1.3em; - margin: 0.75em 0; - padding-left: 1.2em; - text-indent: -1.2em; -} -/* references */ -.references dt { - text-align: right; - font-weight: bold; - min-width: 7em; -} -.references dd { - margin-left: 8em; - overflow: auto; -} - -.refInstance { - margin-bottom: 1.25em; -} - -.references .ascii { - margin-bottom: 0.25em; -} - -/* index */ -.index ul { - margin: 0 0 0 1em; - padding: 0; - list-style: none; -} -.index ul ul { - margin: 0; -} -.index li { - margin: 0; - text-indent: -2em; - padding-left: 2em; - padding-bottom: 5px; -} -.indexIndex { - margin: 0.5em 0 1em; -} -.index a { - font-weight: 700; -} -/* make the index two-column on all but the smallest screens */ -@media (min-width: 600px) { - .index ul { - -moz-column-count: 2; - -moz-column-gap: 20px; - } - .index ul ul { - -moz-column-count: 1; - -moz-column-gap: 0; - } -} - -/* authors */ -address.vcard { - font-style: normal; - margin: 1em 0; -} - -address.vcard .nameRole { - font-weight: 700; - margin-left: 0; -} -address.vcard .label { - font-family: "Noto Sans",Arial,Helvetica,sans-serif; - margin: 0.5em 0; -} -address.vcard .type { - display: none; -} -.alternative-contact { - margin: 1.5em 0 1em; -} -hr.addr { - border-top: 1px dashed; - margin: 0; - color: #ddd; - max-width: calc(100% - 16px); -} - -/* temporary notes */ -.rfcEditorRemove::before { - position: absolute; - top: 0.2em; - right: 0.2em; - padding: 0.2em; - content: "The RFC Editor will remove this note"; - color: #9e2a00; /* Arlen: WCAG 2019 */ - background-color: #ffd; /* Arlen: WCAG 2019 */ -} -.rfcEditorRemove { - position: relative; - padding-top: 1.8em; - background-color: #ffd; /* Arlen: WCAG 2019 */ - border-radius: 3px; -} -.cref { - background-color: #ffd; /* Arlen: WCAG 2019 */ - padding: 2px 4px; -} -.crefSource { - font-style: italic; -} -/* alternative layout for smaller screens */ -@media screen and (max-width: 1023px) { - body { - padding-top: 2em; - } - #title { - padding: 1em 0; - } - h1 { - font-size: 24px; - } - h2 { - font-size: 20px; - margin-top: -18px; /* provide offset for in-page anchors */ - padding-top: 38px; - } - #identifiers dd { - max-width: 60%; - } - #toc { - position: fixed; - z-index: 2; - top: 0; - right: 0; - padding: 0; - margin: 0; - background-color: inherit; - border-bottom: 1px solid #ccc; - } - #toc h2 { - margin: -1px 0 0 0; - padding: 4px 0 4px 6px; - padding-right: 1em; - min-width: 190px; - font-size: 1.1em; - text-align: right; - background-color: #444; - color: white; - cursor: pointer; - } - #toc h2::before { /* css hamburger */ - float: right; - position: relative; - width: 1em; - height: 1px; - left: -164px; - margin: 6px 0 0 0; - background: white none repeat scroll 0 0; - box-shadow: 0 4px 0 0 white, 0 8px 0 0 white; - content: ""; - } - #toc nav { - display: none; - padding: 0.5em 1em 1em; - overflow: auto; - height: calc(100vh - 48px); - border-left: 1px solid #ddd; - } -} - -/* alternative layout for wide screens */ -@media screen and (min-width: 1024px) { - body { - max-width: 724px; - margin: 42px auto; - padding-left: 1.5em; - padding-right: 29em; - } - #toc { - position: fixed; - top: 42px; - right: 42px; - width: 25%; - margin: 0; - padding: 0 1em; - z-index: 1; - } - #toc h2 { - border-top: none; - border-bottom: 1px solid #ddd; - font-size: 1em; - font-weight: normal; - margin: 0; - padding: 0.25em 1em 1em 0; - } - #toc nav { - display: block; - height: calc(90vh - 84px); - bottom: 0; - padding: 0.5em 0 0; - overflow: auto; - } - img { /* future proofing */ - max-width: 100%; - height: auto; - } -} - -/* pagination */ -@media print { - body { - - width: 100%; - } - p { - orphans: 3; - widows: 3; - } - #n-copyright-notice { - border-bottom: none; - } - #toc, #n-introduction { - page-break-before: always; - } - #toc { - border-top: none; - padding-top: 0; - } - figure, pre { - page-break-inside: avoid; - } - figure { - overflow: scroll; - } - h1, h2, h3, h4, h5, h6 { - page-break-after: avoid; - } - h2+*, h3+*, h4+*, h5+*, h6+* { - page-break-before: avoid; - } - pre { - white-space: pre-wrap; - word-wrap: break-word; - font-size: 10pt; - } - table { - border: 1px solid #ddd; - } - td { - border-top: 1px solid #ddd; - } -} - -/* This is commented out here, as the string-set: doesn't - pass W3C validation currently */ -/* -.ears thead .left { - string-set: ears-top-left content(); -} - -.ears thead .center { - string-set: ears-top-center content(); -} - -.ears thead .right { - string-set: ears-top-right content(); -} - -.ears tfoot .left { - string-set: ears-bottom-left content(); -} - -.ears tfoot .center { - string-set: ears-bottom-center content(); -} - -.ears tfoot .right { - string-set: ears-bottom-right content(); -} -*/ - -@page :first { - padding-top: 0; - @top-left { - content: normal; - border: none; - } - @top-center { - content: normal; - border: none; - } - @top-right { - content: normal; - border: none; - } -} - -@page { - size: A4; - margin-bottom: 45mm; - padding-top: 20px; - /* The follwing is commented out here, but set appropriately by in code, as - the content depends on the document */ - /* - @top-left { - content: 'Internet-Draft'; - vertical-align: bottom; - border-bottom: solid 1px #ccc; - } - @top-left { - content: string(ears-top-left); - vertical-align: bottom; - border-bottom: solid 1px #ccc; - } - @top-center { - content: string(ears-top-center); - vertical-align: bottom; - border-bottom: solid 1px #ccc; - } - @top-right { - content: string(ears-top-right); - vertical-align: bottom; - border-bottom: solid 1px #ccc; - } - @bottom-left { - content: string(ears-bottom-left); - vertical-align: top; - border-top: solid 1px #ccc; - } - @bottom-center { - content: string(ears-bottom-center); - vertical-align: top; - border-top: solid 1px #ccc; - } - @bottom-right { - content: '[Page ' counter(page) ']'; - vertical-align: top; - border-top: solid 1px #ccc; - } - */ - -} - -/* Changes introduced to fix issues found during implementation */ -/* Make sure links are clickable even if overlapped by following H* */ -a { - z-index: 2; -} -/* Separate body from document info even without intervening H1 */ -section { - clear: both; -} - - -/* Top align author divs, to avoid names without organization dropping level with org names */ -.author { - vertical-align: top; -} - -/* Leave room in document info to show Internet-Draft on one line */ -#identifiers dt { - width: 8em; -} - -/* Don't waste quite as much whitespace between label and value in doc info */ -#identifiers dd { - margin-left: 1em; -} - -/* Give floating toc a background color (needed when it's a div inside section */ -#toc { - background-color: white; -} - -/* Make the collapsed ToC header render white on gray also when it's a link */ -@media screen and (max-width: 1023px) { - #toc h2 a, - #toc h2 a:link, - #toc h2 a:focus, - #toc h2 a:hover, - #toc a.toplink, - #toc a.toplink:hover { - color: white; - background-color: #444; - text-decoration: none; - } -} - -/* Give the bottom of the ToC some whitespace */ -@media screen and (min-width: 1024px) { - #toc { - padding: 0 0 1em 1em; - } -} - -/* Style section numbers with more space between number and title */ -.section-number { - padding-right: 0.5em; -} - -/* prevent monospace from becoming overly large */ -tt, code, pre, code { - font-size: 95%; -} - -/* Fix the height/width aspect for ascii art*/ -pre.sourcecode, -.art-text pre { - line-height: 1.12; -} - - -/* Add styling for a link in the ToC that points to the top of the document */ -a.toplink { - float: right; - margin-right: 0.5em; -} - -/* Fix the dl styling to match the RFC 7992 attributes */ -dl > dt, -dl.dlParallel > dt { - float: left; - margin-right: 1em; -} -dl.dlNewline > dt { - float: none; -} - -/* Provide styling for table cell text alignment */ -table td.text-left, -table th.text-left { - text-align: left; -} -table td.text-center, -table th.text-center { - text-align: center; -} -table td.text-right, -table th.text-right { - text-align: right; -} - -/* Make the alternative author contact informatio look less like just another - author, and group it closer with the primary author contact information */ -.alternative-contact { - margin: 0.5em 0 0.25em 0; -} -address .non-ascii { - margin: 0 0 0 2em; -} - -/* With it being possible to set tables with alignment - left, center, and right, { width: 100%; } does not make sense */ -table { - width: auto; -} - -/* Avoid reference text that sits in a block with very wide left margin, - because of a long floating dt label.*/ -.references dd { - overflow: visible; -} - -/* Control caption placement */ -caption { - caption-side: bottom; -} - -/* Limit the width of the author address vcard, so names in right-to-left - script don't end up on the other side of the page. */ - -address.vcard { - max-width: 30em; - margin-right: auto; -} - -/* For address alignment dependent on LTR or RTL scripts */ -address div.left { - text-align: left; -} -address div.right { - text-align: right; -} - -/* Provide table alignment support. We can't use the alignX classes above - since they do unwanted things with caption and other styling. */ -table.right { - margin-left: auto; - margin-right: 0; -} -table.center { - margin-left: auto; - margin-right: auto; -} -table.left { - margin-left: 0; - margin-right: auto; -} - -/* Give the table caption label the same styling as the figcaption */ -caption a[href] { - color: #222; -} - -@media print { - .toplink { - display: none; - } - - /* avoid overwriting the top border line with the ToC header */ - #toc { - padding-top: 1px; - } - - /* Avoid page breaks inside dl and author address entries */ - .vcard { - page-break-inside: avoid; - } - -} -/* Tweak the bcp14 keyword presentation */ -.bcp14 { - font-variant: small-caps; - font-weight: bold; - font-size: 0.9em; -} -/* Tweak the invisible space above H* in order not to overlay links in text above */ - h2 { - margin-top: -18px; /* provide offset for in-page anchors */ - padding-top: 31px; - } - h3 { - margin-top: -18px; /* provide offset for in-page anchors */ - padding-top: 24px; - } - h4 { - margin-top: -18px; /* provide offset for in-page anchors */ - padding-top: 24px; - } -/* Float artwork pilcrow to the right */ -@media screen { - .artwork a.pilcrow { - display: block; - line-height: 0.7; - margin-top: 0.15em; - } -} -/* Make pilcrows on dd visible */ -@media screen { - dd:hover > a.pilcrow { - visibility: visible; - } -} -/* Make the placement of figcaption match that of a table's caption - by removing the figure's added bottom margin */ -.alignLeft.art-text, -.alignCenter.art-text, -.alignRight.art-text { - margin-bottom: 0; -} -.alignLeft, -.alignCenter, -.alignRight { - margin: 1em 0 0 0; -} -/* In print, the pilcrow won't show on hover, so prevent it from taking up space, - possibly even requiring a new line */ -@media print { - a.pilcrow { - display: none; - } -} -/* Styling for the external metadata */ -div#external-metadata { - background-color: #eee; - padding: 0.5em; - margin-bottom: 0.5em; - display: none; -} -div#internal-metadata { - padding: 0.5em; /* to match the external-metadata padding */ -} -/* Styling for title RFC Number */ -h1#rfcnum { - clear: both; - margin: 0 0 -1em; - padding: 1em 0 0 0; -} -/* Make .olPercent look the same as <ol><li> */ -dl.olPercent > dd { - margin-bottom: 0.25em; - min-height: initial; -} -/* Give aside some styling to set it apart */ -aside { - border-left: 1px solid #ddd; - margin: 1em 0 1em 2em; - padding: 0.2em 2em; -} -aside > dl, -aside > ol, -aside > ul, -aside > table, -aside > p { - margin-bottom: 0.5em; -} -/* Additional page break settings */ -@media print { - figcaption, table caption { - page-break-before: avoid; - } -} -/* Font size adjustments for print */ -@media print { - body { font-size: 10pt; line-height: normal; max-width: 96%; } - h1 { font-size: 1.72em; padding-top: 1.5em; } /* 1*1.2*1.2*1.2 */ - h2 { font-size: 1.44em; padding-top: 1.5em; } /* 1*1.2*1.2 */ - h3 { font-size: 1.2em; padding-top: 1.5em; } /* 1*1.2 */ - h4 { font-size: 1em; padding-top: 1.5em; } - h5, h6 { font-size: 1em; margin: initial; padding: 0.5em 0 0.3em; } -} -/* Sourcecode margin in print, when there's no pilcrow */ -@media print { - .artwork, - .sourcecode { - margin-bottom: 1em; - } -} -/* Avoid narrow tables forcing too narrow table captions, which may render badly */ -table { - min-width: 20em; -} -/* ol type a */ -ol.type-a { list-style-type: lower-alpha; } -ol.type-A { list-style-type: upper-alpha; } -ol.type-i { list-style-type: lower-roman; } -ol.type-I { list-style-type: lower-roman; } -/* Apply the print table and row borders in general, on request from the RPC, -and increase the contrast between border and odd row background sligthtly */ -table { - border: 1px solid #ddd; -} -td { - border-top: 1px solid #ddd; -} -tr:nth-child(2n+1) > td { - background-color: #f8f8f8; -} -/* Use style rules to govern display of the TOC. */ -@media screen and (max-width: 1023px) { - #toc nav { display: none; } - #toc.active nav { display: block; } -} -/* Add support for keepWithNext */ -.keepWithNext { - break-after: avoid-page; - break-after: avoid-page; -} -/* Add support for keepWithPrevious */ -.keepWithPrevious { - break-before: avoid-page; -} -/* Change the approach to avoiding breaks inside artwork etc. */ -figure, pre, table, .artwork, .sourcecode { - break-before: auto; - break-after: auto; -} -/* Avoid breaks between <dt> and <dd> */ -dl { - break-before: auto; - break-inside: auto; -} -dt { - break-before: auto; - break-after: avoid-page; -} -dd { - break-before: avoid-page; - break-after: auto; - orphans: 3; - widows: 3 -} -span.break, dd.break { - margin-bottom: 0; - min-height: 0; - break-before: auto; - break-inside: auto; - break-after: auto; -} -/* Undo break-before ToC */ -@media print { - #toc { - break-before: auto; - } -} -/* Text in compact lists should not get extra bottim margin space, - since that would makes the list not compact */ -ul.compact p, .ulCompact p, -ol.compact p, .olCompact p { - margin: 0; -} -/* But the list as a whole needs the extra space at the end */ -section ul.compact, -section .ulCompact, -section ol.compact, -section .olCompact { - margin-bottom: 1em; /* same as p not within ul.compact etc. */ -} -/* The tt and code background above interferes with for instance table cell - backgrounds. Changed to something a bit more selective. */ -tt, code { - background-color: transparent; -} -p tt, p code, li tt, li code { - background-color: #f8f8f8; -} -/* Tweak the pre margin -- 0px doesn't come out well */ -pre { - margin-top: 0.5px; -} -/* Tweak the comact list text */ -ul.compact, .ulCompact, -ol.compact, .olCompact, -dl.compact, .dlCompact { - line-height: normal; -} -/* Don't add top margin for nested lists */ -li > ul, li > ol, li > dl, -dd > ul, dd > ol, dd > dl, -dl > dd > dl { - margin-top: initial; -} -/* Elements that should not be rendered on the same line as a <dt> */ -/* This should match the element list in writer.text.TextWriter.render_dl() */ -dd > div.artwork:first-child, -dd > aside:first-child, -dd > figure:first-child, -dd > ol:first-child, -dd > div:first-child > pre.sourcecode, -dd > table:first-child, -dd > ul:first-child { - clear: left; -} -/* fix for weird browser behaviour when <dd/> is empty */ -dt+dd:empty::before{ - content: "\00a0"; -} -/* Make paragraph spacing inside <li> smaller than in body text, to fit better within the list */ -li > p { - margin-bottom: 0.5em -} -/* Don't let p margin spill out from inside list items */ -li > p:last-of-type { - margin-bottom: 0; -} -</style> -<link href="rfc-local.css" rel="stylesheet" type="text/css"> -<script type="application/javascript">async function addMetadata(){try{const e=document.styleSheets[0].cssRules;for(let t=0;t<e.length;t++)if(/#identifiers/.exec(e[t].selectorText)){const a=e[t].cssText.replace("#identifiers","#external-updates");document.styleSheets[0].insertRule(a,document.styleSheets[0].cssRules.length)}}catch(e){console.log(e)}const e=document.getElementById("external-metadata");if(e)try{var t,a="",o=function(e){const t=document.getElementsByTagName("meta");for(let a=0;a<t.length;a++)if(t[a].getAttribute("name")===e)return t[a].getAttribute("content");return""}("rfc.number");if(o){t="https://www.rfc-editor.org/rfc/rfc"+o+".json";try{const e=await fetch(t);a=await e.json()}catch(e){t=document.URL.indexOf("html")>=0?document.URL.replace(/html$/,"json"):document.URL+".json";const o=await fetch(t);a=await o.json()}}if(!a)return;e.style.display="block";const s="",d="https://datatracker.ietf.org/doc",n="https://datatracker.ietf.org/ipr/search",c="https://www.rfc-editor.org/info",l=a.doc_id.toLowerCase(),i=a.doc_id.slice(0,3).toLowerCase(),f=a.doc_id.slice(3).replace(/^0+/,""),u={status:"Status",obsoletes:"Obsoletes",obsoleted_by:"Obsoleted By",updates:"Updates",updated_by:"Updated By",see_also:"See Also",errata_url:"Errata"};let h="<dl style='overflow:hidden' id='external-updates'>";["status","obsoletes","obsoleted_by","updates","updated_by","see_also","errata_url"].forEach(e=>{if("status"==e){a[e]=a[e].toLowerCase();var t=a[e].split(" "),o=t.length,w="",p=1;for(let e=0;e<o;e++)p<o?w=w+r(t[e])+" ":w+=r(t[e]),p++;a[e]=w}else if("obsoletes"==e||"obsoleted_by"==e||"updates"==e||"updated_by"==e){var g,m="",b=1;g=a[e].length;for(let t=0;t<g;t++)a[e][t]&&(a[e][t]=String(a[e][t]).toLowerCase(),m=b<g?m+"<a href='"+s+"/rfc/".concat(a[e][t])+"'>"+a[e][t].slice(3)+"</a>, ":m+"<a href='"+s+"/rfc/".concat(a[e][t])+"'>"+a[e][t].slice(3)+"</a>",b++);a[e]=m}else if("see_also"==e){var y,L="",C=1;y=a[e].length;for(let t=0;t<y;t++)if(a[e][t]){a[e][t]=String(a[e][t]);var _=a[e][t].slice(0,3),v=a[e][t].slice(3).replace(/^0+/,"");L=C<y?"RFC"!=_?L+"<a href='"+s+"/info/"+_.toLowerCase().concat(v.toLowerCase())+"'>"+_+" "+v+"</a>, ":L+"<a href='"+s+"/info/"+_.toLowerCase().concat(v.toLowerCase())+"'>"+v+"</a>, ":"RFC"!=_?L+"<a href='"+s+"/info/"+_.toLowerCase().concat(v.toLowerCase())+"'>"+_+" "+v+"</a>":L+"<a href='"+s+"/info/"+_.toLowerCase().concat(v.toLowerCase())+"'>"+v+"</a>",C++}a[e]=L}else if("errata_url"==e){var R="";R=a[e]?R+"<a href='"+a[e]+"'>Errata exist</a> | <a href='"+d+"/"+l+"'>Datatracker</a>| <a href='"+n+"/?"+i+"="+f+"&submit="+i+"'>IPR</a> | <a href='"+c+"/"+l+"'>Info page</a>":"<a href='"+d+"/"+l+"'>Datatracker</a> | <a href='"+n+"/?"+i+"="+f+"&submit="+i+"'>IPR</a> | <a href='"+c+"/"+l+"'>Info page</a>",a[e]=R}""!=a[e]?"Errata"==u[e]?h+=`<dt>More info:</dt><dd>${a[e]}</dd>`:h+=`<dt>${u[e]}:</dt><dd>${a[e]}</dd>`:"Errata"==u[e]&&(h+=`<dt>More info:</dt><dd>${a[e]}</dd>`)}),h+="</dl>",e.innerHTML=h}catch(e){console.log(e)}else console.log("Could not locate metadata <div> element");function r(e){return e.charAt(0).toUpperCase()+e.slice(1)}}window.removeEventListener("load",addMetadata),window.addEventListener("load",addMetadata);</script> -</head> -<body> -<script src="metadata.min.js"></script> -<table class="ears"> -<thead><tr> -<td class="left"></td> -<td class="center">Testing 123</td> -<td class="right">April 2022</td> -</tr></thead> -<tfoot><tr> -<td class="left">Yu</td> -<td class="center">Informational</td> -<td class="right">[Page]</td> -</tr></tfoot> -</table> -<div id="external-metadata" class="document-information"></div> -<div id="internal-metadata" class="document-information"> -<dl id="identifiers"> -<dt class="label-workgroup">Workgroup:</dt> -<dd class="workgroup">Worldwide Haxxor Industries</dd> -<dt class="label-authors">Author:</dt> -<dd class="authors"> -<div class="author"> - <div class="author-name">A. Yu</div> -<div class="org">The 2nd School Aff. to FDU</div> -</div> -</dd> -</dl> -</div> -<h1 id="title">Testing 123</h1> -<section id="section-abstract"> - <h2 id="abstract"><a href="#abstract" class="selfRef">Abstract</a></h2> -<p id="section-abstract-1">The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog.<a href="#section-abstract-1" class="pilcrow">¶</a></p> -</section> -<section class="note" id="section-note.1"> - <h2 id="name-status-of-this-memo-2"> -<a href="#name-status-of-this-memo-2" class="section-name selfRef">Status of This Memo</a> - </h2> -<p id="section-note.1-1">This document is currently in the DRAFT status.<a href="#section-note.1-1" class="pilcrow">¶</a></p> -<p id="section-note.1-2">This document describes the author's viewpoint. Distribution of this memo is unlimited.<a href="#section-note.1-2" class="pilcrow">¶</a></p> -</section> -<div id="toc"> -<section id="section-toc.1"> - <a href="#" onclick="scroll(0,0)" class="toplink">▲</a><h2 id="name-table-of-contents-2"> -<a href="#name-table-of-contents-2" class="section-name selfRef">Table of Contents</a> - </h2> -<nav class="toc"><ul class="compact toc ulBare ulEmpty"> -<li class="compact toc ulBare ulEmpty" id="section-toc.1-1.1"> - <p id="section-toc.1-1.1.1" class="keepWithNext"><a href="#section-1" class="xref">1</a>. <a href="#name-introduction-2" class="xref">Introduction</a></p> -</li> - <li class="compact toc ulBare ulEmpty" id="section-toc.1-1.2"> - <p id="section-toc.1-1.2.1" class="keepWithNext"><a href="#section-2" class="xref">2</a>. <a href="#name-conclusion-2" class="xref">Conclusion</a></p> -</li> - <li class="compact toc ulBare ulEmpty" id="section-toc.1-1.3"> - <p id="section-toc.1-1.3.1" class="keepWithNext"><a href="#section-3" class="xref">3</a>. <a href="#name-security-considerations-2" class="xref">Security Considerations</a></p> -</li> - <li class="compact toc ulBare ulEmpty" id="section-toc.1-1.4"> - <p id="section-toc.1-1.4.1"><a href="#appendix-A" class="xref"></a><a href="#name-acknowledgements-2" class="xref">Acknowledgements</a></p> -</li> - <li class="compact toc ulBare ulEmpty" id="section-toc.1-1.5"> - <p id="section-toc.1-1.5.1"><a href="#appendix-B" class="xref"></a><a href="#name-contributors-2" class="xref">Contributors</a></p> -</li> - <li class="compact toc ulBare ulEmpty" id="section-toc.1-1.6"> - <p id="section-toc.1-1.6.1"><a href="#appendix-C" class="xref"></a><a href="#name-authors-address-2" class="xref">Author's Address</a></p> -</li> - </ul> -</nav> -</section> -</div> -<div id="introduction"> -<section id="section-1"> - <h2 id="name-introduction-2"> -<a href="#section-1" class="section-number selfRef">1. </a><a href="#name-introduction-2" class="section-name selfRef">Introduction</a> - </h2> -<p id="section-1-1">The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog.<a href="#section-1-1" class="pilcrow">¶</a></p> -</section> -</div> -<div id="conclusion"> -<section id="section-2"> - <h2 id="name-conclusion-2"> -<a href="#section-2" class="section-number selfRef">2. </a><a href="#name-conclusion-2" class="section-name selfRef">Conclusion</a> - </h2> -<p id="section-2-1">The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog.<a href="#section-2-1" class="pilcrow">¶</a></p> -</section> -</div> -<div id="security-considerations"> -<section id="section-3"> - <h2 id="name-security-considerations-2"> -<a href="#section-3" class="section-number selfRef">3. </a><a href="#name-security-considerations-2" class="section-name selfRef">Security Considerations</a> - </h2> -<p id="section-3-1">The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog.<a href="#section-3-1" class="pilcrow">¶</a></p> -</section> -</div> -<div id="acknowledgements"> -<section id="appendix-A"> - <h2 id="name-acknowledgements-2"> -<a href="#name-acknowledgements-2" class="section-name selfRef">Acknowledgements</a> - </h2> -<p id="appendix-A-1">The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog.<a href="#appendix-A-1" class="pilcrow">¶</a></p> -</section> -</div> -<div id="contributors"> -<section id="appendix-B"> - <h2 id="name-contributors-2"> -<a href="#name-contributors-2" class="section-name selfRef">Contributors</a> - </h2> -<p id="appendix-B-1">The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog.<a href="#appendix-B-1" class="pilcrow">¶</a></p> -</section> -</div> -<div id="authors-addresses"> -<section id="appendix-C"> - <h2 id="name-authors-address-2"> -<a href="#name-authors-address-2" class="section-name selfRef">Author's Address</a> - </h2> -<address class="vcard"> - <div dir="auto" class="left"><span class="fn nameRole">Andrew Yu</span></div> -<div dir="auto" class="left"><span class="org">The 2nd School Aff. to FDU</span></div> -<div class="email"> -<span>Email:</span> -<a href="mailto:andrew@andrewyu.org" class="email">andrew@andrewyu.org</a> -</div> -<div class="url"> -<span>URI:</span> -<a href="https://www.andrewyu.org/" class="url">https://www.andrewyu.org/</a> -</div> -</address> -</section> -</div> -<script>const toc = document.getElementById("toc"); -toc.querySelector("h2").addEventListener("click", e => { - toc.classList.toggle("active"); -}); -toc.querySelector("nav").addEventListener("click", e => { - toc.classList.remove("active"); -}); -</script> -</body> -</html> diff --git a/testing-123/testing-123.md b/testing-123/testing-123.md deleted file mode 100644 index 33d86c9..0000000 --- a/testing-123/testing-123.md +++ /dev/null @@ -1,76 +0,0 @@ -%%% -title = "Testing 123" -abbrev = "Testing 123" -area = "Random Testing" -workgroup = "Worldwide Haxxor Industries" -submissiontype = "independent" -ipr = "none" -keyword = ["test"] -#updates = [ <++> ] -#date = 2003-04-01T00:00:00Z - -[seriesInfo] -name = "Internet-Draft" -value = "Request for Discussions 6512" -stream = "independent" -status = "informational" - -[[author]] -initials = "A." -surname = "Yu" -fullname = "Andrew Yu" -#role = "author" -organization = "The 2nd School Aff. to FDU" - [author.address] - email = "andrew@andrewyu.org" - uri = "https://www.andrewyu.org/" -%%% - -.# Abstract - -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. - -.# Status of This Memo - -This document is currently in the DRAFT status. - -This document describes the author's viewpoint. Distribution of this memo is unlimited. - -{mainmatter} - -# Introduction - -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. - -# Conclusion - -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. - -# Security Considerations - -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. - -{backmatter} - -{numbered="false"} -# Acknowledgements - -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. - -{numbered="false"} -# Contributors - - -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. diff --git a/testing-123/testing-123.txt b/testing-123/testing-123.txt deleted file mode 100644 index 5aba0af..0000000 --- a/testing-123/testing-123.txt +++ /dev/null @@ -1,112 +0,0 @@ - - - - -Worldwide Haxxor Industries A. Yu -RFD 6512 The 2nd School Aff. to FDU - 17 April 2022 - - - Testing 123 - Request for Discussions 6512 - -Abstract - - The quick brown fox jumps over the lazy dog. The quick brown fox - jumps over the lazy dog. The quick brown fox jumps over the lazy - dog. - -Status of This Memo - - This document is currently in the DRAFT status. - - This document describes the author's viewpoint. Distribution of this - memo is unlimited. - -Table of Contents - - 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 1 - 2. Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . 1 - 3. Security Considerations . . . . . . . . . . . . . . . . . . . 1 - Acknowledgements . . . . . . . . . . . . . . . . . . . . . . . . 2 - Contributors . . . . . . . . . . . . . . . . . . . . . . . . . . 2 - Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 2 - -1. Introduction - - The quick brown fox jumps over the lazy dog. The quick brown fox - jumps over the lazy dog. The quick brown fox jumps over the lazy - dog. - -2. Conclusion - - The quick brown fox jumps over the lazy dog. The quick brown fox - jumps over the lazy dog. The quick brown fox jumps over the lazy - dog. - -3. Security Considerations - - The quick brown fox jumps over the lazy dog. The quick brown fox - jumps over the lazy dog. The quick brown fox jumps over the lazy - dog. - - - - -Yu Informational [Page 1] - -RFD 1 Testing 123 April 2022 - - -Acknowledgements - - The quick brown fox jumps over the lazy dog. The quick brown fox - jumps over the lazy dog. The quick brown fox jumps over the lazy - dog. - -Contributors - - The quick brown fox jumps over the lazy dog. The quick brown fox - jumps over the lazy dog. The quick brown fox jumps over the lazy - dog. - -Author's Address - - Andrew Yu - The 2nd School Aff. to FDU - Email: andrew@andrewyu.org - URI: https://www.andrewyu.org/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Yu Informational [Page 2] diff --git a/testing-123/testing-123.xml b/testing-123/testing-123.xml deleted file mode 100644 index c84f924..0000000 --- a/testing-123/testing-123.xml +++ /dev/null @@ -1,66 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- name="GENERATOR" content="github.com/mmarkdown/mmark Mmark Markdown Processor - mmark.miek.nl" --> -<rfc version="3" ipr="none" docName="Request for Discussions 6512" submissionType="independent" category="info" xml:lang="en" xmlns:xi="http://www.w3.org/2001/XInclude" indexInclude="true"> - -<front> -<title abbrev="Testing 123">Testing 123</title><seriesInfo value="Request for Discussions 6512" stream="independent" status="informational" name="Internet-Draft"></seriesInfo> -<author initials="A." surname="Yu" fullname="Andrew Yu"><organization>The 2nd School Aff. to FDU</organization><address><postal><street></street> -</postal><email>andrew@andrewyu.org</email> -<uri>https://www.andrewyu.org/</uri> -</address></author><date/> -<area>Random Testing</area> -<workgroup>Worldwide Haxxor Industries</workgroup> -<keyword>test</keyword> - -<abstract> -<t>The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog.</t> -</abstract> - -<note><name>Status of This Memo</name> -<t>This document is currently in the DRAFT status.</t> -<t>This document describes the author's viewpoint. Distribution of this memo is unlimited.</t> -</note> - -</front> - -<middle> - -<section anchor="introduction"><name>Introduction</name> -<t>The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog.</t> -</section> - -<section anchor="conclusion"><name>Conclusion</name> -<t>The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog.</t> -</section> - -<section anchor="security-considerations"><name>Security Considerations</name> -<t>The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog.</t> -</section> - -</middle> - -<back> - -<section anchor="acknowledgements" numbered="false"><name>Acknowledgements</name> -<t>The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog.</t> -</section> - -<section anchor="contributors" numbered="false"><name>Contributors</name> -<t>The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog. -The quick brown fox jumps over the lazy dog.</t> -</section> - -</back> - -</rfc> diff --git a/testing/Edfile b/testing/Edfile deleted file mode 100644 index ca8f541..0000000 --- a/testing/Edfile +++ /dev/null @@ -1,3 +0,0 @@ -6 -s/^......../RFD 1548/ -wq diff --git a/testing/Makefile b/testing/Makefile deleted file mode 100644 index 2acaad2..0000000 --- a/testing/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -update: leahrowe-test.txt leahrowe-test.7 leahrowe-test.html - git add . - git commit - git push - -leahrowe-test.7: leahrowe-test.md - mmark --man leahrowe-test.md > leahrowe-test.7 -leahrowe-test.txt leahrowe-test.html: leahrowe-test.xml - xml2rfc --text --html leahrowe-test.xml - sed -i -e '/\f/{n;s/^......../RFD RFDN/}' leahrowe-test.txt - ed leahrowe-test.txt < Edfile -leahrowe-test.xml: leahrowe-test.md - sed '0,/title =/{s/ ."$$/"/}' leahrowe-test.md | mmark > leahrowe-test.xml diff --git a/testing/configure b/testing/configure deleted file mode 100755 index 608292d..0000000 --- a/testing/configure +++ /dev/null @@ -1,65 +0,0 @@ -#!/bin/sh -# -# A simple shell script for creating new articles -# -# Copyright © 2022 Andrew Yu <https://www.andrewyu.org> -# -# This is free and unencumbered software released into the public domain. -# -# Anyone is free to copy, modify, publish, use, compile, sell, or -# distribute this software, either in source code form or as a compiled -# binary, for any purpose, commercial or non-commercial, and by any -# means. -# -# In jurisdictions that recognize copyright laws, the author or authors -# of this software dedicate any and all copyright interest in the -# software to the public domain. We make this dedication for the benefit -# of the public at large and to the detriment of our heirs and -# successors. We intend this dedication to be an overt act of -# relinquishment in perpetuity of all present and future rights to this -# software under copyright law. -# -# 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 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. - - -[ -z "$2" ] && printf "$0: Not enough arguments.\n$0: You MUST run this script with the following arguments:\n$0: <Basename> <RFD number>\n" > /dev/stderr && exit 1 -[ "$3" ] && printf "$0: Too many arguments.\n$0: You MUST run this script with the following arguments:\n$0: <Basename> <RFD number>\n" > /dev/stderr && exit 2 - -FILENAME="$1" -RFDN="$2" - -mv TEMPLATE.md "$FILENAME".md - -sed -i 's/RFDN/'"$RFDN"'/g' "$FILENAME".md - -(sed 's/FILENAME/'"$FILENAME"'/g' << EOF -update: FILENAME.txt FILENAME.7 FILENAME.html - git add . - git commit - git push - -FILENAME.7: FILENAME.md - mmark --man FILENAME.md > FILENAME.7 -FILENAME.txt FILENAME.html: FILENAME.xml - xml2rfc --text --html FILENAME.xml - sed -i -e '/\f/{n;s/^DOTS/RFD RFDN/}' FILENAME.txt - ed FILENAME.txt < Edfile -FILENAME.xml: FILENAME.md - sed '0,/title =/{s/ ."\$\$/"/}' FILENAME.md | mmark > FILENAME.xml -EOF -) | sed 's/DOTS/'"$(printf 'RFD %s' "$RFDN" | sed 's/././g')"'/g' > Makefile - -(sed 's/RFDN/'"$RFDN"'/g' << EOF -6 -s/^DOTS/RFD RFDN/ -wq -EOF -) | sed 's/DOTS/'"$(printf 'RFD %s' "$RFDN" | sed 's/././g')"'/g' > Edfile - -printf "$0: Finished generating Makefile and Edfile.\n$0: You MUST now edit $FILENAME.md and replace the <++>s.\n" > /dev/stderr diff --git a/testing/leahrowe-test.7 b/testing/leahrowe-test.7 deleted file mode 100644 index a983d68..0000000 --- a/testing/leahrowe-test.7 +++ /dev/null @@ -1,23 +0,0 @@ -.\" Generated by Mmark Markdown Processer - mmark.miek.nl -.TH "LEAH IS A ROBOT" 1 "April 2022" "leah is a robot" "leah is a robot" - -.SH "ABSTRACT" -.PP -leah is a cookie - -.SH "STATUS OF THIS MEMO" -.PP -This document is currently in the DRAFT status. - -.PP -This document describes the author's viewpoint. Distribution of this memo is unlimited. - -.SH "INTRODUCTION" -.SH "CONCLUSION" -.SH "LEAH IS A ROBOT CONSIDERATIONS" -.SH "ACKNOWLEDGEMENTS" -.SH "CONTRIBUTORS" -.SH "AUTHORS" -.PP -Written by Andrew Yu. - diff --git a/testing/leahrowe-test.html b/testing/leahrowe-test.html deleted file mode 100644 index aac3ce9..0000000 --- a/testing/leahrowe-test.html +++ /dev/null @@ -1,1314 +0,0 @@ -<!DOCTYPE html> -<html lang="en" class="Internet-Draft"> -<head> -<meta charset="utf-8"> -<meta content="Common,Latin" name="scripts"> -<meta content="initial-scale=1.0" name="viewport"> -<title>leah is a robot</title> -<meta content="Andrew Yu" name="author"> -<meta content=" - leah is a cookie - " name="description"> -<meta content="xml2rfc 3.12.4" name="generator"> -<meta content="leah is a robot" name="keyword"> -<meta content="Request for Discussions 1548" name="ietf.draft"> -<!-- Generator version information: - xml2rfc 3.12.4 - Python 3.9.2 - appdirs 1.4.4 - ConfigArgParse 1.2.3 - google-i18n-address 2.5.0 - html5lib 1.1 - intervaltree 3.1.0 - Jinja2 2.11.3 - kitchen 1.2.6 - lxml 4.8.0 - MarkupSafe 2.0.1 - pycountry 22.3.5 - pyflakes 2.4.0 - PyYAML 6.0 - requests 2.25.1 - setuptools 52.0.0 - six 1.16.0 ---> -<link href="leahrowe-test.xml" rel="alternate" type="application/rfc+xml"> -<link href="#copyright" rel="license"> -<style type="text/css">/* - - NOTE: Changes at the bottom of this file overrides some earlier settings. - - Once the style has stabilized and has been adopted as an official RFC style, - this can be consolidated so that style settings occur only in one place, but - for now the contents of this file consists first of the initial CSS work as - provided to the RFC Formatter (xml2rfc) work, followed by itemized and - commented changes found necssary during the development of the v3 - formatters. - -*/ - -/* fonts */ -@import url('https://fonts.googleapis.com/css?family=Noto+Sans'); /* Sans-serif */ -@import url('https://fonts.googleapis.com/css?family=Noto+Serif'); /* Serif (print) */ -@import url('https://fonts.googleapis.com/css?family=Roboto+Mono'); /* Monospace */ - -@viewport { - zoom: 1.0; - width: extend-to-zoom; -} -@-ms-viewport { - width: extend-to-zoom; - zoom: 1.0; -} -/* general and mobile first */ -html { -} -body { - max-width: 90%; - margin: 1.5em auto; - color: #222; - background-color: #fff; - font-size: 14px; - font-family: 'Noto Sans', Arial, Helvetica, sans-serif; - line-height: 1.6; - scroll-behavior: smooth; -} -.ears { - display: none; -} - -/* headings */ -#title, h1, h2, h3, h4, h5, h6 { - margin: 1em 0 0.5em; - font-weight: bold; - line-height: 1.3; -} -#title { - clear: both; - border-bottom: 1px solid #ddd; - margin: 0 0 0.5em 0; - padding: 1em 0 0.5em; -} -.author { - padding-bottom: 4px; -} -h1 { - font-size: 26px; - margin: 1em 0; -} -h2 { - font-size: 22px; - margin-top: -20px; /* provide offset for in-page anchors */ - padding-top: 33px; -} -h3 { - font-size: 18px; - margin-top: -36px; /* provide offset for in-page anchors */ - padding-top: 42px; -} -h4 { - font-size: 16px; - margin-top: -36px; /* provide offset for in-page anchors */ - padding-top: 42px; -} -h5, h6 { - font-size: 14px; -} -#n-copyright-notice { - border-bottom: 1px solid #ddd; - padding-bottom: 1em; - margin-bottom: 1em; -} -/* general structure */ -p { - padding: 0; - margin: 0 0 1em 0; - text-align: left; -} -div, span { - position: relative; -} -div { - margin: 0; -} -.alignRight.art-text { - background-color: #f9f9f9; - border: 1px solid #eee; - border-radius: 3px; - padding: 1em 1em 0; - margin-bottom: 1.5em; -} -.alignRight.art-text pre { - padding: 0; -} -.alignRight { - margin: 1em 0; -} -.alignRight > *:first-child { - border: none; - margin: 0; - float: right; - clear: both; -} -.alignRight > *:nth-child(2) { - clear: both; - display: block; - border: none; -} -svg { - display: block; -} -.alignCenter.art-text { - background-color: #f9f9f9; - border: 1px solid #eee; - border-radius: 3px; - padding: 1em 1em 0; - margin-bottom: 1.5em; -} -.alignCenter.art-text pre { - padding: 0; -} -.alignCenter { - margin: 1em 0; -} -.alignCenter > *:first-child { - border: none; - /* this isn't optimal, but it's an existence proof. PrinceXML doesn't - support flexbox yet. - */ - display: table; - margin: 0 auto; -} - -/* lists */ -ol, ul { - padding: 0; - margin: 0 0 1em 2em; -} -ol ol, ul ul, ol ul, ul ol { - margin-left: 1em; -} -li { - margin: 0 0 0.25em 0; -} -.ulCompact li { - margin: 0; -} -ul.empty, .ulEmpty { - list-style-type: none; -} -ul.empty li, .ulEmpty li { - margin-top: 0.5em; -} -ul.ulBare, li.ulBare { - margin-left: 0em !important; -} -ul.compact, .ulCompact, -ol.compact, .olCompact { - line-height: 100%; - margin: 0 0 0 2em; -} - -/* definition lists */ -dl { -} -dl > dt { - float: left; - margin-right: 1em; -} -/* -dl.nohang > dt { - float: none; -} -*/ -dl > dd { - margin-bottom: .8em; - min-height: 1.3em; -} -dl.compact > dd, .dlCompact > dd { - margin-bottom: 0em; -} -dl > dd > dl { - margin-top: 0.5em; - margin-bottom: 0em; -} - -/* links */ -a { - text-decoration: none; -} -a[href] { - color: #22e; /* Arlen: WCAG 2019 */ -} -a[href]:hover { - background-color: #f2f2f2; -} -figcaption a[href], -a[href].selfRef { - color: #222; -} -/* XXX probably not this: -a.selfRef:hover { - background-color: transparent; - cursor: default; -} */ - -/* Figures */ -tt, code, pre, code { - background-color: #f9f9f9; - font-family: 'Roboto Mono', monospace; -} -pre { - border: 1px solid #eee; - margin: 0; - padding: 1em; -} -img { - max-width: 100%; -} -figure { - margin: 0; -} -figure blockquote { - margin: 0.8em 0.4em 0.4em; -} -figcaption { - font-style: italic; - margin: 0 0 1em 0; -} -@media screen { - pre { - overflow-x: auto; - max-width: 100%; - max-width: calc(100% - 22px); - } -} - -/* aside, blockquote */ -aside, blockquote { - margin-left: 0; - padding: 1.2em 2em; -} -blockquote { - background-color: #f9f9f9; - color: #111; /* Arlen: WCAG 2019 */ - border: 1px solid #ddd; - border-radius: 3px; - margin: 1em 0; -} -cite { - display: block; - text-align: right; - font-style: italic; -} - -/* tables */ -table { - width: 100%; - margin: 0 0 1em; - border-collapse: collapse; - border: 1px solid #eee; -} -th, td { - text-align: left; - vertical-align: top; - padding: 0.5em 0.75em; -} -th { - text-align: left; - background-color: #e9e9e9; -} -tr:nth-child(2n+1) > td { - background-color: #f5f5f5; -} -table caption { - font-style: italic; - margin: 0; - padding: 0; - text-align: left; -} -table p { - /* XXX to avoid bottom margin on table row signifiers. If paragraphs should - be allowed within tables more generally, it would be far better to select on a class. */ - margin: 0; -} - -/* pilcrow */ -a.pilcrow { - color: #666; /* Arlen: AHDJ 2019 */ - text-decoration: none; - visibility: hidden; - user-select: none; - -ms-user-select: none; - -o-user-select:none; - -moz-user-select: none; - -khtml-user-select: none; - -webkit-user-select: none; - -webkit-touch-callout: none; -} -@media screen { - aside:hover > a.pilcrow, - p:hover > a.pilcrow, - blockquote:hover > a.pilcrow, - div:hover > a.pilcrow, - li:hover > a.pilcrow, - pre:hover > a.pilcrow { - visibility: visible; - } - a.pilcrow:hover { - background-color: transparent; - } -} - -/* misc */ -hr { - border: 0; - border-top: 1px solid #eee; -} -.bcp14 { - font-variant: small-caps; -} - -.role { - font-variant: all-small-caps; -} - -/* info block */ -#identifiers { - margin: 0; - font-size: 0.9em; -} -#identifiers dt { - width: 3em; - clear: left; -} -#identifiers dd { - float: left; - margin-bottom: 0; -} -/* Fix PDF info block run off issue */ -@media print { - #identifiers dd { - float: none; - } -} -#identifiers .authors .author { - display: inline-block; - margin-right: 1.5em; -} -#identifiers .authors .org { - font-style: italic; -} - -/* The prepared/rendered info at the very bottom of the page */ -.docInfo { - color: #666; /* Arlen: WCAG 2019 */ - font-size: 0.9em; - font-style: italic; - margin-top: 2em; -} -.docInfo .prepared { - float: left; -} -.docInfo .prepared { - float: right; -} - -/* table of contents */ -#toc { - padding: 0.75em 0 2em 0; - margin-bottom: 1em; -} -nav.toc ul { - margin: 0 0.5em 0 0; - padding: 0; - list-style: none; -} -nav.toc li { - line-height: 1.3em; - margin: 0.75em 0; - padding-left: 1.2em; - text-indent: -1.2em; -} -/* references */ -.references dt { - text-align: right; - font-weight: bold; - min-width: 7em; -} -.references dd { - margin-left: 8em; - overflow: auto; -} - -.refInstance { - margin-bottom: 1.25em; -} - -.references .ascii { - margin-bottom: 0.25em; -} - -/* index */ -.index ul { - margin: 0 0 0 1em; - padding: 0; - list-style: none; -} -.index ul ul { - margin: 0; -} -.index li { - margin: 0; - text-indent: -2em; - padding-left: 2em; - padding-bottom: 5px; -} -.indexIndex { - margin: 0.5em 0 1em; -} -.index a { - font-weight: 700; -} -/* make the index two-column on all but the smallest screens */ -@media (min-width: 600px) { - .index ul { - -moz-column-count: 2; - -moz-column-gap: 20px; - } - .index ul ul { - -moz-column-count: 1; - -moz-column-gap: 0; - } -} - -/* authors */ -address.vcard { - font-style: normal; - margin: 1em 0; -} - -address.vcard .nameRole { - font-weight: 700; - margin-left: 0; -} -address.vcard .label { - font-family: "Noto Sans",Arial,Helvetica,sans-serif; - margin: 0.5em 0; -} -address.vcard .type { - display: none; -} -.alternative-contact { - margin: 1.5em 0 1em; -} -hr.addr { - border-top: 1px dashed; - margin: 0; - color: #ddd; - max-width: calc(100% - 16px); -} - -/* temporary notes */ -.rfcEditorRemove::before { - position: absolute; - top: 0.2em; - right: 0.2em; - padding: 0.2em; - content: "The RFC Editor will remove this note"; - color: #9e2a00; /* Arlen: WCAG 2019 */ - background-color: #ffd; /* Arlen: WCAG 2019 */ -} -.rfcEditorRemove { - position: relative; - padding-top: 1.8em; - background-color: #ffd; /* Arlen: WCAG 2019 */ - border-radius: 3px; -} -.cref { - background-color: #ffd; /* Arlen: WCAG 2019 */ - padding: 2px 4px; -} -.crefSource { - font-style: italic; -} -/* alternative layout for smaller screens */ -@media screen and (max-width: 1023px) { - body { - padding-top: 2em; - } - #title { - padding: 1em 0; - } - h1 { - font-size: 24px; - } - h2 { - font-size: 20px; - margin-top: -18px; /* provide offset for in-page anchors */ - padding-top: 38px; - } - #identifiers dd { - max-width: 60%; - } - #toc { - position: fixed; - z-index: 2; - top: 0; - right: 0; - padding: 0; - margin: 0; - background-color: inherit; - border-bottom: 1px solid #ccc; - } - #toc h2 { - margin: -1px 0 0 0; - padding: 4px 0 4px 6px; - padding-right: 1em; - min-width: 190px; - font-size: 1.1em; - text-align: right; - background-color: #444; - color: white; - cursor: pointer; - } - #toc h2::before { /* css hamburger */ - float: right; - position: relative; - width: 1em; - height: 1px; - left: -164px; - margin: 6px 0 0 0; - background: white none repeat scroll 0 0; - box-shadow: 0 4px 0 0 white, 0 8px 0 0 white; - content: ""; - } - #toc nav { - display: none; - padding: 0.5em 1em 1em; - overflow: auto; - height: calc(100vh - 48px); - border-left: 1px solid #ddd; - } -} - -/* alternative layout for wide screens */ -@media screen and (min-width: 1024px) { - body { - max-width: 724px; - margin: 42px auto; - padding-left: 1.5em; - padding-right: 29em; - } - #toc { - position: fixed; - top: 42px; - right: 42px; - width: 25%; - margin: 0; - padding: 0 1em; - z-index: 1; - } - #toc h2 { - border-top: none; - border-bottom: 1px solid #ddd; - font-size: 1em; - font-weight: normal; - margin: 0; - padding: 0.25em 1em 1em 0; - } - #toc nav { - display: block; - height: calc(90vh - 84px); - bottom: 0; - padding: 0.5em 0 0; - overflow: auto; - } - img { /* future proofing */ - max-width: 100%; - height: auto; - } -} - -/* pagination */ -@media print { - body { - - width: 100%; - } - p { - orphans: 3; - widows: 3; - } - #n-copyright-notice { - border-bottom: none; - } - #toc, #n-introduction { - page-break-before: always; - } - #toc { - border-top: none; - padding-top: 0; - } - figure, pre { - page-break-inside: avoid; - } - figure { - overflow: scroll; - } - h1, h2, h3, h4, h5, h6 { - page-break-after: avoid; - } - h2+*, h3+*, h4+*, h5+*, h6+* { - page-break-before: avoid; - } - pre { - white-space: pre-wrap; - word-wrap: break-word; - font-size: 10pt; - } - table { - border: 1px solid #ddd; - } - td { - border-top: 1px solid #ddd; - } -} - -/* This is commented out here, as the string-set: doesn't - pass W3C validation currently */ -/* -.ears thead .left { - string-set: ears-top-left content(); -} - -.ears thead .center { - string-set: ears-top-center content(); -} - -.ears thead .right { - string-set: ears-top-right content(); -} - -.ears tfoot .left { - string-set: ears-bottom-left content(); -} - -.ears tfoot .center { - string-set: ears-bottom-center content(); -} - -.ears tfoot .right { - string-set: ears-bottom-right content(); -} -*/ - -@page :first { - padding-top: 0; - @top-left { - content: normal; - border: none; - } - @top-center { - content: normal; - border: none; - } - @top-right { - content: normal; - border: none; - } -} - -@page { - size: A4; - margin-bottom: 45mm; - padding-top: 20px; - /* The follwing is commented out here, but set appropriately by in code, as - the content depends on the document */ - /* - @top-left { - content: 'Internet-Draft'; - vertical-align: bottom; - border-bottom: solid 1px #ccc; - } - @top-left { - content: string(ears-top-left); - vertical-align: bottom; - border-bottom: solid 1px #ccc; - } - @top-center { - content: string(ears-top-center); - vertical-align: bottom; - border-bottom: solid 1px #ccc; - } - @top-right { - content: string(ears-top-right); - vertical-align: bottom; - border-bottom: solid 1px #ccc; - } - @bottom-left { - content: string(ears-bottom-left); - vertical-align: top; - border-top: solid 1px #ccc; - } - @bottom-center { - content: string(ears-bottom-center); - vertical-align: top; - border-top: solid 1px #ccc; - } - @bottom-right { - content: '[Page ' counter(page) ']'; - vertical-align: top; - border-top: solid 1px #ccc; - } - */ - -} - -/* Changes introduced to fix issues found during implementation */ -/* Make sure links are clickable even if overlapped by following H* */ -a { - z-index: 2; -} -/* Separate body from document info even without intervening H1 */ -section { - clear: both; -} - - -/* Top align author divs, to avoid names without organization dropping level with org names */ -.author { - vertical-align: top; -} - -/* Leave room in document info to show Internet-Draft on one line */ -#identifiers dt { - width: 8em; -} - -/* Don't waste quite as much whitespace between label and value in doc info */ -#identifiers dd { - margin-left: 1em; -} - -/* Give floating toc a background color (needed when it's a div inside section */ -#toc { - background-color: white; -} - -/* Make the collapsed ToC header render white on gray also when it's a link */ -@media screen and (max-width: 1023px) { - #toc h2 a, - #toc h2 a:link, - #toc h2 a:focus, - #toc h2 a:hover, - #toc a.toplink, - #toc a.toplink:hover { - color: white; - background-color: #444; - text-decoration: none; - } -} - -/* Give the bottom of the ToC some whitespace */ -@media screen and (min-width: 1024px) { - #toc { - padding: 0 0 1em 1em; - } -} - -/* Style section numbers with more space between number and title */ -.section-number { - padding-right: 0.5em; -} - -/* prevent monospace from becoming overly large */ -tt, code, pre, code { - font-size: 95%; -} - -/* Fix the height/width aspect for ascii art*/ -pre.sourcecode, -.art-text pre { - line-height: 1.12; -} - - -/* Add styling for a link in the ToC that points to the top of the document */ -a.toplink { - float: right; - margin-right: 0.5em; -} - -/* Fix the dl styling to match the RFC 7992 attributes */ -dl > dt, -dl.dlParallel > dt { - float: left; - margin-right: 1em; -} -dl.dlNewline > dt { - float: none; -} - -/* Provide styling for table cell text alignment */ -table td.text-left, -table th.text-left { - text-align: left; -} -table td.text-center, -table th.text-center { - text-align: center; -} -table td.text-right, -table th.text-right { - text-align: right; -} - -/* Make the alternative author contact informatio look less like just another - author, and group it closer with the primary author contact information */ -.alternative-contact { - margin: 0.5em 0 0.25em 0; -} -address .non-ascii { - margin: 0 0 0 2em; -} - -/* With it being possible to set tables with alignment - left, center, and right, { width: 100%; } does not make sense */ -table { - width: auto; -} - -/* Avoid reference text that sits in a block with very wide left margin, - because of a long floating dt label.*/ -.references dd { - overflow: visible; -} - -/* Control caption placement */ -caption { - caption-side: bottom; -} - -/* Limit the width of the author address vcard, so names in right-to-left - script don't end up on the other side of the page. */ - -address.vcard { - max-width: 30em; - margin-right: auto; -} - -/* For address alignment dependent on LTR or RTL scripts */ -address div.left { - text-align: left; -} -address div.right { - text-align: right; -} - -/* Provide table alignment support. We can't use the alignX classes above - since they do unwanted things with caption and other styling. */ -table.right { - margin-left: auto; - margin-right: 0; -} -table.center { - margin-left: auto; - margin-right: auto; -} -table.left { - margin-left: 0; - margin-right: auto; -} - -/* Give the table caption label the same styling as the figcaption */ -caption a[href] { - color: #222; -} - -@media print { - .toplink { - display: none; - } - - /* avoid overwriting the top border line with the ToC header */ - #toc { - padding-top: 1px; - } - - /* Avoid page breaks inside dl and author address entries */ - .vcard { - page-break-inside: avoid; - } - -} -/* Tweak the bcp14 keyword presentation */ -.bcp14 { - font-variant: small-caps; - font-weight: bold; - font-size: 0.9em; -} -/* Tweak the invisible space above H* in order not to overlay links in text above */ - h2 { - margin-top: -18px; /* provide offset for in-page anchors */ - padding-top: 31px; - } - h3 { - margin-top: -18px; /* provide offset for in-page anchors */ - padding-top: 24px; - } - h4 { - margin-top: -18px; /* provide offset for in-page anchors */ - padding-top: 24px; - } -/* Float artwork pilcrow to the right */ -@media screen { - .artwork a.pilcrow { - display: block; - line-height: 0.7; - margin-top: 0.15em; - } -} -/* Make pilcrows on dd visible */ -@media screen { - dd:hover > a.pilcrow { - visibility: visible; - } -} -/* Make the placement of figcaption match that of a table's caption - by removing the figure's added bottom margin */ -.alignLeft.art-text, -.alignCenter.art-text, -.alignRight.art-text { - margin-bottom: 0; -} -.alignLeft, -.alignCenter, -.alignRight { - margin: 1em 0 0 0; -} -/* In print, the pilcrow won't show on hover, so prevent it from taking up space, - possibly even requiring a new line */ -@media print { - a.pilcrow { - display: none; - } -} -/* Styling for the external metadata */ -div#external-metadata { - background-color: #eee; - padding: 0.5em; - margin-bottom: 0.5em; - display: none; -} -div#internal-metadata { - padding: 0.5em; /* to match the external-metadata padding */ -} -/* Styling for title RFC Number */ -h1#rfcnum { - clear: both; - margin: 0 0 -1em; - padding: 1em 0 0 0; -} -/* Make .olPercent look the same as <ol><li> */ -dl.olPercent > dd { - margin-bottom: 0.25em; - min-height: initial; -} -/* Give aside some styling to set it apart */ -aside { - border-left: 1px solid #ddd; - margin: 1em 0 1em 2em; - padding: 0.2em 2em; -} -aside > dl, -aside > ol, -aside > ul, -aside > table, -aside > p { - margin-bottom: 0.5em; -} -/* Additional page break settings */ -@media print { - figcaption, table caption { - page-break-before: avoid; - } -} -/* Font size adjustments for print */ -@media print { - body { font-size: 10pt; line-height: normal; max-width: 96%; } - h1 { font-size: 1.72em; padding-top: 1.5em; } /* 1*1.2*1.2*1.2 */ - h2 { font-size: 1.44em; padding-top: 1.5em; } /* 1*1.2*1.2 */ - h3 { font-size: 1.2em; padding-top: 1.5em; } /* 1*1.2 */ - h4 { font-size: 1em; padding-top: 1.5em; } - h5, h6 { font-size: 1em; margin: initial; padding: 0.5em 0 0.3em; } -} -/* Sourcecode margin in print, when there's no pilcrow */ -@media print { - .artwork, - .sourcecode { - margin-bottom: 1em; - } -} -/* Avoid narrow tables forcing too narrow table captions, which may render badly */ -table { - min-width: 20em; -} -/* ol type a */ -ol.type-a { list-style-type: lower-alpha; } -ol.type-A { list-style-type: upper-alpha; } -ol.type-i { list-style-type: lower-roman; } -ol.type-I { list-style-type: lower-roman; } -/* Apply the print table and row borders in general, on request from the RPC, -and increase the contrast between border and odd row background sligthtly */ -table { - border: 1px solid #ddd; -} -td { - border-top: 1px solid #ddd; -} -tr:nth-child(2n+1) > td { - background-color: #f8f8f8; -} -/* Use style rules to govern display of the TOC. */ -@media screen and (max-width: 1023px) { - #toc nav { display: none; } - #toc.active nav { display: block; } -} -/* Add support for keepWithNext */ -.keepWithNext { - break-after: avoid-page; - break-after: avoid-page; -} -/* Add support for keepWithPrevious */ -.keepWithPrevious { - break-before: avoid-page; -} -/* Change the approach to avoiding breaks inside artwork etc. */ -figure, pre, table, .artwork, .sourcecode { - break-before: auto; - break-after: auto; -} -/* Avoid breaks between <dt> and <dd> */ -dl { - break-before: auto; - break-inside: auto; -} -dt { - break-before: auto; - break-after: avoid-page; -} -dd { - break-before: avoid-page; - break-after: auto; - orphans: 3; - widows: 3 -} -span.break, dd.break { - margin-bottom: 0; - min-height: 0; - break-before: auto; - break-inside: auto; - break-after: auto; -} -/* Undo break-before ToC */ -@media print { - #toc { - break-before: auto; - } -} -/* Text in compact lists should not get extra bottim margin space, - since that would makes the list not compact */ -ul.compact p, .ulCompact p, -ol.compact p, .olCompact p { - margin: 0; -} -/* But the list as a whole needs the extra space at the end */ -section ul.compact, -section .ulCompact, -section ol.compact, -section .olCompact { - margin-bottom: 1em; /* same as p not within ul.compact etc. */ -} -/* The tt and code background above interferes with for instance table cell - backgrounds. Changed to something a bit more selective. */ -tt, code { - background-color: transparent; -} -p tt, p code, li tt, li code { - background-color: #f8f8f8; -} -/* Tweak the pre margin -- 0px doesn't come out well */ -pre { - margin-top: 0.5px; -} -/* Tweak the comact list text */ -ul.compact, .ulCompact, -ol.compact, .olCompact, -dl.compact, .dlCompact { - line-height: normal; -} -/* Don't add top margin for nested lists */ -li > ul, li > ol, li > dl, -dd > ul, dd > ol, dd > dl, -dl > dd > dl { - margin-top: initial; -} -/* Elements that should not be rendered on the same line as a <dt> */ -/* This should match the element list in writer.text.TextWriter.render_dl() */ -dd > div.artwork:first-child, -dd > aside:first-child, -dd > figure:first-child, -dd > ol:first-child, -dd > div:first-child > pre.sourcecode, -dd > table:first-child, -dd > ul:first-child { - clear: left; -} -/* fix for weird browser behaviour when <dd/> is empty */ -dt+dd:empty::before{ - content: "\00a0"; -} -/* Make paragraph spacing inside <li> smaller than in body text, to fit better within the list */ -li > p { - margin-bottom: 0.5em -} -/* Don't let p margin spill out from inside list items */ -li > p:last-of-type { - margin-bottom: 0; -} -</style> -<link href="rfc-local.css" rel="stylesheet" type="text/css"> -<script type="application/javascript">async function addMetadata(){try{const e=document.styleSheets[0].cssRules;for(let t=0;t<e.length;t++)if(/#identifiers/.exec(e[t].selectorText)){const a=e[t].cssText.replace("#identifiers","#external-updates");document.styleSheets[0].insertRule(a,document.styleSheets[0].cssRules.length)}}catch(e){console.log(e)}const e=document.getElementById("external-metadata");if(e)try{var t,a="",o=function(e){const t=document.getElementsByTagName("meta");for(let a=0;a<t.length;a++)if(t[a].getAttribute("name")===e)return t[a].getAttribute("content");return""}("rfc.number");if(o){t="https://www.rfc-editor.org/rfc/rfc"+o+".json";try{const e=await fetch(t);a=await e.json()}catch(e){t=document.URL.indexOf("html")>=0?document.URL.replace(/html$/,"json"):document.URL+".json";const o=await fetch(t);a=await o.json()}}if(!a)return;e.style.display="block";const s="",d="https://datatracker.ietf.org/doc",n="https://datatracker.ietf.org/ipr/search",c="https://www.rfc-editor.org/info",l=a.doc_id.toLowerCase(),i=a.doc_id.slice(0,3).toLowerCase(),f=a.doc_id.slice(3).replace(/^0+/,""),u={status:"Status",obsoletes:"Obsoletes",obsoleted_by:"Obsoleted By",updates:"Updates",updated_by:"Updated By",see_also:"See Also",errata_url:"Errata"};let h="<dl style='overflow:hidden' id='external-updates'>";["status","obsoletes","obsoleted_by","updates","updated_by","see_also","errata_url"].forEach(e=>{if("status"==e){a[e]=a[e].toLowerCase();var t=a[e].split(" "),o=t.length,w="",p=1;for(let e=0;e<o;e++)p<o?w=w+r(t[e])+" ":w+=r(t[e]),p++;a[e]=w}else if("obsoletes"==e||"obsoleted_by"==e||"updates"==e||"updated_by"==e){var g,m="",b=1;g=a[e].length;for(let t=0;t<g;t++)a[e][t]&&(a[e][t]=String(a[e][t]).toLowerCase(),m=b<g?m+"<a href='"+s+"/rfc/".concat(a[e][t])+"'>"+a[e][t].slice(3)+"</a>, ":m+"<a href='"+s+"/rfc/".concat(a[e][t])+"'>"+a[e][t].slice(3)+"</a>",b++);a[e]=m}else if("see_also"==e){var y,L="",C=1;y=a[e].length;for(let t=0;t<y;t++)if(a[e][t]){a[e][t]=String(a[e][t]);var _=a[e][t].slice(0,3),v=a[e][t].slice(3).replace(/^0+/,"");L=C<y?"RFC"!=_?L+"<a href='"+s+"/info/"+_.toLowerCase().concat(v.toLowerCase())+"'>"+_+" "+v+"</a>, ":L+"<a href='"+s+"/info/"+_.toLowerCase().concat(v.toLowerCase())+"'>"+v+"</a>, ":"RFC"!=_?L+"<a href='"+s+"/info/"+_.toLowerCase().concat(v.toLowerCase())+"'>"+_+" "+v+"</a>":L+"<a href='"+s+"/info/"+_.toLowerCase().concat(v.toLowerCase())+"'>"+v+"</a>",C++}a[e]=L}else if("errata_url"==e){var R="";R=a[e]?R+"<a href='"+a[e]+"'>Errata exist</a> | <a href='"+d+"/"+l+"'>Datatracker</a>| <a href='"+n+"/?"+i+"="+f+"&submit="+i+"'>IPR</a> | <a href='"+c+"/"+l+"'>Info page</a>":"<a href='"+d+"/"+l+"'>Datatracker</a> | <a href='"+n+"/?"+i+"="+f+"&submit="+i+"'>IPR</a> | <a href='"+c+"/"+l+"'>Info page</a>",a[e]=R}""!=a[e]?"Errata"==u[e]?h+=`<dt>More info:</dt><dd>${a[e]}</dd>`:h+=`<dt>${u[e]}:</dt><dd>${a[e]}</dd>`:"Errata"==u[e]&&(h+=`<dt>More info:</dt><dd>${a[e]}</dd>`)}),h+="</dl>",e.innerHTML=h}catch(e){console.log(e)}else console.log("Could not locate metadata <div> element");function r(e){return e.charAt(0).toUpperCase()+e.slice(1)}}window.removeEventListener("load",addMetadata),window.addEventListener("load",addMetadata);</script> -</head> -<body> -<script src="metadata.min.js"></script> -<table class="ears"> -<thead><tr> -<td class="left"></td> -<td class="center">leah is a robot</td> -<td class="right">April 2022</td> -</tr></thead> -<tfoot><tr> -<td class="left">Yu</td> -<td class="center">Informational</td> -<td class="right">[Page]</td> -</tr></tfoot> -</table> -<div id="external-metadata" class="document-information"></div> -<div id="internal-metadata" class="document-information"> -<dl id="identifiers"> -<dt class="label-workgroup">Workgroup:</dt> -<dd class="workgroup">leah is a robot</dd> -<dt class="label-authors">Author:</dt> -<dd class="authors"> -<div class="author"> - <div class="author-name">A. Yu</div> -<div class="org">The 2nd School Aff. to FDU</div> -</div> -</dd> -</dl> -</div> -<h1 id="title">leah is a robot</h1> -<section id="section-abstract"> - <h2 id="abstract"><a href="#abstract" class="selfRef">Abstract</a></h2> -<p id="section-abstract-1">leah is a cookie<a href="#section-abstract-1" class="pilcrow">¶</a></p> -</section> -<section class="note" id="section-note.1"> - <h2 id="name-status-of-this-memo-2"> -<a href="#name-status-of-this-memo-2" class="section-name selfRef">Status of This Memo</a> - </h2> -<p id="section-note.1-1">This document is currently in the DRAFT status.<a href="#section-note.1-1" class="pilcrow">¶</a></p> -<p id="section-note.1-2">This document describes the author's viewpoint. Distribution of this memo is unlimited.<a href="#section-note.1-2" class="pilcrow">¶</a></p> -</section> -<div id="toc"> -<section id="section-toc.1"> - <a href="#" onclick="scroll(0,0)" class="toplink">▲</a><h2 id="name-table-of-contents-2"> -<a href="#name-table-of-contents-2" class="section-name selfRef">Table of Contents</a> - </h2> -<nav class="toc"><ul class="compact toc ulBare ulEmpty"> -<li class="compact toc ulBare ulEmpty" id="section-toc.1-1.1"> - <p id="section-toc.1-1.1.1" class="keepWithNext"><a href="#section-1" class="xref">1</a>. <a href="#name-introduction-2" class="xref">Introduction</a></p> -</li> - <li class="compact toc ulBare ulEmpty" id="section-toc.1-1.2"> - <p id="section-toc.1-1.2.1" class="keepWithNext"><a href="#section-2" class="xref">2</a>. <a href="#name-conclusion-2" class="xref">Conclusion</a></p> -</li> - <li class="compact toc ulBare ulEmpty" id="section-toc.1-1.3"> - <p id="section-toc.1-1.3.1" class="keepWithNext"><a href="#section-3" class="xref">3</a>. <a href="#name-leah-is-a-robot-consideratio" class="xref">leah is a robot Considerations</a></p> -</li> - <li class="compact toc ulBare ulEmpty" id="section-toc.1-1.4"> - <p id="section-toc.1-1.4.1"><a href="#appendix-A" class="xref"></a><a href="#name-acknowledgements-2" class="xref">Acknowledgements</a></p> -</li> - <li class="compact toc ulBare ulEmpty" id="section-toc.1-1.5"> - <p id="section-toc.1-1.5.1"><a href="#appendix-B" class="xref"></a><a href="#name-contributors-2" class="xref">Contributors</a></p> -</li> - <li class="compact toc ulBare ulEmpty" id="section-toc.1-1.6"> - <p id="section-toc.1-1.6.1"><a href="#appendix-C" class="xref"></a><a href="#name-authors-address-2" class="xref">Author's Address</a></p> -</li> - </ul> -</nav> -</section> -</div> -<div id="introduction"> -<section id="section-1"> - <h2 id="name-introduction-2"> -<a href="#section-1" class="section-number selfRef">1. </a><a href="#name-introduction-2" class="section-name selfRef">Introduction</a> - </h2> -</section> -</div> -<div id="conclusion"> -<section id="section-2"> - <h2 id="name-conclusion-2"> -<a href="#section-2" class="section-number selfRef">2. </a><a href="#name-conclusion-2" class="section-name selfRef">Conclusion</a> - </h2> -</section> -</div> -<div id="leah-is-a-robot-considerations"> -<section id="section-3"> - <h2 id="name-leah-is-a-robot-consideratio"> -<a href="#section-3" class="section-number selfRef">3. </a><a href="#name-leah-is-a-robot-consideratio" class="section-name selfRef">leah is a robot Considerations</a> - </h2> -</section> -</div> -<div id="acknowledgements"> -<section id="appendix-A"> - <h2 id="name-acknowledgements-2"> -<a href="#name-acknowledgements-2" class="section-name selfRef">Acknowledgements</a> - </h2> -</section> -</div> -<div id="contributors"> -<section id="appendix-B"> - <h2 id="name-contributors-2"> -<a href="#name-contributors-2" class="section-name selfRef">Contributors</a> - </h2> -</section> -</div> -<div id="authors-addresses"> -<section id="appendix-C"> - <h2 id="name-authors-address-2"> -<a href="#name-authors-address-2" class="section-name selfRef">Author's Address</a> - </h2> -<address class="vcard"> - <div dir="auto" class="left"><span class="fn nameRole">Andrew Yu</span></div> -<div dir="auto" class="left"><span class="org">The 2nd School Aff. to FDU</span></div> -<div class="email"> -<span>Email:</span> -<a href="mailto:andrew@andrewyu.org" class="email">andrew@andrewyu.org</a> -</div> -<div class="url"> -<span>URI:</span> -<a href="https://www.andrewyu.org/" class="url">https://www.andrewyu.org/</a> -</div> -</address> -</section> -</div> -<script>const toc = document.getElementById("toc"); -toc.querySelector("h2").addEventListener("click", e => { - toc.classList.toggle("active"); -}); -toc.querySelector("nav").addEventListener("click", e => { - toc.classList.remove("active"); -}); -</script> -</body> -</html> diff --git a/testing/leahrowe-test.md b/testing/leahrowe-test.md deleted file mode 100644 index 2860b9c..0000000 --- a/testing/leahrowe-test.md +++ /dev/null @@ -1,69 +0,0 @@ -%%% -title = "leah is a robot" -abbrev = "leah is a robot" -area = "leah is a robot" -workgroup = "leah is a robot" -submissiontype = "independent" -ipr = "none" -keyword = ["leah is a robot"] -#updates = [ leah is a robot ] -#date = 2003-04-01T00:00:00Z - -[seriesInfo] -name = "Internet-Draft" -value = "Request for Discussions 1548" -stream = "independent" -status = "informational" - -[[author]] -initials = "A." -surname = "Yu" -fullname = "Andrew Yu" -#role = "author" -organization = "The 2nd School Aff. to FDU" - [author.address] - email = "andrew@andrewyu.org" - uri = "https://www.andrewyu.org/" -%%% - -.# Abstract - -leah is a cookie - -.# Status of This Memo - -This document is currently in the DRAFT status. - -This document describes the author's viewpoint. Distribution of this memo is unlimited. - -{mainmatter} - -# Introduction - -# Conclusion - -# leah is a robot Considerations - -{backmatter} - -{numbered="false"} -# Acknowledgements - - -{numbered="false"} -# Contributors - - -<reference anchor='leah is a robot' target='leah is a robot'> - <front> - <title>leah is a robot</title> - <author initials='leah is a robot' surname='leah is a robot' fullname='leah is a robot'> - <organization>leah is a robot</organization> - <address> - <email>leah is a robot@leah is a robot</email> - <uri>https://leah is a robot</uri> - </address> - </author> - <date year='leah is a robot' month="leah is a robot" /> - </front> -</reference> diff --git a/testing/leahrowe-test.txt b/testing/leahrowe-test.txt deleted file mode 100644 index 1e0907a..0000000 --- a/testing/leahrowe-test.txt +++ /dev/null @@ -1,56 +0,0 @@ - - - - -leah is a robot A. Yu -RFD 1548 The 2nd School Aff. to FDU - 17 April 2022 - - - leah is a robot - Request for Discussions 1548 - -Abstract - - leah is a cookie - -Status of This Memo - - This document is currently in the DRAFT status. - - This document describes the author's viewpoint. Distribution of this - memo is unlimited. - -Table of Contents - - 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 1 - 2. Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . 1 - 3. leah is a robot Considerations . . . . . . . . . . . . . . . 1 - Acknowledgements . . . . . . . . . . . . . . . . . . . . . . . . 1 - Contributors . . . . . . . . . . . . . . . . . . . . . . . . . . 1 - Author's Address . . . . . . . . . . . . . . . . . . . . . . . . 1 - -1. Introduction - -2. Conclusion - -3. leah is a robot Considerations - -Acknowledgements - -Contributors - -Author's Address - - Andrew Yu - The 2nd School Aff. to FDU - Email: andrew@andrewyu.org - URI: https://www.andrewyu.org/ - - - - - - - -Yu Informational [Page 1] diff --git a/testing/leahrowe-test.xml b/testing/leahrowe-test.xml deleted file mode 100644 index 5f4f1ab..0000000 --- a/testing/leahrowe-test.xml +++ /dev/null @@ -1,49 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!-- name="GENERATOR" content="github.com/mmarkdown/mmark Mmark Markdown Processor - mmark.miek.nl" --> -<rfc version="3" ipr="none" docName="Request for Discussions 1548" submissionType="independent" category="info" xml:lang="en" xmlns:xi="http://www.w3.org/2001/XInclude" indexInclude="true"> - -<front> -<title abbrev="leah is a robot">leah is a robot</title><seriesInfo value="Request for Discussions 1548" stream="independent" status="informational" name="Internet-Draft"></seriesInfo> -<author initials="A." surname="Yu" fullname="Andrew Yu"><organization>The 2nd School Aff. to FDU</organization><address><postal><street></street> -</postal><email>andrew@andrewyu.org</email> -<uri>https://www.andrewyu.org/</uri> -</address></author><date/> -<area>leah is a robot</area> -<workgroup>leah is a robot</workgroup> -<keyword>leah is a robot</keyword> - -<abstract> -<t>leah is a cookie</t> -</abstract> - -<note><name>Status of This Memo</name> -<t>This document is currently in the DRAFT status.</t> -<t>This document describes the author's viewpoint. Distribution of this memo is unlimited.</t> -</note> - -</front> - -<middle> - -<section anchor="introduction"><name>Introduction</name> -</section> - -<section anchor="conclusion"><name>Conclusion</name> -</section> - -<section anchor="leah-is-a-robot-considerations"><name>leah is a robot Considerations</name> -</section> - -</middle> - -<back> - -<section anchor="acknowledgements" numbered="false"><name>Acknowledgements</name> -</section> - -<section anchor="contributors" numbered="false"><name>Contributors</name> -</section> - -</back> - -</rfc> |