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

View File

@ -7,7 +7,7 @@ collections {
item: "title" "C EFL Project";
item: "path" "eflproject";
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 {