From f207706a7ca2050ae86a468b416f45309cbfc591 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 Oct 2020 12:12:14 +0200 Subject: Fix HTML character entities in documentation Not all of these actually show up in the output, but it's unnecessary to use these in Markdown anyway. --- lv2/core/lv2core.meta.ttl | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'lv2/core') diff --git a/lv2/core/lv2core.meta.ttl b/lv2/core/lv2core.meta.ttl index 1dca855..465917d 100644 --- a/lv2/core/lv2core.meta.ttl +++ b/lv2/core/lv2core.meta.ttl @@ -323,8 +323,7 @@ LV2 specifications are documented using this property with an lv2:Markdown datatype. If the value has no explicit datatype, it is assumed to be a valid XHTML Basic -1.1 fragment suitable for use as the content of the <body> -element of a page. +1.1 fragment suitable for use as the content of the `body` element of a page. XHTML Basic is a W3C Recommendation which defines a simplified subset of XHTML intended to be reasonable to implement with limited resources, for exampe on @@ -350,7 +349,7 @@ To be discovered by hosts, plugins MUST explicitly have an rdf:type of lv2:Plugi in their bundle's manifest, for example: :::turtle - <http://example.org/my-plugin> a lv2:Plugin . + a lv2:Plugin . Plugins should have a doap:name property that is at most a few words in length using title capitalization, for example Tape Delay Unit. @@ -548,10 +547,10 @@ SHOULD specify this in their `manifest.ttl` so the host can associate them with the correct plugin. For example: :::turtle - <thing> + a ext:Thing ; - lv2:appliesTo <plugin> ; - rdfs:seeAlso <thing.ttl> . + lv2:appliesTo ; + rdfs:seeAlso . Using this pattern is preferable for large amounts of data, since the host may choose whether/when to load the data. -- cgit v1.2.1