aboutsummaryrefslogtreecommitdiffstats
path: root/lv2specgen/template.html
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-16 22:29:40 -0400
committerDavid Robillard <d@drobilla.net>2022-07-17 18:14:02 -0400
commit666fc60b6e332cee4389cae0f06b50cb764edd1c (patch)
tree04c49208ed48e6ee71124f65f193a40da85ae13a /lv2specgen/template.html
parente1c80a39b280509007693225abb2eb9d47ac01e1 (diff)
downloadlv2-666fc60b6e332cee4389cae0f06b50cb764edd1c.tar.xz
Use the same set of external vocabulary prefixes everywhere
The RDFa in specification pages doesn't actually use prefixed names for the documented resources. So, simplify things by trimming the namespaces down to a consistent set that is actually used in the LV2 universe.
Diffstat (limited to 'lv2specgen/template.html')
-rw-r--r--lv2specgen/template.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/lv2specgen/template.html b/lv2specgen/template.html
index 879a109..4eb3d96 100644
--- a/lv2specgen/template.html
+++ b/lv2specgen/template.html
@@ -2,12 +2,14 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html about="@URI@"
xmlns="http://www.w3.org/1999/xhtml"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:dcs="http://ontologi.es/doap-changeset#"
xmlns:dcterms="http://purl.org/dc/terms/"
+ xmlns:doap="http://usefulinc.com/ns/doap#"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/"
+ xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
- xmlns:lv2="http://lv2plug.in/ns/lv2core#"
- @XMLNS@
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xml:lang="en">
<head>
<title>@TITLE@</title>