diff options
author | David Robillard <d@drobilla.net> | 2014-07-28 21:14:40 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-07-28 21:14:40 +0000 |
commit | 91bd0c769fef6c62aa065f3ef22c3cb7d890c597 (patch) | |
tree | 1c210c8bb40e281374dedad5a01dfc0345dc3412 /lv2/lv2plug.in | |
parent | ee09f19b84b623c787d6b74041ee6d269c354ae0 (diff) | |
download | lv2-91bd0c769fef6c62aa065f3ef22c3cb7d890c597.tar.xz |
Add description, date, and change log to documentation index.
Diffstat (limited to 'lv2/lv2plug.in')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl | 2 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/index.html.in | 67 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/meta/meta.ttl | 2 |
3 files changed, 68 insertions, 3 deletions
diff --git a/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl b/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl index c61096a..6316b4b 100644 --- a/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl +++ b/lv2/lv2plug.in/ns/ext/log/lv2-log.doap.ttl @@ -17,7 +17,7 @@ dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ - rdfs:label "Add missing include <string.h> to logger.h for memset." + rdfs:label "Add missing include string.h to logger.h for memset." ] ] ] , [ 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> diff --git a/lv2/lv2plug.in/ns/meta/meta.ttl b/lv2/lv2plug.in/ns/meta/meta.ttl index ecbf315..e6bd3a4 100644 --- a/lv2/lv2plug.in/ns/meta/meta.ttl +++ b/lv2/lv2plug.in/ns/meta/meta.ttl @@ -48,7 +48,7 @@ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH R meta:kfoltman , meta:paniq ; doap:release [ - doap:revision "1.8.1" ; + doap:revision "1.8.3" ; doap:created "2014-01-23" ; dcs:changeset [ dcs:item [ |