aboutsummaryrefslogtreecommitdiffstats
path: root/ext/urid.lv2/urid.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-05 03:45:53 +0000
committerDavid Robillard <d@drobilla.net>2011-11-05 03:45:53 +0000
commit4ee818b680e6864e03d98aa945be1600471db578 (patch)
tree6de8cea2f54e561b9f5ace6eac018d85ea7f54a7 /ext/urid.lv2/urid.ttl
parent434a3c065b0b9ac73692bc445b01e91123554e50 (diff)
downloadlv2-4ee818b680e6864e03d98aa945be1600471db578.tar.xz
Mark event and uri-map as deprecated and point to their successors in documentation.
Diffstat (limited to 'ext/urid.lv2/urid.ttl')
-rw-r--r--ext/urid.lv2/urid.ttl18
1 files changed, 9 insertions, 9 deletions
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 <http://opensource.org/licenses/isc-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 <http://gabe.is-a-geek.org/>
] ;
- 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
<em>URI</em> <q>http://lv2plug.in/ns/ext/urid#Mapper</q> and <em>data</em>
@@ -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 <a
href="#Mapper">Mapper</a>. To support this feature, the host must pass an
LV2_Feature to LV2_Descriptor::instantiate() with <em>URI</em>