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
@@ -16,7 +16,7 @@ M. Crispin
16
16
 
17
17
  [align=center]
18
18
  ....
19
- RANDOMLY-LOSE 256
19
+ RANDOMLY-LOSE 256
20
20
  ....
21
21
 
22
22
  == Command meanings
@@ -70,15 +70,14 @@ The Scenic Routing Option (SRO) is placed in the IPv6 Hop-by-Hop
70
70
  Options Header that must be examined by every node along a packet's
71
71
  delivery path <<RFC2460>>.
72
72
 
73
- The SRO can be included in any IPv6 datagram, but multiple SROs
74
- **MUST NOT** be present in the same IPv6 datagram. The SRO has no alignment
73
+ The SRO can be included in any IPv6 datagram, but multiple SROs [bcp14]#MUST NOT# be present in the same IPv6 datagram. The SRO has no alignment
75
74
  requirement.
76
75
 
77
76
  If the SRO is set for a packet, every node en route from the packet
78
77
  source to the packet's final destination **MUST** preserve the option.
79
78
 
80
79
  The following Hop-by-Hop Option is proposed according to the
81
- specification in <<RFC2460,4.2 of>>.
80
+ specification in <<RFC2460,4.2 of: RFC 2460>>.
82
81
 
83
82
  [#fig-scenic-routing-option-layout]
84
83
  .Scenic Routing Option Layout
@@ -114,6 +113,7 @@ HEX act chg rest
114
113
  ....
115
114
  ====
116
115
 
116
+ {blank} +
117
117
  The highest-order two bits are set to 00 so any node not
118
118
  implementing Scenic Routing will skip over this option and
119
119
  continue processing the header. The third-highest-order bit
@@ -17,6 +17,7 @@ Carsten Bormann <cabo@tzi.org>
17
17
  :email: cabo@tzi.org
18
18
  :revdate: 2017-11-03
19
19
  :comments: yes
20
+ :rfc2629xslt: true
20
21
 
21
22
  [abstract]
22
23
  insert abstract here
@@ -22,7 +22,7 @@ Klaus Hartke <hartke@tzi.org>; Carsten Bormann <cabo@tzi.org>
22
22
  :country_2: Germany
23
23
  :phone_2: +49-421-218-63921
24
24
  :fax_2: +49-421-218-7000
25
-
25
+ :rfc2629xslt: true
26
26
 
27
27
  [abstract]
28
28
  NAT (Network Address Translator) Traversal may require TURN
@@ -663,7 +663,7 @@ an out-of-band channel.
663
663
 
664
664
  The notification protocol is closely modeled after XMPP's
665
665
  In-Band Bytestreams (IBB, see
666
- http://xmpp.org/extensions/xep-0047.html). Just replace the
666
+ \http://xmpp.org/extensions/xep-0047.html). Just replace the
667
667
  namespace and insert the STuPiD Retrieval URI instead of the
668
668
  actual Base64 encoded data, see <<figxmpnots>>.
669
669
  (Note that the current proposal redundantly sends a sid and a
@@ -678,10 +678,10 @@ then this indicates that a notification has been lost. The
678
678
  recipient **MUST NOT** process such an out-of-sequence notification,
679
679
  nor any that follow it within the same session; instead, the
680
680
  recipient **MUST** consider the session invalid. (Adapted from
681
- http://xmpp.org/extensions/xep-0047.html#send)
681
+ \http://xmpp.org/extensions/xep-0047.html#send)
682
682
 
683
683
  Of course, other methods can be used for setup and teardown, such as Jingle
684
- (see http://xmpp.org/extensions/xep-0261.html).
684
+ (see \http://xmpp.org/extensions/xep-0261.html).
685
685
 
686
686
  [#figxmpcri]
687
687
  .Creating a Bytestream: Initiator requests session
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asciidoctor-rfc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-10 00:00:00.000000000 Z
11
+ date: 2018-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: asciidoctor
@@ -42,16 +42,30 @@ dependencies:
42
42
  name: nokogiri
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: 1.8.1
47
+ version: '0'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: 1.8.1
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: ruby-jing
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
55
69
  - !ruby/object:Gem::Dependency
56
70
  name: thread_safe
57
71
  requirement: !ruby/object:Gem::Requirement
@@ -228,10 +242,14 @@ extensions: []
228
242
  extra_rdoc_files: []
229
243
  files:
230
244
  - ".gitignore"
245
+ - ".hound.yml"
231
246
  - ".oss-guides.rubocop.yml"
232
247
  - ".rspec"
248
+ - ".rubocop.ribose.yml"
249
+ - ".rubocop.tb.yml"
233
250
  - ".rubocop.yml"
234
251
  - ".travis.yml"
252
+ - CODE_OF_CONDUCT.md
235
253
  - Gemfile
236
254
  - Guardfile
237
255
  - LICENSE
@@ -266,9 +284,13 @@ files:
266
284
  - lib/asciidoctor/rfc/v3/validate.rb
267
285
  - lib/asciidoctor/rfc/v3/validate.rng
268
286
  - lib/asciidoctor/rfc/version.rb
287
+ - rfc2629-other.ent
288
+ - rfc2629-xhtml.ent
289
+ - rfc2629.dtd
269
290
  - spec/asciidoctor/rfc/v2/appendix_spec.rb
270
291
  - spec/asciidoctor/rfc/v2/area_spec.rb
271
292
  - spec/asciidoctor/rfc/v2/author_spec.rb
293
+ - spec/asciidoctor/rfc/v2/biblio_spec.rb
272
294
  - spec/asciidoctor/rfc/v2/comments_spec.rb
273
295
  - spec/asciidoctor/rfc/v2/crossref_spec.rb
274
296
  - spec/asciidoctor/rfc/v2/date_spec.rb
@@ -296,6 +318,7 @@ files:
296
318
  - spec/asciidoctor/rfc/v3/appendix_spec.rb
297
319
  - spec/asciidoctor/rfc/v3/area_spec.rb
298
320
  - spec/asciidoctor/rfc/v3/author_spec.rb
321
+ - spec/asciidoctor/rfc/v3/biblio_spec.rb
299
322
  - spec/asciidoctor/rfc/v3/comments_spec.rb
300
323
  - spec/asciidoctor/rfc/v3/crossref_spec.rb
301
324
  - spec/asciidoctor/rfc/v3/date_spec.rb
@@ -322,8 +345,15 @@ files:
322
345
  - spec/asciidoctor/rfc/v3/ulist_spec.rb
323
346
  - spec/asciidoctor/rfc/v3/workgroup_spec.rb
324
347
  - spec/examples/README.adoc
348
+ - spec/examples/biblio-insert-v2.adoc
349
+ - spec/examples/biblio-insert-v3.adoc
325
350
  - spec/examples/davies-template-bare-06.adoc
326
351
  - spec/examples/davies-template-bare-06.xml.orig
352
+ - spec/examples/draft-iab-html-rfc-bis.xml.adoc
353
+ - spec/examples/draft-iab-html-rfc-bis.xml.orig
354
+ - spec/examples/draft-iab-html-rfc-bis.xml.txt
355
+ - spec/examples/draft-iab-rfc-framework-bis.xml.adoc
356
+ - spec/examples/draft-iab-rfc-framework-bis.xml.orig
327
357
  - spec/examples/draft-ietf-core-block-xx.mkd
328
358
  - spec/examples/draft-ietf-core-block-xx.mkd.adoc
329
359
  - spec/examples/draft-ietf-core-block-xx.xml.orig
@@ -336,6 +366,61 @@ files:
336
366
  - spec/examples/hoffmanv3.xml.orig
337
367
  - spec/examples/mib-doc-template-xml-06.adoc
338
368
  - spec/examples/mib-doc-template-xml-06.xml.orig
369
+ - spec/examples/refs-v2-database.xml
370
+ - spec/examples/refs-v2.adoc
371
+ - spec/examples/refs-v2.xml
372
+ - spec/examples/refs-v2/AsciiDoc.xml
373
+ - spec/examples/refs-v2/AsciiMathML.xml
374
+ - spec/examples/refs-v2/IETF-BibXML.xml
375
+ - spec/examples/refs-v2/MathJax.xml
376
+ - spec/examples/refs-v2/NroffEdit.xml
377
+ - spec/examples/refs-v2/TeX-LaTeX.xml
378
+ - spec/examples/refs-v2/abarth
379
+ - spec/examples/refs-v2/asciidoctor-bibliography.xml
380
+ - spec/examples/refs-v2/asciidoctor-manual.xml
381
+ - spec/examples/refs-v2/asciidoctor-rfc.xml
382
+ - spec/examples/refs-v2/asciidoctor.xml
383
+ - spec/examples/refs-v2/draftr.xml
384
+ - spec/examples/refs-v2/kramdown-rfc2629.xml
385
+ - spec/examples/refs-v2/lyx2rfc.xml
386
+ - spec/examples/refs-v2/mmark.xml
387
+ - spec/examples/refs-v2/pandoc2rfc.xml
388
+ - spec/examples/refs-v2/reference.RFC.2119.xml
389
+ - spec/examples/refs-v2/reference.RFC.5385.xml
390
+ - spec/examples/refs-v2/reference.RFC.7328.xml
391
+ - spec/examples/refs-v2/reference.RFC.7749.xml
392
+ - spec/examples/refs-v2/reference.RFC.7763.xml
393
+ - spec/examples/refs-v2/reference.RFC.7764.xml
394
+ - spec/examples/refs-v2/reference.RFC.7990.xml
395
+ - spec/examples/refs-v2/reference.RFC.7991.xml
396
+ - spec/examples/refs-v3-database.xml
397
+ - spec/examples/refs-v3.adoc
398
+ - spec/examples/refs-v3.xml
399
+ - spec/examples/refs-v3/AsciiDoc.xml
400
+ - spec/examples/refs-v3/AsciiMathML.xml
401
+ - spec/examples/refs-v3/IETF-BibXML.xml
402
+ - spec/examples/refs-v3/MathJax.xml
403
+ - spec/examples/refs-v3/NroffEdit.xml
404
+ - spec/examples/refs-v3/TeX-LaTeX.xml
405
+ - spec/examples/refs-v3/abarth
406
+ - spec/examples/refs-v3/asciidoctor-bibliography.xml
407
+ - spec/examples/refs-v3/asciidoctor-manual.xml
408
+ - spec/examples/refs-v3/asciidoctor-rfc.xml
409
+ - spec/examples/refs-v3/asciidoctor.xml
410
+ - spec/examples/refs-v3/draftr.xml
411
+ - spec/examples/refs-v3/kramdown-rfc2629.xml
412
+ - spec/examples/refs-v3/lyx2rfc.xml
413
+ - spec/examples/refs-v3/mathrefs.xml
414
+ - spec/examples/refs-v3/mmark.xml
415
+ - spec/examples/refs-v3/pandoc2rfc.xml
416
+ - spec/examples/refs-v3/reference.RFC.2119.xml
417
+ - spec/examples/refs-v3/reference.RFC.5385.xml
418
+ - spec/examples/refs-v3/reference.RFC.7328.xml
419
+ - spec/examples/refs-v3/reference.RFC.7749.xml
420
+ - spec/examples/refs-v3/reference.RFC.7763.xml
421
+ - spec/examples/refs-v3/reference.RFC.7764.xml
422
+ - spec/examples/refs-v3/reference.RFC.7990.xml
423
+ - spec/examples/refs-v3/reference.RFC.7991.xml
339
424
  - spec/examples/rfc1149.md
340
425
  - spec/examples/rfc1149.md.2.xml
341
426
  - spec/examples/rfc1149.md.3.xml
@@ -353,7 +438,8 @@ files:
353
438
  - spec/examples/rfc5841.md.3.xml
354
439
  - spec/examples/rfc5841.md.adoc
355
440
  - spec/examples/rfc6350.adoc
356
- - spec/examples/rfc6350.bib
441
+ - spec/examples/rfc6350.txt.orig
442
+ - spec/examples/rfc6350_refs.xml
357
443
  - spec/examples/rfc748.md
358
444
  - spec/examples/rfc748.md.2.xml
359
445
  - spec/examples/rfc748.md.3.xml
@@ -389,7 +475,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
389
475
  version: '0'
390
476
  requirements: []
391
477
  rubyforge_project:
392
- rubygems_version: 2.5.2
478
+ rubygems_version: 2.6.12
393
479
  signing_key:
394
480
  specification_version: 4
395
481
  summary: asciidoctor-rfc lets you write Internet-Drafts and RFCs in AsciiDoc.
@@ -1,763 +0,0 @@
1
- @book{CCITT.X520.1988,
2
- author="International Telephone and Telegraph Consultative
3
- Committee",
4
- title="{Information Technology - Open Systems
5
- Interconnection - The Directory: Selected Attribute
6
- Types}",
7
- series="CCITT Recommendation",
8
- number="X.520",
9
- year=1988,
10
- month=nov,
11
- }
12
-
13
- @misc{IEEE.754.2008,
14
- author="Institute of Electrical and Electronics Engineers",
15
- title="{Standard for Binary Floating-Point Arithmetic}",
16
- series="IEEE Standard",
17
- number="754",
18
- year=2008,
19
- month=aug,
20
- }
21
-
22
-
23
- @misc{ISO.8601.2000,
24
- author="International Organization for Standardization",
25
- title="{Data
26
- elements and interchange formats - Information interchange
27
- - Representation of dates and times}",
28
- series="ISO Standard",
29
- number="8601",
30
- year=2000,
31
- month=dec,
32
- }
33
-
34
- @misc{ISO.8601.2004,
35
- author="International Organization for Standardization",
36
- title="{Data
37
- elements and interchange formats - Information interchange
38
- - Representation of dates and times}",
39
- series="ISO Standard",
40
- number="8601",
41
- year=2004,
42
- month=dec,
43
- }
44
-
45
-
46
-
47
-
48
- @misc{rfc2045,
49
- author="N. Freed and N. Borenstein",
50
- title="{Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies}",
51
- howpublished="RFC 2045 (Draft Standard)",
52
- series="Internet Request for Comments",
53
- type="RFC",
54
- number="2045",
55
- pages="1--31",
56
- year=1996,
57
- month=nov,
58
- issn="2070-1721",
59
- publisher="RFC Editor",
60
- institution="RFC Editor",
61
- organization="RFC Editor",
62
- address="Fremont, CA, USA",
63
- note="Updated by RFCs 2184, 2231, 5335, 6532",
64
- url="https://www.rfc-editor.org/rfc/rfc2045.txt",
65
- key="RFC 2045",
66
- abstract={This initial document specifies the various headers used to describe the structure of MIME messages. [STANDARDS-TRACK]},
67
- keywords="MIME, media, types, headers",
68
- doi="10.17487/RFC2045",
69
- }
70
-
71
- @misc{rfc2046,
72
- author="N. Freed and N. Borenstein",
73
- title="{Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types}",
74
- howpublished="RFC 2046 (Draft Standard)",
75
- series="Internet Request for Comments",
76
- type="RFC",
77
- number="2046",
78
- pages="1--44",
79
- year=1996,
80
- month=nov,
81
- issn="2070-1721",
82
- publisher="RFC Editor",
83
- institution="RFC Editor",
84
- organization="RFC Editor",
85
- address="Fremont, CA, USA",
86
- note="Updated by RFCs 2646, 3798, 5147, 6657, 8098",
87
- url="https://www.rfc-editor.org/rfc/rfc2046.txt",
88
- key="RFC 2046",
89
- abstract={This second document defines the general structure of the MIME media typing system and defines an initial set of media types. [STANDARDS-TRACK]},
90
- keywords="MIME-MEDIA, headers, structure",
91
- doi="10.17487/RFC2046",
92
- }
93
-
94
- @misc{rfc2119,
95
- author="S. Bradner",
96
- title="{Key words for use in RFCs to Indicate Requirement Levels}",
97
- howpublished="RFC 2119 (Best Current Practice)",
98
- series="Internet Request for Comments",
99
- type="RFC",
100
- number="2119",
101
- pages="1--3",
102
- year=1997,
103
- month=mar,
104
- issn="2070-1721",
105
- publisher="RFC Editor",
106
- institution="RFC Editor",
107
- organization="RFC Editor",
108
- address="Fremont, CA, USA",
109
- note="Updated by RFC 8174",
110
- url="https://www.rfc-editor.org/rfc/rfc2119.txt",
111
- key="RFC 2119",
112
- abstract={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.},
113
- keywords="Standards, Track, Documents",
114
- doi="10.17487/RFC2119",
115
- }
116
-
117
- @misc{rfc2739,
118
- author="T. Small and D. Hennessy and F. Dawson",
119
- title="{Calendar Attributes for vCard and LDAP}",
120
- howpublished="RFC 2739 (Proposed Standard)",
121
- series="Internet Request for Comments",
122
- type="RFC",
123
- number="2739",
124
- pages="1--16",
125
- year=2000,
126
- month=jan,
127
- issn="2070-1721",
128
- publisher="RFC Editor",
129
- institution="RFC Editor",
130
- organization="RFC Editor",
131
- address="Fremont, CA, USA",
132
- note="Updated by RFC 6350",
133
- url="https://www.rfc-editor.org/rfc/rfc2739.txt",
134
- key="RFC 2739",
135
- abstract={This memo defines three mechanisms for obtaining a URI to a user's calendar and free/busy time. [STANDARDS-TRACK]},
136
- keywords="lightweight, directory, access, protocol",
137
- doi="10.17487/RFC2739",
138
- }
139
-
140
- @misc{rfc3629,
141
- author="F. Yergeau",
142
- title="{UTF-8, a transformation format of ISO 10646}",
143
- howpublished="RFC 3629 (Internet Standard)",
144
- series="Internet Request for Comments",
145
- type="RFC",
146
- number="3629",
147
- pages="1--14",
148
- year=2003,
149
- month=nov,
150
- issn="2070-1721",
151
- publisher="RFC Editor",
152
- institution="RFC Editor",
153
- organization="RFC Editor",
154
- address="Fremont, CA, USA",
155
- url="https://www.rfc-editor.org/rfc/rfc3629.txt",
156
- key="RFC 3629",
157
- abstract={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.},
158
- keywords="UTF-8, UCS, Transformation, Format",
159
- doi="10.17487/RFC3629",
160
- }
161
-
162
- @misc{rfc3966,
163
- author="H. Schulzrinne",
164
- title="{The tel URI for Telephone Numbers}",
165
- howpublished="RFC 3966 (Proposed Standard)",
166
- series="Internet Request for Comments",
167
- type="RFC",
168
- number="3966",
169
- pages="1--17",
170
- year=2004,
171
- month=dec,
172
- issn="2070-1721",
173
- publisher="RFC Editor",
174
- institution="RFC Editor",
175
- organization="RFC Editor",
176
- address="Fremont, CA, USA",
177
- note="Updated by RFC 5341",
178
- url="https://www.rfc-editor.org/rfc/rfc3966.txt",
179
- key="RFC 3966",
180
- abstract={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]},
181
- keywords="uniform, resource, locator, schemes",
182
- doi="10.17487/RFC3966",
183
- }
184
-
185
- @misc{rfc3986,
186
- author="T. Berners-Lee and R. Fielding and L. Masinter",
187
- title="{Uniform Resource Identifier (URI): Generic Syntax}",
188
- howpublished="RFC 3986 (Internet Standard)",
189
- series="Internet Request for Comments",
190
- type="RFC",
191
- number="3986",
192
- pages="1--61",
193
- year=2005,
194
- month=jan,
195
- issn="2070-1721",
196
- publisher="RFC Editor",
197
- institution="RFC Editor",
198
- organization="RFC Editor",
199
- address="Fremont, CA, USA",
200
- note="Updated by RFCs 6874, 7320",
201
- url="https://www.rfc-editor.org/rfc/rfc3986.txt",
202
- key="RFC 3986",
203
- abstract={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]},
204
- keywords="Internet, protocol, uniform, resource, identifier, www, world wide web",
205
- doi="10.17487/RFC3986",
206
- }
207
-
208
- @misc{rfc4122,
209
- author="P. Leach and M. Mealling and R. Salz",
210
- title="{A Universally Unique IDentifier (UUID) URN Namespace}",
211
- howpublished="RFC 4122 (Proposed Standard)",
212
- series="Internet Request for Comments",
213
- type="RFC",
214
- number="4122",
215
- pages="1--32",
216
- year=2005,
217
- month=jul,
218
- issn="2070-1721",
219
- publisher="RFC Editor",
220
- institution="RFC Editor",
221
- organization="RFC Editor",
222
- address="Fremont, CA, USA",
223
- url="https://www.rfc-editor.org/rfc/rfc4122.txt",
224
- key="RFC 4122",
225
- abstract={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. 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
- keywords="uniform resource name, guid, globally unique identifier",
227
- doi="10.17487/RFC4122",
228
- }
229
-
230
- @misc{rfc4288,
231
- author="N. Freed and J. Klensin",
232
- title="{Media Type Specifications and Registration Procedures}",
233
- howpublished="RFC 4288 (Best Current Practice)",
234
- series="Internet Request for Comments",
235
- type="RFC",
236
- number="4288",
237
- pages="1--24",
238
- year=2005,
239
- month=dec,
240
- issn="2070-1721",
241
- publisher="RFC Editor",
242
- institution="RFC Editor",
243
- organization="RFC Editor",
244
- address="Fremont, CA, USA",
245
- note="Obsoleted by RFC 6838",
246
- url="https://www.rfc-editor.org/rfc/rfc4288.txt",
247
- key="RFC 4288",
248
- abstract={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.},
249
- keywords="mime, multipurpose internet mail extensions, media types",
250
- doi="10.17487/RFC4288",
251
- }
252
-
253
- @misc{rfc5234,
254
- author="D. Crocker and P. Overell",
255
- title="{Augmented BNF for Syntax Specifications: ABNF}",
256
- howpublished="RFC 5234 (Internet Standard)",
257
- series="Internet Request for Comments",
258
- type="RFC",
259
- number="5234",
260
- pages="1--16",
261
- year=2008,
262
- month=jan,
263
- issn="2070-1721",
264
- publisher="RFC Editor",
265
- institution="RFC Editor",
266
- organization="RFC Editor",
267
- address="Fremont, CA, USA",
268
- note="Updated by RFC 7405",
269
- url="https://www.rfc-editor.org/rfc/rfc5234.txt",
270
- key="RFC 5234",
271
- abstract={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]},
272
- keywords="ABNF, backus-naur form, augmented backus-naur form, rule definitions, encoding, core lexical analyzer",
273
- doi="10.17487/RFC5234",
274
- }
275
-
276
-
277
- @misc{rfc5322,
278
- author="P. Resnick",
279
- title="{Internet Message Format}",
280
- howpublished="RFC 5322 (Draft Standard)",
281
- series="Internet Request for Comments",
282
- type="RFC",
283
- number="5322",
284
- pages="1--57",
285
- year=2008,
286
- month=oct,
287
- issn="2070-1721",
288
- publisher="RFC Editor",
289
- institution="RFC Editor",
290
- organization="RFC Editor",
291
- address="Fremont, CA, USA",
292
- note="Updated by RFC 6854",
293
- url="https://www.rfc-editor.org/rfc/rfc5322.txt",
294
- key="RFC 5322",
295
- abstract={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]},
296
- keywords="MAIL], e-mail, email, electronic mail, header, address, mailbox, reply, forward, resend, resent, folding, Date, From, Sender, Reply-To, To, Cc, Bcc, Message-ID, In-Reply-To, References, Subject, Comments, Keywords, Resent-Date, Resent-From, Resent-Sender, Resent-To, Resent-Cc, Resent-Bcc, Resent-Reply-To, Resent-Message-ID, Return-Path, Received",
297
- doi="10.17487/RFC5322",
298
- }
299
-
300
- @misc{rfc5545,
301
- author="B. Desruisseaux",
302
- title="{Internet Calendaring and Scheduling Core Object Specification (iCalendar)}",
303
- howpublished="RFC 5545 (Proposed Standard)",
304
- series="Internet Request for Comments",
305
- type="RFC",
306
- number="5545",
307
- pages="1--168",
308
- year=2009,
309
- month=sep,
310
- issn="2070-1721",
311
- publisher="RFC Editor",
312
- institution="RFC Editor",
313
- organization="RFC Editor",
314
- address="Fremont, CA, USA",
315
- note="Updated by RFCs 5546, 6868, 7529, 7953, 7986",
316
- url="https://www.rfc-editor.org/rfc/rfc5545.txt",
317
- key="RFC 5545",
318
- abstract={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]},
319
- keywords="calsify, calsched, calsch, caldav, calendar, calendaring, meeting, event, task, to-do, journal, appointment, agenda, schedule, scheduling, ical, icalendar, itip, imip, text/calendar, ischedule, xCalendar",
320
- doi="10.17487/RFC5545",
321
- }
322
-
323
- @misc{rfc5546,
324
- author="C. Daboo",
325
- title="{iCalendar Transport-Independent Interoperability Protocol (iTIP)}",
326
- howpublished="RFC 5546 (Proposed Standard)",
327
- series="Internet Request for Comments",
328
- type="RFC",
329
- number="5546",
330
- pages="1--133",
331
- year=2009,
332
- month=dec,
333
- issn="2070-1721",
334
- publisher="RFC Editor",
335
- institution="RFC Editor",
336
- organization="RFC Editor",
337
- address="Fremont, CA, USA",
338
- note="Updated by RFC 6638",
339
- url="https://www.rfc-editor.org/rfc/rfc5546.txt",
340
- key="RFC 5546",
341
- abstract={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. 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]},
342
- keywords="calendar, scheduling",
343
- doi="10.17487/RFC5546",
344
- }
345
-
346
- @misc{rfc5646,
347
- author="A. Phillips and M. Davis",
348
- title="{Tags for Identifying Languages}",
349
- howpublished="RFC 5646 (Best Current Practice)",
350
- series="Internet Request for Comments",
351
- type="RFC",
352
- number="5646",
353
- pages="1--84",
354
- year=2009,
355
- month=sep,
356
- issn="2070-1721",
357
- publisher="RFC Editor",
358
- institution="RFC Editor",
359
- organization="RFC Editor",
360
- address="Fremont, CA, USA",
361
- url="https://www.rfc-editor.org/rfc/rfc5646.txt",
362
- key="RFC 5646",
363
- abstract={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.},
364
- keywords="language tags, private interchange",
365
- doi="10.17487/RFC5646",
366
- }
367
-
368
-
369
- @misc{rfc5870,
370
- author="A. Mayrhofer and C. Spanring",
371
- title="{A Uniform Resource Identifier for Geographic Locations ('geo' URI)}",
372
- howpublished="RFC 5870 (Proposed Standard)",
373
- series="Internet Request for Comments",
374
- type="RFC",
375
- number="5870",
376
- pages="1--23",
377
- year=2010,
378
- month=jun,
379
- issn="2070-1721",
380
- publisher="RFC Editor",
381
- institution="RFC Editor",
382
- organization="RFC Editor",
383
- address="Fremont, CA, USA",
384
- url="https://www.rfc-editor.org/rfc/rfc5870.txt",
385
- key="RFC 5870",
386
- abstract={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]},
387
- keywords="geography, geo, uri, scheme",
388
- doi="10.17487/RFC5870",
389
- }
390
-
391
- @misc{rfc6351,
392
- author="S. Perreault",
393
- title="{xCard: vCard XML Representation}",
394
- howpublished="RFC 6351 (Proposed Standard)",
395
- series="Internet Request for Comments",
396
- type="RFC",
397
- number="6351",
398
- pages="1--22",
399
- year=2011,
400
- month=aug,
401
- issn="2070-1721",
402
- publisher="RFC Editor",
403
- institution="RFC Editor",
404
- organization="RFC Editor",
405
- address="Fremont, CA, USA",
406
- note="Updated by RFC 6868",
407
- url="https://www.rfc-editor.org/rfc/rfc6351.txt",
408
- key="RFC 6351",
409
- abstract={This document defines the XML schema of the vCard data format. [STANDARDS-TRACK]},
410
- keywords="vCard",
411
- doi="10.17487/RFC6351",
412
- }
413
-
414
- @misc{W3C.REC-xml-20081126,
415
- author="E. Maler and F. Yergeau and C. Sperberg-McQueen and J. Paoli
416
- and T. Bray",
417
- title="{Extensible Markup Language (XML) 1.0 (Fifth
418
- Edition)}",
419
- series="World Wide Web Consortium Recommendation",
420
- number="REC-xml-20081126",
421
- year=2008,
422
- month=nov,
423
- url="http://www.w3.org/TR/2008/REC-xml-20081126",
424
- }
425
-
426
-
427
- @misc{xfn,
428
- author="T. Celik and M. Mullenweg and E. Meyer",
429
- title="{XFN 1.1 profile}",
430
- url="http://gmpg.org/xfn/11",
431
- }
432
-
433
-
434
- @misc{IANA-TZ,
435
- author="E. Lear and P. Eggert",
436
- title="{IANA Procedures for Maintaining
437
- the Timezone Database}",
438
- year=2011,
439
- month=may,
440
- }
441
-
442
- @misc{ISO9070,
443
- author="International Organization for Standardization",
444
- title="{Information Processing - SGML support facilities -
445
- Registration Procedures for Public Text Owner
446
- Identifiers}",
447
- series="ISO Standard"m
448
- number="9070",
449
- year=1991,
450
- month=apr,
451
- }
452
-
453
- @misc{rfc1738,
454
- author="T. Berners-Lee and L. Masinter and M. McCahill",
455
- title="{Uniform Resource Locators (URL)}",
456
- howpublished="RFC 1738 (Proposed Standard)",
457
- series="Internet Request for Comments",
458
- type="RFC",
459
- number="1738",
460
- pages="1--25",
461
- year=1994,
462
- month=dec,
463
- issn="2070-1721",
464
- publisher="RFC Editor",
465
- institution="RFC Editor",
466
- organization="RFC Editor",
467
- address="Fremont, CA, USA",
468
- note="Obsoleted by RFCs 4248, 4266, updated by RFCs 1808, 2368, 2396, 3986, 6196, 6270, 8089",
469
- url="https://www.rfc-editor.org/rfc/rfc1738.txt",
470
- key="RFC 1738",
471
- abstract={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]},
472
- keywords="URL",
473
- doi="10.17487/RFC1738",
474
- }
475
-
476
- @misc{rfc2397,
477
- author="L. Masinter",
478
- title="{The ``data'' URL scheme}",
479
- howpublished="RFC 2397 (Proposed Standard)",
480
- series="Internet Request for Comments",
481
- type="RFC",
482
- number="2397",
483
- pages="1--5",
484
- year=1998,
485
- month=aug,
486
- issn="2070-1721",
487
- publisher="RFC Editor",
488
- institution="RFC Editor",
489
- organization="RFC Editor",
490
- address="Fremont, CA, USA",
491
- url="https://www.rfc-editor.org/rfc/rfc2397.txt",
492
- key="RFC 2397",
493
- abstract={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]},
494
- keywords="DATA-URL, uniform, resource, identifiers, media, type",
495
- doi="10.17487/RFC2397",
496
- }
497
-
498
- @misc{rfc2425,
499
- author="T. Howes and M. Smith and F. Dawson",
500
- title="{A MIME Content-Type for Directory Information}",
501
- howpublished="RFC 2425 (Proposed Standard)",
502
- series="Internet Request for Comments",
503
- type="RFC",
504
- number="2425",
505
- pages="1--33",
506
- year=1998,
507
- month=sep,
508
- issn="2070-1721",
509
- publisher="RFC Editor",
510
- institution="RFC Editor",
511
- organization="RFC Editor",
512
- address="Fremont, CA, USA",
513
- note="Obsoleted by RFC 6350",
514
- url="https://www.rfc-editor.org/rfc/rfc2425.txt",
515
- key="RFC 2425",
516
- abstract={This document defines a MIME Content-Type for holding directory information. [STANDARDS-TRACK]},
517
- keywords="TXT-DIR, multipurpose, internet, mail, extensions, profiles",
518
- doi="10.17487/RFC2425",
519
- }
520
-
521
- @misc{rfc2426,
522
- author="F. Dawson and T. Howes",
523
- title="{vCard MIME Directory Profile}",
524
- howpublished="RFC 2426 (Proposed Standard)",
525
- series="Internet Request for Comments",
526
- type="RFC",
527
- number="2426",
528
- pages="1--42",
529
- year=1998,
530
- month=sep,
531
- issn="2070-1721",
532
- publisher="RFC Editor",
533
- institution="RFC Editor",
534
- organization="RFC Editor",
535
- address="Fremont, CA, USA",
536
- note="Obsoleted by RFC 6350",
537
- url="https://www.rfc-editor.org/rfc/rfc2426.txt",
538
- key="RFC 2426",
539
- abstract={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]},
540
- keywords="MIME-VCARD, multipurpose, internet, mail, extensions, white-pages, electronic, business, card",
541
- doi="10.17487/RFC2426",
542
- }
543
-
544
- @misc{rfc2616,
545
- author="R. Fielding and J. Gettys and J. Mogul and H. Frystyk and L. Masinter and P. Leach and T. Berners-Lee",
546
- title="{Hypertext Transfer Protocol -- HTTP/1.1}",
547
- howpublished="RFC 2616 (Draft Standard)",
548
- series="Internet Request for Comments",
549
- type="RFC",
550
- number="2616",
551
- pages="1--176",
552
- year=1999,
553
- month=jun,
554
- issn="2070-1721",
555
- publisher="RFC Editor",
556
- institution="RFC Editor",
557
- organization="RFC Editor",
558
- address="Fremont, CA, USA",
559
- note="Obsoleted by RFCs 7230, 7231, 7232, 7233, 7234, 7235, updated by RFCs 2817, 5785, 6266, 6585",
560
- url="https://www.rfc-editor.org/rfc/rfc2616.txt",
561
- key="RFC 2616",
562
- abstract={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]},
563
- keywords="HTTP, World Wide Web, WWW, hypermedia",
564
- doi="10.17487/RFC2616",
565
- }
566
-
567
- @misc{rfc3282,
568
- author="H. Alvestrand",
569
- title="{Content Language Headers}",
570
- howpublished="RFC 3282 (Draft Standard)",
571
- series="Internet Request for Comments",
572
- type="RFC",
573
- number="3282",
574
- pages="1--8",
575
- year=2002,
576
- month=may,
577
- issn="2070-1721",
578
- publisher="RFC Editor",
579
- institution="RFC Editor",
580
- organization="RFC Editor",
581
- address="Fremont, CA, USA",
582
- url="https://www.rfc-editor.org/rfc/rfc3282.txt",
583
- key="RFC 3282",
584
- abstract={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]},
585
- keywords="",
586
- doi="10.17487/RFC3282",
587
- }
588
-
589
-
590
- @misc{rfc3406,
591
- author="L. Daigle and D. van Gulik and R. Iannella and P. Faltstrom",
592
- title="{Uniform Resource Names (URN) Namespace Definition Mechanisms}",
593
- howpublished="RFC 3406 (Best Current Practice)",
594
- series="Internet Request for Comments",
595
- type="RFC",
596
- number="3406",
597
- pages="1--22",
598
- year=2002,
599
- month=oct,
600
- issn="2070-1721",
601
- publisher="RFC Editor",
602
- institution="RFC Editor",
603
- organization="RFC Editor",
604
- address="Fremont, CA, USA",
605
- note="Obsoleted by RFC 8141",
606
- url="https://www.rfc-editor.org/rfc/rfc3406.txt",
607
- key="RFC 3406",
608
- abstract={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.},
609
- keywords="namespaces, applications, structure",
610
- doi="10.17487/RFC3406",
611
- }
612
-
613
- @misc{rfc3536,
614
- author="P. Hoffman",
615
- title="{Terminology Used in Internationalization in the IETF}",
616
- howpublished="RFC 3536 (Informational)",
617
- series="Internet Request for Comments",
618
- type="RFC",
619
- number="3536",
620
- pages="1--30",
621
- year=2003,
622
- month=may,
623
- issn="2070-1721",
624
- publisher="RFC Editor",
625
- institution="RFC Editor",
626
- organization="RFC Editor",
627
- address="Fremont, CA, USA",
628
- note="Obsoleted by RFC 6365",
629
- url="https://www.rfc-editor.org/rfc/rfc3536.txt",
630
- key="RFC 3536",
631
- abstract={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.},
632
- keywords="internet engineering task force",
633
- doi="10.17487/RFC3536",
634
- }
635
-
636
- @misc{rfc4770,
637
- author="C. Jennings and J. Reschke",
638
- title="{vCard Extensions for Instant Messaging (IM)}",
639
- howpublished="RFC 4770 (Proposed Standard)",
640
- series="Internet Request for Comments",
641
- type="RFC",
642
- number="4770",
643
- pages="1--7",
644
- year=2007,
645
- month=jan,
646
- issn="2070-1721",
647
- publisher="RFC Editor",
648
- institution="RFC Editor",
649
- organization="RFC Editor",
650
- address="Fremont, CA, USA",
651
- note="Obsoleted by RFC 6350",
652
- url="https://www.rfc-editor.org/rfc/rfc4770.txt",
653
- key="RFC 4770",
654
- abstract={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]},
655
- keywords="impp, instant messaging and presence protocol",
656
- doi="10.17487/RFC4770",
657
- }
658
-
659
- @misc{rfc4880,
660
- author="J. Callas and L. Donnerhacke and H. Finney and D. Shaw and R. Thayer",
661
- title="{OpenPGP Message Format}",
662
- howpublished="RFC 4880 (Proposed Standard)",
663
- series="Internet Request for Comments",
664
- type="RFC",
665
- number="4880",
666
- pages="1--90",
667
- year=2007,
668
- month=nov,
669
- issn="2070-1721",
670
- publisher="RFC Editor",
671
- institution="RFC Editor",
672
- organization="RFC Editor",
673
- address="Fremont, CA, USA",
674
- note="Updated by RFC 5581",
675
- url="https://www.rfc-editor.org/rfc/rfc4880.txt",
676
- key="RFC 4880",
677
- abstract={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. 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]},
678
- keywords="public-key cryptography, symmetric cryptography",
679
- doi="10.17487/RFC4880",
680
- }
681
-
682
- @misc{rfc5335bis,
683
- author="A. Yang and S. Steele",
684
- title="{Internationalized Email Headers}",
685
- howpublished="RFC 5335 (Experimental)",
686
- series="Internet Request for Comments",
687
- type="RFC",
688
- number="5335",
689
- pages="1--14",
690
- year=2011,
691
- month=jul,
692
- issn="2070-1721",
693
- publisher="RFC Editor",
694
- institution="RFC Editor",
695
- organization="RFC Editor",
696
- address="Fremont, CA, USA",
697
- note="Obsoleted by RFC 6532",
698
- url="https://www.rfc-editor.org/rfc/rfc5335.txt",
699
- key="RFC 5335",
700
- abstract={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.},
701
- keywords="unicode, utf-8",
702
- doi="10.17487/RFC5335",
703
- }
704
-
705
- @misc{rfc5751,
706
- author="B. Ramsdell and S. Turner",
707
- title="{Secure/Multipurpose Internet Mail Extensions (S/MIME) Version 3.2 Message Specification}",
708
- howpublished="RFC 5751 (Proposed Standard)",
709
- series="Internet Request for Comments",
710
- type="RFC",
711
- number="5751",
712
- pages="1--45",
713
- year=2010,
714
- month=jan,
715
- issn="2070-1721",
716
- publisher="RFC Editor",
717
- institution="RFC Editor",
718
- organization="RFC Editor",
719
- address="Fremont, CA, USA",
720
- url="https://www.rfc-editor.org/rfc/rfc5751.txt",
721
- key="RFC 5751",
722
- abstract={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]},
723
- keywords="secure, multipurpose, internet, mail, extensions, encryption",
724
- doi="10.17487/RFC5751",
725
- }
726
-
727
- @misc{rfc6068,
728
- author="M. Duerst and L. Masinter and J. Zawinski",
729
- title="{The 'mailto' URI Scheme}",
730
- howpublished="RFC 6068 (Proposed Standard)",
731
- series="Internet Request for Comments",
732
- type="RFC",
733
- number="6068",
734
- pages="1--17",
735
- year=2010,
736
- month=oct,
737
- issn="2070-1721",
738
- publisher="RFC Editor",
739
- institution="RFC Editor",
740
- organization="RFC Editor",
741
- address="Fremont, CA, USA",
742
- url="https://www.rfc-editor.org/rfc/rfc6068.txt",
743
- key="RFC 6068",
744
- abstract={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]},
745
- keywords="mailto, email address, URI scheme, IRI",
746
- doi="10.17487/RFC6068",
747
- }
748
-
749
- @misc{TZ-DB,
750
- author="A. Olson",
751
- title="{Time zone code and data}",
752
- url="ftp://elsie.nci.nih.gov/pub/",
753
- }
754
-
755
- @misc{vCard21,
756
- author="Internet Mail Consortium",
757
- title="{vCard - The Electronic Business
758
- Card Version 2.1}",
759
- year=1996,
760
- month=sep,
761
- }
762
-
763
-