Enlightenment CVS committal

Author  : technikolor
Project : web
Module  : e

Dir     : web/e/data


Modified Files:
        cvsnotes.html efl.html source.html 


Log Message:
Moved the "System" raster page to "Techology" and up'ed it on the list to be more 
pronouned.
Update the EFL componant page, changed the ref on the source page, updated the build 
list, 
and make some other little tweeks here and there.

===================================================================
RCS file: /cvsroot/enlightenment/web/e/data/cvsnotes.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- cvsnotes.html       13 May 2004 14:37:11 -0000      1.29
+++ cvsnotes.html       17 Jul 2004 10:56:32 -0000      1.30
@@ -28,11 +28,10 @@
 <table border=0>
 <tr>
 <td>
-<ol>Build Order [As of 2004-05-13] (EFL)
+<ol>Build Order [As of 2004-07-17] (EFL)
    <li>e17/libs/imlib2</li>
    <li>e17/libs/edb</li>
    <li>e17/libs/eet</li>
-   <li>e17/libs/imlib2_loaders</li>
    <li>e17/libs/evas</li>
    <li>e17/libs/ecore</li>
    <li>e17/libs/epeg</li>
@@ -40,6 +39,7 @@
    <li>e17/libs/embryo</li>
    <li>e17/libs/edje</li>
    <li>e17/libs/esmart</li>
+   <li>e17/libs/emotion</li>
    <li>e17/libs/etox</li>
    <li>e17/libs/ewl</li>
 </ol>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/data/efl.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- efl.html    29 Jun 2004 10:56:15 -0000      1.3
+++ efl.html    17 Jul 2004 10:56:32 -0000      1.4
@@ -4,7 +4,33 @@
 <p class="contenttitle">The Enlightenment Foundation Libraries</p>
 
 <p>
-An overview of the EFL....
+The Enlightenment Foundation Libraries (EFL) are a collection of libraries that make 
up the foundation 
+of the DR17 window manager.  While their origonal intent was solely to support the 
window manager the libraries
+quickly took on a life of their own, which is a contributing factor to the delays of 
the window manager itself.
+These libraries are so powerful, flexable, and easy to use that they present a strong 
platform on which to
+develop nearly any graphical application you could think of.
+</p>
+
+<p>
+The EFL begins with Imlib2, a general image manipulation and rendering library, and 
Evas, our canvas library.
+Because Evas is built on several diffrent 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 it's name as the core componant 
+of nearly any EFL application.
+</p>
+
+<p>
+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 flexability.
+</p>
+
+<p>
+EWL brings all the libs into focus, providing a complete end-to-end widget library 
for fast and easy development of complex graphical applications.
 </p>
 
 <p>
@@ -36,42 +62,48 @@
     <td><a href="edb.html">EDB</a></td>
     <td>DB Wrapper</td>
   </tr>
-
   <tr>
     <td><a href="eet.html">EET</a></td>
     <td>Distribution Container Lib and Tools</td>
   </tr>
   <tr class="team-dark">
-    <td><a href="evas.html">EVAS</a></td>
+    <td><a href="evas.html">Evas</a></td>
     <td>Canvas Library</td>
   </tr>
-
   <tr>
     <td><a href="ecore.html">Ecore</a></td>
     <td>Event Abstraction and Modular Convience Library</td>
   </tr>
   <tr class="team-dark">
-    <td><a href="estyle.html">Estyle</a></td>
-    <td>Text Stylization Library</td>
+    <td><a href="epeg.html">Epeg</a></td>
+    <td>JPEG Thumbnailing Library</td>
   </tr>
-
   <tr>
-    <td><a href="etox.html">Etox</a></td>
-    <td>Text Layout and Manipulation Lib</td>
+    <td><a href="epsilon.html">Epsilon</a></td>
+    <td>Freedesktop.org Thumbnailing Library</td>
   </tr>
   <tr class="team-dark">
-    <td><a href="ewd.html">EWD</a></td>
-    <td>Thread-safe Data Structure Convience Libary</td>
+    <td><a href="etox.html">Etox</a></td>
+    <td>Text Layout and Manipulation Lib</td>
   </tr>
-
   <tr>
     <td><a href="edje.html">Edje</a></td>
     <td>Interface Abstraction Library and Toolset</td>
   </tr>
   <tr class="team-dark">
+    <td><a href="embryo.html">Embryo</a></td>
+    <td>Embedable Scripting Language</td>
+  </tr>
+  <tr>
     <td><a href="ewl.html">EWL</a></td>
     <td>Enlightenment Widget Libary</td>
   </tr>
+  <tr class="team-dark">
+    <td><a href="emotion.html">Emotion</a></td>
+    <td>Video Smart-Object Library for Evas</td>
+  </tr>
+
+
 </table>
 </center>
 
===================================================================
RCS file: /cvsroot/enlightenment/web/e/data/source.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- source.html 3 May 2004 07:45:01 -0000       1.24
+++ source.html 17 Jul 2004 10:56:32 -0000      1.25
@@ -19,7 +19,7 @@
 <tr><td class="newstitle">Module name</td><td class="newstitle">Content</td></tr>
 <tr valign="top">
        <td><a 
href="http://cvs.sourceforge.net/viewcvs.py/enlightenment/e17/";>e17</a></td>
-       <td>[E17's <a href="components.html">components</a>] <a 
href="cvsnotes.html">[Build Notes - <b>READ THIS!</b>]</a></td>
+       <td>[E17's <a href="efl.html">components</a>] <a href="cvsnotes.html">[Build 
Notes - <b>READ THIS!</b>]</a></td>
 </tr>
 <tr valign="top" class="team-dark">
        <td><a 
href="http://cvs.sourceforge.net/viewcvs.py/enlightenment/e16/";>e16</a></td>




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to