Wiki page docs changed with summary [moved tutorial and program_guide TOC to the respective start pages] by Andrew Williams

This commit is contained in:
Andrew Williams 2017-10-31 07:53:37 -07:00 committed by apache
parent 3db2025819
commit 7e3a308e56
1 changed files with 26 additions and 20 deletions

View File

@ -66,6 +66,32 @@ For now we recommend using the stable API and it's Bindings.
* [[develop/api/|EFL EO API documentation (C)]]
<newcolumn>
==== Themes / Edje / EDC ====
A core part of Enlightenment and EFL is the design/theme abstraction layer. This is handled by the Edje library and a series of tools that can compile/package up theme files and compress them, decompile them, and even provide some GUI editors too.
* [[about-eflete|Eflete]] - GUI Theme design tool
* [[about-enventor|Enventor]] GUI Edje file design tool
* [[themes/start|Getting started]] with Edje and themes at the EDC file level
* [[themes/knob_example|Edje theme example]] A knob theme for the Elementary slider widget
</columns>
----
<columns 100% 50% - ->
==== Developers ====
That's it for the basics - hopefully you are now up and running with
the EFL (and perhaps Enlightenment too!) and looking to learn more.
If you want to find out more or get a guide to some of our detailed topics you can check out the [[/develop/legacy/program_guide/]] or work through the stable API [[/develop/legacy/tutorial/ | Tutorials]] Here is a collection of guides and tutorials to help you get deeper into
working with our libraries and building great apps.
Be sure to [[contact]] to show what you've built!
<newcolumn>
====Contributing====
@ -93,23 +119,3 @@ From there you can get to know the team, how we work, and earn a place on the te
* [[https://phab.enlightenment.org/w/git_practices/|Git Practices]]
</columns>
----
That's it for the basics - hopefully you are now up and running with
the EFL (and perhaps Enlightenment too!) and looking to learn more.
If you want to find out more or get a guide to some of our detailed topics you can check out the [[/develop/legacy/program_guide/]] or work through the stable API [[/develop/legacy/tutorial/ | Tutorials]] Here is a collection of guides and tutorials to help you get deeper into
working with our libraries and building great apps.
Be sure to [[contact]] to show what you've built!
==== Themes / Edje / EDC ====
A core part of Enlightenment and EFL is the design/theme abstraction layer. This is handled by the Edje library and a series of tools that can compile/package up theme files and compress them, decompile them, and even provide some GUI editors too.
* [[about-eflete|Eflete]] - GUI Theme design tool
* [[about-enventor|Enventor]] GUI Edje file design tool
* [[themes/start|Getting started]] with Edje and themes at the EDC file level
* [[themes/knob_example|Edje theme example]] A knob theme for the Elementary slider widget