From 4ee818b680e6864e03d98aa945be1600471db578 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 5 Nov 2011 03:45:53 +0000 Subject: Mark event and uri-map as deprecated and point to their successors in documentation. --- ext/uri-map.lv2/uri-map.ttl | 43 +++++++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 18 deletions(-) (limited to 'ext/uri-map.lv2') diff --git a/ext/uri-map.lv2/uri-map.ttl b/ext/uri-map.lv2/uri-map.ttl index d7ec97b..b0a5399 100644 --- a/ext/uri-map.lv2/uri-map.ttl +++ b/ext/uri-map.lv2/uri-map.ttl @@ -13,23 +13,26 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -@prefix umap: . +@prefix doap: . +@prefix foaf: . @prefix lv2: . @prefix lv2ev: . +@prefix owl: . @prefix rdf: . @prefix rdfs: . -@prefix doap: . -@prefix foaf: . +@prefix umap: . - a lv2:Specification , lv2:Feature ; + a lv2:Specification , + lv2:Feature ; + owl:deprecated true ; doap:license ; doap:name "LV2 URI Map" ; - doap:shortdesc "A feature for mapping URIs to integers." ; - doap:release [ - doap:revision "1.2" ; - doap:created "2011-05-26" - ] ; + doap:shortdesc "A feature for mapping URIs to integers." ; + doap:release [ + doap:revision "1.2" ; + doap:created "2011-05-26" + ] ; doap:maintainer [ a foaf:Person ; foaf:name "David Robillard" ; @@ -37,14 +40,18 @@ rdfs:seeAlso ] , [ a foaf:Person ; - foaf:name "Lars Luthman" ; + foaf:name "Lars Luthman" ] ; - rdfs:comment """ -This extension defines a simple mechanism for plugins to map URIs to integers, -usually for performance reasons (e.g. processing events typed by URIs in -real time). The expected use case is for plugins to map URIs to integers for -things they 'understand' at instantiation time, and store those values for -use in the audio thread without doing any string comparison. This allows -the extensibility of RDF with the performance of integers (or centrally -defined enumerations). + lv2:documentation """ +

This extension is deprecated. New +implementations should use LV2 URID +instead.

+ +

This extension defines a simple mechanism for plugins to map URIs to +integers, usually for performance reasons (e.g. processing events typed by URIs +in real time). The expected use case is for plugins to map URIs to integers +for things they 'understand' at instantiation time, and store those values for +use in the audio thread without doing any string comparison. This allows the +extensibility of RDF with the performance of integers (or centrally defined +enumerations).

""" . -- cgit v1.2.1