From 95f61aeaaa94c203ac45a6e0851d5384ad2d2b91 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 25 Mar 2012 05:52:32 +0000 Subject: Clean up author and seeAlso information. Remove download row from documentation header table and rename "History" section to "Releases" (which contains download links and is hopefully clear enough). --- lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/uri-map') diff --git a/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl b/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl index 5527e74..4a7ffed 100644 --- a/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl +++ b/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl @@ -37,6 +37,10 @@ _:larsl a lv2:Specification , lv2:Feature ; owl:deprecated true ; + rdfs:seeAlso ; + doap:maintainer ; + doap:developer _:larsl , + ; doap:license ; doap:name "LV2 URI Map" ; doap:shortdesc "A feature for mapping URIs to integers." ; @@ -47,11 +51,11 @@ _:larsl doap:file-release ; dcs:changeset [ dcs:item [ - rdfs:label "Update packaging." + rdfs:label "Update packaging." ; ] , [ - rdfs:label "Deprecate uri-map in favour of urid." - ] - ] + rdfs:label "Deprecate uri-map in favour of urid." ; + ] ; + ] ; ] , [ doap:revision "1.2" ; doap:created "2011-05-26" ; @@ -59,11 +63,11 @@ _:larsl doap:file-release ; dcs:changeset [ dcs:item [ - rdfs:label "Add build system (for installation)." + rdfs:label "Add build system (for installation)." ; ] , [ - rdfs:label "Mark up documentation in HTML using lv2:docum" - ] - ] + rdfs:label "Mark up documentation in HTML using lv2:docum" ; + ] ; + ] ; ] , [ doap:revision "1.0" ; doap:created "2010-10-18" ; @@ -71,12 +75,10 @@ _:larsl dcs:blame ; dcs:changeset [ dcs:item [ - rdfs:label "Initial release." - ] - ] + rdfs:label "Initial release." ; + ] ; + ] ; ] ; - doap:maintainer , - _:larsl ; lv2:documentation """

This extension is deprecated. New implementations should use LV2 URID -- cgit v1.2.1