diff options
author | David Robillard <d@drobilla.net> | 2011-11-20 23:08:57 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-20 23:08:57 +0000 |
commit | 725d4a404b838da6b67d9da66228a1125bddef57 (patch) | |
tree | a1daab3d767c85b1b67ff3a9eb60d54721b2e5fc /ns/index.html.in | |
parent | 5ae0165d6d0420e95e22c1451e319b9e83398c28 (diff) | |
download | lv2-725d4a404b838da6b67d9da66228a1125bddef57.tar.xz |
Lay out repository structure to match include and URI structure.
Treat lv2core like all the other specifications in gendoc.py.
Diffstat (limited to 'ns/index.html.in')
-rw-r--r-- | ns/index.html.in | 32 |
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> |