Changeset 2120

Show
Ignore:
Timestamp:
06/16/09 16:08:08 (15 months ago)
Author:
drobilla
Message:

Link to header.

Location:
trunk/lv2specgen
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/lv2specgen/lv2specgen.py

    r2118 r2120  
    628628    template = template.replace('@BASE@', spec_ns_str) 
    629629    template = template.replace('@FILENAME@', os.path.basename(specloc)) 
     630    template = template.replace('@HEADER@', os.path.basename(specloc).replace('.ttl', '.h')) 
    630631    template = template.replace('@MAIL@', 'devel@lists.lv2plug.in') 
    631632    template = template.replace('@COMMENT@', specProperty(m, spec_url, rdfs.comment)) 
  • trunk/lv2specgen/template.html

    r2119 r2120  
    9292    title="Valid XHTML+RDFa">XHTML+RDFa</a> 
    9393  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>. 
    9597  You may use, reproduce, redistribute, and create derivative works of 
    9698  this document, but the extension URI must be changed if any changes are