From 56d65bfee6eefe027d3eddec9209268cba719942 Mon Sep 17 00:00:00 2001 From: Alastair Poole Date: Thu, 2 Apr 2020 14:37:02 +0100 Subject: [PATCH] examples/templates: Update descriptions. API is mostly out of BETA. Reflect this in examples. --- data/extra/examples/examples.edc | 12 ++++++------ data/extra/templates/templates.edc | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/data/extra/examples/examples.edc b/data/extra/examples/examples.edc index d138a5b..2df4bdf 100644 --- a/data/extra/examples/examples.edc +++ b/data/extra/examples/examples.edc @@ -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 { diff --git a/data/extra/templates/templates.edc b/data/extra/templates/templates.edc index edc52e6..72002a9 100644 --- a/data/extra/templates/templates.edc +++ b/data/extra/templates/templates.edc @@ -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.

Happy hacking!"; + "Begin your C programming EFL project. All content is freely modifiable and distributable and licensed in the public-domain."; } parts {