A few more clean-ups. That's all. Really. Honest.

Added a "valid html!" link at the bottom of the nav bar.  If everyone
thinks it's too wanky we can take it out again.

Andrew S.


SVN revision: 5493
This commit is contained in:
yautja 2001-10-14 13:34:58 +00:00 committed by yautja
parent 523f6c3ef2
commit 15f9040893
35 changed files with 281 additions and 103 deletions

View File

@ -85,6 +85,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>

View File

@ -8,7 +8,7 @@ work done available to everyone to use as they want. The result is a
number of various lower level utility libraries, plus daemons and helper
programs.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="enlightenment.html">Enlightenment</a> is (as of 0.17.0) a window
manager and desktop shell. This means it handles managing of windows, launching
@ -16,7 +16,7 @@ applications, managing icons and files on your desktop and in directories
with drag and drop. The management of already running applications and easy
launcher bars is also part of its job.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="evas.html">Evas</a> is a canvas abstraction that uses Imlib2, as well
as OpenGL, and X11. It serves as a canvas accelerator and abstraction and
@ -24,7 +24,7 @@ does the job really well. It has made building E17 trivially easy - at least
the rendering parts. This should continue to make things easy, as well as
provide a good acceleration mechanism.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="imlib2.html">Imlib2</a> is the abstraction layer that handles the
raw nasty work of loading images, saving them, rendering them to a drawable
@ -32,7 +32,7 @@ or blending and scaling them onto other images, software anti-aliased
truetype fonts and other goodies. This one is pretty much done and finished
with. It gets minor updates and fixes as needed, but otherwise is left alone.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="ecore.html">Ecore</a> is a nice convenience library. It handles
abstracting X calls so you don't have to pass as many parameters to them. It
@ -50,7 +50,7 @@ compatibility with normal Xlib stuff. The core innards of E17 rely heavily on
Ecore and its ability to not just work, but work well and optimize silently for
E17.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="ebits.html">Ebits</a> is a higher level abstraction of image groups
built on top of Evas. Basically it's what the old E16 window border logic
@ -59,7 +59,7 @@ basic building block for all widgets in E17. A GUI editor is also there
called Etcher - it can edit Ebits files - thus letting you have a nice GUI to
design your widgets, window borders etc. in.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="etox.html">Etox</a> is a text layout abstraction, built on top of
Evas. It is to text, what Ebits is to images. It is intended to abstract text
@ -67,7 +67,7 @@ layout to allow different fonts, colors, styles (outline, shadowed, etc.),
word wrapping, paragraph layout, columnation and wrapping of text around
obstacles in the text area.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="edb.html">Edb</a> is a database abstraction layer to Berkeley
Databases. Edb contains the source for DB 2.7.7, thus freezing the database
@ -78,7 +78,7 @@ handles typing of information in the database and much more. Edb is *VERY*
fast and all of E17 configuration management is built on top of it -
every configuration file is a database - including Ebits files.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="efsd.html">Efsd</a> is the filing system abstraction layer. It is a
library and a daemon process that the library communicates with for the
@ -91,21 +91,21 @@ files. All of this is done in an asynchronous request/event system thus
keeping E17 free to handle user interaction as much as possible while Efsd
does the nasty IO work. cK is currently busy working on this.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="ewl.html">Ewl</a> is a widget set built on top of these subsystems.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="ewd.html">Ewd</a> is a thread safe simple data types library.
It got doubly/singly linked lists, binary tree, and a hash table
implementations.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="etcher.html">Etcher</a> is a GUI config editor to edit Ebits files.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="elogin.html">Elogin</a> is a xdm/gdm/kdm login replacement built on
Evas, Ecore etc.

View File

