From b3cd1bb569547215b7da39dcf3f8fa004fffb5da Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 24 Mar 2012 22:53:56 +0000 Subject: Remove pointless person homepage properties. --- lv2/lv2plug.in/ns/ext/log/log.ttl | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/log') diff --git a/lv2/lv2plug.in/ns/ext/log/log.ttl b/lv2/lv2plug.in/ns/ext/log/log.ttl index 9537938..5a5c616 100644 --- a/lv2/lv2plug.in/ns/ext/log/log.ttl +++ b/lv2/lv2plug.in/ns/ext/log/log.ttl @@ -21,16 +21,17 @@ @prefix rdfs: . @prefix xsd: . + + a foaf:Person ; + foaf:name "David Robillard" ; + foaf:mbox ; + rdfs:seeAlso . + a lv2:Specification ; doap:name "LV2 Log" ; doap:shortdesc "A feature for writing log messages." ; - doap:maintainer [ - a foaf:Person ; - foaf:name "David Robillard" ; - foaf:homepage ; - rdfs:seeAlso - ] ; + doap:maintainer ; lv2:documentation """

This extension defines a feature, log:log, which allows plugins to print log messages with an API much like the standard C printf -- cgit v1.2.1