From 36ea54241a62bb6c9a032b1876d20dbbc30194b6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 5 Aug 2012 23:45:34 +0000 Subject: Move all project metadata for extensions (e.g. change log) to separate files to spare hosts from loading them during discovery. --- lv2/lv2plug.in/ns/ext/urid/lv2-urid.doap.ttl | 46 ++++++++++++++++++++++++++++ lv2/lv2plug.in/ns/ext/urid/urid.ttl | 43 +------------------------- 2 files changed, 47 insertions(+), 42 deletions(-) create mode 100644 lv2/lv2plug.in/ns/ext/urid/lv2-urid.doap.ttl (limited to 'lv2/lv2plug.in/ns/ext/urid') diff --git a/lv2/lv2plug.in/ns/ext/urid/lv2-urid.doap.ttl b/lv2/lv2plug.in/ns/ext/urid/lv2-urid.doap.ttl new file mode 100644 index 0000000..4dfd4e9 --- /dev/null +++ b/lv2/lv2plug.in/ns/ext/urid/lv2-urid.doap.ttl @@ -0,0 +1,46 @@ +@prefix dcs: . +@prefix doap: . +@prefix foaf: . +@prefix rdfs: . + + + a doap:Project ; + rdfs:seeAlso <../../meta/meta.ttl> ; + doap:license ; + doap:name "LV2 URID" ; + doap:shortdesc "Features for mapping URIs to and from integers." ; + doap:created "2011-07-22" ; + doap:developer ; + doap:maintainer ; + doap:release [ + doap:revision "1.3" ; + doap:created "2012-04-22" ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Fix typo in urid:unmap documentation." + ] + ] + ] , [ + doap:revision "1.2" ; + doap:created "2012-04-17" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Add feature struct names." + ] , [ + rdfs:label "Merge with unified LV2 package." + ] + ] + ] , [ + doap:revision "1.0" ; + doap:created "2011-11-21" ; + doap:file-release ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Initial release." + ] + ] + ] . diff --git a/lv2/lv2plug.in/ns/ext/urid/urid.ttl b/lv2/lv2plug.in/ns/ext/urid/urid.ttl index 03bf4f5..3b8adcd 100644 --- a/lv2/lv2plug.in/ns/ext/urid/urid.ttl +++ b/lv2/lv2plug.in/ns/ext/urid/urid.ttl @@ -1,6 +1,3 @@ -@prefix dcs: . -@prefix doap: . -@prefix foaf: . @prefix lv2: . @prefix rdfs: . @prefix urid: . @@ -8,45 +5,7 @@ a lv2:Specification ; rdfs:seeAlso , - <../../meta/meta.ttl> ; - doap:license ; - doap:name "LV2 URID" ; - doap:shortdesc "Features for mapping URIs to and from integers." ; - doap:release [ - doap:revision "1.3" ; - doap:created "2012-04-22" ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "Fix typo in urid:unmap documentation." - ] - ] - ] , [ - doap:revision "1.2" ; - doap:created "2012-04-17" ; - doap:file-release ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "Add feature struct names." - ] , [ - rdfs:label "Merge with unified LV2 package." - ] - ] - ] , [ - doap:revision "1.0" ; - doap:created "2011-11-21" ; - doap:file-release ; - dcs:blame ; - dcs:changeset [ - dcs:item [ - rdfs:label "Initial release." - ] - ] - ] ; - doap:created "2011-07-22" ; - doap:developer ; - doap:maintainer ; + ; lv2:documentation """

This extension defines a simple mechanism for plugins to map URIs to and from integers, usually for performance reasons (e.g. processing events typed by -- cgit v1.2.1