asciidoctor-rfc 0.8.0 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (137) hide show
  1. checksums.yaml +4 -4
  2. data/.hound.yml +3 -0
  3. data/.rubocop.ribose.yml +65 -0
  4. data/.rubocop.tb.yml +640 -0
  5. data/.rubocop.yml +13 -30
  6. data/.travis.yml +8 -3
  7. data/CODE_OF_CONDUCT.md +46 -0
  8. data/Gemfile +8 -1
  9. data/LICENSE +21 -17
  10. data/README.adoc +471 -52
  11. data/asciidoctor-rfc.gemspec +14 -13
  12. data/lib/asciidoctor-rfc.rb +4 -4
  13. data/lib/asciidoctor/rfc/common/base.rb +304 -58
  14. data/lib/asciidoctor/rfc/common/front.rb +3 -3
  15. data/lib/asciidoctor/rfc/v2/base.rb +71 -82
  16. data/lib/asciidoctor/rfc/v2/blocks.rb +33 -10
  17. data/lib/asciidoctor/rfc/v2/converter.rb +0 -3
  18. data/lib/asciidoctor/rfc/v2/inline_anchor.rb +35 -20
  19. data/lib/asciidoctor/rfc/v2/lists.rb +11 -13
  20. data/lib/asciidoctor/rfc/v2/table.rb +11 -9
  21. data/lib/asciidoctor/rfc/v2/validate.rb +18 -724
  22. data/lib/asciidoctor/rfc/v3/base.rb +75 -102
  23. data/lib/asciidoctor/rfc/v3/blocks.rb +7 -9
  24. data/lib/asciidoctor/rfc/v3/converter.rb +0 -1
  25. data/lib/asciidoctor/rfc/v3/front.rb +14 -7
  26. data/lib/asciidoctor/rfc/v3/inline_anchor.rb +12 -9
  27. data/lib/asciidoctor/rfc/v3/lists.rb +31 -45
  28. data/lib/asciidoctor/rfc/v3/table.rb +2 -2
  29. data/lib/asciidoctor/rfc/v3/validate.rb +19 -2153
  30. data/lib/asciidoctor/rfc/v3/validate.rng +1 -1
  31. data/lib/asciidoctor/rfc/version.rb +1 -1
  32. data/rfc2629-other.ent +61 -0
  33. data/rfc2629-xhtml.ent +165 -0
  34. data/rfc2629.dtd +312 -0
  35. data/spec/asciidoctor/rfc/v2/biblio_spec.rb +9 -0
  36. data/spec/asciidoctor/rfc/v2/comments_spec.rb +67 -1
  37. data/spec/asciidoctor/rfc/v2/crossref_spec.rb +127 -5
  38. data/spec/asciidoctor/rfc/v2/date_spec.rb +24 -28
  39. data/spec/asciidoctor/rfc/v2/dlist_spec.rb +5 -5
  40. data/spec/asciidoctor/rfc/v2/image_spec.rb +2 -2
  41. data/spec/asciidoctor/rfc/v2/inline_formatting_spec.rb +28 -0
  42. data/spec/asciidoctor/rfc/v2/listing_spec.rb +2 -2
  43. data/spec/asciidoctor/rfc/v2/literal_spec.rb +4 -4
  44. data/spec/asciidoctor/rfc/v2/preamble_spec.rb +1 -1
  45. data/spec/asciidoctor/rfc/v2/quote_spec.rb +1 -1
  46. data/spec/asciidoctor/rfc/v2/references_spec.rb +210 -3
  47. data/spec/asciidoctor/rfc/v2/section_spec.rb +33 -0
  48. data/spec/asciidoctor/rfc/v2/table_spec.rb +40 -1
  49. data/spec/asciidoctor/rfc/v2/text_spec.rb +71 -14
  50. data/spec/asciidoctor/rfc/v2/ulist_spec.rb +1 -1
  51. data/spec/asciidoctor/rfc/v3/biblio_spec.rb +13 -0
  52. data/spec/asciidoctor/rfc/v3/comments_spec.rb +71 -0
  53. data/spec/asciidoctor/rfc/v3/crossref_spec.rb +7 -0
  54. data/spec/asciidoctor/rfc/v3/dlist_spec.rb +4 -4
  55. data/spec/asciidoctor/rfc/v3/literal_spec.rb +1 -1
  56. data/spec/asciidoctor/rfc/v3/preamble_spec.rb +1 -1
  57. data/spec/asciidoctor/rfc/v3/references_spec.rb +208 -3
  58. data/spec/asciidoctor/rfc/v3/series_info_spec.rb +1 -1
  59. data/spec/asciidoctor/rfc/v3/table_spec.rb +70 -1
  60. data/spec/examples/README.adoc +42 -6
  61. data/spec/examples/biblio-insert-v2.adoc +29 -0
  62. data/spec/examples/biblio-insert-v3.adoc +30 -0
  63. data/spec/examples/davies-template-bare-06.adoc +1 -0
  64. data/spec/examples/draft-iab-html-rfc-bis.xml.adoc +2300 -0
  65. data/spec/examples/draft-iab-html-rfc-bis.xml.orig +1999 -0
  66. data/spec/examples/draft-iab-html-rfc-bis.xml.txt +2298 -0
  67. data/spec/examples/draft-iab-rfc-framework-bis.xml.adoc +662 -0
  68. data/spec/examples/draft-iab-rfc-framework-bis.xml.orig +476 -0
  69. data/spec/examples/draft-ietf-core-block-xx.mkd.adoc +8 -33
  70. data/spec/examples/hoffmanv2.xml.adoc +4 -0
  71. data/spec/examples/mib-doc-template-xml-06.adoc +6 -8
  72. data/spec/examples/refs-v2-database.xml +86 -0
  73. data/spec/examples/refs-v2.adoc +49 -0
  74. data/spec/examples/refs-v2.xml +50 -0
  75. data/spec/examples/refs-v2/AsciiDoc.xml +8 -0
  76. data/spec/examples/refs-v2/AsciiMathML.xml +8 -0
  77. data/spec/examples/refs-v2/IETF-BibXML.xml +9 -0
  78. data/spec/examples/refs-v2/MathJax.xml +8 -0
  79. data/spec/examples/refs-v2/NroffEdit.xml +8 -0
  80. data/spec/examples/refs-v2/TeX-LaTeX.xml +8 -0
  81. data/spec/examples/refs-v2/abarth +17 -0
  82. data/spec/examples/refs-v2/asciidoctor-bibliography.xml +19 -0
  83. data/spec/examples/refs-v2/asciidoctor-manual.xml +11 -0
  84. data/spec/examples/refs-v2/asciidoctor-rfc.xml +18 -0
  85. data/spec/examples/refs-v2/asciidoctor.xml +10 -0
  86. data/spec/examples/refs-v2/draftr.xml +8 -0
  87. data/spec/examples/refs-v2/kramdown-rfc2629.xml +8 -0
  88. data/spec/examples/refs-v2/lyx2rfc.xml +8 -0
  89. data/spec/examples/refs-v2/mmark.xml +9 -0
  90. data/spec/examples/refs-v2/pandoc2rfc.xml +8 -0
  91. data/spec/examples/refs-v2/reference.RFC.2119.xml +7 -0
  92. data/spec/examples/refs-v2/reference.RFC.5385.xml +7 -0
  93. data/spec/examples/refs-v2/reference.RFC.7328.xml +7 -0
  94. data/spec/examples/refs-v2/reference.RFC.7749.xml +7 -0
  95. data/spec/examples/refs-v2/reference.RFC.7763.xml +7 -0
  96. data/spec/examples/refs-v2/reference.RFC.7764.xml +7 -0
  97. data/spec/examples/refs-v2/reference.RFC.7990.xml +7 -0
  98. data/spec/examples/refs-v2/reference.RFC.7991.xml +7 -0
  99. data/spec/examples/refs-v3-database.xml +137 -0
  100. data/spec/examples/refs-v3.adoc +57 -0
  101. data/spec/examples/refs-v3.xml +90 -0
  102. data/spec/examples/refs-v3/AsciiDoc.xml +8 -0
  103. data/spec/examples/refs-v3/AsciiMathML.xml +8 -0
  104. data/spec/examples/refs-v3/IETF-BibXML.xml +9 -0
  105. data/spec/examples/refs-v3/MathJax.xml +8 -0
  106. data/spec/examples/refs-v3/NroffEdit.xml +8 -0
  107. data/spec/examples/refs-v3/TeX-LaTeX.xml +8 -0
  108. data/spec/examples/refs-v3/abarth +17 -0
  109. data/spec/examples/refs-v3/asciidoctor-bibliography.xml +19 -0
  110. data/spec/examples/refs-v3/asciidoctor-manual.xml +11 -0
  111. data/spec/examples/refs-v3/asciidoctor-rfc.xml +18 -0
  112. data/spec/examples/refs-v3/asciidoctor.xml +10 -0
  113. data/spec/examples/refs-v3/draftr.xml +8 -0
  114. data/spec/examples/refs-v3/kramdown-rfc2629.xml +8 -0
  115. data/spec/examples/refs-v3/lyx2rfc.xml +8 -0
  116. data/spec/examples/refs-v3/mathrefs.xml +19 -0
  117. data/spec/examples/refs-v3/mmark.xml +9 -0
  118. data/spec/examples/refs-v3/pandoc2rfc.xml +8 -0
  119. data/spec/examples/refs-v3/reference.RFC.2119.xml +7 -0
  120. data/spec/examples/refs-v3/reference.RFC.5385.xml +7 -0
  121. data/spec/examples/refs-v3/reference.RFC.7328.xml +7 -0
  122. data/spec/examples/refs-v3/reference.RFC.7749.xml +7 -0
  123. data/spec/examples/refs-v3/reference.RFC.7763.xml +7 -0
  124. data/spec/examples/refs-v3/reference.RFC.7764.xml +7 -0
  125. data/spec/examples/refs-v3/reference.RFC.7990.xml +7 -0
  126. data/spec/examples/refs-v3/reference.RFC.7991.xml +7 -0
  127. data/spec/examples/rfc2100.md.adoc +57 -44
  128. data/spec/examples/rfc3514.md.adoc +1 -1
  129. data/spec/examples/rfc6350.adoc +701 -695
  130. data/spec/examples/rfc6350.txt.orig +3372 -0
  131. data/spec/examples/rfc6350_refs.xml +774 -0
  132. data/spec/examples/rfc748.md.adoc +1 -1
  133. data/spec/examples/rfc7511.md.adoc +3 -3
  134. data/spec/examples/skel.mkd.adoc +1 -0
  135. data/spec/examples/stupid-s.mkd.adoc +4 -4
  136. metadata +94 -8
  137. data/spec/examples/rfc6350.bib +0 -763
