diff options
author | David Robillard <d@drobilla.net> | 2011-11-21 01:36:00 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-21 01:36:00 +0000 |
commit | eb43c8896480114b224755e824fae2e2f7485256 (patch) | |
tree | 26e91bd8dc6421d2296a33991e90f7dcb546b079 /lv2/ns/index.html.in | |
parent | df79255ccef7fb5d091e9d4e52f3c46545b53282 (diff) | |
download | lv2-eb43c8896480114b224755e824fae2e2f7485256.tar.xz |
Move ns to lv2/ns so repository top level can be used as an include dir directly.
Diffstat (limited to 'lv2/ns/index.html.in')
-rw-r--r-- | lv2/ns/index.html.in | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lv2/ns/index.html.in b/lv2/ns/index.html.in new file mode 100644 index 0000000..4863cb2 --- /dev/null +++ b/lv2/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> |