summaryrefslogtreecommitdiffstats
path: root/ingen.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-07-14 23:58:43 +0000
committerDavid Robillard <d@drobilla.net>2012-07-14 23:58:43 +0000
commit1970663508383a29973968702fd0145c3b2da92e (patch)
tree68650167a260a7e72782a3c1d246c32f86f11e0c /ingen.ttl
parentb58dac5261b6b51bb6fc2115528702b8a69b5c3f (diff)
downloadingen-1970663508383a29973968702fd0145c3b2da92e.tar.gz
ingen-1970663508383a29973968702fd0145c3b2da92e.tar.bz2
ingen-1970663508383a29973968702fd0145c3b2da92e.zip
Remove old host-info description.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4535 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ingen.ttl')
-rw-r--r--ingen.ttl12
1 files changed, 1 insertions, 11 deletions
diff --git a/ingen.ttl b/ingen.ttl
index 9a21d8df..d9535046 100644
--- a/ingen.ttl
+++ b/ingen.ttl
@@ -2,9 +2,8 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix hi: <http://lv2plug.in/ns/ext/host-info#> .
-<http://drobilla.net/software/ingen> a doap:Project, hi:Host ;
+<http://drobilla.net/software/ingen> a doap:Project ;
doap:name "Ingen" ;
doap:shortdesc "A modular audio processing environment." ;
doap:homepage <http://drobilla.net/software/ingen/> ;
@@ -23,15 +22,6 @@
doap:browse <http://dev.drobilla.net/browser/trunk/ingen> ;
doap:location <http://svn.drobilla.net/lad/trunk/ingen>
] ;
- hi:supportsExtension [
- hi:extension <http://lv2plug.in/ns/extensions/ui> ;
- ] , [
- hi:extension <http://lv2plug.in/ns/ext/midi> ;
- ] , [
- hi:extension <http://lv2plug.in/ns/ext/presets> ;
- ] , [
- hi:extension <http://lv2plug.in/ns/ext/event> ;
- ] ;
doap:description """
A modular audio processing environment, where most functionality is provided
by generic plugins. Patching of audio, MIDI, and control data is supported.