@ -7,7 +7,7 @@ Whether you're a user, developer, or just someone looking for
some good bathroom material, if you are in need of answers,
you should find something of interest below.</p>
<p><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<!-- E DR16 DOCS (User Interface) -->
<p align="center"><b>Enlightenment 0.16.x</b></p>
@ -16,14 +16,14 @@ you should find something of interest below.</p>
have Enlightenment 0.16 running for the first time, you will get a screen
looking like this:</p>
<p><a href="shots/g1.jpg"><img src="shots/g1.gif" alt="E16 Inital Screen" border="0" height="96" width="128" /></a></p>
<p><a href="shots/g1.jpg"><img src="shots/g1.gif" alt="E16 Inital Screen" border="0" height="96" width="128"></a></p>
<p>The window you see in the middle is Dox, Enlightenment's online helpviewer.
It tells you everything about handling and configuring Enlightenment. You can
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><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<!-- E DR17 DOCS (User Interface) -->
<p align="center"><b>Enlightenment 0.17</b></p>
@ -34,7 +34,7 @@ public consumption. <b>IF</b> you try E 17, please do <b>NOT</b> come to the
<a href="mail.html">mailing lists</a>
with questions like "Nothing happens!", "Why doesn't feature XYZ exist" etc.</p>
<p><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<!-- E Projects Misc (DEVEL DOCS and API Refs) -->
<p align="center"><b>Programmer's Guides and Development Documentation</b></p>

View File

