aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/dynmanifest.lv2/dynmanifest.meta.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/dynmanifest.lv2/dynmanifest.meta.ttl')
-rw-r--r--lv2/dynmanifest.lv2/dynmanifest.meta.ttl23
1 files changed, 0 insertions, 23 deletions
diff --git a/lv2/dynmanifest.lv2/dynmanifest.meta.ttl b/lv2/dynmanifest.lv2/dynmanifest.meta.ttl
index 2391678..9c2919d 100644
--- a/lv2/dynmanifest.lv2/dynmanifest.meta.ttl
+++ b/lv2/dynmanifest.lv2/dynmanifest.meta.ttl
@@ -1,4 +1,3 @@
-@prefix dcs: <http://ontologi.es/doap-changeset#> .
@prefix dman: <http://lv2plug.in/ns/ext/dynmanifest#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@@ -14,27 +13,6 @@
doap:shortdesc "Support for dynamic manifest data generation." ;
doap:programming-language "C" ;
doap:developer <http://lv2plug.in/ns/meta#daste> ;
- doap:release [
- doap:revision "1.6" ;
- doap:created "2012-10-14" ;
- doap:file-release <http://lv2plug.in/spec/lv2-1.2.0.tar.bz2> ;
- dcs:blame <http://drobilla.net/drobilla#me> ;
- dcs:changeset [
- dcs:item [
- rdfs:label "Use consistent label style."
- ]
- ]
- ] , [
- doap:revision "1.4" ;
- 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 unified release."
- ]
- ]
- ] ;
lv2:documentation """
The LV2 API, on its own, cannot be used to write plugin libraries where data is
@@ -108,4 +86,3 @@ All relative URIs in the generated data MUST be relative to the base path that
would be used to parse a normal LV2 manifest (the bundle path).
"""^^lv2:Markdown .
-