blob: 5056aefc57b7b0611fed9c67b52d2443ff6a9710 (
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
|
<?xml version="1.0" encoding="utf-8"?>
<!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>@TITLE@</title>
<meta http-equiv="content-type" content="text/xhtml+xml; charset=utf-8" />
<meta name="generator" content="lv2specgen" />
<link href="@STYLE_URI@" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- HEADER -->
<div id="topbar">
<div id="header">
<div id="titlebox">
<h1 id="title">@NAME@</h1>
<div id="subtitle"><a href="@URI@">@URI@</a></div>
<div id="shortdesc">@SHORT_DESC@</div>
</div>
<table id="meta">
<!--<tr><th>URI</th><td><a href="@URI@">@URI@</a></td></tr>
<tr><th>Version</th><td>@REVISION@</td></tr>-->
<!--<tr><th>Prefixes</th><td>@PREFIXES@</td></tr>-->
<tr><th>Version</th><td>@VERSION@</td></tr>
<tr><th>Date</th><td>@DATE@</td></tr>
@MAIL@
@AUTHORS@
</table>
</div>
<ul id="contents">
<!-- <li><a href="#sec-description">Description</a></li> -->
<li><a href="#sec-index">Index</a></li>
<li><a href="#sec-reference">Reference</a></li>
<li><a href="#sec-history">History</a></li>
@CONTENT_LINKS@
</ul>
</div>
<!-- DESCRIPTION -->
<!--<h2 class="sec" id="sec-description">Description</h2>-->
<div class="content">@COMMENT@</div>
<!-- INDEX -->
<h2 class="sec" id="sec-index">Index</h2>
<div class="content" id="index">
@INDEX@
</div>
<!-- DOCUMENTATION -->
<h2 class="sec" id="sec-reference">Reference</h2>
<div class="content">
@REFERENCE@
</div>
<!-- HISTORY -->
<h2 class="sec" id="sec-history">History</h2>
<div class="content">
@HISTORY@
</div>
<!-- FOOTER -->
<div id="footer">
<div>
This document is available under the
<a about="" rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">
Creative Commons Attribution-ShareAlike License
</a>
</div>
<div>
Valid
<a about="" rel="dct:conformsTo" resource="http://www.w3.org/TR/rdfa-syntax"
href="http://validator.w3.org/check?uri=referer">
XHTML+RDFa
</a>
and
<a about="" rel="dct:conformsTo" resource="http://www.w3.org/TR/CSS2"
href="http://jigsaw.w3.org/css-validator/check/referer">
CSS
</a>
generated from @FILENAME@ by <a href="http://drobilla.net/software/lv2specgen">lv2specgen</a>
</div>
</div>
</body>
</html>
|