raster pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=4c2a82bcd3466f11dc8ddb1c29287db526687f59
commit 4c2a82bcd3466f11dc8ddb1c29287db526687f59 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Tue Oct 17 16:18:00 2017 +0900 Revert "MINOR: Whitespace cleanup" This reverts commit 96f3d8392cd5d58c0ad54cf4f80b474df3bf6293. sorry beber - that whitespace is important. this broke the layout of the main page with text flowing artound images... --- pages/start.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/start.txt b/pages/start.txt index dcf1c121..fd681363 100644 --- a/pages/start.txt +++ b/pages/start.txt @@ -4,11 +4,11 @@ {{page>start-event}} {{page>start-release}} -{{:e-logo-title.svg?nolink |}} +{{ :e-logo-title.svg?nolink |}} ==== Window Manager ==== -{{:shot-enlightenment.png?nolink&320}} +{{ :shot-enlightenment.png?nolink&320}} [[:about-enlightenment|Enlightenment]] started as a project to build a Window Manager for X11. That was way back in 1996. It has grown much since. It still produces this Window Manager, but it has evolved to also cover Mobile, Wearable and TV UI needs for projects such as [[http://www.tizen.org|Tizen]] as well as the traditional "desktop" UI. We still push out releases, so see our [[:download|download]] page for more details on the latest releases, or see our [[:contribute|contribute]] p [...] @@ -20,7 +20,7 @@ We still primarily support Linux for Enlightenment, but there is some effort (ba ==== Libraries ==== -{{:diagram-block-efl.svg?nolink&320}} +{{ :diagram-block-efl.svg?nolink&320}} In the process of developing a Window Manager, A set of libraries were developed in order to achieve that goal. 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. @@ -32,21 +32,21 @@ For our libraries, our primary development environment is Linux, but we make an ==== Applications ==== -{{:shot-terminology.png?nolink&240}} +{{:shot-terminology.png?nolink&240 }} We eat our own dog food. We use our libraries not just to make [[:about-enlightenment|Enlightenment]] but to also make other applications for regular every-day use. We make these applications available for free. -{{:shot-rage.png?nolink&240}} +{{ :shot-rage.png?nolink&240}} We have some of the usual suspects like a [[:about-terminology|terminal emulator]], a [[:about-rage|video player]], an [[:about-ephoto|image viewer]], and even the start of [[:about-edi|an IDE]]. Even [[http://www.tizen.org|native Tizen applications]] use EFL for their development because we have focused on remaining lean and still featureful. Unlike many traditional toolkits, we have based ourselves around a scene graph from the ground up, making EFL very different in nature, yet allowing us to seamlessly switch from software rendering to OpenGL or any other mechanism that can be put in a render engine for the canvas scene graph engine we call Evas, as well as layer widgets and [...] -{{:shot-edi.png?nolink&240}} +{{:shot-edi.png?nolink&240 }} This is by no means a complete list of applications, and we are not done making more. We may not have started the traditional way, but are building our library over time, and Tizen has another library brewing over there as well. -{{:shot-2017-08-22_07-54-31.jpg?nolink&240|}} +{{ :shot-2017-08-22_07-54-31.jpg?nolink&240|}} ---- --
