WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=0fc71ee9edc9caf89f8633243426dad6d6f3e361
commit 0fc71ee9edc9caf89f8633243426dad6d6f3e361 Author: Gareth Halfacree <[email protected]> Date: Tue Nov 28 06:47:46 2017 -0800 Wiki page start.md changed with summary [] by Gareth Halfacree --- pages/develop/tutorials/start.md.txt | 39 +++--------------------------------- 1 file changed, 3 insertions(+), 36 deletions(-) diff --git a/pages/develop/tutorials/start.md.txt b/pages/develop/tutorials/start.md.txt index d06d9b237..03033ec76 100644 --- a/pages/develop/tutorials/start.md.txt +++ b/pages/develop/tutorials/start.md.txt @@ -9,44 +9,11 @@ If you are just beginning your journey into programming with the Enlightenment F If you have not yet done so, visit [Developing with the Enlightenment Foundation Libraries](https://www.enlightenment.org/develop/start.md) for background on EFL and details on how to set up your development environment. -## Current vs. Beta ## - -The documentation on this section of the website is written with a focus on the next-generation release, currently in beta. While this means that the documentation is only partial in places, it will get you started with the very latest revision of EFL and all the new and improved features it brings. - -Documentation on the current version of EFL can be found in the [Legacy section](https://www.enlightenment.org/develop/legacy/). When working through the documentation on the site, keep in mind that if a document is located in ``/develop/legacy`` it is referring to the current release of EFL; if it is located in any other section of ``/develop`` it is referring to the beta release. - -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). - +> **NOTE:** +> The tutorials in this section use the latest beta release of the API, as noted in [Developing with the Enlightenment Foundation Libraries](https://www.enlightenment.org/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). ## Languages ## EFL is available for a variety of programming languages, enabling developers in a wide range of ecosystems to benefit from its features. Tutorials are currently available in the following languages: -* [C](c/start.md) - -## IRC Channels ## - -The official Enlightenment IRC channels, hosted on the Freenode network, are often the quickest way to communicate with fellow developers. Available in English, German, French, and Korean, the channels are accessible 24/7 and are open to both developers and end-users. - -Connection information is as follows: - -| IRC Server | Port | Channel | Topic | -|------------------|------|---------|-----------------| -| irc.freenode.net | 6667 | #e | General | -| irc.freenode.net | 6667 | #e.py | Python-related | -| irc.freenode.net | 6667 | #e.bsd | BSD-related | -| irc.freenode.net | 6667 | #e.de | General - German| -| irc.freenode.net | 6667 | #e.fr | General - French| -| irc.freenode.net | 6667 | #e.kr | General - Korean| - -## Mailing Lists ## - -The Enlightenment Project maintains several mailing lists, full details of which are available on the [Contact page](https://www.enlightenment.org/contact). The developer-focused lists, which are available in English only, are as follows: - -| Mailing List | Archive | Topic | -|----------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|------------------------------| -| [enlightenment-devel](http://lists.sourceforge.net/lists/listinfo/enlightenment-devel) | [SourceForge](http://sourceforge.net/mailarchive/forum.php?forum_name=enlightenment-devel) | E/EFL development discussion | -| [enlightenment-announce](http://lists.sourceforge.net/lists/listinfo/enlightenment-announce) | [SourceForge](http://sourceforge.net/mailarchive/forum.php?forum_name=enlightenment-announce) | E/EFL announcements | -| [enlightenment-intl](http://lists.sourceforge.net/lists/listinfo/enlightenment-intl) | [SourceForge](http://sourceforge.net/mailarchive/forum.php?forum_name=enlightenment-intl) | Internationalization changes | -| [enlightenment-git](mailto:[email protected]?body=subscribe) | | Git commits | -| [enlightenment-e-bork](mailto:[email protected]?body=subscribe) | | Quality assurance reports | \ No newline at end of file +* [C](c/start.md) \ No newline at end of file --
