hermet pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=b495d8f5f8faa80366cc3f606678ab420d35044c
commit b495d8f5f8faa80366cc3f606678ab420d35044c Author: Hermet Park <[email protected]> Date: Mon Jul 11 23:53:20 2016 +0900 pages about: add enventor about page. initial version. --- media/enventor-main.png | Bin 0 -> 574740 bytes media/icon-enventor.png | Bin 0 -> 19740 bytes pages/about-enventor.txt | 10 ++++++++++ pages/about.txt | 3 ++- 4 files changed, 12 insertions(+), 1 deletion(-) diff --git a/media/enventor-main.png b/media/enventor-main.png new file mode 100644 index 0000000..e07c78b Binary files /dev/null and b/media/enventor-main.png differ diff --git a/media/icon-enventor.png b/media/icon-enventor.png new file mode 100644 index 0000000..bd8e0db Binary files /dev/null and b/media/icon-enventor.png differ diff --git a/pages/about-enventor.txt b/pages/about-enventor.txt new file mode 100644 index 0000000..89ee56f --- /dev/null +++ b/pages/about-enventor.txt @@ -0,0 +1,10 @@ +~~Title: About Enventor~~ +==== Enventor ==== + +[[download|Download Enventor Here]] + +{{:icon-enventor.png?nolink |}} + +{{ :enventor-main.png?&200|}} + +Enventor, which is also known as EDC (Edje Data Collections) Editor, is a useful EDC script editor tool that supports text edit function and preview function for EDC source code. When your application requires realtime changeable layouts like animative ones, then you could write those layout design using EDC script, compile it to EDJ format then import it into your application. You can write any kinds of design layouts from simple to complex ones if you use EDC script with Enventor. Enve [...] diff --git a/pages/about.txt b/pages/about.txt index a8a3667..f982a92 100644 --- a/pages/about.txt +++ b/pages/about.txt @@ -17,6 +17,7 @@ their environment. [[about-rage|{{:icon-rage.png|Rage}}]] [[about-edi|{{:edi-logo.png|EDI}}]] [[about-eflete|{{:icon-eflete.png|Eflete}}]] +[[about-enventor|{{:icon-enventor.png|Enventor}}]] ---- @@ -187,4 +188,4 @@ See [[about-edi|the EDI page]] for more details. === Media === If you want media like official logos, screenshots etc. please see -[[media|our media page]] for details. \ No newline at end of file +[[media|our media page]] for details. --
