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.
- checksums.yaml +4 -4
- data/.hound.yml +3 -0
- data/.rubocop.ribose.yml +65 -0
- data/.rubocop.tb.yml +640 -0
- data/.rubocop.yml +13 -30
- data/.travis.yml +8 -3
- data/CODE_OF_CONDUCT.md +46 -0
- data/Gemfile +8 -1
- data/LICENSE +21 -17
- data/README.adoc +471 -52
- data/asciidoctor-rfc.gemspec +14 -13
- data/lib/asciidoctor-rfc.rb +4 -4
- data/lib/asciidoctor/rfc/common/base.rb +304 -58
- data/lib/asciidoctor/rfc/common/front.rb +3 -3
- data/lib/asciidoctor/rfc/v2/base.rb +71 -82
- data/lib/asciidoctor/rfc/v2/blocks.rb +33 -10
- data/lib/asciidoctor/rfc/v2/converter.rb +0 -3
- data/lib/asciidoctor/rfc/v2/inline_anchor.rb +35 -20
- data/lib/asciidoctor/rfc/v2/lists.rb +11 -13
- data/lib/asciidoctor/rfc/v2/table.rb +11 -9
- data/lib/asciidoctor/rfc/v2/validate.rb +18 -724
- data/lib/asciidoctor/rfc/v3/base.rb +75 -102
- data/lib/asciidoctor/rfc/v3/blocks.rb +7 -9
- data/lib/asciidoctor/rfc/v3/converter.rb +0 -1
- data/lib/asciidoctor/rfc/v3/front.rb +14 -7
- data/lib/asciidoctor/rfc/v3/inline_anchor.rb +12 -9
- data/lib/asciidoctor/rfc/v3/lists.rb +31 -45
- data/lib/asciidoctor/rfc/v3/table.rb +2 -2
- data/lib/asciidoctor/rfc/v3/validate.rb +19 -2153
- data/lib/asciidoctor/rfc/v3/validate.rng +1 -1
- data/lib/asciidoctor/rfc/version.rb +1 -1
- data/rfc2629-other.ent +61 -0
- data/rfc2629-xhtml.ent +165 -0
- data/rfc2629.dtd +312 -0
- data/spec/asciidoctor/rfc/v2/biblio_spec.rb +9 -0
- data/spec/asciidoctor/rfc/v2/comments_spec.rb +67 -1
- data/spec/asciidoctor/rfc/v2/crossref_spec.rb +127 -5
- data/spec/asciidoctor/rfc/v2/date_spec.rb +24 -28
- data/spec/asciidoctor/rfc/v2/dlist_spec.rb +5 -5
- data/spec/asciidoctor/rfc/v2/image_spec.rb +2 -2
- data/spec/asciidoctor/rfc/v2/inline_formatting_spec.rb +28 -0
- data/spec/asciidoctor/rfc/v2/listing_spec.rb +2 -2
- data/spec/asciidoctor/rfc/v2/literal_spec.rb +4 -4
- data/spec/asciidoctor/rfc/v2/preamble_spec.rb +1 -1
- data/spec/asciidoctor/rfc/v2/quote_spec.rb +1 -1
- data/spec/asciidoctor/rfc/v2/references_spec.rb +210 -3
- data/spec/asciidoctor/rfc/v2/section_spec.rb +33 -0
- data/spec/asciidoctor/rfc/v2/table_spec.rb +40 -1
- data/spec/asciidoctor/rfc/v2/text_spec.rb +71 -14
- data/spec/asciidoctor/rfc/v2/ulist_spec.rb +1 -1
- data/spec/asciidoctor/rfc/v3/biblio_spec.rb +13 -0
- data/spec/asciidoctor/rfc/v3/comments_spec.rb +71 -0
- data/spec/asciidoctor/rfc/v3/crossref_spec.rb +7 -0
- data/spec/asciidoctor/rfc/v3/dlist_spec.rb +4 -4
- data/spec/asciidoctor/rfc/v3/literal_spec.rb +1 -1
- data/spec/asciidoctor/rfc/v3/preamble_spec.rb +1 -1
- data/spec/asciidoctor/rfc/v3/references_spec.rb +208 -3
- data/spec/asciidoctor/rfc/v3/series_info_spec.rb +1 -1
- data/spec/asciidoctor/rfc/v3/table_spec.rb +70 -1
- data/spec/examples/README.adoc +42 -6
- data/spec/examples/biblio-insert-v2.adoc +29 -0
- data/spec/examples/biblio-insert-v3.adoc +30 -0
- data/spec/examples/davies-template-bare-06.adoc +1 -0
- data/spec/examples/draft-iab-html-rfc-bis.xml.adoc +2300 -0
- data/spec/examples/draft-iab-html-rfc-bis.xml.orig +1999 -0
- data/spec/examples/draft-iab-html-rfc-bis.xml.txt +2298 -0
- data/spec/examples/draft-iab-rfc-framework-bis.xml.adoc +662 -0
- data/spec/examples/draft-iab-rfc-framework-bis.xml.orig +476 -0
- data/spec/examples/draft-ietf-core-block-xx.mkd.adoc +8 -33
- data/spec/examples/hoffmanv2.xml.adoc +4 -0
- data/spec/examples/mib-doc-template-xml-06.adoc +6 -8
- data/spec/examples/refs-v2-database.xml +86 -0
- data/spec/examples/refs-v2.adoc +49 -0
- data/spec/examples/refs-v2.xml +50 -0
- data/spec/examples/refs-v2/AsciiDoc.xml +8 -0
- data/spec/examples/refs-v2/AsciiMathML.xml +8 -0
- data/spec/examples/refs-v2/IETF-BibXML.xml +9 -0
- data/spec/examples/refs-v2/MathJax.xml +8 -0
- data/spec/examples/refs-v2/NroffEdit.xml +8 -0
- data/spec/examples/refs-v2/TeX-LaTeX.xml +8 -0
- data/spec/examples/refs-v2/abarth +17 -0
- data/spec/examples/refs-v2/asciidoctor-bibliography.xml +19 -0
- data/spec/examples/refs-v2/asciidoctor-manual.xml +11 -0
- data/spec/examples/refs-v2/asciidoctor-rfc.xml +18 -0
- data/spec/examples/refs-v2/asciidoctor.xml +10 -0
- data/spec/examples/refs-v2/draftr.xml +8 -0
- data/spec/examples/refs-v2/kramdown-rfc2629.xml +8 -0
- data/spec/examples/refs-v2/lyx2rfc.xml +8 -0
- data/spec/examples/refs-v2/mmark.xml +9 -0
- data/spec/examples/refs-v2/pandoc2rfc.xml +8 -0
- data/spec/examples/refs-v2/reference.RFC.2119.xml +7 -0
- data/spec/examples/refs-v2/reference.RFC.5385.xml +7 -0
- data/spec/examples/refs-v2/reference.RFC.7328.xml +7 -0
- data/spec/examples/refs-v2/reference.RFC.7749.xml +7 -0
- data/spec/examples/refs-v2/reference.RFC.7763.xml +7 -0
- data/spec/examples/refs-v2/reference.RFC.7764.xml +7 -0
- data/spec/examples/refs-v2/reference.RFC.7990.xml +7 -0
- data/spec/examples/refs-v2/reference.RFC.7991.xml +7 -0
- data/spec/examples/refs-v3-database.xml +137 -0
- data/spec/examples/refs-v3.adoc +57 -0
- data/spec/examples/refs-v3.xml +90 -0
- data/spec/examples/refs-v3/AsciiDoc.xml +8 -0
- data/spec/examples/refs-v3/AsciiMathML.xml +8 -0
- data/spec/examples/refs-v3/IETF-BibXML.xml +9 -0
- data/spec/examples/refs-v3/MathJax.xml +8 -0
- data/spec/examples/refs-v3/NroffEdit.xml +8 -0
- data/spec/examples/refs-v3/TeX-LaTeX.xml +8 -0
- data/spec/examples/refs-v3/abarth +17 -0
- data/spec/examples/refs-v3/asciidoctor-bibliography.xml +19 -0
- data/spec/examples/refs-v3/asciidoctor-manual.xml +11 -0
- data/spec/examples/refs-v3/asciidoctor-rfc.xml +18 -0
- data/spec/examples/refs-v3/asciidoctor.xml +10 -0
- data/spec/examples/refs-v3/draftr.xml +8 -0
- data/spec/examples/refs-v3/kramdown-rfc2629.xml +8 -0
- data/spec/examples/refs-v3/lyx2rfc.xml +8 -0
- data/spec/examples/refs-v3/mathrefs.xml +19 -0
- data/spec/examples/refs-v3/mmark.xml +9 -0
- data/spec/examples/refs-v3/pandoc2rfc.xml +8 -0
- data/spec/examples/refs-v3/reference.RFC.2119.xml +7 -0
- data/spec/examples/refs-v3/reference.RFC.5385.xml +7 -0
- data/spec/examples/refs-v3/reference.RFC.7328.xml +7 -0
- data/spec/examples/refs-v3/reference.RFC.7749.xml +7 -0
- data/spec/examples/refs-v3/reference.RFC.7763.xml +7 -0
- data/spec/examples/refs-v3/reference.RFC.7764.xml +7 -0
- data/spec/examples/refs-v3/reference.RFC.7990.xml +7 -0
- data/spec/examples/refs-v3/reference.RFC.7991.xml +7 -0
- data/spec/examples/rfc2100.md.adoc +57 -44
- data/spec/examples/rfc3514.md.adoc +1 -1
- data/spec/examples/rfc6350.adoc +701 -695
- data/spec/examples/rfc6350.txt.orig +3372 -0
- data/spec/examples/rfc6350_refs.xml +774 -0
- data/spec/examples/rfc748.md.adoc +1 -1
- data/spec/examples/rfc7511.md.adoc +3 -3
- data/spec/examples/skel.mkd.adoc +1 -0
- data/spec/examples/stupid-s.mkd.adoc +4 -4
- metadata +94 -8
- data/spec/examples/rfc6350.bib +0 -763
@@ -30,6 +30,8 @@ Carsten Bormann <cabo@tzi.org>; Zach Shelby <zach@sensinode.com>
|
|
30
30
|
:phone_2: +358407796297
|
31
31
|
:email_2: zach@sensinode.com
|
32
32
|
:inline-definition-lists: true
|
33
|
+
:rfc2629xslt: true
|
34
|
+
:compact: no
|
33
35
|
|
34
36
|
[abstract]
|
35
37
|
CoAP is a RESTful transfer protocol for constrained nodes and networks.
|
@@ -97,8 +99,8 @@ UDP), but the fragmentation/reassembly process loads the lower layers
|
|
97
99
|
with conversation state that is better managed in the application
|
98
100
|
layer.
|
99
101
|
|
100
|
-
This specification defines a pair of CoAP options to enable
|
101
|
-
resource representations.
|
102
|
+
This specification defines a pair of CoAP options to enable
|
103
|
+
_block-wise_ access to resource representations.
|
102
104
|
The Block options provide a minimal way to transfer larger
|
103
105
|
resource representations in a block-wise fashion.
|
104
106
|
The overriding objective is to avoid
|
@@ -285,7 +287,7 @@ M: :: More Flag (not last block). For descriptive usage, this flag, if
|
|
285
287
|
below.)
|
286
288
|
|
287
289
|
SZX: :: Block Size. The block size is a three-bit unsigned integer indicating the size of a block to
|
288
|
-
the power of two. Thus block size = 2
|
290
|
+
the power of two. Thus block size = 2**(SZX + 4). The allowed
|
289
291
|
values of SZX are 0 to 6, i.e., the minimum block size is 2**(0+4) = 16
|
290
292
|
and the maximum is 2**(6+4) = 1024.
|
291
293
|
The value 7 for SZX (which would indicate a block size of 2048) is
|
@@ -771,8 +773,8 @@ Numbers registry of
|
|
771
773
|
|===
|
772
774
|
| Number | Name | Reference
|
773
775
|
|
774
|
-
| 17 | Block2 |
|
775
|
-
| 19 | Block1 |
|
776
|
+
| 17 | Block2 | [RFCXXXX]
|
777
|
+
| 19 | Block1 | [RFCXXXX]
|
776
778
|
|===
|
777
779
|
|
778
780
|
This draft adds the following response code to the CoAP Response Codes registry of
|
@@ -784,7 +786,7 @@ This draft adds the following response code to the CoAP Response Codes registry
|
|
784
786
|
|===
|
785
787
|
| Code | Description | Reference
|
786
788
|
|
787
|
-
| 136 | 4.08 Request Entity Incomplete |
|
789
|
+
| 136 | 4.08 Request Entity Incomplete | [RFCXXXX]
|
788
790
|
|===
|
789
791
|
|
790
792
|
|
@@ -951,33 +953,6 @@ The Constrained Application Protocol (CoAP) is a specialized web transfer protoc
|
|
951
953
|
<format type="TXT" target="http://www.ietf.org/internet-drafts/draft-ietf-core-coap-18.txt"/>
|
952
954
|
</reference>
|
953
955
|
|
954
|
-
<reference anchor="RFCXXXX" target="https://www.rfc-editor.org/info/rfc7959">
|
955
|
-
<front>
|
956
|
-
<title>
|
957
|
-
Block-Wise Transfers in the Constrained Application Protocol (CoAP)
|
958
|
-
</title>
|
959
|
-
<author initials="C." surname="Bormann" fullname="C. Bormann">
|
960
|
-
<organization/>
|
961
|
-
</author>
|
962
|
-
<author initials="Z." surname="Shelby" fullname="Z. Shelby" role="editor">
|
963
|
-
<organization/>
|
964
|
-
</author>
|
965
|
-
<date year="2016" month="August"/>
|
966
|
-
<abstract>
|
967
|
-
<t>
|
968
|
-
The Constrained Application Protocol (CoAP) is a RESTful transfer protocol for constrained nodes and networks. Basic CoAP messages work well for small payloads from sensors and actuators; however, applications will need to transfer larger payloads occasionally -- for instance, for firmware updates. In contrast to HTTP, where TCP does the grunt work of segmenting and resequencing, CoAP is based on datagram transports such as UDP or Datagram Transport Layer Security (DTLS). These transports only offer fragmentation, which is even more problematic in constrained nodes and networks, limiting the maximum size of resource representations that can practically be transferred.
|
969
|
-
</t>
|
970
|
-
<t>
|
971
|
-
Instead of relying on IP fragmentation, this specification extends basic CoAP with a pair of "Block" options for transferring multiple blocks of information from a resource representation in multiple request-response pairs. In many important cases, the Block options enable a server to be truly stateless: the server can handle each block transfer separately, with no need for a connection setup or other server-side memory of previous block transfers. Essentially, the Block options provide a minimal way to transfer larger representations in a block-wise fashion.
|
972
|
-
</t>
|
973
|
-
<t>
|
974
|
-
A CoAP implementation that does not support these options generally is limited in the size of the representations that can be exchanged, so there is an expectation that the Block options will be widely used in CoAP implementations. Therefore, this specification updates RFC 7252.
|
975
|
-
</t>
|
976
|
-
</abstract>
|
977
|
-
</front>
|
978
|
-
<seriesInfo name="RFC" value="7959"/>
|
979
|
-
<seriesInfo name="DOI" value="10.17487/RFC7959"/>
|
980
|
-
</reference>
|
981
956
|
++++
|
982
957
|
|
983
958
|
[bibliography]
|
@@ -28,6 +28,10 @@ Chris Smith <chrissmith@example.com>; Kim Jones <jk@lmn.op>
|
|
28
28
|
:keyword: XML, Imagination
|
29
29
|
:inline-definition-lists: true
|
30
30
|
:toc-include: false
|
31
|
+
:compact: no
|
32
|
+
:subcompact: no
|
33
|
+
:strict: yes
|
34
|
+
:rfc2629xslt: true
|
31
35
|
|
32
36
|
[abstract]
|
33
37
|
This is an example of an abstract. It is a short paragraph that
|
@@ -5,10 +5,10 @@ Editor name <Editor email>
|
|
5
5
|
:name: Your MIB Document name here rev07
|
6
6
|
:ipr: trust200902
|
7
7
|
:abbrev: Your MIB Module document name
|
8
|
-
:fullname: Editor
|
8
|
+
:fullname: Editor Name
|
9
|
+
:lastname: Name
|
9
10
|
:forename_initials: Y
|
10
11
|
:role: editor
|
11
|
-
:surname: Name
|
12
12
|
:organization: Editor affiliation
|
13
13
|
:street: Editor affiliation address
|
14
14
|
:city: Editor affiliation address
|
@@ -28,8 +28,6 @@ Editor name <Editor email>
|
|
28
28
|
|
29
29
|
[abstract]
|
30
30
|
|
31
|
-
(In RFC XML v2, an absract cannot begin with a note!)
|
32
|
-
|
33
31
|
[[CREF1: This template is for authors of IETF specifications containing MIB
|
34
32
|
modules. This template can be used as a starting point to produce
|
35
33
|
specifications that comply with the Operations & Management Area
|
@@ -66,9 +64,9 @@ For updated information on MIB module guidelines and templates, see
|
|
66
64
|
<<RFC4181>> and the OPS Area web page and wiki.
|
67
65
|
|
68
66
|
For information on writing internet drafts or RFCs, see
|
69
|
-
http://www.ietf.org/ietf/1id-guidelines.txt and
|
67
|
+
\http://www.ietf.org/ietf/1id-guidelines.txt and
|
70
68
|
RFC2223(bis) <<RFC2223>>, and look
|
71
|
-
at http://www.ietf.org/ID-Checklist.html for issues to note when writing
|
69
|
+
at \http://www.ietf.org/ID-Checklist.html for issues to note when writing
|
72
70
|
drafts.
|
73
71
|
|
74
72
|
This template is not meant to be a complete list of everything
|
@@ -85,7 +83,7 @@ and IESG review processes.
|
|
85
83
|
|
86
84
|
An XML2RFC template is also available. For information on XML2RFC, see
|
87
85
|
RFC2629 <<RFC2629>>, and documentation available at
|
88
|
-
http://xml.resource.org. The XML2RFC version includes
|
86
|
+
\http://xml.resource.org. The XML2RFC version includes
|
89
87
|
advice describing how to fill in each section of the template. XML2RFC generates the
|
90
88
|
actual internet-draft from your information, and automatically handles getting up-to-date
|
91
89
|
boilerplates, references, and it handles many idnits issues.
|
@@ -312,7 +310,7 @@ SET (change/create/delete) them.
|
|
312
310
|
|
313
311
|
== IANA Considerations
|
314
312
|
[[CREF22: [TEMPLATE TODO] In order to comply with IESG policy as set forth in
|
315
|
-
http://www.ietf.org/ID-Checklist.html, every Internet-Draft that is
|
313
|
+
\http://www.ietf.org/ID-Checklist.html, every Internet-Draft that is
|
316
314
|
submitted to the IESG for publication MUST contain an IANA
|
317
315
|
Considerations section. The requirements for this section vary depending
|
318
316
|
what actions are required of the IANA. See "Guidelines for Writing an IANA
|
@@ -0,0 +1,86 @@
|
|
1
|
+
<references>
|
2
|
+
<reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
|
3
|
+
<front>
|
4
|
+
<title>
|
5
|
+
Key words for use in RFCs to Indicate Requirement Levels
|
6
|
+
</title>
|
7
|
+
<author initials="S." surname="Bradner" fullname="S. Bradner">
|
8
|
+
<organization/>
|
9
|
+
</author>
|
10
|
+
<date year="1997" month="March"/>
|
11
|
+
<abstract>
|
12
|
+
<t>
|
13
|
+
In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.
|
14
|
+
</t>
|
15
|
+
</abstract>
|
16
|
+
</front>
|
17
|
+
<seriesInfo name="BCP" value="14"/>
|
18
|
+
<seriesInfo name="RFC" value="2119"/>
|
19
|
+
<seriesInfo name="DOI" value="10.17487/RFC2119"/>
|
20
|
+
</reference>
|
21
|
+
<reference anchor="RFC2629" target="https://www.rfc-editor.org/info/rfc2629">
|
22
|
+
<front>
|
23
|
+
<title>Writing I-Ds and RFCs using XML</title>
|
24
|
+
<author initials="M." surname="Rose" fullname="M. Rose">
|
25
|
+
<organization/>
|
26
|
+
</author>
|
27
|
+
<date year="1999" month="June"/>
|
28
|
+
<abstract>
|
29
|
+
<t>
|
30
|
+
This memo presents a technique for using XML (Extensible Markup Language) as a source format for documents in the Internet-Drafts (I-Ds) and Request for Comments (RFC) series. This memo provides information for the Internet community.
|
31
|
+
</t>
|
32
|
+
</abstract>
|
33
|
+
</front>
|
34
|
+
<seriesInfo name="RFC" value="2629"/>
|
35
|
+
<seriesInfo name="DOI" value="10.17487/RFC2629"/>
|
36
|
+
</reference>
|
37
|
+
<reference anchor="RFC3552" target="https://www.rfc-editor.org/info/rfc3552">
|
38
|
+
<front>
|
39
|
+
<title>
|
40
|
+
Guidelines for Writing RFC Text on Security Considerations
|
41
|
+
</title>
|
42
|
+
<author initials="E." surname="Rescorla" fullname="E. Rescorla">
|
43
|
+
<organization/>
|
44
|
+
</author>
|
45
|
+
<author initials="B." surname="Korver" fullname="B. Korver">
|
46
|
+
<organization/>
|
47
|
+
</author>
|
48
|
+
<date year="2003" month="July"/>
|
49
|
+
<abstract>
|
50
|
+
<t>
|
51
|
+
All RFCs are required to have a Security Considerations section. Historically, such sections have been relatively weak. This document provides guidelines to RFC authors on how to write a good Security Considerations section. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.
|
52
|
+
</t>
|
53
|
+
</abstract>
|
54
|
+
</front>
|
55
|
+
<seriesInfo name="BCP" value="72"/>
|
56
|
+
<seriesInfo name="RFC" value="3552"/>
|
57
|
+
<seriesInfo name="DOI" value="10.17487/RFC3552"/>
|
58
|
+
</reference>
|
59
|
+
<reference anchor="RFC5226" target="https://www.rfc-editor.org/info/rfc5226">
|
60
|
+
<front>
|
61
|
+
<title>
|
62
|
+
Guidelines for Writing an IANA Considerations Section in RFCs
|
63
|
+
</title>
|
64
|
+
<author initials="T." surname="Narten" fullname="T. Narten">
|
65
|
+
<organization/>
|
66
|
+
</author>
|
67
|
+
<author initials="H." surname="Alvestrand" fullname="H. Alvestrand">
|
68
|
+
<organization/>
|
69
|
+
</author>
|
70
|
+
<date year="2008" month="May"/>
|
71
|
+
<abstract>
|
72
|
+
<t>
|
73
|
+
Many protocols make use of identifiers consisting of constants and other well-known values. Even after a protocol has been defined and deployment has begun, new values may need to be assigned (e.g., for a new option type in DHCP, or a new encryption or authentication transform for IPsec). To ensure that such quantities have consistent values and interpretations across all implementations, their assignment must be administered by a central authority. For IETF protocols, that role is provided by the Internet Assigned Numbers Authority (IANA).
|
74
|
+
</t>
|
75
|
+
<t>
|
76
|
+
In order for IANA to manage a given namespace prudently, it needs guidelines describing the conditions under which new values can be assigned or when modifications to existing values can be made. If IANA is expected to play a role in the management of a namespace, IANA must be given clear and concise instructions describing that role. This document discusses issues that should be considered in formulating a policy for assigning values to a namespace and provides guidelines for authors on the specific text that must be included in documents that place demands on IANA.
|
77
|
+
</t>
|
78
|
+
<t>
|
79
|
+
This document obsoletes RFC 2434. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.
|
80
|
+
</t>
|
81
|
+
</abstract>
|
82
|
+
</front>
|
83
|
+
<seriesInfo name="RFC" value="5226"/>
|
84
|
+
<seriesInfo name="DOI" value="10.17487/RFC5226"/>
|
85
|
+
</reference>
|
86
|
+
</references>
|
@@ -0,0 +1,49 @@
|
|
1
|
+
= vCard Format Specification
|
2
|
+
Simon Perreault <simon.perreault@viagenie.ca>
|
3
|
+
:bibliography-database: refs-v2-database.xml
|
4
|
+
:bibliography-passthrough: true
|
5
|
+
:bibliography-prepend-empty: false
|
6
|
+
:bibliography-hyperlinks: false
|
7
|
+
:bibliography-style: rfc-v2
|
8
|
+
:doctype: rfc
|
9
|
+
:obsoletes: 2425, 2426, 4770
|
10
|
+
:updates: 2739
|
11
|
+
:name: rfc-6350
|
12
|
+
:revdate: 20110831
|
13
|
+
:submission-type: IETF
|
14
|
+
:status: standard
|
15
|
+
:intended-series: full-standard 6350
|
16
|
+
:fullname: Simon Perreault
|
17
|
+
:lastname: Perreault
|
18
|
+
:organization: Viagenie
|
19
|
+
:email: simon.perreault@viagenie.ca
|
20
|
+
:street: 2875 Laurier, suite D2-630
|
21
|
+
:region: Quebec, QC
|
22
|
+
:code: G1V 2M2
|
23
|
+
:country: Canada
|
24
|
+
:phone: +1 418 656 9254
|
25
|
+
:uri: http://www.viagenie.ca
|
26
|
+
:link: urn:issn:2070-1721 item
|
27
|
+
|
28
|
+
== Introduction
|
29
|
+
The authors would like to thank Tim Howes, Mark Smith, and Frank
|
30
|
+
Dawson, the original authors of cite:info[RFC2119] and cite:norm[RFC2629], Pete
|
31
|
+
Resnick, who got this effort started and provided help along the way,
|
32
|
+
as well as the following individuals who have participated in the
|
33
|
+
drafting, review, and discussion of this memo.
|
34
|
+
cite:info[RFC2119, text="<xref target='RFC2119'>RFC 2119</xref>"]
|
35
|
+
cite:info[RFC2119, text="<xref format='counter' target='RFC2119'>RFC 2119</xref>"]
|
36
|
+
|
37
|
+
[bibliography]
|
38
|
+
== Normative References
|
39
|
+
|
40
|
+
++++
|
41
|
+
bibliography::norm[]
|
42
|
+
++++
|
43
|
+
|
44
|
+
[bibliography]
|
45
|
+
== Informative References
|
46
|
+
|
47
|
+
++++
|
48
|
+
bibliography::info[]
|
49
|
+
++++
|
@@ -0,0 +1,50 @@
|
|
1
|
+
<?xml version="1.0" encoding="US-ASCII"?>
|
2
|
+
<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
|
3
|
+
<!ENTITY RFC2629 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.2629.xml">
|
4
|
+
<!ENTITY RFC2119 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
|
5
|
+
]>
|
6
|
+
<?rfc strict="yes"?>
|
7
|
+
<?rfc compact="yes"?>
|
8
|
+
<?rfc subcompact="no"?>
|
9
|
+
<?rfc toc="yes"?>
|
10
|
+
<?rfc tocdepth="4"?>
|
11
|
+
<?rfc symrefs="yes"?>
|
12
|
+
<?rfc sortrefs="yes"?>
|
13
|
+
<rfc obsoletes="2425, 2426, 4770" updates="2739" category="std" submissionType="IETF" number="rfc-6350">
|
14
|
+
<front>
|
15
|
+
<title>vCard Format Specification</title>
|
16
|
+
<author fullname="Simon Perreault" surname="Perreault">
|
17
|
+
<organization>Viagenie</organization>
|
18
|
+
<address>
|
19
|
+
<postal>
|
20
|
+
<street>2875 Laurier, suite D2-630</street>
|
21
|
+
<region>Quebec, QC</region>
|
22
|
+
<code>G1V 2M2</code>
|
23
|
+
<country>Canada</country>
|
24
|
+
</postal>
|
25
|
+
<phone>+1 418 656 9254</phone>
|
26
|
+
<email>simon.perreault@viagenie.ca</email>
|
27
|
+
<uri>http://www.viagenie.ca</uri>
|
28
|
+
</address>
|
29
|
+
</author>
|
30
|
+
<date day="31" month="August" year="2011"/>
|
31
|
+
|
32
|
+
</front><middle>
|
33
|
+
<section anchor="_introduction" title="Introduction">
|
34
|
+
<t>The authors would like to thank Tim Howes, Mark Smith, and Frank
|
35
|
+
Dawson, the original authors of <xref target="RFC2119"/> and <xref target="RFC2629"/>, Pete
|
36
|
+
Resnick, who got this effort started and provided help along the way,
|
37
|
+
as well as the following individuals who have participated in the
|
38
|
+
drafting, review, and discussion of this memo.
|
39
|
+
<xref target="RFC2119">RFC 2119</xref>
|
40
|
+
<xref format="counter" target="RFC2119">RFC 2119</xref></t>
|
41
|
+
</section>
|
42
|
+
</middle><back>
|
43
|
+
<references title="Normative References">
|
44
|
+
&RFC2629;
|
45
|
+
</references>
|
46
|
+
<references title="Informative References">
|
47
|
+
&RFC2119;
|
48
|
+
</references>
|
49
|
+
</back>
|
50
|
+
</rfc>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
<reference anchor='AsciiDoc' target='http://www.methods.co.nz/asciidoc/'>
|
2
|
+
<front>
|
3
|
+
<title>AsciiDoc: Text based document generation</title>
|
4
|
+
<author initials='S.' surname='Rackham' fullname='Stuart Rackham'><organization /></author>
|
5
|
+
<date year='2013' month='November' />
|
6
|
+
</front>
|
7
|
+
</reference>
|
8
|
+
|
@@ -0,0 +1,8 @@
|
|
1
|
+
<reference anchor='NroffEdit' target='http://aaa-sec.com/nroffedit/'>
|
2
|
+
<front>
|
3
|
+
<title>WYSIWYG Internet-Draft Nroff Editor</title>
|
4
|
+
<author initials='S.' surname='Santesson' fullname='Stefan Santesson'><organization /></author>
|
5
|
+
<date year='2011' month='May' />
|
6
|
+
</front>
|
7
|
+
</reference>
|
8
|
+
|
@@ -0,0 +1,8 @@
|
|
1
|
+
<reference anchor='TeX-LaTeX' target='https://www.latex-project.org'>
|
2
|
+
<front>
|
3
|
+
<title>LaTeX is document preparation software that runs on top of Donald E. Knuth's TeX typesetting system.</title>
|
4
|
+
<author/>
|
5
|
+
<date year='2017' month='November' />
|
6
|
+
</front>
|
7
|
+
</reference>
|
8
|
+
|
@@ -0,0 +1,17 @@
|
|
1
|
+
<reference anchor="I-D.abarth-cake">
|
2
|
+
<front>
|
3
|
+
<title>Simple HTTP State Management Mechanism</title>
|
4
|
+
<author initials="A" surname="Barth" fullname="Adam Barth">
|
5
|
+
<organization/>
|
6
|
+
</author>
|
7
|
+
<date month="August" day="22" year="2010"/>
|
8
|
+
<abstract>
|
9
|
+
<t>
|
10
|
+
This document describes a simple HTTP state management mechanism, called cake, that lets HTTP servers maintain stateful sessions with HTTP user agents. This mechanism is harmonized with the same-origin security model and provides both confidentiality and integrity protection against active network attackers. In addition, the mechanism is robust to cross-site request forgery attacks.Editorial Note (To be removed by RFC Editor) If you have suggestions for improving this document, please send email to <mailto:http-state@ietf.org>. Further Working Group information is available from <https://tools.ietf.org/wg/httpstate/>.
|
11
|
+
</t>
|
12
|
+
</abstract>
|
13
|
+
</front>
|
14
|
+
<seriesInfo name="Internet-Draft" value="draft-abarth-cake-00"/>
|
15
|
+
<format type="TXT" target="http://www.ietf.org/internet-drafts/draft-abarth-cake-00.txt"/>
|
16
|
+
</reference>
|
17
|
+
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<reference anchor='asciidoctor-bibliography' target='https://github.com/riboseinc/asciidoctor-bibliography/'>
|
2
|
+
<front>
|
3
|
+
<title>Citations and Bibliography the 'asciidoctor-way'</title>
|
4
|
+
<author>
|
5
|
+
<organization>Ribose Inc.</organization>
|
6
|
+
<address>
|
7
|
+
<postal>
|
8
|
+
<street></street>
|
9
|
+
<country>Hong Kong</country>
|
10
|
+
</postal>
|
11
|
+
<email>open.source@ribose.com</email>
|
12
|
+
<uri>https://www.ribose.com</uri>
|
13
|
+
</address>
|
14
|
+
</author>
|
15
|
+
<date year='2017' month='November' />
|
16
|
+
</front>
|
17
|
+
</reference>
|
18
|
+
|
19
|
+
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<reference anchor='Asciidoctor-Manual' target='http://asciidoctor.org/docs/user-manual/'>
|
2
|
+
<front>
|
3
|
+
<title>Asciidoctor: A fast text processor & publishing toolchain for converting AsciiDoc to HTML5, DocBook & more.</title>
|
4
|
+
<author initials='D.' surname='Allen' fullname='Dan Allen'><organization /></author>
|
5
|
+
<author initials='R.' surname='Waldron' fullname='Ryan Waldron'><organization /></author>
|
6
|
+
<author initials='S.' surname='White' fullname='Sarah White'><organization /></author>
|
7
|
+
<date year='2017' month='November' />
|
8
|
+
</front>
|
9
|
+
</reference>
|
10
|
+
|
11
|
+
|