From 2214b8f45e7616ad0e7be44776c32497e5c7f8e7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Jul 2012 21:47:02 +0000 Subject: Use consistent label style. --- lv2/lv2plug.in/ns/ext/state/state.ttl | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/state/state.ttl') diff --git a/lv2/lv2plug.in/ns/ext/state/state.ttl b/lv2/lv2plug.in/ns/ext/state/state.ttl index c8e040c..30df5be 100644 --- a/lv2/lv2plug.in/ns/ext/state/state.ttl +++ b/lv2/lv2plug.in/ns/ext/state/state.ttl @@ -14,6 +14,15 @@ doap:shortdesc "An interface for LV2 plugins to save and restore state." ; doap:license ; doap:release [ + doap:revision "1.1" ; + doap:created "2012-07-29" ; + dcs:blame ; + dcs:changeset [ + dcs:item [ + rdfs:label "Use consistent label style." + ] + ] + ] , [ doap:revision "1.0" ; doap:created "2012-04-17" ; doap:file-release ; @@ -254,7 +263,7 @@ LV2_STATE__interface.

state:State a rdfs:Class ; - rdfs:label "Plugin Instance State" ; + rdfs:label "State" ; lv2:documentation """

A state dictionary. This type should be used wherever instance state is described. The properties of a resource with this type correspond directly to @@ -264,7 +273,7 @@ this type).

state:state a rdf:Property ; - rdfs:label "State" ; + rdfs:label "state" ; rdfs:range state:State ; lv2:documentation """

The state of this instance. This property may be used anywhere a state @@ -284,7 +293,7 @@ needs to be described, for example:

state:mapPath a lv2:Feature ; - rdfs:label "Support for storing paths in state" ; + rdfs:label "map file paths" ; lv2:documentation """

This feature maps absolute paths to/from abstract paths which are stored in state. To support this feature a host must pass an LV2_Feature with @@ -321,7 +330,7 @@ char* read_path(LV2_State_Map_Path* map_path, FILE* myfile) state:makePath a lv2:Feature ; - rdfs:label "Support for creating new files and directories" ; + rdfs:label "create new file paths" ; lv2:documentation """

This feature allows plugins to create new files and/or directories. To support this feature the host passes an LV2_Feature with URI -- cgit v1.2.1