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,662 @@
1
+ = RFC Format Framework
2
+ Heather Flanagan <rse@rfc-editor.org>
3
+ :doctype: internet-draft
4
+ :name: draft-iab-rfc-framework-06
5
+ :status: informational
6
+ :ipr: trust200902
7
+ :toc-include: true
8
+ :abbrev: RFC Format Framework
9
+ :forename_initials: H.
10
+ :organization: RFC Editor
11
+ :uri: http://orcid.org/0000-0002-2647-2220
12
+ :revdate: 2016-06-23
13
+ :area: General
14
+ :workgroup: Internet Architecture Board
15
+ :rfc2629xslt: true
16
+
17
+ [abstract]
18
+ The canonical format for the RFC Series has been plain-text, ASCII-encoded for several decades. After extensive community discussion and debate, the RFC Editor will be transitioning to XML as the canonical format using the XML2RFC version 3 vocabulary. Different publication formats will be rendered from that base document. These changes are intended to increase the usability of the RFC Series by offering documents that match the needs of a wider variety of stakeholders. With these changes, however, comes an increase in complexity for authors, consumers, and the publisher of RFCs. This document serves as the framework that describes the problems being solved and summarizes the many documents that capture the specific requirements for each aspect of the change in format.
19
+
20
+ [NOTE]
21
+ .Editorial Note (To be removed by RFC Editor)
22
+ Discussion of this draft takes place on the rfc-interest mailing list (\rfc-interest@rfc-editor.org), which has its home page at \https://www.rfc-editor.org/mailman/listinfo/rfc-interest.
23
+
24
+ [#introduction]
25
+ == Introduction
26
+ "RFC Series Format Requirements and Future Development" discussed the need for additional features within RFCs such as non-ASCII characters to respect author names, more advanced artwork than ASCII art, and documents that could display properly on a wide variety of devices <<RFC6949>>. Based on the discussions with the IETF community as well as other communities of interest, the RFC Series Editor decided to explore a change to the format of the Series <<XML-ANNOUNCE>>. This document serves as the framework that describes the problems being solved and summarizes the documents created to-date that capture the specific requirements for each aspect of the change in format.
27
+
28
+ Key changes to the publication of RFCs are highlighted, and a transition plan that will take the Series from a plain-text, ASCII-only format to the new formats is described on the rfc-interest mailing list <<RFC-INTEREST>>.
29
+
30
+ This document is concerned with the production of RFCs, focusing on the published formats. It does not address any changes to the processes each stream uses to develop and review their submissions (specifically, how Internet-Drafts will be developed). While I-Ds have a similar set of issues and concerns, directly addressing those issues for I-Ds will be discussed within each document stream.
31
+
32
+ The details described in this document are expected to change based on experience gained in implementing the RFC Production Center's toolset. Revised documents will be published capturing those changes as the toolset is completed. Other implementers must not expect those changes to remain backwards-compatible with the details described this document.
33
+
34
+ [#problem-statement]
35
+ == Problem Statement
36
+
37
+ There are nearly three billion people connected to the Internet, and individuals from 45 countries or more regularly attending IETF meetings over the last five years <<ISTATS>>. The Internet is now global, and while the world has changed from when the first RFCs were published, the Series remains critical to defining protocols, standards, best practices, and more for this global network that continues to grow. In order to make RFCs easily viewable to the largest number of people possible, across a wide array of devices, and to respect the diversity of authors and reference materials while still recognizing the archival aspects of the Series, it is time to update the tightly prescribed format of the RFC Series.
38
+
39
+ All changes to the format of the RFC Series must consider the requirements of a wide set of communities, over an extended length of time. For example, existing authors and implementers, lawyers that argue Intellectual Property Rights (IPR), educators, managers, and policy-makers that need to know what to list in potential RFPs for their organizations, all have preferences and requirements for their specific needs. The immediate needs of today's communities must be balanced with the needs for long-term archival storage.
40
+
41
+ [#terminology]
42
+ == Terminology
43
+
44
+ The following terminology is used as described in RFC 6949:
45
+
46
+ [empty]
47
+ * ASCII: Coded Character Set - 7-bit American Standard Code for Information Interchange, ANSI X3.4-1986
48
+
49
+ [empty]
50
+ * Canonical format: the authorized, recognized, accepted, and archived version of the document
51
+
52
+ [empty]
53
+ * Metadata: information associated with a document so as to provide, for example, definitions of its structure, or of elements within the document such as its topic or author
54
+
55
+ [empty]
56
+ * Publication format: display and distribution format as it may be read or printed after the publication process has completed
57
+
58
+ [empty]
59
+ * Reflowable text: text that automatically wraps to the next line in a document as the user moves the margins of the text, either by resizing the window or changing the font size
60
+
61
+ [empty]
62
+ * Revisable format: the format that will provide the information for conversion into a Publication format; it is used or created by the RFC Editor
63
+
64
+ [empty]
65
+ * Submission format: the format submitted to the RFC Editor for editorial revision and publication
66
+
67
+ [#overview-of-the-decision-making-process]
68
+ == Overview of the Decision Making Process
69
+
70
+ Requirements, use cases, concerns, and suggestions were collected from the communities of interest at every stage of the RFC format update project. Input was received through the rfc-interest mailing list, as well as in several face-to-face sessions at IETF meetings. Regular conversations were held with the IETF, IRTF, IAB, and IAOC chairs, and the Independent Stream Editor, to discuss high-level stream requirements. Updates regarding the status of the project were provided to the IETF community during the IETF Technical Plenary as well as Format BoFs or IAB sessions at IETF 84, IETF 85, IETF 88, IETF 89, and IETF 90 <<IETF84>> <<IETF85>> <<IETF88>> <<IETF89>> <<IETF90>>.
71
+
72
+ The first document published, RFC 6949, provided the first solid documentation on what the requirements were for the Series and in effect was the output from the first year of discussion on the topic of RFC format. That RFC, as with all of the RFCs that informed the format update work, was published as an IAB stream document, thus following the process described in RFC 4845, "Process for Publication of IAB RFCs" <<RFC4845>>.
73
+
74
+ After the high-level requirements were published, the RFC Series Editor (RSE) brought together an RFC Format Design Team to start working out the necessary details to develop the code needed to create new and changed formats. The design team discussed moving away from the existing xml2rfc vocabulary, but with such a strong existing support base within the community and no clear value with other XML vocabularies or schemas, the decision was made to work with the XML2RFC version 2 (xml2rfc v2) model and use it as the base for the new format world <<RFC7749>>. Part of this discussion included a decision to stop using an XML document type definition (DTD) in favor of a Regular Language for XML Next General (Relax NG) model using a defined vocabulary. While the bi-weekly calls for this team were limited to Design Team members, review of the decisions as documented in the drafts produced by this team were done publicly through requests for feedback on the rfc-interest mailing list. Several of the drafts produced by the Design Team, including the xml2rfc v2 and v3 drafts and the SVG profile drafts, were sent through an early GenART review before starting the process to be accepted as an IAB stream draft <<GEN-ART>> <<I-D.iab-xml2rfc>>.
75
+
76
+ While the IETF community provided the majority of input on the process, additional outreach opportunities were sought to gain input from an even broader audience. Informal discussions were held with participants at several International Association of Scientific, Technical, and Medical Publisher events, and presentations made at technical conferences such as the TERENA Networking Conference 2014 and NORDUnet 2014 <<TNC2014>> <<NDN2014>>.
77
+
78
+ In order to respond to concerns regarding responses to subpoenas and to understand the requirements for lawyers, advice was requested from the IETF Trust legal team regarding what format or formats would be considered reasonable when responding to a subpoena request for an RFC.
79
+
80
+ Given that several other standards development organizations (SDOs) do not offer plain-text documents, and in fact may offer more than one format for their standards, informal input was sought from them regarding their experience with supporting one or more non-plain-text formats for their standards.
81
+
82
+ Finally, the entire process was reviewed regularly with the RFC Series Oversight Committee and regular updates provided to the IAB and IESG <<RSOC>>. They have offered support and input throughout the process.
83
+
84
+ Where consensus was not reached during the process, the RSE made any necessary final decisions, as per the guidance in RFC 6635, "RFC Editor Model (Version 2)" <<RFC6635>>.
85
+
86
+ [#key-changes]
87
+ == Key Changes
88
+
89
+ At the highest level, the changes being made to the RFC Format involve breaking away from a pure-ASCII plain text and moving to canonical format that includes all the information required for rendering a document into a wide variety of publication formats. The RFC Editor will become responsible for more than just the plain-text file and the PDF-from-text format created at time of publication; they will be creating several different formats in order to meet the diverse requirements of the community.
90
+
91
+ The final XML file produced by the RFC Editor will be considered the canonical format for RFCs; it is the lowest common denominator that holds all the information intended for an RFC. PDF/A-3 will be the publication format offered in response to subpoenas for RFCs published through this new process, and will be developed with an eye towards long-term archival storage. HTML will be the focus of providing the most flexible set of features for an RFC, including JavaScript to provide pointers to errata and other metadata. Plain-text will continue to be offered in order to support existing tool chains where practicable and the individuals who prefer to read RFCs in this format.
92
+
93
+ [#canonical-format-documents]
94
+ == Canonical Format Documents
95
+
96
+ [#xml]
97
+ === XML for RFCs
98
+
99
+ Key points regarding the XML format:
100
+
101
+ * The canonical format for RFCs is XML using the XML2RFC version 3 (xml2rfc v3) vocabulary. This file must contain all information necessary to render a variety of formats; any question about what was intended in the publication will be answered from this format.
102
+ * Authors may submit drafts in xml2rfc v2 vocabulary, but the final publication will convert that to xml2rfc v3 vocabulary.
103
+ * SVG is supported and will be embedded in the final XML file.
104
+ * There will be automatically generated identifiers for sections, paragraphs, figures, and tables in the final XML file.
105
+ * The XML file will not contain any xml2rfc v3 vocabulary elements or attributes that have been marked deprecated.
106
+ * A Document Type Definition (DTD) will no longer be used. The grammar will be defined using RelaxNG.
107
+ * The final XML file will contain, verbatim, the appropriate boilerplate as applicable at time of publication specified by RFC 5741 or its successors <<RFC5741>>.
108
+ * The final XML will be self-contained with all the information known at publication time. For instance, all features that reference externally-defined input will be expanded. This includes all uses of xinclude, src attributes (such as in <artwork> or <sourcecode> elements), include-like processing instructions, and externally defined entities.
109
+ * The final XML will not contain comments or processing instructions.
110
+ * The final XML will not contain src attributes for <artwork> or
111
+ <sourcecode> elements.
112
+
113
+ <<RFC7749>> describes the xml2rfc v2 vocabulary. While in wide use today, this vocabulary previously had not been formally documented. In order to understand what needed to change in the vocabulary to allow for a more simple experience and additional features for authors, the current vocabulary needed to be fully described. This document will be obsoleted by the RFC published from draft-iab-xml2rfc.
114
+
115
+ <<I-D.iab-xml2rfc>> Describes the xml2rfc v3 vocabulary. The design goals in this vocabulary were to make the vocabulary more intuitive for authors, and to expand the features to support the changes being made in the publication process. This draft, when published, will obsolete the RFC 7749.
116
+
117
+ [#publication-format-documents]
118
+ == Publication Format Documents
119
+
120
+ [#html]
121
+ === HTML
122
+ <<I-D.iab-html-rfc>> - Describes the semantic HTML that will be produced by the RFC Editor from the xml2rfc v3 files.
123
+
124
+ Key points regarding the HTML output:
125
+
126
+ * The HTML will be rendered from the XML file; it will not be derived from the plain-text publication format.
127
+ * The body of the document will use a subset of HTML. The documents will include CSS for default visual presentation; it can be overwritten by a local CSS file.
128
+ * SVG is supported and will be included in the HTML file.
129
+ * Text will be reflowable.
130
+ * JavaScript will be supported on a limited basis. It will not be permitted to overwrite or change any text present in the rendered html. It may, on a limited basis, add additional text that provides post-publication metadata or pointers if warranted. All such text will be clearly marked as additional.
131
+
132
+ [#pdf]
133
+ === PDF
134
+ <<I-D.iab-rfc-use-of-pdf>> - Describes the tags and profiles that will be used to create the new PDF format, including both the internal structure and the visible layout of the file. A review of the different versions of PDF is offered, with a recommendation of what PDF standard should apply to RFCs.
135
+
136
+ Key points regarding the PDF output:
137
+
138
+ * The PDF file will be rendered from the XML file; it will not be derived from the plain-text publication format.
139
+ * The PDF publication format will conform to the PDF/A-3 standard and will embed the canonical XML source.
140
+ * The PDF will look more like the HTML publication format than the plain-text publication format.
141
+ * The PDF will include a rich set of tags and metadata within the document
142
+ * SVG is supported and will be included in the PDF file.
143
+
144
+ [#plain-text]
145
+ === Plain Text
146
+ <<I-D.iab-rfc-plaintext>> - Describes the details of the plain text format, focusing in particular on what is changing from the existing plain-text output.
147
+
148
+ Key points regarding the plain-text output:
149
+
150
+ * The plain-text document will no longer be the canonical version of an RFC.
151
+ * The plain-text format will be UTF-8 encoded; non-ASCII characters will be allowed.
152
+ * A Byte Order Mark (BOM) will be added at the start of each file.
153
+ * Widow and orphan control for the plain-text publication format will not have priority for the developers creating the rendering code <<TYPOGRAPHY>>.
154
+ * Authors may choose to have pointers to line art in other publication formats in place of ASCII art in the .txt file.
155
+ * Both a paginated and an unpaginated plain-text file will be created.
156
+ * Running headers and footers will not be used.
157
+
158
+ [#potential-future-publication-formats]
159
+ === Potential Future Publication Formats
160
+
161
+ [#epub]
162
+ ==== EPUB
163
+ This format is intended for use by ebook readers and will be available for RFCs after the requirements have been defined. No draft is currently available.
164
+
165
+ [#figures-and-artwork]
166
+ == Figures and Artwork
167
+
168
+ [#svg]
169
+ === SVG
170
+ <<I-D.iab-svg-rfc>> Describes the profile for SVG line art. SVG is an XML-based vocabulary for creating line drawings; SVG information will be embedded within the canonical XML at time of publication.
171
+
172
+ [#content-and-page-layout]
173
+ == Content and Page Layout
174
+
175
+ [#non-ascii-characters]
176
+ === Non-ASCII Characters
177
+ There are security and readability implications to moving outside the ASCII range of characters. <<I-D.iab-rfc-nonascii>> focuses on exactly where and how non-ASCII characters may be used in an RFC, with an eye towards keeping the documents as secure and readable as possible given the information that needs to be expressed.
178
+
179
+ [#style-guide]
180
+ === Style Guide
181
+ The RFC Style Guide <<RFC7322>> was revised to remove as much page formatting information as possible, focusing instead on grammar, structure, and content of RFCs. Some of the changes recommended, however, informed the XML v3 vocabulary.
182
+
183
+ [#css-requirements]
184
+ === CSS Requirements
185
+ <<I-D.iab-rfc-css>> describe how the CSS classes mentioned in the HTML format draft, "HyperText Markup Language Request for Comments Format", should be used to create an accessible and responsive design for the HTML format.
186
+
187
+ [#transition-plan]
188
+ == Transition Plan
189
+
190
+ [#tooldev-phase]
191
+ === Statement of Work and RFP for Tool Development
192
+ Existing tools for the creation of RFCs will need to be updated, and new tools created, to implement the updated format. As the requirements gathering effort, described in the various documents described earlier int this draft, finishes the bulk of the work, the Tools Development Team of the IETF will work with the RSE to develop Statements of Work (SoWs). Those SoWs will first be reviewed within the Tools Development Team, the Tools Management Committee, and go out for a public comment period. After public review, the SoWs will be attached to a Request for Proposal (RFP) and posted as per the IASA bid process <<IASA-RFP>>.
193
+
194
+ Once bids have been received, reviewed, and awarded, coding will begin.
195
+
196
+ [#testing-phase]
197
+ === Testing and Transition
198
+
199
+ During the I-D review and approval process, authors and stream-approving bodies will select drafts to run through the proposed new publication process. While the final RFCs published during this time will continue as plain-text and immutable once published, the feedback process is necessary to bootstrap initial testing. These early tests will target finding issues with the proposed xml2rfc v3 vocabulary that result in poorly formed publication formats as well as issues that prevent proper review of submitted drafts.
200
+
201
+ Feedback will result in regular iteration of the basic code and XML vocabulary. In order to limit the amount of time the RFC Production Center (RPC) spends on testing and QA, their priority will be to edit and publish documents; therefore, community assistance will be necessary to help move this stage along. A mailing list and experimental source directory on the RFC Editor website will be created for community members willing to assist in the detailed review of the XML and publication formats. Editorial checks of the publication formats by the community are out of scope; the focus will be the QA of each available output, checking for inconsistencies across formats.
202
+
203
+ The purpose of testing phase is to work with the community to identify and fix bugs in the process and the code, before producing canonical, immutable XML, and to collect additional feedback on the usability of the new publication formats.
204
+
205
+ Any modifications to the draft review process, up to and including AUTH48, will happen with the community and the stream approving bodies as we learn more about the features and outputs of the new publication tools. Defining those processes is out of scope for this document.
206
+
207
+ Success will be measured by the closure of all bugs which had been identified by the RPC and the Tools Development team as fatal and consensus on the readiness of the XML vocabulary and final XML files for publication. The actual rendering engine can go through further review and iteration, as the publication formats may be republished as needed.
208
+
209
+ Authors are not required to submit their approved drafts in an XML format, though they are strongly encouraged to do so; plain-text will also remain an option for the foreseeable future. However, documents submitted as plain-text cannot include such features as SVG artwork. The RPC will generate an XML file if necessary for basic processing and subsequent rendering into the approved output formats.
210
+
211
+ A known risk at this point of the transition is the difficulty in quantifying the resources required from the RPC. This phase will require more work on the part of the RPC to support both old and new publication processes for at least six months. There is potential for confusion as consumers of RFCs find some documents published at this time with a full set of outputs, while other documents only have plain text. There may be a delay in publication as new bugs are found that must be fixed before the files can be converted into the canonical format and associated publication formats.
212
+
213
+ Final success of the transition will be measured by the closure of all bugs which had been identified by the RPC and the Tools Development team as major or critical. There must also be rough consensus from the community regarding the utility of the new formats.
214
+
215
+ [#completion]
216
+ === Completion
217
+ Authors may submit XML (preferred) or plain text. The XML drafts submitted for publication will be converted to canonical XML format and published with all available publication formats. All authors will be expected to review the final documents as consistent with the evolving procedures for reviewing drafts.
218
+
219
+ Success for this phase will be measured by a solid understanding by the RSE and the IAOC of the necessary costs and resources required for long-term support of the new format model.
220
+
221
+ [#iana-considerations]
222
+ == IANA Considerations
223
+
224
+ This document has no actions for IANA.
225
+
226
+ [#security-considerations]
227
+ == Security Considerations
228
+
229
+ Changing the format for RFCs involves modifying a great number of components to publication. Understanding those changes and the implications for the entire tool chain is critical so as to avoid unintended bugs that would allow unintended changes to text. Unintended changes to text could in turn corrupt a standard, practice or critical piece of information about a protocol.
230
+
231
+ [#acknowledgements]
232
+ == Acknowledgements
233
+ With many thanks to the RFC Format Design Team for their efforts in making this transition successful: Nevil Brownlee (ISE), Tony Hansen, Joe Hildebrand, Paul Hoffman, Ted Lemon, Julian Reschke, Adam Roach, Alice Russo, Robert Sparks (Tools Team liaison), and Dave Thaler.
234
+
235
+ [#changelog]
236
+ == Appendix - Change log
237
+ To be removed by RFC Editor
238
+
239
+ [#change06]
240
+ === draft-iab-rfc-framework-05 to -06
241
+ xml2rfcv2: minor clarifications
242
+
243
+ [#change05]
244
+ === draft-iab-rfc-framework-04 to -05
245
+ Introduction: minor clarifications
246
+
247
+ Updated references
248
+
249
+ [#change04]
250
+ === draft-iab-rfc-framework-03 to -04
251
+ Introduction: editorial changes
252
+
253
+ Clarified that submitted plain text will be converted to XML by the RPC; the XML will be used to render all output formats.
254
+
255
+ [#change03]
256
+ === draft-iab-rfc-framework-02 to -03
257
+ HTML output: clarified expectations around use of JavaScript.
258
+
259
+ [#change02]
260
+ === draft-iab-rfc-framework-01 to -02
261
+ Introduction: Removed some unnecessary history.
262
+
263
+ [#change01]
264
+ === draft-iab-rfc-framework-00 to -01
265
+ Decision Making Process: noted taht other XML schemas and vocabularies were considered by the design team
266
+
267
+ XML for RFCs: "boilerplate at time of publication"
268
+
269
+ HTML: clarified that JavaScript should not impact readability of the document as it looked at time of publication
270
+
271
+ [bibliography]
272
+ == Normative References
273
+ ++++
274
+ <reference anchor="RFC6949" target="https://www.rfc-editor.org/info/rfc6949">
275
+ <front>
276
+ <title>
277
+ RFC Series Format Requirements and Future Development
278
+ </title>
279
+ <author initials="H." surname="Flanagan" fullname="H. Flanagan">
280
+ <organization/>
281
+ </author>
282
+ <author initials="N." surname="Brownlee" fullname="N. Brownlee">
283
+ <organization/>
284
+ </author>
285
+ <date year="2013" month="May"/>
286
+ <abstract>
287
+ <t>
288
+ This document describes the current requirements and requests for enhancements for the format of the canonical version of RFCs. Terms are defined to help clarify exactly which stages of document production are under discussion for format changes. The requirements described in this document will determine what changes will be made to RFC format. This document updates RFC 2223.
289
+ </t>
290
+ </abstract>
291
+ </front>
292
+ <seriesInfo name="RFC" value="6949"/>
293
+ <seriesInfo name="DOI" value="10.17487/RFC6949"/>
294
+ </reference>
295
+
296
+ <reference anchor="RFC7749" target="https://www.rfc-editor.org/info/rfc7749">
297
+ <front>
298
+ <title>The "xml2rfc" Version 2 Vocabulary</title>
299
+ <author initials="J." surname="Reschke" fullname="J. Reschke">
300
+ <organization/>
301
+ </author>
302
+ <date year="2016" month="February"/>
303
+ <abstract>
304
+ <t>
305
+ This document defines the "xml2rfc" version 2 vocabulary: an XML-based language used for writing RFCs and Internet-Drafts.
306
+ </t>
307
+ <t>
308
+ Version 2 represents the state of the vocabulary (as implemented by several tools and as used by the RFC Editor) around 2014.
309
+ </t>
310
+ <t>This document obsoletes RFC 2629.</t>
311
+ </abstract>
312
+ </front>
313
+ <seriesInfo name="RFC" value="7749"/>
314
+ <seriesInfo name="DOI" value="10.17487/RFC7749"/>
315
+ </reference>
316
+ <reference anchor="I-D.iab-xml2rfc">
317
+ <front>
318
+ <title>The "xml2rfc" version 3 Vocabulary</title>
319
+ <author initials="P" surname="Hoffman" fullname="Paul Hoffman">
320
+ <organization/>
321
+ </author>
322
+ <date month="June" day="22" year="2016"/>
323
+ <abstract>
324
+ <t>
325
+ This document defines the "xml2rfc" version 3 vocabulary: an XML- based language used for writing RFCs and Internet-Drafts. It is heavily derived from the version 2 vocabulary that is also under discussion. This document obsoletes the v2 grammar described in RFC 2629 and its followup, RFC 7749. Editorial Note (To be removed by RFC Editor) Discussion of this draft takes place on the rfc-interest mailing list (rfc-interest@rfc-editor.org), which has its home page at https://www.rfc-editor.org/mailman/listinfo/rfc-interest.
326
+ </t>
327
+ </abstract>
328
+ </front>
329
+ <seriesInfo name="Internet-Draft" value="draft-iab-xml2rfc-04"/>
330
+ <format type="TXT" target="http://www.ietf.org/internet-drafts/draft-iab-xml2rfc-04.txt"/>
331
+ </reference>
332
+
333
+ <reference anchor="I-D.iab-svg-rfc">
334
+ <front>
335
+ <title>SVG Drawings for RFCs: SVG 1.2 RFC</title>
336
+ <author initials="N" surname="Brownlee" fullname="Nevil Brownlee">
337
+ <organization/>
338
+ </author>
339
+ <date month="February" day="25" year="2016"/>
340
+ <abstract>
341
+ <t>
342
+ . Maybe the text in section This document specifies SVG 1.2 RFC - an SVG profile for use in diagrams that may appear in RFCs - and considers some of the issues concerning the creation and use of such diagrams.
343
+ </t>
344
+ </abstract>
345
+ </front>
346
+ <seriesInfo name="Internet-Draft" value="draft-iab-svg-rfc-02"/>
347
+ <format type="TXT" target="http://www.ietf.org/internet-drafts/draft-iab-svg-rfc-02.txt"/>
348
+ </reference>
349
+
350
+ <reference anchor="I-D.iab-html-rfc">
351
+ <front>
352
+ <title>
353
+ HyperText Markup Language Request For Comments Format
354
+ </title>
355
+ <author initials="J" surname="Hildebrand" fullname="Joe Hildebrand">
356
+ <organization/>
357
+ </author>
358
+ <author initials="P" surname="Hoffman" fullname="Paul Hoffman">
359
+ <organization/>
360
+ </author>
361
+ <date month="June" day="30" year="2016"/>
362
+ <abstract>
363
+ <t>
364
+ In order to meet the evolving needs of the Internet community, the format for RFCs is changing from a plain-text, ASCII-only format to a canonical XML format that will in turn be rendered into several publication formats. This document defines the HTML format that will be rendered for an RFC or Internet-Draft.
365
+ </t>
366
+ </abstract>
367
+ </front>
368
+ <seriesInfo name="Internet-Draft" value="draft-iab-html-rfc-03"/>
369
+ <format type="TXT" target="http://www.ietf.org/internet-drafts/draft-iab-html-rfc-03.txt"/>
370
+ </reference>
371
+
372
+ <reference anchor="I-D.iab-rfc-use-of-pdf">
373
+ <front>
374
+ <title>PDF for an RFC Series Output Document Format</title>
375
+ <author initials="T" surname="Hansen" fullname="Tony Hansen">
376
+ <organization/>
377
+ </author>
378
+ <author initials="L" surname="Masinter" fullname="Larry Masinter">
379
+ <organization/>
380
+ </author>
381
+ <author initials="M" surname="Hardy" fullname="Matthew Hardy">
382
+ <organization/>
383
+ </author>
384
+ <date month="May" day="17" year="2016"/>
385
+ <abstract>
386
+ <t>
387
+ This document discusses options and requirements for the PDF rendering of RFCs in the RFC Series, as outlined in RFC 6949. It also discusses the use of PDF for Internet-Drafts, and available or needed software tools for producing and working with PDF.
388
+ </t>
389
+ </abstract>
390
+ </front>
391
+ <seriesInfo name="Internet-Draft" value="draft-iab-rfc-use-of-pdf-02"/>
392
+ <format type="TXT" target="http://www.ietf.org/internet-drafts/draft-iab-rfc-use-of-pdf-02.txt"/>
393
+ </reference>
394
+
395
+ <reference anchor="I-D.iab-rfc-plaintext">
396
+ <front>
397
+ <title>Requirements for Plain-Text RFCs</title>
398
+ <author initials="H" surname="Flanagan" fullname="Heather Flanagan">
399
+ <organization/>
400
+ </author>
401
+ <date month="May" day="16" year="2016"/>
402
+ <abstract>
403
+ <t>
404
+ In 2013, after a great deal of community discussion, the decision was made to shift from the plain-text, ASCII-only canonical format for RFCs to XML as the canonical format with more human-readable formats rendered from that XML. The high-level requirements that informed this change were defined in RFC6949, "RFC Series Format Requirements and Future Development." Plain text remains an important format for many in the IETF community, and will be one of the publication formats rendered from the XML. This draft documents the rendering requirements for the plain-text RFC publication format. These requirements do not apply to plain-text RFCs published before the format transition.
405
+ </t>
406
+ </abstract>
407
+ </front>
408
+ <seriesInfo name="Internet-Draft" value="draft-iab-rfc-plaintext-03"/>
409
+ <format type="TXT" target="http://www.ietf.org/internet-drafts/draft-iab-rfc-plaintext-03.txt"/>
410
+ </reference>
411
+
412
+ <reference anchor="I-D.iab-rfc-nonascii">
413
+ <front>
414
+ <title>The Use of Non-ASCII Characters in RFCs</title>
415
+ <author initials="H" surname="Flanagan" fullname="Heather Flanagan">
416
+ <organization/>
417
+ </author>
418
+ <date month="April" day="27" year="2016"/>
419
+ <abstract>
420
+ <t>
421
+ In order to support the internationalization of protocols and a more diverse Internet community, the RFC Series must evolve to allow for the use of non-ASCII characters in RFCs. While English remains the required language of the Series, the encoding of future RFCs will be in UTF-8, allowing for a broader range of characters than typically used in the English language. This document describes the RFC Editor requirements and guidance regarding the use of non-ASCII characters in RFCs. This document updates RFC 7322. Please review the PDF version of this draft.
422
+ </t>
423
+ </abstract>
424
+ </front>
425
+ <seriesInfo name="Internet-Draft" value="draft-iab-rfc-nonascii-02"/>
426
+ <format type="TXT" target="http://www.ietf.org/internet-drafts/draft-iab-rfc-nonascii-02.txt"/>
427
+ <format type="PDF" target="http://www.ietf.org/internet-drafts/draft-iab-rfc-nonascii-02.pdf"/>
428
+ </reference>
429
+
430
+ <reference anchor="I-D.iab-rfc-css">
431
+ <front>
432
+ <title>CSS Requirements for RFCs</title>
433
+ <author initials="H" surname="Flanagan" fullname="Heather Flanagan">
434
+ <organization/>
435
+ </author>
436
+ <date month="July" day="4" year="2016"/>
437
+ <abstract>
438
+ <t>
439
+ The HTML format for RFCs, described in [I-D.iab-html-rfc] assigns style guidance to an RFC Editor-defined Cascading Style Sheet (CSS). The embedded, default CSS as included by the RFC Editor is expected to take into account accessibility needs and be built along a responsive design model. This document describes the requirements for the default CSS used by the RFC Editor. The class names are based on the classes defined in draft-iab-html-rfc. Discussion of this draft takes place on the rfc-interest mailing list (rfc-interest@rfc-editor.org), which has its home page at https://www.rfc-editor.org/mailman/listinfo/rfc-interest.
440
+ </t>
441
+ </abstract>
442
+ </front>
443
+ <seriesInfo name="Internet-Draft" value="draft-iab-rfc-css-01"/>
444
+ <format type="TXT" target="http://www.ietf.org/internet-drafts/draft-iab-rfc-css-01.txt"/>
445
+ </reference>
446
+ ++++
447
+
448
+ [bibliography]
449
+ == Informative References
450
+ ++++
451
+ <reference anchor="RFC4845" target="https://www.rfc-editor.org/info/rfc4845">
452
+ <front>
453
+ <title>Process for Publication of IAB RFCs</title>
454
+ <author initials="L." surname="Daigle" fullname="L. Daigle" role="editor">
455
+ <organization/>
456
+ </author>
457
+ <author>
458
+ <organization>Internet Architecture Board</organization>
459
+ </author>
460
+ <date year="2007" month="July"/>
461
+ <abstract>
462
+ <t>
463
+ From time to time, the Internet Architecture Board (IAB) publishes documents as Requests for Comments (RFCs). This document defines the process by which those documents are produced, reviewed, and published in the RFC Series. This memo provides information for the Internet community.
464
+ </t>
465
+ </abstract>
466
+ </front>
467
+ <seriesInfo name="RFC" value="4845"/>
468
+ <seriesInfo name="DOI" value="10.17487/RFC4845"/>
469
+ </reference>
470
+
471
+ <reference anchor="RFC5741" target="https://www.rfc-editor.org/info/rfc5741">
472
+ <front>
473
+ <title>RFC Streams, Headers, and Boilerplates</title>
474
+ <author initials="L." surname="Daigle" fullname="L. Daigle" role="editor">
475
+ <organization/>
476
+ </author>
477
+ <author initials="O." surname="Kolkman" fullname="O. Kolkman" role="editor">
478
+ <organization/>
479
+ </author>
480
+ <author>
481
+ <organization>IAB</organization>
482
+ </author>
483
+ <date year="2009" month="December"/>
484
+ <abstract>
485
+ <t>
486
+ RFC documents contain a number of fixed elements such as the title page header, standard boilerplates, and copyright/IPR statements. This document describes them and introduces some updates to reflect current usage and requirements of RFC publication. In particular, this updated structure is intended to communicate clearly the source of RFC creation and review. This document is not an Internet Standards Track specification; it is published for informational purposes.
487
+ </t>
488
+ </abstract>
489
+ </front>
490
+ <seriesInfo name="RFC" value="5741"/>
491
+ <seriesInfo name="DOI" value="10.17487/RFC5741"/>
492
+ </reference>
493
+
494
+ <reference anchor="RFC6635" target="https://www.rfc-editor.org/info/rfc6635">
495
+ <front>
496
+ <title>RFC Editor Model (Version 2)</title>
497
+ <author initials="O." surname="Kolkman" fullname="O. Kolkman" role="editor">
498
+ <organization/>
499
+ </author>
500
+ <author initials="J." surname="Halpern" fullname="J. Halpern" role="editor">
501
+ <organization/>
502
+ </author>
503
+ <author>
504
+ <organization>IAB</organization>
505
+ </author>
506
+ <date year="2012" month="June"/>
507
+ <abstract>
508
+ <t>
509
+ The RFC Editor model described in this document divides the responsibilities for the RFC Series into three functions: the RFC Series Editor, the RFC Production Center, and the RFC Publisher. Internet Architecture Board (IAB) oversight via the RFC Series Oversight Committee (RSOC) is described, as is the relationship between the IETF Administrative Oversight Committee (IAOC) and the RSOC. This document reflects the experience gained with "RFC Editor Model (Version 1)", documented in RFC 5620, and obsoletes that document. This document is not an Internet Standards Track specification; it is published for informational purposes.
510
+ </t>
511
+ </abstract>
512
+ </front>
513
+ <seriesInfo name="RFC" value="6635"/>
514
+ <seriesInfo name="DOI" value="10.17487/RFC6635"/>
515
+ </reference>
516
+
517
+ <reference anchor="RFC7322" target="https://www.rfc-editor.org/info/rfc7322">
518
+ <front>
519
+ <title>RFC Style Guide</title>
520
+ <author initials="H." surname="Flanagan" fullname="H. Flanagan">
521
+ <organization/>
522
+ </author>
523
+ <author initials="S." surname="Ginoza" fullname="S. Ginoza">
524
+ <organization/>
525
+ </author>
526
+ <date year="2014" month="September"/>
527
+ <abstract>
528
+ <t>
529
+ This document describes the fundamental and unique style conventions and editorial policies currently in use for the RFC Series. It captures the RFC Editor's basic requirements and offers guidance regarding the style and structure of an RFC. Additional guidance is captured on a website that reflects the experimental nature of that guidance and prepares it for future inclusion in the RFC Style Guide. This document obsoletes RFC 2223, "Instructions to RFC Authors".
530
+ </t>
531
+ </abstract>
532
+ </front>
533
+ <seriesInfo name="RFC" value="7322"/>
534
+ <seriesInfo name="DOI" value="10.17487/RFC7322"/>
535
+ </reference>
536
+
537
+
538
+ <reference anchor="GEN-ART" target="http://www.ietf.org/iesg/directorate/gen-art.html">
539
+ <front>
540
+ <title>General Area Review Team (Gen-ART)</title>
541
+ <author>
542
+ <organization>IETF</organization>
543
+ </author>
544
+ <date year="n.d."/>
545
+ </front>
546
+ </reference>
547
+ <reference anchor="IASA-RFP" target="http://iaoc.ietf.org/rfps-rfis.html">
548
+ <front>
549
+ <title>RFPs and RFIs</title>
550
+ <author>
551
+ <organization>IETF Administrative Support Activity</organization>
552
+ </author>
553
+ <date year="n.d." />
554
+ </front>
555
+ </reference>
556
+ <reference anchor="IETF84" target="http://www.ietf.org/proceedings/84/rfcform.html">
557
+ <front>
558
+ <title>IETF 84 Proceedings: RFC Format (rfcform)</title>
559
+ <author initials="H." surname="Flanagan" fullname="Heather Flanagan">
560
+ <organization></organization>
561
+ </author>
562
+ <date year="n.d."/>
563
+ </front>
564
+ </reference>
565
+ <reference anchor="IETF85" target="http://www.ietf.org/proceedings/85/rfcform.html">
566
+ <front>
567
+ <title>IETF 85 Proceedings: RFC Format (rfcform)</title>
568
+ <author initials="H." surname="Flanagan" fullname="Heather Flanagan">
569
+ <organization></organization>
570
+ </author>
571
+ <date year="n.d."/>
572
+ </front>
573
+ </reference>
574
+ <reference anchor="IETF88" target="http://www.ietf.org/proceedings/88/rfcform.html">
575
+ <front>
576
+ <title>IETF 88 Proceedings: RFC Format (rfcform)</title>
577
+ <author initials="H." surname="Flanagan" fullname="Heather Flanagan">
578
+ <organization></organization>
579
+ </author>
580
+ <date year="n.d."/>
581
+ </front>
582
+ </reference>
583
+ <reference anchor="IETF89" target="http://www.ietf.org/proceedings/89/rfcform.html">
584
+ <front>
585
+ <title>IETF 89 Proceedings: RFC Format (rfcform)</title>
586
+ <author initials="H." surname="Flanagan" fullname="Heather Flanagan">
587
+ <organization></organization>
588
+ </author>
589
+ <date year="n.d."/>
590
+ </front>
591
+ </reference>
592
+ <reference anchor="IETF90" target="http://www.ietf.org/proceedings/90/rfcform.html">
593
+ <front>
594
+ <title>IETF 90 Proceedings: RFC Format (rfcform)</title>
595
+ <author initials="H." surname="Flanagan" fullname="Heather Flanagan">
596
+ <organization></organization>
597
+ </author>
598
+ <date year="n.d."/>
599
+ </front>
600
+ </reference>
601
+ <reference anchor="ISTATS" target="http://www.internetlivestats.com/internet-users/">
602
+ <front>
603
+ <title>Internet Live Stats</title>
604
+ <author >
605
+ <organization></organization>
606
+ </author>
607
+ <date year="n.d."/>
608
+ </front>
609
+ </reference>
610
+ <reference anchor="NDN2014" target="https://events.nordu.net/display/NORDU2014/BoF%27s+and+side+meetings">
611
+ <front>
612
+ <title>28th NORDUnet Conference 2014</title>
613
+ <author>
614
+ <organization></organization>
615
+ </author>
616
+ <date year="2014"/>
617
+ </front>
618
+ </reference>
619
+ <reference anchor="RFC-INTEREST" target="https://www.rfc-editor.org/mailman/listinfo/rfc-interest">
620
+ <front>
621
+ <title>rfc-interest -- A list for discussion of the RFC series and RFC Editor functions.</title>
622
+ <author >
623
+ <organization>RFC Editor</organization>
624
+ </author>
625
+ <date year="n.d."/>
626
+ </front>
627
+ </reference>
628
+ <reference anchor="RSOC" target="http://www.iab.org/activities/programs/rfc-editor-program/">
629
+ <front>
630
+ <title>RFC Editor Program: The RSOC</title>
631
+ <author >
632
+ <organization>IAB</organization>
633
+ </author>
634
+ <date year="n.d."/>
635
+ </front>
636
+ </reference>
637
+ <reference anchor="TNC2014" target="https://tnc2014.terena.org/core/presentation/84">
638
+ <front>
639
+ <title>IETF Update - 'What's Hot?' - RFC Update</title>
640
+ <author initials="H." surname="Flanagan" fullname="Heather Flanagan">
641
+ <organization></organization>
642
+ </author>
643
+ <date year="n.d."/>
644
+ </front>
645
+ </reference>
646
+ <reference anchor="TYPOGRAPHY" target="http://practicaltypography.com/widow-and-orphan-control.html">
647
+ <front>
648
+ <title>Butterick’s Practical Typography</title>
649
+ <author initials="M." surname="Butterick" fullname="Matthew Butterick"/>
650
+ <date year="n.d."/>
651
+ </front>
652
+ </reference>
653
+ <reference anchor="XML-ANNOUNCE" target="http://www.rfc-editor.org/pipermail/rfc-interest/2013-May/005584.html">
654
+ <front>
655
+ <title>Subject: [rfc-i] Direction of the RFC Format Development effort</title>
656
+ <author >
657
+ <organization></organization>
658
+ </author>
659
+ <date year="n.d."/>
660
+ </front>
661
+ </reference>
662
+ ++++