xartigas pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=fcb8b800af065ada861ac7a3f99ffa6ccfd76a73
commit fcb8b800af065ada861ac7a3f99ffa6ccfd76a73 Author: Xavi Artigas <[email protected]> Date: Thu Jul 25 15:29:20 2019 +0200 More missed BETA to Unified changes --- pages/develop/guides/c/start.md.txt | 5 +++-- pages/develop/guides/csharp/start.md.txt | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/develop/guides/c/start.md.txt b/pages/develop/guides/c/start.md.txt index 8bcad3302..6fbc4f7ef 100644 --- a/pages/develop/guides/c/start.md.txt +++ b/pages/develop/guides/c/start.md.txt @@ -3,12 +3,13 @@ ~~NOCACHE~~ --- -# Beta API C Programming Guides # +# Unified API C Programming Guides # This section of the Enlightenment Wiki offers reference guides for the most commonly-used features of the Enlightenment Foundation Libraries (EFL) and associated infrastructure. These guides are designed to supplement and support the step-by-step tutorials, which are written as a starting point for beginners who have not previously programmed using EFL. > **NOTE:** > The guides in this section use the latest beta release of the API, as noted > in [Developing with the Enlightenment Foundation > Libraries](/develop/start.md#Current_vs._Beta). Versions of these guides > written for the current release can be found in the [Legacy section of the > website](/develop/legacy/program_guide/start). +> The guides in this section use the latest Unified API, as noted in [Developing with the Enlightenment Foundation Libraries](/develop/start.md#Legacy_vs_Unified_APIs). Versions of these guides written for the Legacy API can be found in the [Legacy section of the website](/develop/legacy/tutorial/start). * [Eina Programming Guide](eina/) * [Main Loop Programming Guide](core/main-loop.md) @@ -16,4 +17,4 @@ This section of the Enlightenment Wiki offers reference guides for the most comm * [Events Programming Guide](core/events.md) * [User Interface Sizing Programming Guide](ui/sizing.md) * [User Interface Focus Programming Guide](ui/focus.md) -* [EFL C Porting Guide](porting-guide.md) \ No newline at end of file +* [EFL C Porting Guide](porting-guide.md) diff --git a/pages/develop/guides/csharp/start.md.txt b/pages/develop/guides/csharp/start.md.txt index 0183c1015..aa30a184c 100644 --- a/pages/develop/guides/csharp/start.md.txt +++ b/pages/develop/guides/csharp/start.md.txt @@ -3,7 +3,7 @@ ~~NOCACHE~~ --- -# Beta API C# Programming Guides # +# Unified API C# Programming Guides # This section of the Enlightenment Wiki offers reference guides for the most commonly-used features of the Enlightenment Foundation Libraries (EFL) and associated infrastructure. These guides are designed to supplement and support the step-by-step tutorials, which are written as a starting point for beginners who have not previously programmed using EFL. @@ -13,6 +13,7 @@ This section of the Enlightenment Wiki offers reference guides for the most comm > **NOTE:** > The guides in this section use the latest beta release of the API, as noted > in [Developing with the Enlightenment Foundation > Libraries](/develop/start.md#Current_vs._Beta). Versions of these guides > written for the current release can be found in the [Legacy section of the > website](/develop/legacy/program_guide/start). +> The guides in this section use the latest Unified API, as noted in [Developing with the Enlightenment Foundation Libraries](/develop/start.md#Legacy_vs_Unified_APIs). Versions of these guides written for the Legacy C API can be found in the [Legacy section of the website](/develop/legacy/tutorial/start). If you haven't done so yet, read the [Setting Up a C# Development Environment](/develop/setup/csharp/) guide so you have a working EFL installation with C# support. --
