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/urid.lv2/urid.ttl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'ext/urid.lv2/urid.ttl') diff --git a/ext/urid.lv2/urid.ttl b/ext/urid.lv2/urid.ttl index 94b6863..d074724 100644 --- a/ext/urid.lv2/urid.ttl +++ b/ext/urid.lv2/urid.ttl @@ -25,16 +25,16 @@ doap:license ; doap:name "LV2 URID" ; doap:shortdesc "Features for mapping URIs to and from integers." ; - doap:release [ - doap:revision "0.2" ; - doap:created "2011-01-04" - ] ; + doap:release [ + doap:revision "0.2" ; + doap:created "2011-01-04" + ] ; doap:developer [ a foaf:Person ; foaf:name "Gabriel M. Beddingfield" ; foaf:homepage ] ; - lv2:documentation """ + 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 URIs in real time). Typically, plugins map URIs to integers for things they @@ -48,8 +48,8 @@ This extension is intended as an improved and simpler replacement for the """ . urid:Mapper - a lv2:Feature ; - lv2:documentation """ + a lv2:Feature ; + lv2:documentation """ A feature which is used to map URIs to integers. To support this feature, the host must pass an LV2_Feature to LV2_Descriptor::instantiate() with URI http://lv2plug.in/ns/ext/urid#Mapper and data @@ -57,8 +57,8 @@ pointed to an instance of LV2_URID_Mapper. """ . urid:Unmapper - a lv2:Feature ; - lv2:documentation """ + a lv2:Feature ; + lv2:documentation """ A feature which is used to unmap URIs previously mapped to integers by Mapper. To support this feature, the host must pass an LV2_Feature to LV2_Descriptor::instantiate() with URI -- cgit v1.2.1