aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/lv2core
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/lv2core
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/lv2core')
-rw-r--r--lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl8
-rw-r--r--lv2/lv2plug.in/ns/lv2core/lv2core.ttl1
2 files changed, 5 insertions, 4 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl
index e7cee3c..a7e0ecc 100644
--- a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl
+++ b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl
@@ -22,6 +22,9 @@
doap:created "2004-04-21" ;
doap:shortdesc "An audio plugin interface specification." ;
doap:programming-language "C" ;
+ doap:developer <http://plugin.org.uk/swh.xrdf#me> ,
+ <http://drobilla.net/drobilla#me> ;
+ doap:maintainer <http://drobilla.net/drobilla#me> ;
doap:release [
doap:revision "6.7" ;
doap:created "2012-03-15" ;
@@ -115,7 +118,4 @@
rdfs:label "Initial release." ;
] ;
] ;
- ] ;
- doap:developer <http://plugin.org.uk/swh.xrdf#me> ,
- <http://drobilla.net/drobilla#me> ;
- doap:maintainer <http://drobilla.net/drobilla#me> .
+ ] .
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
index 8841003..b474252 100644
--- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
+++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
@@ -60,6 +60,7 @@ devices). See <a href="http://www.w3.org/TR/xhtml-basic/#s_xhtmlmodules"
<http://lv2plug.in/ns/lv2core>
a owl:Ontology ;
owl:imports <http://lv2plug.in/ns/doap.owl> ;
+ rdfs:seeAlso <lv2.h> , <lv2core.doap.ttl> ;
lv2:documentation """
<p>LV2 is an interface for writing audio processors, or <q>plugins</q>, in
C/C++ which can be dynamically loaded into many applications, or <q>hosts</q>.