diff options
author | David Robillard <d@drobilla.net> | 2012-02-08 04:56:24 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-02-08 04:56:24 +0000 |
commit | ed78bbe5ba12be1f9bcc736f14c51da6b4f639f3 (patch) | |
tree | 653a2dfe33f3923da45a38fc04ed2106f93528f3 /lv2/lv2plug.in/ns/index.html.in | |
parent | b617875c6f3ad439d25ae166da79df839ebfdc71 (diff) | |
download | lv2-ed78bbe5ba12be1f9bcc736f14c51da6b4f639f3.tar.xz |
Rearrange tree so top level can be used as an include path for standard style LV2 includes.
Diffstat (limited to 'lv2/lv2plug.in/ns/index.html.in')
-rw-r--r-- | lv2/lv2plug.in/ns/index.html.in | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/index.html.in b/lv2/lv2plug.in/ns/index.html.in new file mode 100644 index 0000000..4863cb2 --- /dev/null +++ b/lv2/lv2plug.in/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> |