aboutsummaryrefslogtreecommitdiffstats
path: root/lv2compatgen/template.html
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-10-04 18:21:08 +0000
committerDavid Robillard <d@drobilla.net>2010-10-04 18:21:08 +0000
commitcef9811dac46a9d54dab0f0d82ce5c3ae032fc7c (patch)
tree632b911da25fc24b6b3d331d7ceffc22606b8e5b /lv2compatgen/template.html
parent61842745ab15454ee66be54a6f3bcc148a75406f (diff)
downloadlv2-cef9811dac46a9d54dab0f0d82ce5c3ae032fc7c.tar.xz
Initial import of lv2plug.in universe.
Diffstat (limited to 'lv2compatgen/template.html')
-rw-r--r--lv2compatgen/template.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/lv2compatgen/template.html b/lv2compatgen/template.html
new file mode 100644
index 0000000..2948759
--- /dev/null
+++ b/lv2compatgen/template.html
@@ -0,0 +1,26 @@
+<!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"
+ xml:lang="en">
+ <head>
+ <title>LV2 Feature Support</title>
+ <meta http-equiv="content-type" content="text/xhtml+xml; charset=utf-8" />
+ <meta name="generator" content="lv2specgen" />
+ <style type="text/css">
+ @STYLE@
+ </style>
+ </head>
+ <body>
+ <h1 id="title">LV2 Feature Support</h1>
+
+ @BODY@
+
+ <div>
+ <br />
+ <span>Automatically generated
+ by <a href="http://drobilla.net/software/lv2compatgen">lv2compatgen</a>
+ at @TIME@</span>
+ </div>
+
+ </body>
+</html>
+