diff options
author | David Robillard <d@drobilla.net> | 2012-04-17 00:33:36 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-17 00:33:36 +0000 |
commit | b3bc3c12902047d214387cc6a4dcbf167c872f86 (patch) | |
tree | 31e5a6361648c4dbb431402d291b9073bf76f60c | |
parent | 9c479531978ade9e762994d09db90bf3e2fc556d (diff) | |
download | lv2-b3bc3c12902047d214387cc6a4dcbf167c872f86.tar.xz |
Refer to correct predicate for doap:Project names.
-rw-r--r-- | lv2/lv2plug.in/ns/lv2core/lv2core.ttl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl index 6250da5..5a0a333 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl +++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl @@ -299,7 +299,7 @@ plugin.</p> <p>Grouping via projects also allows users to find plugins in hosts by project, which is often how they are remembered. For this reason, a project that -contains plugins SHOULD always have a rdfs:label. It is also a good idea for +contains plugins SHOULD always have a doap:name. It is also a good idea for each plugin and the project itself to have an lv2:symbol property, which allows nice quasi-global identifiers for plugins, e.g. <q>myproj.superamp</q> which can be useful for display or fast user entry.</p> |