@ -5,7 +5,7 @@
<p>
The Enlightenment DR0.16.5 release has been considered stable
since October 27th, 2000. Before downloading, review the following
list of required libraries and applications:<br />
list of required libraries and applications:<br>
</p>
<table border=0>
@ -60,7 +60,7 @@ Enlightenment can be compiled on a number of different *NIX platforms. Below ar
</tr>
<tr>
<td>AIX 4.3.3/5L RPMs</td>
<td><a href="http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html">E DR16.4 + All Requirements from IBM</a><br />
<td><a href="http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html">E DR16.4 + All Requirements from IBM</a><br>
(You'll need to install RPM, found at the same place)
</tr>
<tr class="team-dark">
@ -77,13 +77,13 @@ Enlightenment can be compiled on a number of different *NIX platforms. Below ar
</tr>
</table>
<p><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
For those interested, E is available directly from CVS. Find out more on the <a href="source.html">Source Code</a> page.
</p>
<p><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
There are a number of other applications related to Enlightenment,
@ -99,25 +99,25 @@ which can be found here:
<td valign="top">Eterm</td>
<td>Eterm is considered the official terminal emulator for E,
and is a direct replacement for Xterm. It can, however,
be used on any window manager out there.<br />
[<a href="http://www.eterm.org/">Eterm Home</a>]<br />
[<a href="http://www.eterm.org/download/">Official Eterm &amp; libast RPMs</a>]<br />
[<a href="http://packages.debian.org/eterm">Debian GNU/Linux packages for Eterm</a>]<br />
be used on any window manager out there.<br>
[<a href="http://www.eterm.org/">Eterm Home</a>]<br>
[<a href="http://www.eterm.org/download/">Official Eterm &amp; libast RPMs</a>]<br>
[<a href="http://packages.debian.org/eterm">Debian GNU/Linux packages for Eterm</a>]<br>
[<a href="http://24.176.144.118/CDLTKeterm-0.9.pkg.Z">Eterm v0.9 Solaris PKG</a>]
</td>
</tr>
<tr>
<td valign="top">Epplets</td>
<td>Epplets are small desktop utility programs. Several Epplets have been written, and can be found at:<br />
[<a href="http://linuxbrit.co.uk/epplets/">linuxbrit.co.uk</a>]<br />
[<a href="http://www.sanity.uklinux.net/epplets.html">sanity.uklinux.net</a>]<br />
[<a href="ftp://ftp.enlightenment.org/enlightenment/epplets/epplet-base-0.5.tar.gz">Epplets Base v0.5 Source</a>]<br />
[<a href="ftp://ftp.enlightenment.org/enlightenment/">Sample Epplets Archive</a>]<br />
<td>Epplets are small desktop utility programs. Several Epplets have been written, and can be found at:<br>
[<a href="http://linuxbrit.co.uk/epplets/">linuxbrit.co.uk</a>]<br>
[<a href="http://www.sanity.uklinux.net/epplets.html">sanity.uklinux.net</a>]<br>
[<a href="ftp://ftp.enlightenment.org/enlightenment/epplets/epplet-base-0.5.tar.gz">Epplets Base v0.5 Source</a>]<br>
[<a href="ftp://ftp.enlightenment.org/enlightenment/">Sample Epplets Archive</a>]<br>
[<a href="http://packages.debian.org/epplets">Debian GNU/Linux packages for epplets</a>]
</tr>
</table>
<p><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
Enlightenment is one of the most visually configurable window

View File

@ -9,7 +9,7 @@ Manager for the <a href="http://www.x.org/">X Window System</a>,
traditionally used in Unix environments.
</p>
<p><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
For the latest information on changes to this website, resources and
@ -17,7 +17,7 @@ the rest of the Enlightenment project, be sure to regularly check the
<a href="news.html">news page</a>. Full of newsy goodness!
</p>
<p><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
The current, stable release of Enlightenment is 0.16.5 - available for your
@ -52,7 +52,7 @@ Enlightenment, you can get everything that you need on the
<a href="download.html">Downloads</a> page.
</p>
<p><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
Currently, for support, you have three options: talking to developers and users
@ -63,7 +63,7 @@ that you don't bug Raster directly if you don't need to, the poor lad's mailbox
is suffering enough as it is. Suggestions to the mailing lists are welcome.
</p>
<p><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
Want to use our new logo? Look on the <a href="logos.html">Logos page</a> to

View File

@ -12,41 +12,41 @@
<td class="newstitle">Description</td>
</tr>
<tr class="team-dark">
<td><a href="shots/g1.jpg"><img src="shots/g1.gif" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/g1.jpg"><img src="shots/g1.gif" alt="" border="0" width="128" height="96"></a></td>
<td>
This is what Enlightenment 0.16 should look like when you first start
it up, with the "Welcome" window in the foreground.
</td>
</tr>
<tr>
<td><a href="shots/g2.jpg"><img src="shots/g2.gif" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/g2.jpg"><img src="shots/g2.gif" alt="" border="0" width="128" height="96"></a></td>
<td>
Enlightenment is up and running with the "About Enlightenment" dialog,
"About this theme" dox window and middle-mouse desktop menu visible.
</td>
</tr>
<tr class="team-dark">
<td><a href="shots/g3.jpg"><img src="shots/g3.gif" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/g3.jpg"><img src="shots/g3.gif" alt="" border="0" width="128" height="96"></a></td>
<td>
KDE menus displayed in Enlightenment's menu system.
</td>
</tr>
<tr>
<td><a href="shots/g4.jpg"><img src="shots/g4.gif" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/g4.jpg"><img src="shots/g4.gif" alt="" border="0" width="128" height="96"></a></td>
<td>
Lots of Enlightenment's Settings dialog windows - you can see that there is a
lot to configure here!
</td>
</tr>
<tr class="team-dark">
<td><a href="shots/g5.jpg"><img src="shots/g5.gif" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/g5.jpg"><img src="shots/g5.gif" alt="" border="0" width="128" height="96"></a></td>
<td>
The "Special Effects Settings" dialog and GNOME menus in Enlightenment's
menu system.
</td>
</tr>
<tr>
<td><a href="shots/g6.jpg"><img src="shots/g6.gif" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/g6.jpg"><img src="shots/g6.gif" alt="" border="0" width="128" height="96"></a></td>
<td>
The "Window Group Settings" dialog, the "Application attributes" (aka
Window Remember) dialog, the <a href="http://www.xmms.org">XMMS</a>
@ -55,28 +55,28 @@
</td>
</tr>
<tr class="team-dark">
<td><a href="shots/g7.jpg"><img src="shots/g7.gif" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/g7.jpg"><img src="shots/g7.gif" alt="" border="0" width="128" height="96"></a></td>
<td>
One of Enlightenment's tooltips and the second desktop dragged down to
reveal the first desktop underneath it.
</td>
</tr>
<tr>
<td><a href="shots/g8.jpg"><img src="shots/g8.gif" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/g8.jpg"><img src="shots/g8.gif" alt="" border="0" width="128" height="96"></a></td>
<td>
Enlightenment using the BlueSteel theme, also showing the desktop tooltips
hinting at what you can do by clicking on the desktop.
</td>
</tr>
<tr class="team-dark">
<td><a href="shots/g9.jpg"><img src="shots/g9.gif" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/g9.jpg"><img src="shots/g9.gif" alt="" border="0" width="128" height="96"></a></td>
<td>
BlueSteel theme with lots of settings dialogs and a menu. You can see how far
themes can go if done well to make your desktop look completely different.
</td>
</tr>
<tr>
<td><a href="shots/g11.jpg"><img src="shots/g11.gif" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/g11.jpg"><img src="shots/g11.gif" alt="" border="0" width="128" height="96"></a></td>
<td>
The ShinyMetal theme with a desktop tooltip and 2 dialog boxes.
</td>
@ -88,16 +88,16 @@
<table border="0">
<tr class="team-dark">
<td><a href="shots/benrshot_01.jpg"><img src="shots/benrshot_01-icon.jpg" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/benrshot_01.jpg"><img src="shots/benrshot_01-icon.jpg" alt="" border="0" width="128" height="96"></a></td>
<td>E DR16.5 on Linux X86. E makes working with lots a windows a snap!</td>
</tr>
<tr>
<td><a href="shots/benrshot_02.jpg"><img src="shots/benrshot_02-icon.jpg" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/benrshot_02.jpg"><img src="shots/benrshot_02-icon.jpg" alt="" border="0" width="128" height="96"></a></td>
<td>E DR16.5 on Linux X86. Here you can see several features of E, the iconbox on the right,
the pager (enlarged) on the left, and a list of the many themes currently installed.</td>
</tr>
<tr class="team-dark">
<td><a href="shots/martinshot_01.jpg"><img src="shots/martinshot_01-icon.jpg" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/martinshot_01.jpg"><img src="shots/martinshot_01-icon.jpg" alt="" border="0" width="128" height="96"></a></td>
<td>E DR16.5 on Linux X86. Rather minimalistic shot of E.</td>
</tr>
</table>

View File

@ -29,7 +29,7 @@ whatever) there are some other options for fetching the source code:</p>
<p>The entire CVS repository (including version history) is available and can
be browsed via the web. Admire the pretty colours and syntax highlighting.</p>
<p><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p><b>Unofficial E-CVS module tarballs</b></p>
<p><a href="http://ftp.neep.com.au/pub/snapshots/cvs.enlightenment.sourceforge.net/">http://ftp.neep.com.au/pub/snapshots/cvs.enlightenment.sourceforge.net/</a> (HTTP)</p>
@ -40,7 +40,7 @@ August '01 the tarballs total about 36MB. Contact Andrew Shugg via the "Team"
page if you have any enquiries or problems with these; this is not a supported
service by the E developers.</p>
<p><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p><b>SourceForge CVS repository tarball</b></p>
<p><a href="http://cvs.sourceforge.net/cvstarballs/enlightenment-cvsroot.tar.gz">http://cvs.sourceforge.net/cvstarballs/enlightenment-cvsroot.tar.gz</a></p>

