aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lv2/lv2plug.in/ns/index.html.in3
-rwxr-xr-xlv2specgen/lv2specgen.py2
-rw-r--r--lv2specgen/template.html3
3 files changed, 5 insertions, 3 deletions
diff --git a/lv2/lv2plug.in/ns/index.html.in b/lv2/lv2plug.in/ns/index.html.in
index fbaacc3..7147c65 100644
--- a/lv2/lv2plug.in/ns/index.html.in
+++ b/lv2/lv2plug.in/ns/index.html.in
@@ -15,12 +15,13 @@
<div id="header">
<div id="titlebox">
<h1 id="title">LV2 Specifications</h1>
- <div id="subtitle">Version @LV2_VERSION@</div>
+ <div id="subtitle">Extension Index and Version History</div>
</div>
<table id="meta">
<!--<tr><th>URI</th><td><a href="@URI@">@URI@</a></td></tr>
<tr><th>Version</th><td>@REVISION@</td></tr>-->
<!--<tr><th>Prefixes</th><td>@PREFIXES@</td></tr>-->
+ <tr><th>Version</th><td>@LV2_VERSION@</td></tr>
<tr><th>Date</th><td>@DATE@</td></tr>
<tr><th>Discuss</th>
<td>
diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py
index 5ac0e1f..72845af 100755
--- a/lv2specgen/lv2specgen.py
+++ b/lv2specgen/lv2specgen.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
#
# lv2specgen, a documentation generator for LV2 specifications.
-# Copyright (c) 2009-2012 David Robillard <d@drobilla.net>
+# Copyright (c) 2009-2014 David Robillard <d@drobilla.net>
#
# Based on SpecGen:
# <http://forge.morfeo-project.org/wiki_en/index.php/SpecGen>
diff --git a/lv2specgen/template.html b/lv2specgen/template.html
index 57d5134..aee133f 100644
--- a/lv2specgen/template.html
+++ b/lv2specgen/template.html
@@ -21,13 +21,14 @@
<div id="header">
<div id="titlebox">
<h1 id="title">@NAME@</h1>
- <div id="subtitle"><a href="@URI@">@URI@</a> @VERSION@</div>
+ <div id="subtitle"><a href="@URI@">@URI@</a></div>
<div id="shortdesc">@SHORT_DESC@</div>
</div>
<table id="meta">
<!--<tr><th>URI</th><td><a href="@URI@">@URI@</a></td></tr>
<tr><th>Version</th><td>@REVISION@</td></tr>-->
<!--<tr><th>Prefixes</th><td>@PREFIXES@</td></tr>-->
+ <tr><th>Version</th><td>@VERSION@</td></tr>
<tr><th>Date</th><td>@DATE@</td></tr>
@MAIL@
@AUTHORS@