diff options
author | David Robillard <d@drobilla.net> | 2012-03-25 05:52:32 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-03-25 05:52:32 +0000 |
commit | 95f61aeaaa94c203ac45a6e0851d5384ad2d2b91 (patch) | |
tree | 44c043d909c11e2d8c354bc403d28531233cfa39 /lv2/lv2plug.in/ns/ext/urid | |
parent | d1bd8659d2d9233478b6ec2f26fa199f46c0f0c0 (diff) | |
download | lv2-95f61aeaaa94c203ac45a6e0851d5384ad2d2b91.tar.xz |
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).
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/urid')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/urid/urid.ttl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/ext/urid/urid.ttl b/lv2/lv2plug.in/ns/ext/urid/urid.ttl index bd15630..a843e3b 100644 --- a/lv2/lv2plug.in/ns/ext/urid/urid.ttl +++ b/lv2/lv2plug.in/ns/ext/urid/urid.ttl @@ -34,6 +34,7 @@ _:gabrbedd <http://lv2plug.in/ns/ext/urid> a lv2:Specification ; + rdfs:seeAlso <urid.h> ; doap:license <http://opensource.org/licenses/isc> ; doap:name "LV2 URID" ; doap:shortdesc "Features for mapping URIs to and from integers." ; @@ -48,6 +49,7 @@ _:gabrbedd ] ] ; doap:developer _:gabrbedd ; + doap:maintainer <http://drobilla.net/drobilla#me> ; lv2:documentation """ <p>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 |