www-content: add EDI about page

This commit is contained in:
Andy Williams 2015-05-01 00:02:06 +01:00
parent 9809d441a7
commit b5f2b80577
6 changed files with 46 additions and 1 deletions

BIN
media/edi-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

BIN
media/edi-screen1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 397 KiB

BIN
media/edi-screen2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 454 KiB

BIN
media/edi-screen3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 KiB

45
pages/about-edi.txt Normal file
View File

@ -0,0 +1,45 @@
~~Title: About EDI~~
==== EDI (The Enlightenment IDE) ====
[[https://github.com/ajwillia-ms/edi/releases|Download EDI pre-release here]]
{{:edi-logo.png?&180&nolink |}}
EDI is a development environment designed for and built using the EFL.
Our aim is to create a new, native development environment for Linux that makes getting up and running easier than ever before. With so much happening on Linux both on the desktop and on mobile we want to help more developers get involved in the exciting future of open source development.
<clear/>
=== Screenshots ===
{{:edi-screen3.jpg?360}}
{{:edi-screen2.jpg?360}}
{{:edi-screen1.jpg?360}}
<clear/>
=== Features ===
Building an IDE is a huge task so we have broken down the features into
phases. We have completed "Basic text editing" and are working on
"Code aware editor". Once that is done "Basic IDE" will commence. More details are available on the [[https://phab.enlightenment.org/w/projects/edi/|project page]].
So far the main features include:
* Editing and saving text files
* Tabbed browsing of open files
* Opening editor in a new window
* Displaying directory for the project (directory)
* Link files out to external viewers / editors
* No screen waste (toolbar, menu, tab are out of the way of the developer)
* Info panel with logs and useful output
* Create new file
* Simple build functions
* Search & replace in file
* Line numbers & go to line
* Creation of new projects from name input and skeleton project files
* Syntax highlighting
* Diff rendering
If you have ideas for features please let us know in the #edi-ide room on irc.freenode.net.

View File

@ -38,7 +38,7 @@ We eat our own dog food. We use our libraries not just to make [[:about-enlighte
{{ :shot-rage.png?nolink&240}}
We have some of the usual suspects like a [[:about-terminology|terminal emulator]], a [[:about-rage|video player]], and even the start of an IDE.
We have some of the usual suspects like a [[:about-terminology|terminal emulator]], a [[:about-rage|video player]], 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 objects with alpha channels from the ground up and no special tricks.