xartigas pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=4b9bdf0f58632180f890dc477e0df6bf2c296c65
commit 4b9bdf0f58632180f890dc477e0df6bf2c296c65 Author: Xavi Artigas <xavierarti...@yahoo.es> Date: Wed Jul 24 11:45:21 2019 +0200 mono-docs: update BETA warning text Not ALL C# bindings are beta now, only SOME of them. --- pages/develop/guides/csharp/core/events.md.txt | 2 +- pages/develop/guides/csharp/core/main-loop.md.txt | 2 +- pages/develop/guides/csharp/eina/generic-value.md.txt | 2 +- pages/develop/guides/csharp/start.md.txt | 2 +- pages/develop/guides/csharp/ui/focus.md.txt | 2 +- pages/develop/guides/csharp/ui/sizing.md.txt | 2 +- pages/develop/setup/csharp/start.md.txt | 2 +- pages/develop/tutorials/csharp/hello-world-cs.md.txt | 2 +- pages/develop/tutorials/csharp/hello-world-gui-cs.md.txt | 2 +- pages/develop/tutorials/csharp/start.md.txt | 2 +- pages/develop/tutorials/csharp/texteditor-cs.md.txt | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pages/develop/guides/csharp/core/events.md.txt b/pages/develop/guides/csharp/core/events.md.txt index 1dc7ccb7d..4babece4e 100644 --- a/pages/develop/guides/csharp/core/events.md.txt +++ b/pages/develop/guides/csharp/core/events.md.txt @@ -13,7 +13,7 @@ You can also find usage examples in the [EFL examples repository](https://git.en | | WARNING | | | --- | ------- | --- | -|  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | +|  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | ## Listening to Events from Objects ## diff --git a/pages/develop/guides/csharp/core/main-loop.md.txt b/pages/develop/guides/csharp/core/main-loop.md.txt index 9f398a467..5e3ed6d97 100644 --- a/pages/develop/guides/csharp/core/main-loop.md.txt +++ b/pages/develop/guides/csharp/core/main-loop.md.txt @@ -11,7 +11,7 @@ EFL manages timers and user interface events amongst many other things and even | | WARNING | | | --- | ------- | --- | -|  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | +|  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | ## Prerequisites ## diff --git a/pages/develop/guides/csharp/eina/generic-value.md.txt b/pages/develop/guides/csharp/eina/generic-value.md.txt index 969d1d5fa..5ee61d91a 100644 --- a/pages/develop/guides/csharp/eina/generic-value.md.txt +++ b/pages/develop/guides/csharp/eina/generic-value.md.txt @@ -12,7 +12,7 @@ Examples of `Eina.Value` usage can be found in the [EFL examples git repository] | | WARNING | | | --- | ------- | --- | -|  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | +|  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | ## Value Types ## diff --git a/pages/develop/guides/csharp/start.md.txt b/pages/develop/guides/csharp/start.md.txt index 6a8a10218..0183c1015 100644 --- a/pages/develop/guides/csharp/start.md.txt +++ b/pages/develop/guides/csharp/start.md.txt @@ -9,7 +9,7 @@ This section of the Enlightenment Wiki offers reference guides for the most comm | | WARNING | | | --- | ------- | --- | -|  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | +|  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | > **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). diff --git a/pages/develop/guides/csharp/ui/focus.md.txt b/pages/develop/guides/csharp/ui/focus.md.txt index cf2df39f5..e18741f76 100644 --- a/pages/develop/guides/csharp/ui/focus.md.txt +++ b/pages/develop/guides/csharp/ui/focus.md.txt @@ -10,7 +10,7 @@ EFL handles the focus of your application in a way which works in most situation | | WARNING | | | --- | ------- | --- | -|  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | +|  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | ## Prerequisites ## diff --git a/pages/develop/guides/csharp/ui/sizing.md.txt b/pages/develop/guides/csharp/ui/sizing.md.txt index acd14fe34..ff09c6dd0 100644 --- a/pages/develop/guides/csharp/ui/sizing.md.txt +++ b/pages/develop/guides/csharp/ui/sizing.md.txt @@ -12,7 +12,7 @@ You can find an usage example in the [EFL examples repository](https://git.enlig | | WARNING | | | --- | ------- | --- | -|  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | +|  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | ## Prerequisites ## diff --git a/pages/develop/setup/csharp/start.md.txt b/pages/develop/setup/csharp/start.md.txt index ab2fa9f92..b5dc42c60 100644 --- a/pages/develop/setup/csharp/start.md.txt +++ b/pages/develop/setup/csharp/start.md.txt @@ -8,7 +8,7 @@ This page shows how to compile and install the Enlightenment Foundation Librarie | | WARNING | | | --- | ------- | --- | -|  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development. |  | +|  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation. |  | ## Prerequisites ## diff --git a/pages/develop/tutorials/csharp/hello-world-cs.md.txt b/pages/develop/tutorials/csharp/hello-world-cs.md.txt index bdf293543..42db36dcc 100644 --- a/pages/develop/tutorials/csharp/hello-world-cs.md.txt +++ b/pages/develop/tutorials/csharp/hello-world-cs.md.txt @@ -9,7 +9,7 @@ This first tutorial ensures that your EFL installation is ready to produce C# ap | | WARNING | | | --- | ------- | --- | -|  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | +|  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | ## Prerequisites ## diff --git a/pages/develop/tutorials/csharp/hello-world-gui-cs.md.txt b/pages/develop/tutorials/csharp/hello-world-gui-cs.md.txt index f837757a1..53d1b8130 100644 --- a/pages/develop/tutorials/csharp/hello-world-gui-cs.md.txt +++ b/pages/develop/tutorials/csharp/hello-world-gui-cs.md.txt @@ -9,7 +9,7 @@ In this guide you will learn how to build a complete graphical application, with | | WARNING | | | --- | ------- | --- | -|  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | +|  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | ## Prerequisites ## diff --git a/pages/develop/tutorials/csharp/start.md.txt b/pages/develop/tutorials/csharp/start.md.txt index 184e72aae..411c4c29b 100644 --- a/pages/develop/tutorials/csharp/start.md.txt +++ b/pages/develop/tutorials/csharp/start.md.txt @@ -9,7 +9,7 @@ The following tutorials are designed to build on each other, introducing concept | | WARNING | | | --- | ------- | --- | -|  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | +|  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | > **NOTE:** > The tutorials 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 tutorials > written for the current release can be found in the [Legacy section of the > website](https://www.enlightenment.org/develop/legacy/tutorial/start). diff --git a/pages/develop/tutorials/csharp/texteditor-cs.md.txt b/pages/develop/tutorials/csharp/texteditor-cs.md.txt index 046e6bbe6..fd1ea6b35 100644 --- a/pages/develop/tutorials/csharp/texteditor-cs.md.txt +++ b/pages/develop/tutorials/csharp/texteditor-cs.md.txt @@ -14,7 +14,7 @@ In this tutorial you will learn how to build a simple text editor application, i | | WARNING | | | --- | ------- | --- | -|  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | +|  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | ## Prerequisites ## --