Enlightenment CVS committal

Author  : technikolor
Project : web
Module  : e

Dir     : web/e/data


Modified Files:
        ecore.html edb.html edje.html eet.html efsd.html entice.html 
        estyle.html etox.html evas.html ewd.html ewl.html 


Log Message:
Spruce up the pages with some nice appropriate header images for each project.

===================================================================
RCS file: /cvsroot/enlightenment/web/e/data/ecore.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ecore.html  17 Nov 2001 16:09:41 -0000      1.5
+++ ecore.html  22 Oct 2003 10:53:09 -0000      1.6
@@ -1,6 +1,6 @@
 @top@
 @start@
-<p class="contenttitle">Ecore</p>
+<img src="img/titles/ecore.png">
 <p>What is Ecore? It is the core event abstraction layer and X abstraction
 layer that makes doing selections, Xdnd, general X stuff, and event loops,
 timeouts and idle handlers fast, optimized, and convenient. it's a separate
===================================================================
RCS file: /cvsroot/enlightenment/web/e/data/edb.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- edb.html    17 Nov 2001 16:09:41 -0000      1.5
+++ edb.html    22 Oct 2003 10:53:09 -0000      1.6
@@ -1,6 +1,6 @@
 @top@
 @start@
-<p class="contenttitle">Edb</p>
+<img src="img/titles/edb.png">
 <p>This is a database library based on Berkeley DB 2.7.7 from
     <a href="http://www.sleepycat.com";>http://www.sleepycat.com</a>.
     It is intended to make accessing database information portable,
===================================================================
RCS file: /cvsroot/enlightenment/web/e/data/edje.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- edje.html   10 Oct 2003 21:35:23 -0000      1.1
+++ edje.html   22 Oct 2003 10:53:09 -0000      1.2
@@ -1,6 +1,6 @@
 @top@
 @start@
-<p class="contenttitle">Edje</p>
+<img src="img/titles/edje.png">
 <p>Edje is a complex graphical design & layout library.</p>
 
 <p>It's purpose is to be a sequel to "Ebits" which to date has serviced the needs of 
Enlightenment development for version 0.17. The original design paramteres under which 
Ebits came about were a lot more restricted than the resulting use of them, thus Edje 
was born.</p>
===================================================================
RCS file: /cvsroot/enlightenment/web/e/data/eet.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- eet.html    10 Oct 2003 21:35:23 -0000      1.1
+++ eet.html    22 Oct 2003 10:53:09 -0000      1.2
@@ -1,6 +1,6 @@
 @top@
 @start@
-<p class="contenttitle">EET</p>
+<img src="img/titles/eet.png">
 
 <p>EET is a tiny library designed to write an arbitary set of chunks of data to a 
file and optionally compress each chunk (very much like a zip file) and allow fast 
random-access reading of the file later on. It does not do zip as a zip itself has 
more complexity than is needed, and it was much simpler to impliment this once 
here.</p>
 
===================================================================
RCS file: /cvsroot/enlightenment/web/e/data/efsd.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- efsd.html   22 Jul 2003 02:41:25 -0000      1.7
+++ efsd.html   22 Oct 2003 10:53:09 -0000      1.8
@@ -1,6 +1,6 @@
 @top@
 @start@
-<p class="contenttitle">Efsd</p>
+<img src="img/titles/efsd.png">
 <p style="text-align:justify">
 <strong>Efsd</strong>, the Enlightenment File System Daemon, is a daemon that 
provides commonly needed file system
 functionality to one or more clients. It comes as a library that
===================================================================
RCS file: /cvsroot/enlightenment/web/e/data/entice.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- entice.html 14 Oct 2003 09:28:56 -0000      1.1
+++ entice.html 22 Oct 2003 10:53:09 -0000      1.2
@@ -1,5 +1,9 @@
 @top@
 @start@
-<p class="contenttitle">Entice</p>
+<img src="img/titles/entice.png"><br>
+
+<p>Entice is an image viewer built on the Enlightenment Foundation Libraries.  It 
conforms to the <a href="http://triq.net/~jens/thumbnail-spec/index.html";>Freedesktop 
Thumbnail Specification</a>, offers rotation and resizing functionality, as well as a 
sexy, easy interface.</p>
+
+
 @end@
 @bottom@
===================================================================
RCS file: /cvsroot/enlightenment/web/e/data/estyle.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- estyle.html 12 Oct 2003 11:06:39 -0000      1.1
+++ estyle.html 22 Oct 2003 10:53:09 -0000      1.2
@@ -1,5 +1,9 @@
 @top@
 @start@
-<p class="contenttitle">Estyle</p>
+<img src="img/titles/estyle.png">
+
+<p>Estyle is an EVAS based text stylization library that makes adding stylized text 
with effects to any EVAS application simple.  The API is small and easy to learn, 
loading text effects from an Estyle EDB file (eg: blurred.style.db) and applying them 
to your EVAS text.</p>
+
+<p>Estyle.db's consist of several key/value pairs describing how the text to be 
rendered should be manuipulated using multiple layers.  Each layer can have a diffrent 
color, alpha channel value, size, offset in both x and y independantly, and stacking 
value.  Manipulating each of these values and becoming creative with stacking each 
layer a number of interesting and unique effects can be added to your text, in a 
simple, reusable manner.</p>
 @end@
 @bottom@
===================================================================
RCS file: /cvsroot/enlightenment/web/e/data/etox.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- etox.html   22 Jul 2003 02:41:25 -0000      1.6
+++ etox.html   22 Oct 2003 10:53:09 -0000      1.7
@@ -1,6 +1,6 @@
 @top@
 @start@
-<p class="contenttitle">Etox</p>
+<img src="img/titles/etox.png">
 <p>Etox is a type setting and text layout library based on
     <a href="evas.html">Evas</a>.  Etox helps you when it
     comes to displaying, moving, resizing, layering, clipping,
===================================================================
RCS file: /cvsroot/enlightenment/web/e/data/evas.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- evas.html   19 Jan 2002 21:06:08 -0000      1.20
+++ evas.html   22 Oct 2003 10:53:09 -0000      1.21
@@ -1,6 +1,6 @@
 @top@
 @start@
-<p class="contenttitle">Evas</p>
+<img src="img/titles/evas.png">
 
 <p>Evas is a hardware-accelerated canvas API for X-Windows that can draw
 anti-aliased text, smooth super and sub-sampled images, alpha-blend, as well
===================================================================
RCS file: /cvsroot/enlightenment/web/e/data/ewd.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ewd.html    17 Nov 2001 16:09:41 -0000      1.5
+++ ewd.html    22 Oct 2003 10:53:09 -0000      1.6
@@ -1,6 +1,6 @@
 @top@
 @start@
-<p class="contenttitle">EWD</p>
+<img src="img/titles/ewd.png">
 <p>Ewd is a library providing thread-safe basic data structures
     like hashes, lists and trees.</p>
 <p>EWD's primary developers are Christopher 'smugg' Rosendahl
===================================================================
RCS file: /cvsroot/enlightenment/web/e/data/ewl.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- ewl.html    20 Jul 2003 06:07:01 -0000      1.9
+++ ewl.html    22 Oct 2003 10:53:09 -0000      1.10
@@ -1,6 +1,6 @@
 @top@
 @start@
-<p class="contenttitle">Ewl</p>
+<img src="img/titles/ewl.png">
 <p>The Enlightenment Widget Library, a simple-to-use general purpose widget
 library based on the Evas canvas. This library is still in development but
 already has demo applications and solid documentation, so feel free to try




-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to