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 {