aboutsummaryrefslogtreecommitdiffstats
path: root/ns/index.html.in
diff options
context:
space:
mode:
Diffstat (limited to 'ns/index.html.in')
-rw-r--r--ns/index.html.in32
1 files changed, 32 insertions, 0 deletions
diff --git a/ns/index.html.in b/ns/index.html.in
new file mode 100644
index 0000000..4863cb2
--- /dev/null
+++ b/ns/index.html.in
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>LV2 Specifications</title>
+ <meta http-equiv="Content-Type"
+ content="application/xhtml+xml;charset=utf-8" />
+ <link rel="stylesheet" type="text/css"
+ href="../aux/style.css" />
+ </head>
+ <body>
+ <div id="header">
+ <h1 id="title">LV2 Specifications</h1>
+ </div>
+ <div class="content">
+ <table summary="An index of LV2 specifications">
+ <tr>
+ <th>Name</th>
+ <th>Description</th>
+ <th>Version</th>
+ <th>Date</th>
+ <th>Status</th>
+ </tr>
+ @ROWS@
+ </table>
+ </div>
+ <div id="footer">
+ <div>Generated on @TIME@ by gendoc.py</div>
+ </div>
+ </body>
+</html>