Changeset 2120
- Timestamp:
- 06/16/09 16:08:08 (15 months ago)
- Location:
- trunk/lv2specgen
- Files:
-
- 2 modified
-
lv2specgen.py (modified) (1 diff)
-
template.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lv2specgen/lv2specgen.py
r2118 r2120 628 628 template = template.replace('@BASE@', spec_ns_str) 629 629 template = template.replace('@FILENAME@', os.path.basename(specloc)) 630 template = template.replace('@HEADER@', os.path.basename(specloc).replace('.ttl', '.h')) 630 631 template = template.replace('@MAIL@', 'devel@lists.lv2plug.in') 631 632 template = template.replace('@COMMENT@', specProperty(m, spec_url, rdfs.comment)) -
trunk/lv2specgen/template.html
r2119 r2120 92 92 title="Valid XHTML+RDFa">XHTML+RDFa</a> 93 93 page automatically generated from <a href="./@FILENAME@">@FILENAME@</a> by 94 <a href="http://drobilla.net/software/lv2specgen">lv2specgen</a>. 94 <a href="http://drobilla.net/software/lv2specgen">lv2specgen</a>. The data related 95 aspects of this extension are described here, the code related aspects are documented 96 in the corresponding header, <a href="@HEADER@">@HEADER@</a>. 95 97 You may use, reproduce, redistribute, and create derivative works of 96 98 this document, but the extension URI must be changed if any changes are
