Edje theme labelling
Specification
data {
item: "theme/name" "Theme Name";
item: "theme/version" "1.0";
item: "theme/author" "Authors Name";
item: "theme/license" "License";
}
This block should be in the leading section of the EDC code, before the collections {} information. For example, after the #defines in default.edc in the Bling Bling theme.
Name
The name details nothing else but the themes name.
Version
The version is used to detail the current revision of the file. This can include numbers and letters. eg. 1.0beta
Author
The author field contains information specific to the author or authors. It should be short and to the point. Some contact information can be included. If so, include wither email or website, and not both as it makes the field too long.
License
The license field should contain precise licensing information including the license version chosen. A http link to the full license is recommended but not essential.
