forked from miekg/pandoc2rfc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.xml
61 lines (54 loc) · 2.07 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
<?xml version="1.0" ?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd">
<rfc ipr="trust200902" category="info" docName="draft-gieben-writing-rfcs-pandoc-00">
<?rfc toc="yes"?> <!-- generate a table of contents -->
<?rfc symrefs="yes"?> <!-- use anchors instead of numbers for references -->
<?rfc sortrefs="yes" ?> <!-- alphabetize the references -->
<?rfc compact="yes" ?> <!-- conserve vertical whitespace -->
<?rfc subcompact="no" ?> <!-- but keep a blank line between list items -->
<front>
<title abbrev="Pandoc2rfc">Writing I-Ds and RFCs using Pandoc</title>
<author initials="R." surname="Gieben"
fullname="R. (Miek) Gieben">
<organization>SIDN</organization>
<address>
<postal>
<street>Meander 501</street>
<street></street>
<city>Arnhem</city> <region></region>
<code>6825 MD</code>
<country>NL</country>
</postal>
<phone></phone>
<email>[email protected]</email>
<uri>http://miek.nl/</uri>
</address>
</author>
<date month="April" year="2012"/>
<area>General</area>
<workgroup>RFC Beautification Working Group</workgroup>
<keyword>RFC</keyword>
<keyword>Request for Comments</keyword>
<keyword>I-D</keyword>
<keyword>Internet-Draft</keyword>
<keyword>XML</keyword>
<keyword>Pandoc</keyword>
<keyword>Extensible Markup Language</keyword>
<abstract>
<t>This memo presents a technique for using Pandoc
syntax as a source format
for documents in the Internet-Drafts (I-Ds) and
Request for Comments (RFC) series.</t>
</abstract>
</front>
<middle>
<?rfc include="middle.xml"?>
</middle>
<back>
<references title="Normative References">
<?rfc include="ref/reference.RFC.2119.xml"?>
<?rfc include="ref/reference.RFC.4641.xml"?>
</references>
<?rfc include="back.xml"?>
</back>
</rfc>