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,774 @@
1
+ <references>
2
+
3
+
4
+ <reference anchor="CCITT.X520.1988">
5
+ <front>
6
+ <title>
7
+ Information Technology - Open Systems
8
+ Interconnection - The Directory: Selected Attribute
9
+ Types
10
+ </title>
11
+ <author>
12
+ <organization>International Telephone and Telegraph Consultative
13
+ Committee</organization>
14
+ </author>
15
+ <date year="1988" month="November"/>
16
+ </front>
17
+ <seriesInfo name="CCITT Recommendation" value="X.520"/>
18
+ </reference>
19
+
20
+
21
+
22
+ <reference anchor="IEEE.754.2008">
23
+ <front>
24
+ <title>
25
+ Standard for Binary Floating-Point Arithmetic
26
+ </title>
27
+ <author>
28
+ <organization>Institute of Electrical and Electronics Engineers</organization>
29
+ </author>
30
+ <date year="2008" month="August"/>
31
+ </front>
32
+ <seriesInfo name="IEEE Standard" value="754"/>
33
+ </reference>
34
+
35
+
36
+
37
+ <reference anchor="ISO.8601.2000">
38
+ <front>
39
+ <title>
40
+ Data elements and interchange formats - Information interchange - Representation of dates and times
41
+ </title>
42
+ <author>
43
+ <organization>International Organization for Standardization</organization>
44
+ </author>
45
+ <date year="2000" month="December"/>
46
+ </front>
47
+ <seriesInfo name="ISO Standard" value="8601"/>
48
+ </reference>
49
+
50
+ <reference anchor="ISO.8601.2004">
51
+ <front>
52
+ <title>
53
+ Data elements and interchange formats - Information interchange - Representation of dates and times
54
+ </title>
55
+ <author>
56
+ <organization>International Organization for Standardization</organization>
57
+ </author>
58
+ <date year="2004" month="December"/>
59
+ </front>
60
+ <seriesInfo name="ISO Standard" value="8601"/>
61
+ </reference>
62
+
63
+
64
+
65
+ <reference anchor="RFC2045">
66
+ <front>
67
+ <title>
68
+ Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies
69
+ </title>
70
+ <author initials="N." surname="Freed" fullname="N. Freed">
71
+ <organization/>
72
+ </author>
73
+ <author initials="N." surname="Borenstein" fullname="N. Borenstein">
74
+ <organization/>
75
+ </author>
76
+ <date year="1996" month="November"/>
77
+ <abstract>
78
+ <t>
79
+ This initial document specifies the various headers used to describe the structure of MIME messages. [STANDARDS-TRACK]
80
+ </t>
81
+ </abstract>
82
+ </front>
83
+ <seriesInfo name="RFC" value="2045"/>
84
+ </reference>
85
+
86
+
87
+ <reference anchor="RFC2046">
88
+ <front>
89
+ <title>
90
+ Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types
91
+ </title>
92
+ <author initials="N." surname="Freed" fullname="N. Freed">
93
+ <organization/>
94
+ </author>
95
+ <author initials="N." surname="Borenstein" fullname="N. Borenstein">
96
+ <organization/>
97
+ </author>
98
+ <date year="1996" month="November"/>
99
+ <abstract>
100
+ <t>
101
+ This second document defines the general structure of the MIME media typing system and defines an initial set of media types. [STANDARDS-TRACK]
102
+ </t>
103
+ </abstract>
104
+ </front>
105
+ <seriesInfo name="RFC" value="2046"/>
106
+ </reference>
107
+
108
+ <reference anchor="RFC2119">
109
+ <front>
110
+ <title>
111
+ Key words for use in RFCs to Indicate Requirement Levels
112
+ </title>
113
+ <author initials="S." surname="Bradner" fullname="S. Bradner">
114
+ <organization/>
115
+ </author>
116
+ <date year="1997" month="March"/>
117
+ <abstract>
118
+ <t>
119
+ 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.
120
+ </t>
121
+ </abstract>
122
+ </front>
123
+ <seriesInfo name="BCP" value="14"/>
124
+ <seriesInfo name="RFC" value="2119"/>
125
+ </reference>
126
+
127
+ <reference anchor="RFC2739">
128
+ <front>
129
+ <title>Calendar Attributes for vCard and LDAP</title>
130
+ <author initials="T." surname="Small" fullname="T. Small">
131
+ <organization/>
132
+ </author>
133
+ <author initials="D." surname="Hennessy" fullname="D. Hennessy">
134
+ <organization/>
135
+ </author>
136
+ <author initials="F." surname="Dawson" fullname="F. Dawson">
137
+ <organization/>
138
+ </author>
139
+ <date year="2000" month="January"/>
140
+ <abstract>
141
+ <t>
142
+ This memo defines three mechanisms for obtaining a URI to a user's calendar and free/busy time. [STANDARDS-TRACK]
143
+ </t>
144
+ </abstract>
145
+ </front>
146
+ <seriesInfo name="RFC" value="2739"/>
147
+ </reference>
148
+
149
+ <reference anchor="RFC3629">
150
+ <front>
151
+ <title>UTF-8, a transformation format of ISO 10646</title>
152
+ <author initials="F." surname="Yergeau" fullname="F. Yergeau">
153
+ <organization/>
154
+ </author>
155
+ <date year="2003" month="November"/>
156
+ <abstract>
157
+ <t>
158
+ ISO/IEC 10646-1 defines a large character set called the Universal Character Set (UCS) which encompasses most of the world's writing systems. The originally proposed encodings of the UCS, however, were not compatible with many current applications and protocols, and this has led to the development of UTF-8, the object of this memo. UTF-8 has the characteristic of preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values. This memo obsoletes and replaces RFC 2279.
159
+ </t>
160
+ </abstract>
161
+ </front>
162
+ <seriesInfo name="STD" value="63"/>
163
+ <seriesInfo name="RFC" value="3629"/>
164
+ </reference>
165
+
166
+ <reference anchor="RFC3966">
167
+ <front>
168
+ <title>The tel URI for Telephone Numbers</title>
169
+ <author initials="H." surname="Schulzrinne" fullname="H. Schulzrinne">
170
+ <organization/>
171
+ </author>
172
+ <date year="2004" month="December"/>
173
+ <abstract>
174
+ <t>
175
+ This document specifies the URI (Uniform Resource Identifier) scheme "tel". The "tel" URI describes resources identified by telephone numbers. This document obsoletes RFC 2806. [STANDARDS-TRACK]
176
+ </t>
177
+ </abstract>
178
+ </front>
179
+ <seriesInfo name="RFC" value="3966"/>
180
+ </reference>
181
+
182
+ <reference anchor="RFC3986">
183
+ <front>
184
+ <title>Uniform Resource Identifier (URI): Generic Syntax</title>
185
+ <author initials="T." surname="Berners-Lee" fullname="T. Berners-Lee">
186
+ <organization/>
187
+ </author>
188
+ <author initials="R." surname="Fielding" fullname="R. Fielding">
189
+ <organization/>
190
+ </author>
191
+ <author initials="L." surname="Masinter" fullname="L. Masinter">
192
+ <organization/>
193
+ </author>
194
+ <date year="2005" month="January"/>
195
+ <abstract>
196
+ <t>
197
+ A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet. The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier. This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme. [STANDARDS-TRACK]
198
+ </t>
199
+ </abstract>
200
+ </front>
201
+ <seriesInfo name="STD" value="66"/>
202
+ <seriesInfo name="RFC" value="3986"/>
203
+ </reference>
204
+
205
+ <reference anchor="RFC4122">
206
+ <front>
207
+ <title>
208
+ A Universally Unique IDentifier (UUID) URN Namespace
209
+ </title>
210
+ <author initials="P." surname="Leach" fullname="P. Leach">
211
+ <organization/>
212
+ </author>
213
+ <author initials="M." surname="Mealling" fullname="M. Mealling">
214
+ <organization/>
215
+ </author>
216
+ <author initials="R." surname="Salz" fullname="R. Salz">
217
+ <organization/>
218
+ </author>
219
+ <date year="2005" month="July"/>
220
+ <abstract>
221
+ <t>
222
+ This specification defines a Uniform Resource Name namespace for UUIDs (Universally Unique IDentifier), also known as GUIDs (Globally Unique IDentifier). A UUID is 128 bits long, and can guarantee uniqueness across space and time. UUIDs were originally used in the Apollo Network Computing System and later in the Open Software Foundation\'s (OSF) Distributed Computing Environment (DCE), and then in Microsoft Windows platforms.
223
+ </t>
224
+ <t>
225
+ This specification is derived from the DCE specification with the kind permission of the OSF (now known as The Open Group). Information from earlier versions of the DCE specification have been incorporated into this document. [STANDARDS-TRACK]
226
+ </t>
227
+ </abstract>
228
+ </front>
229
+ <seriesInfo name="RFC" value="4122"/>
230
+ </reference>
231
+
232
+ <reference anchor="RFC4288">
233
+ <front>
234
+ <title>
235
+ Media Type Specifications and Registration Procedures
236
+ </title>
237
+ <author initials="N." surname="Freed" fullname="N. Freed">
238
+ <organization/>
239
+ </author>
240
+ <author initials="J." surname="Klensin" fullname="J. Klensin">
241
+ <organization/>
242
+ </author>
243
+ <date year="2005" month="December"/>
244
+ <abstract>
245
+ <t>
246
+ This document defines procedures for the specification and registration of media types for use in MIME and other Internet protocols. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.
247
+ </t>
248
+ </abstract>
249
+ </front>
250
+ <seriesInfo name="RFC" value="4288"/>
251
+ </reference>
252
+
253
+ <reference anchor="RFC5234">
254
+ <front>
255
+ <title>Augmented BNF for Syntax Specifications: ABNF</title>
256
+ <author initials="D." surname="Crocker" fullname="D. Crocker" role="editor">
257
+ <organization/>
258
+ </author>
259
+ <author initials="P." surname="Overell" fullname="P. Overell">
260
+ <organization/>
261
+ </author>
262
+ <date year="2008" month="January"/>
263
+ <abstract>
264
+ <t>
265
+ Internet technical specifications often need to define a formal syntax. Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications. The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power. The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges. This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications. [STANDARDS-TRACK]
266
+ </t>
267
+ </abstract>
268
+ </front>
269
+ <seriesInfo name="STD" value="68"/>
270
+ <seriesInfo name="RFC" value="5234"/>
271
+ </reference>
272
+
273
+ <reference anchor="RFC5322">
274
+ <front>
275
+ <title>Internet Message Format</title>
276
+ <author initials="P." surname="Resnick" fullname="P. Resnick" role="editor">
277
+ <organization/>
278
+ </author>
279
+ <date year="2008" month="October"/>
280
+ <abstract>
281
+ <t>
282
+ This document specifies the Internet Message Format (IMF), a syntax for text messages that are sent between computer users, within the framework of "electronic mail" messages. This specification is a revision of Request For Comments (RFC) 2822, which itself superseded Request For Comments (RFC) 822, "Standard for the Format of ARPA Internet Text Messages", updating it to reflect current practice and incorporating incremental changes that were specified in other RFCs. [STANDARDS-TRACK]
283
+ </t>
284
+ </abstract>
285
+ </front>
286
+ <seriesInfo name="RFC" value="5322"/>
287
+ </reference>
288
+
289
+ <reference anchor="RFC5545">
290
+ <front>
291
+ <title>
292
+ Internet Calendaring and Scheduling Core Object Specification (iCalendar)
293
+ </title>
294
+ <author initials="B." surname="Desruisseaux" fullname="B. Desruisseaux" role="editor">
295
+ <organization/>
296
+ </author>
297
+ <date year="2009" month="September"/>
298
+ <abstract>
299
+ <t>
300
+ This document defines the iCalendar data format for representing and exchanging calendaring and scheduling information such as events, to-dos, journal entries, and free/busy information, independent of any particular calendar service or protocol. [STANDARDS-TRACK]
301
+ </t>
302
+ </abstract>
303
+ </front>
304
+ <seriesInfo name="RFC" value="5545"/>
305
+ </reference>
306
+
307
+ <reference anchor="RFC5546">
308
+ <front>
309
+ <title>
310
+ iCalendar Transport-Independent Interoperability Protocol (iTIP)
311
+ </title>
312
+ <author initials="C." surname="Daboo" fullname="C. Daboo" role="editor">
313
+ <organization/>
314
+ </author>
315
+ <date year="2009" month="December"/>
316
+ <abstract>
317
+ <t>
318
+ This document specifies a protocol that uses the iCalendar object specification to provide scheduling interoperability between different calendaring systems. This is done without reference to a specific transport protocol so as to allow multiple methods of communication between systems. Subsequent documents will define profiles of this protocol that use specific, interoperable methods of communication between systems.
319
+ </t>
320
+ <t>
321
+ The iCalendar Transport-Independent Interoperability Protocol (iTIP) complements the iCalendar object specification by adding semantics for group scheduling methods commonly available in current calendaring systems. These scheduling methods permit two or more calendaring systems to perform transactions such as publishing, scheduling, rescheduling, responding to scheduling requests, negotiating changes, or canceling. [STANDARDS-TRACK]
322
+ </t>
323
+ </abstract>
324
+ </front>
325
+ <seriesInfo name="RFC" value="5546"/>
326
+ </reference>
327
+
328
+ <reference anchor="RFC5646">
329
+ <front>
330
+ <title>Tags for Identifying Languages</title>
331
+ <author initials="A." surname="Phillips" fullname="A. Phillips" role="editor">
332
+ <organization/>
333
+ </author>
334
+ <author initials="M." surname="Davis" fullname="M. Davis" role="editor">
335
+ <organization/>
336
+ </author>
337
+ <date year="2009" month="September"/>
338
+ <abstract>
339
+ <t>
340
+ This document describes the structure, content, construction, and semantics of language tags for use in cases where it is desirable to indicate the language used in an information object. It also describes how to register values for use in language tags and the creation of user-defined extensions for private interchange. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.
341
+ </t>
342
+ </abstract>
343
+ </front>
344
+ <seriesInfo name="BCP" value="47"/>
345
+ <seriesInfo name="RFC" value="5646"/>
346
+ </reference>
347
+
348
+ <reference anchor="RFC5870">
349
+ <front>
350
+ <title>
351
+ A Uniform Resource Identifier for Geographic Locations ('geo' URI)
352
+ </title>
353
+ <author initials="A." surname="Mayrhofer" fullname="A. Mayrhofer">
354
+ <organization/>
355
+ </author>
356
+ <author initials="C." surname="Spanring" fullname="C. Spanring">
357
+ <organization/>
358
+ </author>
359
+ <date year="2010" month="June"/>
360
+ <abstract>
361
+ <t>
362
+ This document specifies a Uniform Resource Identifier (URI) for geographic locations using the 'geo\' scheme name. A 'geo' URI identifies a physical location in a two- or three-dimensional coordinate reference system in a compact, simple, human-readable, and protocol-independent way. The default coordinate reference system used is the World Geodetic System 1984 (WGS-84). [STANDARDS-TRACK]
363
+ </t>
364
+ </abstract>
365
+ </front>
366
+ <seriesInfo name="RFC" value="5870"/>
367
+ </reference>
368
+
369
+ <reference anchor="RFC6351">
370
+ <front>
371
+ <title>xCard: vCard XML Representation</title>
372
+ <author initials="S." surname="Perreault" fullname="S. Perreault">
373
+ <organization/>
374
+ </author>
375
+ <date year="2011" month="August"/>
376
+ <abstract>
377
+ <t>
378
+ This document defines the XML schema of the vCard data format. [STANDARDS-TRACK]
379
+ </t>
380
+ </abstract>
381
+ </front>
382
+ <seriesInfo name="RFC" value="6351"/>
383
+ </reference>
384
+
385
+ <reference anchor="W3C.REC-xml-20081126" target="http://www.w3.org/TR/2008/REC-xml-20081126">
386
+ <front>
387
+ <title>Extensible Markup Language (XML) 1.0 (Fifth Edition)</title>
388
+ <author initials="E." surname="Maler" fullname="E. Maler">
389
+ <organization/>
390
+ </author>
391
+ <author initials="F." surname="Yergeau" fullname="F. Yergeau">
392
+ <organization/>
393
+ </author>
394
+ <author initials="C." surname="Sperberg-McQueen" fullname="C. Sperberg-McQueen">
395
+ <organization/>
396
+ </author>
397
+ <author initials="J." surname="Paoli" fullname="J. Paoli">
398
+ <organization/>
399
+ </author>
400
+ <author initials="T." surname="Bray" fullname="T. Bray">
401
+ <organization/>
402
+ </author>
403
+ <date year="2008" month="November"/>
404
+ </front>
405
+ <seriesInfo name="World Wide Web Consortium Recommendation" value="REC-xml-20081126"/>
406
+ </reference>
407
+
408
+ <reference anchor="IANA-TZ" target="http://gmpg.org/xfn/11">
409
+ <front>
410
+ <title>IANA Procedures for Maintaining the Timezone Database</title>
411
+ <author initials="E." surname="Lear" fullname="E. Lear">
412
+ <organization/>
413
+ </author>
414
+ <author initials="P." surname="Eggert" fullname="P. Eggert">
415
+ <organization/>
416
+ </author>
417
+ <date year="2011" month="May"/>
418
+ </front>
419
+ </reference>
420
+
421
+ <reference anchor="ISO9070">
422
+ <front>
423
+ <title>Information Processing - SGML support facilities - Registration Procedures for Public Text Owner Identifiers</title>
424
+ <author>
425
+ <organization>International Organization for Standardization</organization>
426
+ </author>
427
+ <date year="1991" month="April"/>
428
+ </front>
429
+ <seriesInfo name="ISO Standard" value="9070"/>
430
+ </reference>
431
+
432
+
433
+
434
+ <reference anchor="RFC1738">
435
+ <front>
436
+ <title>Uniform Resource Locators (URL)</title>
437
+ <author initials="T." surname="Berners-Lee" fullname="T. Berners-Lee">
438
+ <organization/>
439
+ </author>
440
+ <author initials="L." surname="Masinter" fullname="L. Masinter">
441
+ <organization/>
442
+ </author>
443
+ <author initials="M." surname="McCahill" fullname="M. McCahill">
444
+ <organization/>
445
+ </author>
446
+ <date year="1994" month="December"/>
447
+ <abstract>
448
+ <t>
449
+ This document specifies a Uniform Resource Locator (URL), the syntax and semantics of formalized information for location and access of resources via the Internet. [STANDARDS-TRACK]
450
+ </t>
451
+ </abstract>
452
+ </front>
453
+ <seriesInfo name="RFC" value="1738"/>
454
+ </reference>
455
+
456
+ <reference anchor="RFC2397">
457
+ <front>
458
+ <title>The "data" URL scheme</title>
459
+ <author initials="L." surname="Masinter" fullname="L. Masinter">
460
+ <organization/>
461
+ </author>
462
+ <date year="1998" month="August"/>
463
+ <abstract>
464
+ <t>
465
+ A new URL scheme, "data", is defined. It allows inclusion of small data items as "immediate" data, as if it had been included externally. [STANDARDS-TRACK]
466
+ </t>
467
+ </abstract>
468
+ </front>
469
+ <seriesInfo name="RFC" value="2397"/>
470
+ </reference>
471
+
472
+ <reference anchor="RFC2397">
473
+ <front>
474
+ <title>The "data" URL scheme</title>
475
+ <author initials="L." surname="Masinter" fullname="L. Masinter">
476
+ <organization/>
477
+ </author>
478
+ <date year="1998" month="August"/>
479
+ <abstract>
480
+ <t>
481
+ A new URL scheme, "data", is defined. It allows inclusion of small data items as "immediate" data, as if it had been included externally. [STANDARDS-TRACK]
482
+ </t>
483
+ </abstract>
484
+ </front>
485
+ <seriesInfo name="RFC" value="2397"/>
486
+ </reference>
487
+
488
+ <reference anchor="RFC2425">
489
+ <front>
490
+ <title>A MIME Content-Type for Directory Information</title>
491
+ <author initials="T." surname="Howes" fullname="T. Howes">
492
+ <organization/>
493
+ </author>
494
+ <author initials="M." surname="Smith" fullname="M. Smith">
495
+ <organization/>
496
+ </author>
497
+ <author initials="F." surname="Dawson" fullname="F. Dawson">
498
+ <organization/>
499
+ </author>
500
+ <date year="1998" month="September"/>
501
+ <abstract>
502
+ <t>
503
+ This document defines a MIME Content-Type for holding directory information. [STANDARDS-TRACK]
504
+ </t>
505
+ </abstract>
506
+ </front>
507
+ <seriesInfo name="RFC" value="2425"/>
508
+ </reference>
509
+
510
+ <reference anchor="RFC2426">
511
+ <front>
512
+ <title>vCard MIME Directory Profile</title>
513
+ <author initials="F." surname="Dawson" fullname="F. Dawson">
514
+ <organization/>
515
+ </author>
516
+ <author initials="T." surname="Howes" fullname="T. Howes">
517
+ <organization/>
518
+ </author>
519
+ <date year="1998" month="September"/>
520
+ <abstract>
521
+ <t>
522
+ This memo defines the profile of the MIME Content-Type for directory information for a white-pages person object, based on a vCard electronic business card. [STANDARDS-TRACK]
523
+ </t>
524
+ </abstract>
525
+ </front>
526
+ <seriesInfo name="RFC" value="2426"/>
527
+ </reference>
528
+
529
+ <reference anchor="RFC2616">
530
+ <front>
531
+ <title>Hypertext Transfer Protocol -- HTTP/1.1</title>
532
+ <author initials="R." surname="Fielding" fullname="R. Fielding">
533
+ <organization/>
534
+ </author>
535
+ <author initials="J." surname="Gettys" fullname="J. Gettys">
536
+ <organization/>
537
+ </author>
538
+ <author initials="J." surname="Mogul" fullname="J. Mogul">
539
+ <organization/>
540
+ </author>
541
+ <author initials="H." surname="Frystyk" fullname="H. Frystyk">
542
+ <organization/>
543
+ </author>
544
+ <author initials="L." surname="Masinter" fullname="L. Masinter">
545
+ <organization/>
546
+ </author>
547
+ <author initials="P." surname="Leach" fullname="P. Leach">
548
+ <organization/>
549
+ </author>
550
+ <author initials="T." surname="Berners-Lee" fullname="T. Berners-Lee">
551
+ <organization/>
552
+ </author>
553
+ <date year="1999" month="June"/>
554
+ <abstract>
555
+ <t>
556
+ HTTP has been in use by the World-Wide Web global information initiative since 1990. This specification defines the protocol referred to as "HTTP/1.1", and is an update to RFC 2068. [STANDARDS-TRACK]
557
+ </t>
558
+ </abstract>
559
+ </front>
560
+ <seriesInfo name="RFC" value="2616"/>
561
+ </reference>
562
+
563
+ <reference anchor="RFC3282">
564
+ <front>
565
+ <title>Content Language Headers</title>
566
+ <author initials="H." surname="Alvestrand" fullname="H. Alvestrand">
567
+ <organization/>
568
+ </author>
569
+ <date year="2002" month="May"/>
570
+ <abstract>
571
+ <t>
572
+ This document defines a "Content-language:" header, for use in cases where one desires to indicate the language of something that has RFC 822-like headers, like MIME body parts or Web documents, and an "Accept-Language:" header for use in cases where one wishes to indicate one's preferences with regard to language. [STANDARDS-TRACK]
573
+ </t>
574
+ </abstract>
575
+ </front>
576
+ <seriesInfo name="RFC" value="3282"/>
577
+ </reference>
578
+
579
+ <reference anchor="RFC3406">
580
+ <front>
581
+ <title>
582
+ Uniform Resource Names (URN) Namespace Definition Mechanisms
583
+ </title>
584
+ <author initials="L." surname="Daigle" fullname="L. Daigle">
585
+ <organization/>
586
+ </author>
587
+ <author initials="D." surname="van Gulik" fullname="D. van Gulik">
588
+ <organization/>
589
+ </author>
590
+ <author initials="R." surname="Iannella" fullname="R. Iannella">
591
+ <organization/>
592
+ </author>
593
+ <author initials="P." surname="Faltstrom" fullname="P. Faltstrom">
594
+ <organization/>
595
+ </author>
596
+ <date year="2002" month="October"/>
597
+ <abstract>
598
+ <t>
599
+ This document lays out general definitions of and mechanisms for establishing Uniform Resource Names (URN) "namespaces". The URN WG has defined a syntax for URNs in RFC 2141, as well as some proposed mechanisms for their resolution and use in Internet applications in RFC 3401 and RFC 3405. The whole rests on the concept of individual "namespaces" within the URN structure. Apart from proof-of-concept namespaces, the use of existing identifiers in URNs has been discussed in RFC 2288. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.
600
+ </t>
601
+ </abstract>
602
+ </front>
603
+ <seriesInfo name="RFC" value="3406"/>
604
+ </reference>
605
+
606
+
607
+ <reference anchor="RFC3536">
608
+ <front>
609
+ <title>
610
+ Terminology Used in Internationalization in the IETF
611
+ </title>
612
+ <author initials="P." surname="Hoffman" fullname="P. Hoffman">
613
+ <organization/>
614
+ </author>
615
+ <date year="2003" month="May"/>
616
+ <abstract>
617
+ <t>
618
+ This document provides a glossary of terms used in the IETF when discussing internationalization. The purpose is to help frame discussions of internationalization in the various areas of the IETF and to help introduce the main concepts to IETF participants. This memo provides information for the Internet community.
619
+ </t>
620
+ </abstract>
621
+ </front>
622
+ <seriesInfo name="RFC" value="3536"/>
623
+ </reference>
624
+
625
+ <reference anchor="RFC4770">
626
+ <front>
627
+ <title>vCard Extensions for Instant Messaging (IM)</title>
628
+ <author initials="C." surname="Jennings" fullname="C. Jennings">
629
+ <organization/>
630
+ </author>
631
+ <author initials="J." surname="Reschke" fullname="J. Reschke" role="editor">
632
+ <organization/>
633
+ </author>
634
+ <date year="2007" month="January"/>
635
+ <abstract>
636
+ <t>
637
+ This document describes an extension to vCard to support Instant Messaging (IM) and Presence Protocol (PP) applications. IM and PP are becoming increasingly common ways of communicating, and users want to save this contact information in their address books. It allows a URI that is associated with IM or PP to be specified inside a vCard. [STANDARDS-TRACK]
638
+ </t>
639
+ </abstract>
640
+ </front>
641
+ <seriesInfo name="RFC" value="4770"/>
642
+ </reference>
643
+
644
+ <reference anchor="RFC4880">
645
+ <front>
646
+ <title>OpenPGP Message Format</title>
647
+ <author initials="J." surname="Callas" fullname="J. Callas">
648
+ <organization/>
649
+ </author>
650
+ <author initials="L." surname="Donnerhacke" fullname="L. Donnerhacke">
651
+ <organization/>
652
+ </author>
653
+ <author initials="H." surname="Finney" fullname="H. Finney">
654
+ <organization/>
655
+ </author>
656
+ <author initials="D." surname="Shaw" fullname="D. Shaw">
657
+ <organization/>
658
+ </author>
659
+ <author initials="R." surname="Thayer" fullname="R. Thayer">
660
+ <organization/>
661
+ </author>
662
+ <date year="2007" month="November"/>
663
+ <abstract>
664
+ <t>
665
+ This document is maintained in order to publish all necessary information needed to develop interoperable applications based on the OpenPGP format. It is not a step-by-step cookbook for writing an application. It describes only the format and methods needed to read, check, generate, and write conforming packets crossing any network. It does not deal with storage and implementation questions. It does, however, discuss implementation issues necessary to avoid security flaws.
666
+ </t>
667
+ <t>
668
+ OpenPGP software uses a combination of strong public-key and symmetric cryptography to provide security services for electronic communications and data storage. These services include confidentiality, key management, authentication, and digital signatures. This document specifies the message formats used in OpenPGP. [STANDARDS-TRACK]
669
+ </t>
670
+ </abstract>
671
+ </front>
672
+ <seriesInfo name="RFC" value="4880"/>
673
+ </reference>
674
+
675
+ <reference anchor="RFC5335bis">
676
+ <front>
677
+ <title>Internationalized Email Headers</title>
678
+ <author initials="A." surname="Yang" fullname="A. Yang" role="editor">
679
+ <organization/>
680
+ </author>
681
+ <date year="2008" month="September"/>
682
+ <abstract>
683
+ <t>
684
+ Full internationalization of electronic mail requires not only the capabilities to transmit non-ASCII content, to encode selected information in specific header fields, and to use non-ASCII characters in envelope addresses. It also requires being able to express those addresses and the information based on them in mail header fields. This document specifies an experimental variant of Internet mail that permits the use of Unicode encoded in UTF-8, rather than ASCII, as the base form for Internet email header field. This form is permitted in transmission only if authorized by an SMTP extension, as specified in an associated specification. This specification Updates section 6.4 of RFC 2045 to conform with the requirements. This memo defines an Experimental Protocol for the Internet community.
685
+ </t>
686
+ </abstract>
687
+ </front>
688
+ <seriesInfo name="RFC" value="5335"/>
689
+ </reference>
690
+
691
+ <reference anchor="RFC5751">
692
+ <front>
693
+ <title>
694
+ Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 3.2 Message Specification
695
+ </title>
696
+ <author initials="B." surname="Ramsdell" fullname="B. Ramsdell">
697
+ <organization/>
698
+ </author>
699
+ <author initials="S." surname="Turner" fullname="S. Turner">
700
+ <organization/>
701
+ </author>
702
+ <date year="2010" month="January"/>
703
+ <abstract>
704
+ <t>
705
+ This document defines Secure/Multipurpose Internet Mail Extensions (S/MIME) version 3.2. S/MIME provides a consistent way to send and receive secure MIME data. Digital signatures provide authentication, message integrity, and non-repudiation with proof of origin. Encryption provides data confidentiality. Compression can be used to reduce data size. This document obsoletes RFC 3851. [STANDARDS-TRACK]
706
+ </t>
707
+ </abstract>
708
+ </front>
709
+ <seriesInfo name="RFC" value="5751"/>
710
+ </reference>
711
+
712
+ <reference anchor="RFC6068">
713
+ <front>
714
+ <title>The 'mailto' URI Scheme</title>
715
+ <author initials="M." surname="Duerst" fullname="M. Duerst">
716
+ <organization/>
717
+ </author>
718
+ <author initials="L." surname="Masinter" fullname="L. Masinter">
719
+ <organization/>
720
+ </author>
721
+ <author initials="J." surname="Zawinski" fullname="J. Zawinski">
722
+ <organization/>
723
+ </author>
724
+ <date year="2010" month="October"/>
725
+ <abstract>
726
+ <t>
727
+ This document defines the format of Uniform Resource Identifiers (URIs) to identify resources that are reached using Internet mail. It adds better internationalization and compatibility with Internationalized Resource Identifiers (IRIs; RFC 3987) to the previous syntax of 'mailto' URIs (RFC 2368). [STANDARDS-TRACK]
728
+ </t>
729
+ </abstract>
730
+ </front>
731
+ <seriesInfo name="RFC" value="6068"/>
732
+ </reference>
733
+
734
+ <reference anchor="TZ-DB" target="ftp://elsie.nci.nih.gov/pub/">
735
+ <front>
736
+ <title>Time zone code and data</title>
737
+ <author initials="A." surname="Olson" fullname="A. Olson">
738
+ <organization/>
739
+ </author>
740
+ <!-- date not in original -->
741
+ <date year="2011" month="August"/>
742
+ </front>
743
+ </reference>
744
+
745
+ <reference anchor="xfn" target="http://gmpg.org/xfn/11">
746
+ <front>
747
+ <title>XFN 1.1 profile</title>
748
+ <author initials="T." surname="Celik" fullname="T. Celik">
749
+ <organization/>
750
+ </author>
751
+ <author initials="M." surname="Mullenweg" fullname="M. Mullenweg">
752
+ <organization/>
753
+ </author>
754
+ <author initials="E." surname="Meyer" fullname="E. Meyer">
755
+ <organization/>
756
+ </author>
757
+ <!-- date not in original -->
758
+ <date year="2003" month="October"/>
759
+ </front>
760
+ </reference>
761
+
762
+ <reference anchor="vCard21">
763
+ <front>
764
+ <title>vCard - The Electronic Business Card Version 2.1</title>
765
+ <author>
766
+ <organization>Internet Mail Consortium</organization>
767
+ </author>
768
+ <date year="1996" month="September"/>
769
+ </front>
770
+ </reference>
771
+
772
+
773
+ </references>
774
+