Wiki page start changed with summary [Fix typos] by Carla Sensa

This commit is contained in:
Carla Sensa 2020-02-10 07:58:42 -08:00 committed by www-data
parent 40618cd72b
commit 85836065b2
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
{{ :shot-enlightenment.png?nolink&320}}
[[:about-enlightenment|Enlightenment]] started out way back in 1996 as a project to build a Window Manager for X11. It has grown much more since then. Enlightenment still produces this Window Manager, but it has evolved to also cover Mobile, Wearable and TV UI requirements for projects such as [[http://www.tizen.org|Tizen]] as well as the traditional "desktop" UI. We still push out releases. See our [[:download|download]] page for more details on the this. Visit our [[contrib/|contribute]] page for our latest source code repositories.
[[:about-enlightenment|Enlightenment]] started out way back in 1996 as a project to build a Window Manager for X11. It has grown much more since then. Enlightenment still produces this Window Manager, but it has evolved to also cover Mobile, Wearable and TV UI requirements for projects such as [[http://www.tizen.org|Tizen]] as well as the traditional "desktop" UI. We still push out releases. See our [[:download|download]] page for more details on this. Visit our [[contrib/|contribute]] page for our latest source code repositories.
The project is currently transitioning from [[http://www.x.org|X11]] to [[http://wayland.freedesktop.org|Wayland]]. We are fully committed to moving to Wayland eventually, as its the future of graphical display layers on Linux.
@ -22,7 +22,7 @@ We still primarily support Linux for Enlightenment, but there is some effort (ba
{{ :diagram-block-efl.svg?nolink&320}}
While developing the Window Manager, a set of libraries was also developed.. These libraries are known collectively as [[:about-efl|EFL]]. They cover a range of functionality from main-loop, to graphics, scene graphs, networking, widgets, data storage, IPC and much more.
While developing the Window Manager, a set of libraries was also developed. These libraries are known collectively as [[:about-efl|EFL]]. They cover a range of functionality from main-loop, to graphics, scene graphs, networking, widgets, data storage, IPC and much more.
We now are starting to pull in bindings support directly into EFL. We are working on auto-generated bindings for %%C++%%, Lua and Javascript (v8/node.js). We hope eventually to pull in our Python bindings too, so we can support as many languages as possible and keep them up to date.