View File

@ -2,16 +2,26 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>E N L I G H T E N M E N T . O R G</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Refresh" content="0; url=http://www.enlightenment.org/pages/main.html" />
<base href="http://www.enlightenment.org/" />
<style type="text/css">
<!--
body {
margin-left: 20%;
margin-right: 20%;
background: #ffffff;
color: #000000;
font: helvetica;
}
-->
</style>
</head>
<body bgcolor="#ffffff" text="#000000" link="#556677" vlink="#8899aa" alink="#22ffff">
<body link="#556677" vlink="#8899aa" alink="#22ffff">
<div align="center">
<p>
<font face="helvetica,arial">
Go <a href="http://www.enlightenment.org/pages/main.html">here</a> for the real
website if you are not automatically redirected.
</font>
If you are not automatically redirected, the real website is
"<a href="http://www.enlightenment.org/pages/main.html">http://www.enlightenment.org/pages/main.html</a>".
</p>
</div>
</body>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>
@ -145,7 +151,7 @@ work done available to everyone to use as they want. The result is a
number of various lower level utility libraries, plus daemons and helper
programs.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="enlightenment.html">Enlightenment</a> is (as of 0.17.0) a window
manager and desktop shell. This means it handles managing of windows, launching
@ -153,7 +159,7 @@ applications, managing icons and files on your desktop and in directories
with drag and drop. The management of already running applications and easy
launcher bars is also part of its job.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="evas.html">Evas</a> is a canvas abstraction that uses Imlib2, as well
as OpenGL, and X11. It serves as a canvas accelerator and abstraction and
@ -161,7 +167,7 @@ does the job really well. It has made building E17 trivially easy - at least
the rendering parts. This should continue to make things easy, as well as
provide a good acceleration mechanism.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="imlib2.html">Imlib2</a> is the abstraction layer that handles the
raw nasty work of loading images, saving them, rendering them to a drawable
@ -169,7 +175,7 @@ or blending and scaling them onto other images, software anti-aliased
truetype fonts and other goodies. This one is pretty much done and finished
with. It gets minor updates and fixes as needed, but otherwise is left alone.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="ecore.html">Ecore</a> is a nice convenience library. It handles
abstracting X calls so you don't have to pass as many parameters to them. It
@ -187,7 +193,7 @@ compatibility with normal Xlib stuff. The core innards of E17 rely heavily on
Ecore and its ability to not just work, but work well and optimize silently for
E17.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="ebits.html">Ebits</a> is a higher level abstraction of image groups
built on top of Evas. Basically it's what the old E16 window border logic
@ -196,7 +202,7 @@ basic building block for all widgets in E17. A GUI editor is also there
called Etcher - it can edit Ebits files - thus letting you have a nice GUI to
design your widgets, window borders etc. in.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="etox.html">Etox</a> is a text layout abstraction, built on top of
Evas. It is to text, what Ebits is to images. It is intended to abstract text
@ -204,7 +210,7 @@ layout to allow different fonts, colors, styles (outline, shadowed, etc.),
word wrapping, paragraph layout, columnation and wrapping of text around
obstacles in the text area.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="edb.html">Edb</a> is a database abstraction layer to Berkeley
Databases. Edb contains the source for DB 2.7.7, thus freezing the database
@ -215,7 +221,7 @@ handles typing of information in the database and much more. Edb is *VERY*
fast and all of E17 configuration management is built on top of it -
every configuration file is a database - including Ebits files.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="efsd.html">Efsd</a> is the filing system abstraction layer. It is a
library and a daemon process that the library communicates with for the
@ -228,21 +234,21 @@ files. All of this is done in an asynchronous request/event system thus
keeping E17 free to handle user interaction as much as possible while Efsd
does the nasty IO work. cK is currently busy working on this.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="ewl.html">Ewl</a> is a widget set built on top of these subsystems.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="ewd.html">Ewd</a> is a thread safe simple data types library.
It got doubly/singly linked lists, binary tree, and a hash table
implementations.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="etcher.html">Etcher</a> is a GUI config editor to edit Ebits files.
</p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p class="contenttitle"><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
<a href="elogin.html">Elogin</a> is a xdm/gdm/kdm login replacement built on
Evas, Ecore etc.

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>
@ -144,7 +150,7 @@ Whether you're a user, developer, or just someone looking for
some good bathroom material, if you are in need of answers,
you should find something of interest below.</p>
<p><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<!-- E DR16 DOCS (User Interface) -->
<p align="center"><b>Enlightenment 0.16.x</b></p>
@ -153,14 +159,14 @@ you should find something of interest below.</p>
have Enlightenment 0.16 running for the first time, you will get a screen
looking like this:</p>
<p><a href="shots/g1.jpg"><img src="shots/g1.gif" alt="E16 Inital Screen" border="0" height="96" width="128" /></a></p>
<p><a href="shots/g1.jpg"><img src="shots/g1.gif" alt="E16 Inital Screen" border="0" height="96" width="128"></a></p>
<p>The window you see in the middle is Dox, Enlightenment's online helpviewer.
It tells you everything about handling and configuring Enlightenment. You can
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><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<!-- E DR17 DOCS (User Interface) -->
<p align="center"><b>Enlightenment 0.17</b></p>
@ -171,7 +177,7 @@ public consumption. <b>IF</b> you try E 17, please do <b>NOT</b> come to the
<a href="mail.html">mailing lists</a>
with questions like "Nothing happens!", "Why doesn't feature XYZ exist" etc.</p>
<p><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<!-- E Projects Misc (DEVEL DOCS and API Refs) -->
<p align="center"><b>Programmer's Guides and Development Documentation</b></p>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>
@ -142,7 +148,7 @@
<p>
The Enlightenment DR0.16.5 release has been considered stable
since October 27th, 2000. Before downloading, review the following
list of required libraries and applications:<br />
list of required libraries and applications:<br>
</p>
<table border=0>
@ -197,7 +203,7 @@ Enlightenment can be compiled on a number of different *NIX platforms. Below ar
</tr>
<tr>
<td>AIX 4.3.3/5L RPMs</td>
<td><a href="http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html">E DR16.4 + All Requirements from IBM</a><br />
<td><a href="http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html">E DR16.4 + All Requirements from IBM</a><br>
(You'll need to install RPM, found at the same place)
</tr>
<tr class="team-dark">
@ -214,13 +220,13 @@ Enlightenment can be compiled on a number of different *NIX platforms. Below ar
</tr>
</table>
<p><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
For those interested, E is available directly from CVS. Find out more on the <a href="source.html">Source Code</a> page.
</p>
<p><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
There are a number of other applications related to Enlightenment,
@ -236,25 +242,25 @@ which can be found here:
<td valign="top">Eterm</td>
<td>Eterm is considered the official terminal emulator for E,
and is a direct replacement for Xterm. It can, however,
be used on any window manager out there.<br />
[<a href="http://www.eterm.org/">Eterm Home</a>]<br />
[<a href="http://www.eterm.org/download/">Official Eterm &amp; libast RPMs</a>]<br />
[<a href="http://packages.debian.org/eterm">Debian GNU/Linux packages for Eterm</a>]<br />
be used on any window manager out there.<br>
[<a href="http://www.eterm.org/">Eterm Home</a>]<br>
[<a href="http://www.eterm.org/download/">Official Eterm &amp; libast RPMs</a>]<br>
[<a href="http://packages.debian.org/eterm">Debian GNU/Linux packages for Eterm</a>]<br>
[<a href="http://24.176.144.118/CDLTKeterm-0.9.pkg.Z">Eterm v0.9 Solaris PKG</a>]
</td>
</tr>
<tr>
<td valign="top">Epplets</td>
<td>Epplets are small desktop utility programs. Several Epplets have been written, and can be found at:<br />
[<a href="http://linuxbrit.co.uk/epplets/">linuxbrit.co.uk</a>]<br />
[<a href="http://www.sanity.uklinux.net/epplets.html">sanity.uklinux.net</a>]<br />
[<a href="ftp://ftp.enlightenment.org/enlightenment/epplets/epplet-base-0.5.tar.gz">Epplets Base v0.5 Source</a>]<br />
[<a href="ftp://ftp.enlightenment.org/enlightenment/">Sample Epplets Archive</a>]<br />
<td>Epplets are small desktop utility programs. Several Epplets have been written, and can be found at:<br>
[<a href="http://linuxbrit.co.uk/epplets/">linuxbrit.co.uk</a>]<br>
[<a href="http://www.sanity.uklinux.net/epplets.html">sanity.uklinux.net</a>]<br>
[<a href="ftp://ftp.enlightenment.org/enlightenment/epplets/epplet-base-0.5.tar.gz">Epplets Base v0.5 Source</a>]<br>
[<a href="ftp://ftp.enlightenment.org/enlightenment/">Sample Epplets Archive</a>]<br>
[<a href="http://packages.debian.org/epplets">Debian GNU/Linux packages for epplets</a>]
</tr>
</table>
<p><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
Enlightenment is one of the most visually configurable window

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>
@ -146,7 +152,7 @@ Manager for the <a href="http://www.x.org/">X Window System</a>,
traditionally used in Unix environments.
</p>
<p><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
For the latest information on changes to this website, resources and
@ -154,7 +160,7 @@ the rest of the Enlightenment project, be sure to regularly check the
<a href="news.html">news page</a>. Full of newsy goodness!
</p>
<p><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
The current, stable release of Enlightenment is 0.16.5 - available for your
@ -189,7 +195,7 @@ Enlightenment, you can get everything that you need on the
<a href="download.html">Downloads</a> page.
</p>
<p><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
Currently, for support, you have three options: talking to developers and users
@ -200,7 +206,7 @@ that you don't bug Raster directly if you don't need to, the poor lad's mailbox
is suffering enough as it is. Suggestions to the mailing lists are welcome.
</p>
<p><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p>
Want to use our new logo? Look on the <a href="logos.html">Logos page</a> to

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>
@ -149,41 +155,41 @@
<td class="newstitle">Description</td>
</tr>
<tr class="team-dark">
<td><a href="shots/g1.jpg"><img src="shots/g1.gif" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/g1.jpg"><img src="shots/g1.gif" alt="" border="0" width="128" height="96"></a></td>
<td>
This is what Enlightenment 0.16 should look like when you first start
it up, with the "Welcome" window in the foreground.
</td>
</tr>
<tr>
<td><a href="shots/g2.jpg"><img src="shots/g2.gif" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/g2.jpg"><img src="shots/g2.gif" alt="" border="0" width="128" height="96"></a></td>
<td>
Enlightenment is up and running with the "About Enlightenment" dialog,
"About this theme" dox window and middle-mouse desktop menu visible.
</td>
</tr>
<tr class="team-dark">
<td><a href="shots/g3.jpg"><img src="shots/g3.gif" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/g3.jpg"><img src="shots/g3.gif" alt="" border="0" width="128" height="96"></a></td>
<td>
KDE menus displayed in Enlightenment's menu system.
</td>
</tr>
<tr>
<td><a href="shots/g4.jpg"><img src="shots/g4.gif" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/g4.jpg"><img src="shots/g4.gif" alt="" border="0" width="128" height="96"></a></td>
<td>
Lots of Enlightenment's Settings dialog windows - you can see that there is a
lot to configure here!
</td>
</tr>
<tr class="team-dark">
<td><a href="shots/g5.jpg"><img src="shots/g5.gif" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/g5.jpg"><img src="shots/g5.gif" alt="" border="0" width="128" height="96"></a></td>
<td>
The "Special Effects Settings" dialog and GNOME menus in Enlightenment's
menu system.
</td>
</tr>
<tr>
<td><a href="shots/g6.jpg"><img src="shots/g6.gif" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/g6.jpg"><img src="shots/g6.gif" alt="" border="0" width="128" height="96"></a></td>
<td>
The "Window Group Settings" dialog, the "Application attributes" (aka
Window Remember) dialog, the <a href="http://www.xmms.org">XMMS</a>
@ -192,28 +198,28 @@
</td>
</tr>
<tr class="team-dark">
<td><a href="shots/g7.jpg"><img src="shots/g7.gif" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/g7.jpg"><img src="shots/g7.gif" alt="" border="0" width="128" height="96"></a></td>
<td>
One of Enlightenment's tooltips and the second desktop dragged down to
reveal the first desktop underneath it.
</td>
</tr>
<tr>
<td><a href="shots/g8.jpg"><img src="shots/g8.gif" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/g8.jpg"><img src="shots/g8.gif" alt="" border="0" width="128" height="96"></a></td>
<td>
Enlightenment using the BlueSteel theme, also showing the desktop tooltips
hinting at what you can do by clicking on the desktop.
</td>
</tr>
<tr class="team-dark">
<td><a href="shots/g9.jpg"><img src="shots/g9.gif" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/g9.jpg"><img src="shots/g9.gif" alt="" border="0" width="128" height="96"></a></td>
<td>
BlueSteel theme with lots of settings dialogs and a menu. You can see how far
themes can go if done well to make your desktop look completely different.
</td>
</tr>
<tr>
<td><a href="shots/g11.jpg"><img src="shots/g11.gif" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/g11.jpg"><img src="shots/g11.gif" alt="" border="0" width="128" height="96"></a></td>
<td>
The ShinyMetal theme with a desktop tooltip and 2 dialog boxes.
</td>
@ -225,16 +231,16 @@
<table border="0">
<tr class="team-dark">
<td><a href="shots/benrshot_01.jpg"><img src="shots/benrshot_01-icon.jpg" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/benrshot_01.jpg"><img src="shots/benrshot_01-icon.jpg" alt="" border="0" width="128" height="96"></a></td>
<td>E DR16.5 on Linux X86. E makes working with lots a windows a snap!</td>
</tr>
<tr>
<td><a href="shots/benrshot_02.jpg"><img src="shots/benrshot_02-icon.jpg" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/benrshot_02.jpg"><img src="shots/benrshot_02-icon.jpg" alt="" border="0" width="128" height="96"></a></td>
<td>E DR16.5 on Linux X86. Here you can see several features of E, the iconbox on the right,
the pager (enlarged) on the left, and a list of the many themes currently installed.</td>
</tr>
<tr class="team-dark">
<td><a href="shots/martinshot_01.jpg"><img src="shots/martinshot_01-icon.jpg" alt="" border="0" width="128" height="96" /></a></td>
<td><a href="shots/martinshot_01.jpg"><img src="shots/martinshot_01-icon.jpg" alt="" border="0" width="128" height="96"></a></td>
<td>E DR16.5 on Linux X86. Rather minimalistic shot of E.</td>
</tr>
</table>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>
@ -166,7 +172,7 @@ whatever) there are some other options for fetching the source code:</p>
<p>The entire CVS repository (including version history) is available and can
be browsed via the web. Admire the pretty colours and syntax highlighting.</p>
<p><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p><b>Unofficial E-CVS module tarballs</b></p>
<p><a href="http://ftp.neep.com.au/pub/snapshots/cvs.enlightenment.sourceforge.net/">http://ftp.neep.com.au/pub/snapshots/cvs.enlightenment.sourceforge.net/</a> (HTTP)</p>
@ -177,7 +183,7 @@ August '01 the tarballs total about 36MB. Contact Andrew Shugg via the "Team"
page if you have any enquiries or problems with these; this is not a supported
service by the E developers.</p>
<p><img alt="" src="img/ruler.gif" height="1" width="200" /></p>
<p><img alt="" src="img/ruler.gif" height="1" width="200"></p>
<p><b>SourceForge CVS repository tarball</b></p>
<p><a href="http://cvs.sourceforge.net/cvstarballs/enlightenment-cvsroot.tar.gz">http://cvs.sourceforge.net/cvstarballs/enlightenment-cvsroot.tar.gz</a></p>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>

View File

@ -113,6 +113,12 @@
<tr>
<td valign="middle" colspan="2" align="center"><br><br><br><a href="http://sourceforge.net/"><img src="http://sourceforge.net/sflogo.php?group_id=2&amp;type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a></td>
</tr>
<tr>
<td valign="middle" colspan="2" align="center">
<br><br>
<a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" border="0" height="31" width="88"></a>
</td>
</tr>
</table>
</td>