Enlightenment CVS committal Author : technikolor Project : web Module : e
Dir : web/e/data Modified Files: docs.html estyle.html faq.html links.html source.html Log Message: Major update. 95% of the changes are actually CSS derived, the rest of the changes were to get the HTML better inline with the CSS. This is a more modern look from the previous bland space hog layout. Things are basically the same, but loosed up so that things just flow toward the middle. Estyle is currently the only completed componant page. Massive changes still to go, this is just the basis on which to improve. =================================================================== RCS file: /cvsroot/enlightenment/web/e/data/docs.html,v retrieving revision 1.31 retrieving revision 1.32 diff -u -3 -r1.31 -r1.32 --- docs.html 15 Oct 2003 08:20:10 -0000 1.31 +++ docs.html 29 Jan 2004 11:52:02 -0000 1.32 @@ -10,7 +10,7 @@ <hr> <!-- E DR16 DOCS (User Interface) --> -<p align="center"><b>Enlightenment 0.16.x</b></p> +<h3>Enlightenment 0.16.x</h3> <p>There is ample documentation available from Enlightenment itself. When you have Enlightenment 0.16 running for the first time, you will get a screen @@ -23,7 +23,7 @@ view this help at any time by pressing the middle mouse button on the desktop and selecting the "Help" entry from the popup menu.</p> -<p align="center"><b>Additional DR16 Docs</b></p> +<h3>Additional DR16 Docs</h3> @:news_title@ <a href="http://www.etherdoxproject.org">EtherDox</a>: By <a href="mailto:pete@@lowatts.demon.co.uk">monkiboi</a> <a href="http://www.etherdoxproject.org">[HTML]</a> @@ -34,7 +34,7 @@ <hr> <!-- E DR17 DOCS (User Interface) --> -<p align="center"><b>Enlightenment DR17</b></p> +<h3>Enlightenment DR17</h3> <p>You will find documentation on how to use and configure E DR17 here when the time's right. At the moment, E 17's codebase is not considered ready for @@ -45,7 +45,7 @@ <hr> <!-- E Projects Misc (DEVEL DOCS and API Refs) --> -<p align="center"><b>Programmer's Guides and Development Documentation</b></p> +<h3>Programmer's Guides and Development Documentation</h3> @:news_title@ <a href="pdf/evas.pdf">Evas Programmers Guide</a>: By <a href="mailto:raster@@rasterman.com">Rasterman</a> <a href="pdf/evas.pdf">[PDF]</a> <a href="htmlized/evas/">[HTML]</a> =================================================================== RCS file: /cvsroot/enlightenment/web/e/data/estyle.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- estyle.html 22 Oct 2003 11:43:08 -0000 1.3 +++ estyle.html 29 Jan 2004 11:52:02 -0000 1.4 @@ -6,10 +6,10 @@ <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> -<hr> -<center><b>A Code Example</b></center> <div class="code"> + + <pre> #include <Ecore_Evas.h> #include <Ecore.h> @@ -34,7 +34,8 @@ evas = ecore_evas_get(ee); - evas_font_path_append(evas, "/usr/X11/lib/X11/fonts/TrueType/"); + evas_font_path_append(evas, + "/usr/X11/lib/X11/fonts/TrueType/"); base_rect = evas_object_rectangle_add(evas); @@ -63,11 +64,11 @@ <p>This code is rendered in the following manner: gcc `ecore-config --cflags --libs` `ewd-config --libs --cflags` `estyle-config --libs --cflags` estyle-viewer.c</p> <p>The result of the above code looks like this:</p> -<img src="img/estyle-example.png"> +<center> <img src="img/estyle-example.png" class="example_image"> </center> <p>The following default Estyles are provided with the library source: bold, outline, plain, raised and shadow. With some tinkering and imagination your estyles can make your text look just the way you'd like without having to use pre-rendered images. The best way to learn how to manipulate Estyle DB's is to edit the an included Estyle directly and experiment with the effects of diffrent chanegs. You can edit Estyle DB's using an EDB editor (ie: edb_gtk_ed).</p> -<p>Estyle is owned by <a href="team.html">RbdPngn</a>.</p> +<p class="manager">Estyle's project manager is <a href="team.html" class="lite">Nathan "RbdPngn" Ingersoll</a>.</p> @end@ @bottom@ =================================================================== RCS file: /cvsroot/enlightenment/web/e/data/faq.html,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- faq.html 14 Jan 2004 21:49:05 -0000 1.15 +++ faq.html 29 Jan 2004 11:52:02 -0000 1.16 @@ -6,7 +6,9 @@ you're looking for isn't here yet. In that case, please ask on the <a href="mail.html">mailing lists</a> instead or check the archives. </p> -<p align="center">General</p> + + +<h3>General</h3> @:news_title@ What is the Enlightenment Window Manager? @@ -102,7 +104,7 @@ easy for you, so start learning and share your experience with others in the form of a tutorial. @:news_end@ -<p align="center">Enlightenment DR16</p> +<h3>Enlightenment DR16</h3> @:news_title@ Do people still use DR16? @@ -276,7 +278,7 @@ @:news_end@ -<p align="center">Enlightenment DR17</p> +<h3>Enlightenment DR17</h3> @:news_title@ When will E 17 be released? @@ -309,7 +311,7 @@ therefore old epplets will not work. @:news_end@ -<p align="center">Efsd</p> +<h3>EFSD</h3> @:news_title@ I heard Efsd needs FAM. What's that? What's Imon? @@ -348,7 +350,7 @@ top* of the file system, not to extend it. @:news_end@ -<p align="center">Evas</p> +<h3>Evas</h3> @:news_title@ <a name="a"></a> =================================================================== RCS file: /cvsroot/enlightenment/web/e/data/links.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- links.html 9 Jan 2004 05:49:47 -0000 1.2 +++ links.html 29 Jan 2004 11:52:02 -0000 1.3 @@ -6,7 +6,7 @@ <p class="contenttitle">Enlightenment Links</p> -<p><b>Enlightenment Related Projects</b></p> +<p><h3>Enlightenment Related Projects</h3></p> <table border="0" width="100%"> <tr> <td class="newstitle">Link</td> @@ -35,7 +35,7 @@ </table> -<p><b>Background Collections</b></p> +<p><h3>Background Collections</h3></p> <table border="0" width="100%"> <tr> @@ -54,7 +54,7 @@ </table> -<p><b>Enlightenment Related Software</b></p> +<p><h3>Enlightenment Related Software</h3></p> <table border="0" width="100%"> <tr> @@ -80,7 +80,7 @@ </table> -<p><b>Where to Get Enlightenment (CVS, E16 and unsupported ports)</b></p> +<p><h3>Where to Get Enlightenment (CVS, E16 and unsupported ports)</h3></p> <table border="0" width="100%"> @@ -100,7 +100,7 @@ </table> -<p><b>DR16 Themes</b></p> +<p><h3>DR16 Themes</h3></p> <table border="0" width="100%"> <tr> @@ -122,7 +122,7 @@ </table> -<p><b>Press</b></p> +<p><h3>Press</h3></p> <table border="0" width="100%"> <tr> @@ -146,7 +146,7 @@ <td>"The Enlightenment Project: Past, Present, and Future"</td> </table> -<p><b>Other Desktops and Window Managers</b></p> +<p><h3>Other Desktops and Window Managers</h3></p> <table border="0" width="100%"> <tr> @@ -191,7 +191,7 @@ <td>The most noble WM concept yet.</td> </table> -<p><b>Companies that have supported E and E related development</b></p> +<p><h3>Companies that have supported E and E related development</h3></p> <table border="0" width="100%"> <tr> <td class="newstitle">Link</td> @@ -219,7 +219,7 @@ </tr> </table> -<p><b>Misc Links</b></p> +<p><h3>Misc Links</h3></p> <table border="0" width="100%"> <tr> @@ -231,10 +231,10 @@ <td>The Official Ale of the Enlightenment Project.</td> <tr> <td><a href="http://www.guinness.com/">Guinness Ale</a></td> - <td>Guinness refreshes your code - when you can't get Coopers.</td> + <td>Guinness refreshes your code.</td> <tr class="team-dark"> - <td><a href="http://www.bmwfilms.com/">BMW Films</a></td> - <td>Coolest films on the net...</td> + <td><a href="http://www.digitallyimported.com/">Digitally Imported</a></td> + <td>Grooves to code to.</td> </table> @end@ =================================================================== RCS file: /cvsroot/enlightenment/web/e/data/source.html,v retrieving revision 1.22 retrieving revision 1.23 diff -u -3 -r1.22 -r1.23 --- source.html 14 Oct 2003 09:28:56 -0000 1.22 +++ source.html 29 Jan 2004 11:52:02 -0000 1.23 @@ -1,5 +1,6 @@ @top@ @start@ + <p class="contenttitle">CVS Development Sources</p> <p>All of Enlightenment's development occurs in CVS. You can ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ enlightenment-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs