diff options
author | David Robillard <d@drobilla.net> | 2012-08-05 23:45:34 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-05 23:45:34 +0000 |
commit | 36ea54241a62bb6c9a032b1876d20dbbc30194b6 (patch) | |
tree | b8dafe89e322941d0a8466cf66e63d2084da4d8f /lv2/lv2plug.in/ns/ext/log/log.ttl | |
parent | 105206c8cd1ce84d31f10880fd52f7feb8e09231 (diff) | |
download | lv2-36ea54241a62bb6c9a032b1876d20dbbc30194b6.tar.xz |
Move all project metadata for extensions (e.g. change log) to separate files to
spare hosts from loading them during discovery.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/log/log.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/log/log.ttl | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/lv2/lv2plug.in/ns/ext/log/log.ttl b/lv2/lv2plug.in/ns/ext/log/log.ttl index bec4349..26e18cc 100644 --- a/lv2/lv2plug.in/ns/ext/log/log.ttl +++ b/lv2/lv2plug.in/ns/ext/log/log.ttl @@ -1,6 +1,3 @@ -@prefix doap: <http://usefulinc.com/ns/doap#> . -@prefix dcs: <http://ontologi.es/doap-changeset#> . -@prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix log: <http://lv2plug.in/ns/ext/log#> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @@ -10,22 +7,7 @@ <http://lv2plug.in/ns/ext/log> a lv2:Specification ; rdfs:seeAlso <log.h> , - <../../meta/meta.ttl> ; - doap:name "LV2 Log" ; - doap:shortdesc "A feature for writing log messages." ; - doap:created "2012-01-12" ; - doap:developer <http://drobilla.net/drobilla#me> ; - doap:release [ - doap:revision "1.0" ; - doap:created "2012-04-17" ; - doap:file-release <http://lv2plug.in/spec/lv2-1.0.0.tar.bz2> ; - dcs:blame <http://drobilla.net/drobilla#me> ; - dcs:changeset [ - dcs:item [ - rdfs:label "Initial release." - ] - ] - ] ; + <lv2-log.doap.ttl> ; lv2:documentation """ <p>This extension defines a feature, log:log, which allows plugins to print log messages with an API much like the standard C printf functions. This allows, |