From db32487a23a07dcf62686480aa8642c4795f3787 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Nov 2011 01:23:22 +0000 Subject: Make all lv2:documentation valid XHTML Basic 1.1. Validate lv2:documentation in lv2specgen (if lxml is available). --- ext/urid.lv2/urid.ttl | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'ext/urid.lv2') diff --git a/ext/urid.lv2/urid.ttl b/ext/urid.lv2/urid.ttl index 6b05071..a87b368 100644 --- a/ext/urid.lv2/urid.ttl +++ b/ext/urid.lv2/urid.ttl @@ -35,33 +35,33 @@ foaf:homepage ] ; 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 +

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 "understand" at instantiation time, and store those values for use in the audio thread without doing any string comparison. This allows for the extensibility -of RDF but with the performance of integers. +of RDF but with the performance of integers.

-This extension is intended as an improved and simpler replacement for the -uri-map extension, since the -map context parameter has been found problematic. +

This extension is intended as an improved and simpler replacement for the uri-map extension, since the +map context parameter has been found problematic.

""" . urid:map 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#map and data -pointed to an instance of LV2_URID_Map. +

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#map and data pointed +to an instance of LV2_URID_Map.

""" . urid:unmap a lv2:Feature ; lv2:documentation """ -A feature which is used to unmap URIs previously mapped to integers by +

A feature which is used to unmap URIs previously mapped to integers by urid:map. To support this feature, the host must pass an LV2_Feature to LV2_Descriptor::instantiate() with URI http://lv2plug.in/ns/ext/urid#unmap and data pointed to an -instance of LV2_URID_Unmap. +instance of LV2_URID_Unmap.

""" . -- cgit v1.2.1