diff options
author | David Robillard <d@drobilla.net> | 2012-04-12 23:21:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-12 23:21:46 +0000 |
commit | 9a582a3edcb9c6c0b2866920dc2b55e4178e3660 (patch) | |
tree | bfd225cb8b2bd4bb5cd7e9a03ed3b7c6ebb9a389 /lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl | |
parent | b7bd27b94932e10a85c0b781dae8a57402491b65 (diff) | |
download | lv2-9a582a3edcb9c6c0b2866920dc2b55e4178e3660.tar.xz |
Normalise syntax via serdi.
Diffstat (limited to 'lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl index f6446cf..d95bb9b 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl +++ b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl @@ -17,17 +17,17 @@ doap:created "2012-03-22" ; dcs:changeset [ dcs:item [ - rdfs:label "Add ui:parent and ui:resize." ; + rdfs:label "Add ui:parent and ui:resize." ] , [ - rdfs:label "Add support for referring to ports by symbol." ; + rdfs:label "Add support for referring to ports by symbol." ] , [ - rdfs:label "Add ui:portMap for accessing ports by symbol, allowing for UIs to be distributed separately from plugins." ; + rdfs:label "Add ui:portMap for accessing ports by symbol, allowing for UIs to be distributed separately from plugins." ] , [ - rdfs:label "Add port protocols and a dynamic notification subscription mechanism, for more flexible communication, and audio port metering without control port kludges." ; + rdfs:label "Add port protocols and a dynamic notification subscription mechanism, for more flexible communication, and audio port metering without control port kludges." ] , [ - rdfs:label "Add touch feature to notify the host that the user has grabbed a control." ; - ] ; - ] ; + rdfs:label "Add touch feature to notify the host that the user has grabbed a control." + ] + ] ] , [ doap:revision "2.4" ; doap:created "2011-11-21" ; @@ -35,17 +35,17 @@ dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ - rdfs:label "Deprecate ui:makeSONameResident." ; + rdfs:label "Deprecate ui:makeSONameResident." ] , [ - rdfs:label "Add Qt4 and X11 widget types." ; + rdfs:label "Add Qt4 and X11 widget types." ] , [ - rdfs:label "Install header to URI-based system path." ; + rdfs:label "Install header to URI-based system path." ] , [ - rdfs:label "Add pkg-config file." ; + rdfs:label "Add pkg-config file." ] , [ - rdfs:label "Make ui.ttl a valid OWL 2 DL ontology." ; - ] ; - ] ; + rdfs:label "Make ui.ttl a valid OWL 2 DL ontology." + ] + ] ] , [ doap:revision "2.2" ; doap:created "2011-05-26" ; @@ -53,13 +53,13 @@ dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ - rdfs:label "Add build system (for installation)." ; + rdfs:label "Add build system (for installation)." ] , [ - rdfs:label "Convert documentation to HTML and use lv2:documentation." ; + rdfs:label "Convert documentation to HTML and use lv2:documentation." ] , [ - rdfs:label "Use lv2:Specification to be discovered as an extension." ; - ] ; - ] ; + rdfs:label "Use lv2:Specification to be discovered as an extension." + ] + ] ] , [ doap:revision "2.0" ; doap:created "2010-10-06" ; @@ -67,7 +67,7 @@ dcs:blame <http://drobilla.net/drobilla#me> ; dcs:changeset [ dcs:item [ - rdfs:label "Initial release." ; - ] ; - ] ; + rdfs:label "Initial release." + ] + ] ] . |