aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/worker/worker.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-25 05:52:32 +0000
committerDavid Robillard <d@drobilla.net>2012-03-25 05:52:32 +0000
commit95f61aeaaa94c203ac45a6e0851d5384ad2d2b91 (patch)
tree44c043d909c11e2d8c354bc403d28531233cfa39 /lv2/lv2plug.in/ns/ext/worker/worker.ttl
parentd1bd8659d2d9233478b6ec2f26fa199f46c0f0c0 (diff)
downloadlv2-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/worker/worker.ttl')
-rw-r--r--lv2/lv2plug.in/ns/ext/worker/worker.ttl8
1 files changed, 8 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/ext/worker/worker.ttl b/lv2/lv2plug.in/ns/ext/worker/worker.ttl
index ea49056..0af39dd 100644
--- a/lv2/lv2plug.in/ns/ext/worker/worker.ttl
+++ b/lv2/lv2plug.in/ns/ext/worker/worker.ttl
@@ -21,9 +21,17 @@
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+<http://drobilla.net/drobilla#me>
+ a foaf:Person ;
+ foaf:name "David Robillard" ;
+ foaf:mbox <mailto:d@drobilla.net> ;
+ rdfs:seeAlso <http://drobilla.net/drobilla> .
+
<http://lv2plug.in/ns/ext/worker>
a lv2:Specification ,
lv2:Feature ;
+ rdfs:seeAlso <worker.h> ;
+ doap:developer <http://drobilla.net/drobilla#me> ;
doap:name "LV2 Worker" ;
doap:shortdesc "Support for a non-realtime plugin worker method." ;
lv2:documentation """