<!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>@NAME@</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="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>
  </div>
  
  <!-- DESCRIPTION -->
  <div class="content">@COMMENT@</div>

  <!-- INDEX -->
  <h2 class="sec" id="sec-index">Index</h2>
  <div class="content">
  @INDEX@
  </div>

  <!-- DOCUMENTATION -->
  <h2 class="sec" id="sec-documentation">Documentation</h2>
  <div class="content">
  @REFERENCE@
  </div>

  <!-- FOOTER -->
  <div id="footer">
	<span class="footer-text">Generated on @TIME@ from <a href="./@FILENAME@" class="footer-text">@FILENAME@</a> by <a href="http://drobilla.net/software/lv2specgen" class="footer-text">lv2specgen</a></span>
	@FOOTER@
  </div>

  </body>
</html>