aboutsummaryrefslogtreecommitdiffstats
path: root/lv2specgen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-09 22:06:52 +0000
committerDavid Robillard <d@drobilla.net>2011-03-09 22:06:52 +0000
commitbbadcc650406d7356d1721bde6c3b0bd57770b0d (patch)
treeccdd19745185cc1e31e4cb4d7602340b96d5a55c /lv2specgen
parentf92afaf97723b756bc50ad09cd7227cc5ce5b6f0 (diff)
downloadlv2-bbadcc650406d7356d1721bde6c3b0bd57770b0d.tar.xz
Split seeAlso links into separate Resources section.
Diffstat (limited to 'lv2specgen')
-rw-r--r--lv2specgen/template.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/lv2specgen/template.html b/lv2specgen/template.html
index d4d76e0..096d1e2 100644
--- a/lv2specgen/template.html
+++ b/lv2specgen/template.html
@@ -15,6 +15,9 @@
<link href="@STYLE_URI@" rel="stylesheet" type="text/css" />
</head>
<body>
+
+ <!-- HEADER -->
+
<div id="titleheader">
<h1 id="title">@NAME@</h1>
<div class="meta">
@@ -36,16 +39,24 @@
href="mailto:@MAIL@">@MAIL@</a>.</p>
</div>
+
+ <!-- CONTENTS -->
+
<h2 class="sec" 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>
+ </div>
+
+
+ <!-- RESOURCES -->
+
+ <h2 class="sec" id="resources">Resources</h2>
+ <div class="content">
<ul>
@FILES@
</ul>