From 4b661ad6f1607afc30df5461756df6940ebd524e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 6 Sep 2022 19:48:58 -0400 Subject: Replace change history data with a plain text NEWS file --- lv2specgen/DTD/xhtml-rdfa-1.dtd | 1 - lv2specgen/lv2specgen.py | 2 -- lv2specgen/template.html | 1 - 3 files changed, 4 deletions(-) (limited to 'lv2specgen') diff --git a/lv2specgen/DTD/xhtml-rdfa-1.dtd b/lv2specgen/DTD/xhtml-rdfa-1.dtd index bd3479e..53890bb 100644 --- a/lv2specgen/DTD/xhtml-rdfa-1.dtd +++ b/lv2specgen/DTD/xhtml-rdfa-1.dtd @@ -444,7 +444,6 @@ validation, so here we are. --> - diff --git a/lv2specgen/lv2specgen.py b/lv2specgen/lv2specgen.py index e681c83..533dbf1 100755 --- a/lv2specgen/lv2specgen.py +++ b/lv2specgen/lv2specgen.py @@ -86,7 +86,6 @@ spec_pre = None spec_bundle = None specgendir = None ns_list = { - "http://ontologi.es/doap-changeset#": "dcs", "http://purl.org/dc/terms/": "dcterms", "http://usefulinc.com/ns/doap#": "doap", "http://xmlns.com/foaf/0.1/": "foaf", @@ -101,7 +100,6 @@ rdfs = rdflib.Namespace("http://www.w3.org/2000/01/rdf-schema#") owl = rdflib.Namespace("http://www.w3.org/2002/07/owl#") lv2 = rdflib.Namespace("http://lv2plug.in/ns/lv2core#") doap = rdflib.Namespace("http://usefulinc.com/ns/doap#") -dcs = rdflib.Namespace("http://ontologi.es/doap-changeset#") foaf = rdflib.Namespace("http://xmlns.com/foaf/0.1/") diff --git a/lv2specgen/template.html b/lv2specgen/template.html index e52ec87..35896c9 100644 --- a/lv2specgen/template.html +++ b/lv2specgen/template.html @@ -2,7 +2,6 @@