@@ -0,0 +1,18 @@
1
+ <reference anchor='asciidoctor-rfc' target='https://github.com/riboseinc/asciidoctor-rfc/'>
2
+ <front>
3
+ <title>asciidoctor-rfc lets you write Internet-Drafts and RFCs in AsciiDoc, the “asciidoctor-way”.</title>
4
+ <author>
5
+ <organization>Ribose Inc.</organization>
6
+ <address>
7
+ <postal>
8
+ <street></street>
9
+ <country>Hong Kong</country>
10
+ </postal>
11
+ <email>open.source@ribose.com</email>
12
+ <uri>https://www.ribose.com</uri>
13
+ </address>
14
+ </author>
15
+ <date year='2017' month='November' />
16
+ </front>
17
+ </reference>
18
+
@@ -0,0 +1,10 @@
1
+ <reference anchor='Asciidoctor' target='http://asciidoctor.org'>
2
+ <front>
3
+ <title>Asciidoctor: A fast text processor &amp; publishing toolchain for converting AsciiDoc to HTML5, DocBook &amp; more.</title>
4
+ <author initials='D.' surname='Allen' fullname='Dan Allen'><organization /></author>
5
+ <author initials='R.' surname='Waldron' fullname='Ryan Waldron'><organization /></author>
6
+ <author initials='S.' surname='White' fullname='Sarah White'><organization /></author>
7
+ <date year='2017' month='November' />
8
+ </front>
9
+ </reference>
10
+
@@ -0,0 +1,8 @@
1
+ <reference anchor='draftr' target='https://ipv.sx/draftr/'>
2
+ <front>
3
+ <title>draftr: an HTML front-end to pandoc2rfc</title>
4
+ <author initials='R.' surname='Barnes' fullname='Richard Barnes'><organization /></author>
5
+ <date year='2017' month='Nov' />
6
+ </front>
7
+ </reference>
8
+
@@ -0,0 +1,8 @@
1
+ <reference anchor='kramdown-rfc2629' target='https://github.com/cabo/kramdown-rfc2629'>
2
+ <front>
3
+ <title>kramdown-rfc2629: An RFC2629 (XML2RFC) backend for Thomas Leitner's kramdown markdown parser</title>
4
+ <author initials='C.' surname='Bormann' fullname='Carsten Bormann'><organization /></author>
5
+ <date year='2017' month='Nov' />
6
+ </front>
7
+ </reference>
8
+
@@ -0,0 +1,8 @@
1
+ <reference anchor='lyx2rfc' target='https://github.com/nicowilliams/lyx2rfc'>
2
+ <front>
3
+ <title>LyX to I-D/RFC export by way of Lyx export to XHTML and XSLT conversion to xml2rfc schema</title>
4
+ <author initials='N.' surname='Williams' fullname='Nico Williams'><organization /></author>
5
+ <date year='2014' />
6
+ </front>
7
+ </reference>
8
+
@@ -0,0 +1,9 @@
1
+ <reference anchor='mmark' target='https://github.com/miekg/mmark'>
2
+ <front>
3
+ <title>Using mmark to create I-Ds and RFCs</title>
4
+ <author initials='R.' surname='Gieben' fullname='R. (Miek) Gieben'><organization /></author>
5
+ <date year='2015' month='June' />
6
+ <abstract><t>This document describes an markdown variant called mmark [mmark] that can be used to create RFC documents. The aim of mmark is to make writing document as natural as possible, while providing a lot of power on how to structure and layout the document.</t></abstract>
7
+ </front>
8
+ </reference>
9
+
@@ -0,0 +1,8 @@
1
+ <reference anchor='pandoc2rfc' target='https://github.com/miekg/pandoc2rfc'>
2
+ <front>
3
+ <title>pandoc2rfc: Use pandoc to create XML suitable for xml2rfc</title>
4
+ <author initials='R.' surname='Gieben' fullname='R. (Miek) Gieben'><organization /></author>
5
+ <date year='2012' />
6
+ </front>
7
+ </reference>
8
+
@@ -0,0 +1,7 @@
1
+ <reference anchor='RFC2119'>
2
+ <front>
3
+ <title>Key words for use in RFCs to Indicate Requirement Levels</title>
4
+ <author/>
5
+ <date/>
6
+ </front>
7
+ </reference>
@@ -0,0 +1,7 @@
1
+ <reference anchor='RFC5385'>
2
+ <front>
3
+ <title>Version 2.0 Microsoft Word Template for Creating Internet Drafts and RFCs</title>
4
+ <author/>
5
+ <date/>
6
+ </front>
7
+ </reference>
@@ -0,0 +1,7 @@
1
+ <reference anchor='RFC7328'>
2
+ <front>
3
+ <title>Writing I-Ds and RFCs Using Pandoc and a Bit of XML</title>
4
+ <author/>
5
+ <date/>
6
+ </front>
7
+ </reference>
@@ -0,0 +1,7 @@
1
+ <reference anchor='RFC7749'>
2
+ <front>
3
+ <title>The &quot;xml2rfc&quot; Version 2 Vocabulary</title>
4
+ <author/>
5
+ <date/>
6
+ </front>
7
+ </reference>
@@ -0,0 +1,7 @@
1
+ <reference anchor='RFC7763'>
2
+ <front>
3
+ <title>The text/markdown Media Type</title>
4
+ <author/>
5
+ <date/>
6
+ </front>
7
+ </reference>
@@ -0,0 +1,7 @@
1
+ <reference anchor='RFC7764'>
2
+ <front>
3
+ <title>Guidance on Markdown: Design Philosophies, Stability Strategies, and Select Registrations</title>
4
+ <author/>
5
+ <date/>
6
+ </front>
7
+ </reference>
@@ -0,0 +1,7 @@
1
+ <reference anchor='RFC7990'>
2
+ <front>
3
+ <title>RFC Format Framework</title>
4
+ <author/>
5
+ <date/>
6
+ </front>
7
+ </reference>
@@ -0,0 +1,7 @@
1
+ <reference anchor='RFC7991'>
2
+ <front>
3
+ <title>The &quot;xml2rfc&quot; Version 3 Vocabulary</title>
4
+ <author/>
5
+ <date/>
6
+ </front>
7
+ </reference>
@@ -0,0 +1,137 @@
1
+ <references>
2
+ <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
3
+ <front>
4
+ <title>
5
+ Key words for use in RFCs to Indicate Requirement Levels
6
+ </title>
7
+ <author initials="S." surname="Bradner" fullname="S. Bradner">
8
+ <organization/>
9
+ </author>
10
+ <date year="1997" month="March"/>
11
+ <abstract>
12
+ <t>
13
+ In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.
14
+ </t>
15
+ </abstract>
16
+ </front>
17
+ <seriesInfo name="BCP" value="14"/>
18
+ <seriesInfo name="RFC" value="2119"/>
19
+ <seriesInfo name="DOI" value="10.17487/RFC2119"/>
20
+ </reference>
21
+ <reference anchor="RFC2629" target="https://www.rfc-editor.org/info/rfc2629">
22
+ <front>
23
+ <title>Writing I-Ds and RFCs using XML</title>
24
+ <author initials="M." surname="Rose" fullname="M. Rose">
25
+ <organization/>
26
+ </author>
27
+ <date year="1999" month="June"/>
28
+ <abstract>
29
+ <t>
30
+ This memo presents a technique for using XML (Extensible Markup Language) as a source format for documents in the Internet-Drafts (I-Ds) and Request for Comments (RFC) series. This memo provides information for the Internet community.
31
+ </t>
32
+ </abstract>
33
+ </front>
34
+ <seriesInfo name="RFC" value="2629"/>
35
+ <seriesInfo name="DOI" value="10.17487/RFC2629"/>
36
+ </reference>
37
+ <reference anchor="RFC3552" target="https://www.rfc-editor.org/info/rfc3552">
38
+ <front>
39
+ <title>
40
+ Guidelines for Writing RFC Text on Security Considerations
41
+ </title>
42
+ <author initials="E." surname="Rescorla" fullname="E. Rescorla">
43
+ <organization/>
44
+ </author>
45
+ <author initials="B." surname="Korver" fullname="B. Korver">
46
+ <organization/>
47
+ </author>
48
+ <date year="2003" month="July"/>
49
+ <abstract>
50
+ <t>
51
+ All RFCs are required to have a Security Considerations section. Historically, such sections have been relatively weak. This document provides guidelines to RFC authors on how to write a good Security Considerations section. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.
52
+ </t>
53
+ </abstract>
54
+ </front>
55
+ <seriesInfo name="BCP" value="72"/>
56
+ <seriesInfo name="RFC" value="3552"/>
57
+ <seriesInfo name="DOI" value="10.17487/RFC3552"/>
58
+ </reference>
59
+ <reference anchor="RFC5226" target="https://www.rfc-editor.org/info/rfc5226">
60
+ <front>
61
+ <title>
62
+ Guidelines for Writing an IANA Considerations Section in RFCs
63
+ </title>
64
+ <author initials="T." surname="Narten" fullname="T. Narten">
65
+ <organization/>
66
+ </author>
67
+ <author initials="H." surname="Alvestrand" fullname="H. Alvestrand">
68
+ <organization/>
69
+ </author>
70
+ <date year="2008" month="May"/>
71
+ <abstract>
72
+ <t>
73
+ Many protocols make use of identifiers consisting of constants and other well-known values. Even after a protocol has been defined and deployment has begun, new values may need to be assigned (e.g., for a new option type in DHCP, or a new encryption or authentication transform for IPsec). To ensure that such quantities have consistent values and interpretations across all implementations, their assignment must be administered by a central authority. For IETF protocols, that role is provided by the Internet Assigned Numbers Authority (IANA).
74
+ </t>
75
+ <t>
76
+ In order for IANA to manage a given namespace prudently, it needs guidelines describing the conditions under which new values can be assigned or when modifications to existing values can be made. If IANA is expected to play a role in the management of a namespace, IANA must be given clear and concise instructions describing that role. This document discusses issues that should be considered in formulating a policy for assigning values to a namespace and provides guidelines for authors on the specific text that must be included in documents that place demands on IANA.
77
+ </t>
78
+ <t>
79
+ This document obsoletes RFC 2434. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.
80
+ </t>
81
+ </abstract>
82
+ </front>
83
+ <seriesInfo name="RFC" value="5226"/>
84
+ <seriesInfo name="DOI" value="10.17487/RFC5226"/>
85
+ </reference>
86
+ <referencegroup anchor="RFC3552_5226">
87
+ <reference anchor="RFC3552" target="https://www.rfc-editor.org/info/rfc3552">
88
+ <front>
89
+ <title>
90
+ Guidelines for Writing RFC Text on Security Considerations
91
+ </title>
92
+ <author initials="E." surname="Rescorla" fullname="E. Rescorla">
93
+ <organization/>
94
+ </author>
95
+ <author initials="B." surname="Korver" fullname="B. Korver">
96
+ <organization/>
97
+ </author>
98
+ <date year="2003" month="July"/>
99
+ <abstract>
100
+ <t>
101
+ All RFCs are required to have a Security Considerations section. Historically, such sections have been relatively weak. This document provides guidelines to RFC authors on how to write a good Security Considerations section. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.
102
+ </t>
103
+ </abstract>
104
+ </front>
105
+ <seriesInfo name="BCP" value="72"/>
106
+ <seriesInfo name="RFC" value="3552"/>
107
+ <seriesInfo name="DOI" value="10.17487/RFC3552"/>
108
+ </reference>
109
+ <reference anchor="RFC5226" target="https://www.rfc-editor.org/info/rfc5226">
110
+ <front>
111
+ <title>
112
+ Guidelines for Writing an IANA Considerations Section in RFCs
113
+ </title>
114
+ <author initials="T." surname="Narten" fullname="T. Narten">
115
+ <organization/>
116
+ </author>
117
+ <author initials="H." surname="Alvestrand" fullname="H. Alvestrand">
118
+ <organization/>
119
+ </author>
120
+ <date year="2008" month="May"/>
121
+ <abstract>
122
+ <t>
123
+ Many protocols make use of identifiers consisting of constants and other well-known values. Even after a protocol has been defined and deployment has begun, new values may need to be assigned (e.g., for a new option type in DHCP, or a new encryption or authentication transform for IPsec). To ensure that such quantities have consistent values and interpretations across all implementations, their assignment must be administered by a central authority. For IETF protocols, that role is provided by the Internet Assigned Numbers Authority (IANA).
124
+ </t>
125
+ <t>
126
+ In order for IANA to manage a given namespace prudently, it needs guidelines describing the conditions under which new values can be assigned or when modifications to existing values can be made. If IANA is expected to play a role in the management of a namespace, IANA must be given clear and concise instructions describing that role. This document discusses issues that should be considered in formulating a policy for assigning values to a namespace and provides guidelines for authors on the specific text that must be included in documents that place demands on IANA.
127
+ </t>
128
+ <t>
129
+ This document obsoletes RFC 2434. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.
130
+ </t>
131
+ </abstract>
132
+ </front>
133
+ <seriesInfo name="RFC" value="5226"/>
134
+ <seriesInfo name="DOI" value="10.17487/RFC5226"/>
135
+ </reference>
136
+ </referencegroup>
137
+ </references>
@@ -0,0 +1,57 @@
1
+ = vCard Format Specification
2
+ Simon Perreault <simon.perreault@viagenie.ca>
3
+ :bibliography-database: refs-v3-database.xml
4
+ :bibliography-passthrough: true
5
+ :bibliography-prepend-empty: false
6
+ :bibliography-hyperlinks: false
7
+ :bibliography-style: rfc-v3
8
+ :doctype: rfc
9
+ :abbrev: IP Datagrams on Avian Carriers
10
+ :obsoletes: 10, 120
11
+ :updates: 2010, 2120
12
+ :name: rfc-1149
13
+ :status: full-standard 1149
14
+ :ipr: trust200902
15
+ :area: Internet
16
+ :workgroup: Network Working Group
17
+ :keyword: this, that
18
+ :revdate: 1990-04-01T00:00:00Z
19
+ :organization: BBN STC
20
+ :phone: (617) 873-4323
21
+ :uri: http://bbn.com
22
+ :street: 10 Moulton Street
23
+ :city: Cambridge
24
+ :code: MA 02238
25
+ :organization_2: BBN STC
26
+ :phone_2: (617) 873-4323
27
+ :street_2: 10 Moulton Street
28
+ :city_2: Cambridge
29
+ :code_2: MA 02238
30
+ :uri_2: http://opoudjis.net
31
+ :link: http://example1.com,http://example2.com author
32
+
33
+ == Introduction
34
+ The authors would like to thank Tim Howes, Mark Smith, and Frank
35
+ Dawson, the original authors of cite:info[RFC2119] and cite:norm[RFC2629], Pete
36
+ Resnick, who got this effort started and provided help along the way,
37
+ as well as the following individuals who have participated in the
38
+ drafting, review, and discussion of this memo:
39
+ cite:info[RFC2119, text="<xref target='RFC2119'>RFC 2119</xref>"] 0
40
+ cite:info[RFC2119, text="<xref format='counter' target='RFC2119'>RFC 2119</xref>"] 1
41
+ cite:info[RFC2119, text="<relref displayFormat='comma' section='2.4' target='RFC2119'/>"] 2
42
+ cite:info[RFC2119, text="<relref relative='section2_4' displayFormat='comma' section='2.4' target='RFC2119'/>"] 3
43
+ cite:info[RFC3552_5226]
44
+
45
+ [bibliography]
46
+ == Normative References
47
+
48
+ ++++
49
+ bibliography::norm[]
50
+ ++++
51
+
52
+ [bibliography]
53
+ == Informative References
54
+
55
+ ++++
56
+ bibliography::info[]
57
+ ++++
@@ -0,0 +1,90 @@
1
+ <?xml version="1.0" encoding="US-ASCII"?>
2
+ <!DOCTYPE rfc SYSTEM "rfc2629.dtd">
3
+ <?rfc strict="yes"?>
4
+ <?rfc compact="yes"?>
5
+ <?rfc subcompact="no"?>
6
+ <?rfc toc="yes"?>
7
+ <?rfc tocdepth="4"?>
8
+ <?rfc symrefs="yes"?>
9
+ <?rfc sortrefs="yes"?>
10
+ <rfc ipr="trust200902" obsoletes="10, 120" updates="2010, 2120" submissionType="IETF" prepTime="2017-11-23T09:52:58Z" version="3">
11
+ <link href="http://example1.com"/><link href="http://example2.com" rel="author"/>
12
+ <front>
13
+ <title abbrev="IP Datagrams on Avian Carriers">vCard Format Specification</title>
14
+ <seriesInfo name="RFC" status="full-standard 1149" stream="IETF" value="1149"/>
15
+ <author fullname="Simon Perreault" surname="Perreault">
16
+ <organization>BBN STC</organization>
17
+ <address>
18
+ <postal>
19
+ <street>10 Moulton Street</street>
20
+ <city>Cambridge</city>
21
+ <code>MA 02238</code>
22
+ </postal>
23
+ <phone>(617) 873-4323</phone>
24
+ <email>simon.perreault@viagenie.ca</email>
25
+ <uri>http://bbn.com</uri>
26
+ </address>
27
+ </author>
28
+ <date day="1" month="April" year="1990"/>
29
+ <area>Internet</area>
30
+ <workgroup>Network Working Group</workgroup>
31
+ <keyword>this</keyword>
32
+ <keyword>that</keyword>
33
+
34
+ </front><middle>
35
+ <section anchor="_introduction" numbered="false">
36
+ <name>Introduction</name>
37
+ <t>The authors would like to thank Tim Howes, Mark Smith, and Frank
38
+ Dawson, the original authors of <xref target="RFC2119"/> and <xref target="RFC2629"/>, Pete
39
+ Resnick, who got this effort started and provided help along the way,
40
+ as well as the following individuals who have participated in the
41
+ drafting, review, and discussion of this memo:
42
+ <xref target="RFC2119">RFC 2119</xref> 0
43
+ <xref format="counter" target="RFC2119">RFC 2119</xref> 1
44
+ <relref displayFormat="comma" section="2.4" target="RFC2119"/> 2
45
+ <relref relative="section2_4" displayFormat="comma" section="2.4" target="RFC2119"/> 3</t>
46
+ </section>
47
+ </middle><back>
48
+ <references anchor="_normative_references">
49
+ <name>Normative References</name>
50
+ <reference anchor="RFC2629" target="https://www.rfc-editor.org/info/rfc2629">
51
+ <front>
52
+ <title>Writing I-Ds and RFCs using XML</title>
53
+ <author initials="M." surname="Rose" fullname="M. Rose">
54
+ <organization/>
55
+ </author>
56
+ <date year="1999" month="June"/>
57
+ <abstract>
58
+ <t>
59
+ This memo presents a technique for using XML (Extensible Markup Language) as a source format for documents in the Internet-Drafts (I-Ds) and Request for Comments (RFC) series. This memo provides information for the Internet community.
60
+ </t>
61
+ </abstract>
62
+ </front>
63
+ <seriesInfo name="RFC" value="2629"/>
64
+ <seriesInfo name="DOI" value="10.17487/RFC2629"/>
65
+ </reference>
66
+ </references>
67
+ <references anchor="_informative_references">
68
+ <name>Informative References</name>
69
+ <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
70
+ <front>
71
+ <title>
72
+ Key words for use in RFCs to Indicate Requirement Levels
73
+ </title>
74
+ <author initials="S." surname="Bradner" fullname="S. Bradner">
75
+ <organization/>
76
+ </author>
77
+ <date year="1997" month="March"/>
78
+ <abstract>
79
+ <t>
80
+ In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.
81
+ </t>
82
+ </abstract>
83
+ </front>
84
+ <seriesInfo name="BCP" value="14"/>
85
+ <seriesInfo name="RFC" value="2119"/>
86
+ <seriesInfo name="DOI" value="10.17487/RFC2119"/>
87
+ </reference>
88
+ </references>
89
+ </back>
90
+ </rfc>
@@ -0,0 +1,8 @@
1
+ <reference anchor='AsciiDoc' target='http://www.methods.co.nz/asciidoc/'>
2
+ <front>
3
+ <title>AsciiDoc: Text based document generation</title>
4
+ <author initials='S.' surname='Rackham' fullname='Stuart Rackham'><organization /></author>
5
+ <date year='2013' month='November' />
6
+ </front>
7
+ </reference>
8
+