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 ++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 lv2/lv2plug.in/ns/ext/urid/lv2-urid.doap.ttl (limited to 'lv2/lv2plug.in/ns/ext/urid/lv2-urid.doap.ttl') 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." + ] + ] + ] . -- cgit v1.2.1