aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/index.html.in
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/lv2plug.in/ns/index.html.in')
-rw-r--r--lv2/lv2plug.in/ns/index.html.in67
1 files changed, 66 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/index.html.in b/lv2/lv2plug.in/ns/index.html.in
index 2134e44..fbaacc3 100644
--- a/lv2/lv2plug.in/ns/index.html.in
+++ b/lv2/lv2plug.in/ns/index.html.in
@@ -10,9 +10,44 @@
href="../aux/style.css" />
</head>
<body>
+
+ <!-- HEADER -->
<div id="header">
- <h1 id="title">LV2 @LV2_VERSION@ Specifications</h1>
+ <div id="titlebox">
+ <h1 id="title">LV2 Specifications</h1>
+ <div id="subtitle">Version @LV2_VERSION@</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>Date</th><td>@DATE@</td></tr>
+ <tr><th>Discuss</th>
+ <td>
+ <a href="mailto:devel@lists.lv2plug.in">devel@lists.lv2plug.in</a>
+ <a href="http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in">(subscribe)</a>
+ </td>
+ </tr>
+ </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-history">History</a></li>
+ </ul>
+
+ <!-- DESCRIPTION -->
+ <h2 class="sec" id="sec-description">Description</h2>
+ <div class="content">
+ <p>This is an index of all official LV2 specifications. These pages are
+ high-level descriptions of each specification, and vocabulary
+ references with API links where appropriate. A
+ global <a href="../doc/html/index.html">API reference</a> is also
+ available.</p>
</div>
+
+ <!-- INDEX -->
+ <h2 class="sec" id="sec-index">Index</h2>
<div class="content">
<table summary="An index of LV2 specifications">
<tr>
@@ -24,5 +59,35 @@
@ROWS@
</table>
</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 <tt>meta.ttl</tt>
+ </div>
+ </div>
+
</body>
</html>