aboutsummaryrefslogtreecommitdiffstats
path: root/lv2specgen/template.html
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-04 21:08:23 +0000
committerDavid Robillard <d@drobilla.net>2011-11-04 21:08:23 +0000
commitefc360f0011268f82c0b94fe6b7e1fc031459435 (patch)
tree87d685e584d4ef2613e60902f25524f1e7ba569d /lv2specgen/template.html
parent4d479ac5f9083f423e79cf1a3978b3f12c76a65c (diff)
downloadlv2-efc360f0011268f82c0b94fe6b7e1fc031459435.tar.xz
Prettier and more informative extension index.
Add short descriptions to extensions. Prettier table style.
Diffstat (limited to 'lv2specgen/template.html')
-rw-r--r--lv2specgen/template.html24
1 files changed, 11 insertions, 13 deletions
diff --git a/lv2specgen/template.html b/lv2specgen/template.html
index df49f17..d1a91ef 100644
--- a/lv2specgen/template.html
+++ b/lv2specgen/template.html
@@ -19,19 +19,17 @@
<!-- HEADER -->
<div id="titleheader">
<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">Version</th><td>@REVISION@</td></tr>
- <tr><th class="metahead">Prefixes</th><td>@PREFIXES@</td></tr>
- <tr><th class="metahead">Discuss</th><td>
- <a href="mailto:@MAIL@">@MAIL@</a>
- (<a href="http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in">subscribe</a>)
- </td></tr>
- @AUTHORS@
- @FILES@
- </table>
- </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>Discuss</th><td>
+ <a href="mailto:@MAIL@">@MAIL@</a>
+ (<a href="http://lists.lv2plug.in/listinfo.cgi/devel-lv2plug.in">subscribe</a>)
+ </td></tr>
+ @AUTHORS@
+ @FILES@
+ </table>
</div>
<!-- DESCRIPTION -->