examples/templates: Update descriptions.

API is mostly out of BETA. Reflect this in examples.
This commit is contained in:
Alastair Poole 2020-04-02 14:37:02 +01:00
parent b3b6933c9a
commit 56d65bfee6
2 changed files with 7 additions and 7 deletions

View File

@ -4,10 +4,10 @@ collections {
max: 128 128; max: 128 128;
data { data {
item: "title" "C EFL Beta Hello World"; item: "title" "C EFL Hello World";
item: "path" "tutorial/c/hello-gui/"; item: "path" "tutorial/c/hello-gui/";
item: "description" item: "description"
"Hello World using the EFL Beta APIs"; "Hello World using the EFL unified APIs";
} }
parts { parts {
@ -26,10 +26,10 @@ collections {
max: 128 128; max: 128 128;
data { data {
item: "title" "C EFL Beta Game of Life"; item: "title" "C EFL Game of Life";
item: "path" "apps/c/life/"; item: "path" "apps/c/life/";
item: "description" item: "description"
"Game of Life using the EFL Beta APIs"; "Game of Life using the EFL unified APIs.";
} }
parts { parts {
@ -48,10 +48,10 @@ collections {
max: 128 128; max: 128 128;
data { data {
item: "title" "C EFL Beta Basic Text Editor"; item: "title" "C EFL Basic Text Editor";
item: "path" "apps/c/texteditor/"; item: "path" "apps/c/texteditor/";
item: "description" item: "description"
"A basic text editor app using the EFL Beta APIs"; "A basic text editor app using the EFL unified APIs.";
} }
parts { parts {

View File

@ -7,7 +7,7 @@ collections {
item: "title" "C EFL Project"; item: "title" "C EFL Project";
item: "path" "eflproject"; item: "path" "eflproject";
item: "description" item: "description"
"Begin your C programming EFL project. All content is freely modifiable and distributable and licensed in the public-domain.<br><br>Happy hacking!"; "Begin your C programming EFL project. All content is freely modifiable and distributable and licensed in the public-domain.";
} }
parts { parts {