From: barbieri Date: Mon, 20 Aug 2007 20:13:28 +0000 (+0000) Subject: First version of our website page. X-Git-Url: http://git.maemo.org/git/?p=maemo-efl;a=commitdiff_plain;h=e96771e125b8df3387017b13701156e1d8938ca4 First version of our website page. --- diff --git a/www/favicon.ico b/www/favicon.ico new file mode 100644 index 0000000..41f399e Binary files /dev/null and b/www/favicon.ico differ diff --git a/www/images/background.jpg b/www/images/background.jpg new file mode 100644 index 0000000..b24f185 Binary files /dev/null and b/www/images/background.jpg differ diff --git a/www/images/background_repeated.jpg b/www/images/background_repeated.jpg new file mode 100644 index 0000000..9e8a556 Binary files /dev/null and b/www/images/background_repeated.jpg differ diff --git a/www/images/e_logo.png b/www/images/e_logo.png new file mode 100644 index 0000000..4ee8be1 Binary files /dev/null and b/www/images/e_logo.png differ diff --git a/www/images/efl_diagram_banner.png b/www/images/efl_diagram_banner.png new file mode 100644 index 0000000..79092de Binary files /dev/null and b/www/images/efl_diagram_banner.png differ diff --git a/www/images/indt.png b/www/images/indt.png new file mode 100644 index 0000000..f78f0fa Binary files /dev/null and b/www/images/indt.png differ diff --git a/www/images/indt_logo.jpg b/www/images/indt_logo.jpg new file mode 100644 index 0000000..7004cbf Binary files /dev/null and b/www/images/indt_logo.jpg differ diff --git a/www/images/install_button.png b/www/images/install_button.png new file mode 100644 index 0000000..a33c0e1 Binary files /dev/null and b/www/images/install_button.png differ diff --git a/www/images/maemo_logo.jpg b/www/images/maemo_logo.jpg new file mode 100644 index 0000000..8201b3e Binary files /dev/null and b/www/images/maemo_logo.jpg differ diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..2a2f8c9 --- /dev/null +++ b/www/index.html @@ -0,0 +1,199 @@ + + + + Maemo port of EFL (Enlightenment Foundation Libraries) + + + + + + + + +
+

+ Maemo port of Enlightenment Foundation Libraries - EFL +

+ +
+

What are EFL?

+

+ The Enlightenment Foundation Libraries (EFL) are a collection + of libraries so powerful, flexible, and easy to use that they + present a strong platform on which to develop nearly any + graphical application you could think of. +

+

+ The EFL begins with Imlib2, + a general image manipulation and rendering library, and + Evas, + our canvas library. Because Evas is built on several different + selectable engines (Linux FrameBuffer, DirectFB, X11, OpenGL, + QTopia, etc) the platform is extremely portable, which + translates thru to all of the libraries built on top of it. + Ecore + is a modular convience library that in its base provides + timers, callback functionality, and loop management for event + handling. Ecore's various modules can simplify the setup of an + X11 drawable for general use (Ecore_X11), an X11 drawable for + use with Evas (Ecore_Evas), manage IPC (Ecore_IPC), manage BSD + Sockets (Ecore_Con), management of the FrameBuffer (Ecore_FB), + and more. Because Ecore can simplify so many tasks that are + used in conjuction with Evas it has lived up to its name as + the core componant of nearly any EFL application. +

+

+ Edje + provides a revolutionary method of absstacting every aspect of + your interface from the application itself. By passing signals + between the interface and the application all communication is + done in an interface neutral way. No longer are "themes" + simple changes of pixmaps over a fixed area. Using Embryo + we can provide scripting ability to the interface componant + itself to harness even more power and flexibility. +

+

+ Below is a diagram of how the various componants of the EFL + fit together. Because of complexity of the libraries and the + fact that so many libraries can be used independant of other + EFL libraries we have a diagram alittle more complex than your + standard block diagram. + EFL Diagram banner +

+

+ Want to learn more? Check the official website. +

+
+
+ + +

Downloads

+ + + + + + + + + + + + + + + +
One click install + Python-EFL +
+ Python bindings, includes basic libraries. +
+
One click install + Python-EFL-Demo +
+ Python bindings demonstration applications, includes + basic libraries. +
+
One click install + Expedite +
+ Benchmark suite, includes basic libraries. +
+
+

Resources

+

Port Resources:

+ +

Official Resources:

+ +

Related Blogs:

+ +
+
+

About Maemo Port

+

+ As said in "What are EFL?", the code is very portable. Since + their developers are receptive to contributions, so all the + code was developed and integrated upstream, at the official + project. What remains here is just the package system, which + is specific to maemo. +

+

+ The most significant contribution to EFL were made by Gustavo + Sverzut Barbieri and are: +

+ +
+
+
+ Built for Maemo(tm) + Sponsored by INdT +
+ + \ No newline at end of file diff --git a/www/style.css b/www/style.css new file mode 100644 index 0000000..887cbf2 --- /dev/null +++ b/www/style.css @@ -0,0 +1,103 @@ +body { + font-family: "Bitstream Vera", "Vera", "Trebuchet MS", Trebuchet, Tahoma, sans-serif; + color: #444444; + font-size: 0.9em; + background-color: #ffffff; + background-image: url(images/background_repeated.jpg); + background-repeat: repeat-x; + margin-top: 0; +} + +div.header { + background-image: url(images/background.jpg); + background-repeat: no-repeat; + background-position: top center; + height: 250px; + width: 100%; + position: relative; + top: 0; + left: 0; +} + +a { + color: #222222; + text-decoration: none; + font-weight: bold; +} + +a:visited { + color: #666666; +} + +a:active { + color: #000000; + text-decoration: none; +} + +a:hover { + color: #444444; + text-decoration: none; +} + +p { + text-align: justify; +} + +a img { + border: none; +} + +hr { + height: 1px; + background-color: #eeeeee; + border: 0px; + clear: both; +} + +h1 { + font-family: "Bitstream Vera", "Vera", "Trebuchet MS", Trebuchet, Tahoma, sans-serif; + font-size: 1.6em; + margin-top: 0; +} + +h2 { + font-family: "Bitstream Vera", "Vera", "Trebuchet MS", Trebuchet, Tahoma, sans-serif; + font-size: 1.0em; + color: #000000; + margin-top: 0; +} + +img#e_logo { + margin-left: auto; + margin-right: auto; + display: block; +} + +.center { + margin-left: auto; + margin-right: auto; + display: block; +} + +div.left_box, div.center_box, div.right_box { + float: left; +} + +div.left_box, div.right_box { + width: 30%; +} + +div.center_box { + width: 30%; + margin-left: 20px; + margin-right: 20px; +} + +td { + font-size: 0.85em; +} + +td address { + font-size: 0.6em; + font-style: normal; +} \ No newline at end of file