diff options
author | David Robillard <d@drobilla.net> | 2011-11-04 21:08:23 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-04 21:08:23 +0000 |
commit | efc360f0011268f82c0b94fe6b7e1fc031459435 (patch) | |
tree | 87d685e584d4ef2613e60902f25524f1e7ba569d /ext/contexts.lv2 | |
parent | 4d479ac5f9083f423e79cf1a3978b3f12c76a65c (diff) | |
download | lv2-efc360f0011268f82c0b94fe6b7e1fc031459435.tar.xz |
Prettier and more informative extension index.
Add short descriptions to extensions.
Prettier table style.
Diffstat (limited to 'ext/contexts.lv2')
-rw-r--r-- | ext/contexts.lv2/contexts.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/contexts.lv2/contexts.ttl b/ext/contexts.lv2/contexts.ttl index 3fb4358..b04ab97 100644 --- a/ext/contexts.lv2/contexts.ttl +++ b/ext/contexts.lv2/contexts.ttl @@ -32,9 +32,9 @@ @prefix foaf: <http://xmlns.com/foaf/0.1/> . <http://lv2plug.in/ns/ext/contexts> - a lv2:Specification ; - a lv2:Feature ; + a lv2:Specification , lv2:Feature ; doap:name "LV2 Contexts" ; + doap:shortdesc "Support for plugins with several execution contexts." ; lv2:documentation """ <p>An extension for LV2 plugins which have several execution contexts.</p> |