WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=7e3a308e564bcaea79f15dfbf33da594746e64bb
commit 7e3a308e564bcaea79f15dfbf33da594746e64bb Author: Andrew Williams <[email protected]> Date: Tue Oct 31 07:53:37 2017 -0700 Wiki page docs changed with summary [moved tutorial and program_guide TOC to the respective start pages] by Andrew Williams --- pages/docs.txt | 46 ++++++++++++++++++++++++++-------------------- 1 file changed, 26 insertions(+), 20 deletions(-) diff --git a/pages/docs.txt b/pages/docs.txt index de4f5448..0cf0c3ae 100755 --- a/pages/docs.txt +++ b/pages/docs.txt @@ -68,6 +68,32 @@ For now we recommend using the stable API and it's Bindings. <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==== We are really excited that you would like to get involved in EFL and @@ -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 - --
