blob: 8af2635e368e927b53bcbe3ca3648ca347264c47 (
plain)
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html about="@URI@"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:lv2="http://lv2plug.in/ns/lv2core#"
@XMLNS@
xml:lang="en">
<head>
<title>@NAME@</title>
<meta http-equiv="content-type" content="text/xhtml+xml; charset=utf-8" />
<meta name="generator" content="lv2specgen" />
<style type="text/css">
@STYLE@
</style>
</head>
<body>
<h1 id="title">@NAME@</h1>
<div class="meta">
<table>
<tr><th class="metahead">URI</th><td><a href="@URI@">@URI@</a></td></tr>
<tr><th class="metahead">Revision</th><td>@REVISION@</td></tr>
<tr><th class="metahead">Namespaces</th><td>@PREFIXES@</td></tr>
@AUTHORS@
</table>
</div>
<!-- META -->
<div class="content">
<p>This document describes <a href="@URI@">@NAME@</a>,
an <a href="http://lv2plug.in/ns/lv2core">LV2</a> extension.
Comments are welcome, please direct discussion to <a
href="mailto:@MAIL@">@MAIL@</a>.</p>
</div>
<h2 id="contents">Contents</h2>
<div class="content">
<h3>This Document</h3>
<ol id="toc">
<li><a href="#sec-description">Description</a></li>
<li><a href="#sec-index">Index</a></li>
<li><a href="#sec-documentation">Documentation</a></li>
<li><a href="#sec-references">References</a></li>
</ol>
<h3>Other Resources</h3>
<ul>
@FILES@
</ul>
</div>
<!-- DESCRIPTION -->
<h2 id="sec-description">1. Description</h2>
<div class="content">@COMMENT@</div>
<!-- INDEX -->
<h2 id="sec-index">2. Index</h2>
<div class="content">
@INDEX@
</div>
<!-- REFERENCE -->
<h2 id="sec-documentation">3. Documentation</h2>
<div class="content">
@REFERENCE@
</div>
<!-- REFERENCES -->
<h2 id="sec-references">4. References</h2>
<div class="content">
<dl>
<dt class="label" id="ref-rfc2119">IETF RFC 2119</dt>
<dd>
<em>
<a href="http://www.ietf.org/rfc/rfc2119.txt">
RFC 2119: Key words for use in RFCs to Indicate Requirement Levels</a>
</em>. Internet Engineering Task Force, 1997.
</dd>
</dl>
</div>
<!-- FOOTER -->
<div class="footer">
<span class="footer-text">Generated on @TIME@ from <a href="./@FILENAME@" class="footer-text">@FILENAME@</a> by <a href="http://drobilla.net/software/lv2specgen" class="footer-text">lv2specgen</a></span>
@FOOTER@
</div>
</body>
</html>
|