-
Notifications
You must be signed in to change notification settings - Fork 10
/
template.xml
79 lines (68 loc) · 2.39 KB
/
template.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" ?>
<!DOCTYPE rfc SYSTEM 'rfc2629.dtd' [
<!ENTITY pandocAbstract PUBLIC '' 'abstract.xml'>
<!ENTITY pandocMiddle PUBLIC '' 'middle.xml'>
<!ENTITY pandocBack PUBLIC '' 'back.xml'>
<!ENTITY RFC2119 SYSTEM 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml'>
<!ENTITY RFC3864 SYSTEM 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.3864.xml'>
<!ENTITY RFC4824 SYSTEM 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.4824.xml'>
<!ENTITY RFC5234 SYSTEM 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.5234.xml'>
<!ENTITY RFC5987 SYSTEM 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.5987.xml'>
<!ENTITY RFC7230 SYSTEM 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.7230.xml'>
<!ENTITY RFC7234 SYSTEM 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.7234.xml'>
<!ENTITY GTSCClacks PUBLIC '' 'bib/reference.GTSC.Clacks.xml'>
<!ENTITY SCSII PUBLIC '' 'bib/reference.SCSII.xml'>
<!ENTITY HOPE PUBLIC '' 'bib/reference.Vetinari.xml'>
]>
<rfc ipr="trust200902" category="info" docName="draft-clacks-overhead-gateway">
<front>
<title>Clacks over HTTP Protocol</title>
<author initials="P." surname="Brown"
fullname="Patrick Brown">
<organization/>
<address>
<uri>[email protected]</uri>
</address>
</author>
<author initials="M." surname="Green"
fullname="Matt Green">
<organization/>
<address>
<uri>[email protected]</uri>
</address>
</author>
<author initials="I." surname="Nazar"
fullname="Imran Nazar">
<organization/>
<address>
<uri>[email protected]</uri>
</address>
</author>
<date month="April" year="2015"/>
<area>General</area>
<workgroup>Internet Engineering Task Force</workgroup>
<abstract>
&pandocAbstract;
</abstract>
</front>
<middle>
&pandocMiddle;
</middle>
<back>
<references title="Normative References">
&RFC2119;
&RFC3864;
&RFC4824;
&RFC5234;
&RFC5987;
&RFC7230;
&RFC7234;
</references>
<references title="Informative References">
>SCClacks;
&SCSII;
&HOPE;
</references>
&pandocBack;
</back>
</rfc>