diff options
author | David Robillard <d@drobilla.net> | 2012-09-03 01:41:19 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-09-03 01:41:19 +0000 |
commit | 2b809fbf4090ae64d728988454c4f1b721f4c323 (patch) | |
tree | 058a94acba951f2d8805d6d2c625079929068c75 /lv2/lv2plug.in/ns/ext/patch/patch.ttl | |
parent | 838005bbfc51a1cfb042b2cbc11d5cc2a88683a2 (diff) | |
download | lv2-2b809fbf4090ae64d728988454c4f1b721f4c323.tar.xz |
Use relative links between extensions so local documentation links work.
Automatically link prefixed names to the appropriate resource.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/patch/patch.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/ext/patch/patch.ttl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lv2/lv2plug.in/ns/ext/patch/patch.ttl b/lv2/lv2plug.in/ns/ext/patch/patch.ttl index 17f13cc..6267c71 100644 --- a/lv2/lv2plug.in/ns/ext/patch/patch.ttl +++ b/lv2/lv2plug.in/ns/ext/patch/patch.ttl @@ -17,9 +17,9 @@ plugins, but is useful in many contexts.</p> <p>The main feature of this design is that the messages themselves are described in the same format as the data they work with. In particular, -messages can be serialised as an <a -href="http://lv2plug.in/ns/ext/atom#Object">LV2 Object</a> or in Turtle (or any -other RDF serialisation).</p> +messages can be serialised as a binary <a +href="../atom/atom.html#Object">Object</a> or in Turtle (or any other RDF +serialisation).</p> <p>The idea behind using a property-based interface for control is to prevent an an explosion of message types. Instead of a custom message for each action, @@ -37,9 +37,9 @@ One benefit of this approach is that a persistent state model is available <p>This specification is strictly metadata and does not define any binary mechanism, though it can be completely expressed by standard types in the <a -href="http://lv2plug.in/ns/ext/atom">LV2 Atom</a> extension. Thus, hosts can -be expected to be capable of transmitting it between plugins, or between a -plugin and its UI, making it a good choice for advanced plugin control.</p> +href="../atom/atom.html">LV2 Atom</a> extension. Thus, hosts can be expected +to be capable of transmitting it between plugins, or between a plugin and its +UI, making it a good choice for advanced plugin control.</p> """ . patch:Ack |