WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=8f0409e66636cfe65a0144c0f5f948e25e88cb80
commit 8f0409e66636cfe65a0144c0f5f948e25e88cb80 Author: Philippe Jean Guillaumie <[email protected]> Date: Tue Jan 11 04:07:26 2022 -0800 Wiki page start changed with summary [Fix typo] by Philippe Jean Guillaumie --- pages/docs/themes/start.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/themes/start.txt b/pages/docs/themes/start.txt index 2c036a698..1d121fe9c 100644 --- a/pages/docs/themes/start.txt +++ b/pages/docs/themes/start.txt @@ -53,7 +53,7 @@ You now should see something like this in a window: The window will be resizable, so resize it to see what happens when your group is resized too. One of the key ideas behind Edje is to be able to make both resizable AND scaleable components that can adapt to sizing needs and UI/DPI scaling needs. -=== The Anantomy of an Edje File === +=== The Anatomy of an Edje File === An Edje file is compiled from a combination of source "EDC" files and other data (images, fonts, sound samples, ...) into a single stand-alone binary "EDJ" file that is used at runtime. These files are, by default, de-compileable again back to source with the ''edje_decc'' tool. These files do not execute code, and are system-independent. That may use various compression schemes based on options to ''edje_cc''. The source EDC files are passed through a C pre-processor so they can use CPP [...] --
