From 15f9040893769a434fcaded23122419274c59d1c Mon Sep 17 00:00:00 2001 From: yautja Date: Sun, 14 Oct 2001 13:34:58 +0000 Subject: [PATCH] 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 --- e/config/nav | 6 ++++++ e/data/components.html | 24 ++++++++++++------------ e/data/docs.html | 8 ++++---- e/data/download.html | 28 ++++++++++++++-------------- e/data/main.html | 8 ++++---- e/data/shots.html | 26 +++++++++++++------------- e/data/source.html | 4 ++-- e/index.html | 20 +++++++++++++++----- e/pages/components.html | 30 ++++++++++++++++++------------ e/pages/cvsnotes.html | 6 ++++++ e/pages/docs.html | 14 ++++++++++---- e/pages/download.html | 34 ++++++++++++++++++++-------------- e/pages/ebits.html | 6 ++++++ e/pages/ecore.html | 6 ++++++ e/pages/edb.html | 6 ++++++ e/pages/efsd.html | 6 ++++++ e/pages/elogin.html | 6 ++++++ e/pages/enlightenment.html | 6 ++++++ e/pages/etcher.html | 6 ++++++ e/pages/etox.html | 6 ++++++ e/pages/evas.html | 6 ++++++ e/pages/ewd.html | 6 ++++++ e/pages/ewl.html | 6 ++++++ e/pages/faq.html | 6 ++++++ e/pages/features-0.16.html | 6 ++++++ e/pages/imlib.html | 6 ++++++ e/pages/imlib2.html | 6 ++++++ e/pages/logos.html | 6 ++++++ e/pages/mail.html | 6 ++++++ e/pages/main.html | 14 ++++++++++---- e/pages/news.html | 6 ++++++ e/pages/shots.html | 32 +++++++++++++++++++------------- e/pages/source.html | 10 ++++++++-- e/pages/team-e16.html | 6 ++++++ e/pages/team.html | 6 ++++++ 35 files changed, 281 insertions(+), 103 deletions(-) diff --git a/e/config/nav b/e/config/nav index b85eb6cc..df1b71d9 100644 --- a/e/config/nav +++ b/e/config/nav @@ -85,6 +85,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + diff --git a/e/data/components.html b/e/data/components.html index 9f43e9c1..1ee6514c 100644 --- a/e/data/components.html +++ b/e/data/components.html @@ -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.

-

+

Enlightenment 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.

-

+

Evas 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.

-

+

Imlib2 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.

-

+

Ecore 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.

-

+

Ebits 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.

-

+

Etox 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.

-

+

Edb 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.

-

+

Efsd 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.

-

+

Ewl is a widget set built on top of these subsystems.

-

+

Ewd is a thread safe simple data types library. It got doubly/singly linked lists, binary tree, and a hash table implementations.

-

+

Etcher is a GUI config editor to edit Ebits files.

-

+

Elogin is a xdm/gdm/kdm login replacement built on Evas, Ecore etc. diff --git a/e/data/docs.html b/e/data/docs.html index 6983f6ca..ee3299b6 100644 --- a/e/data/docs.html +++ b/e/data/docs.html @@ -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.

-

+

Enlightenment 0.16.x

@@ -16,14 +16,14 @@ you should find something of interest below.

have Enlightenment 0.16 running for the first time, you will get a screen looking like this:

-

E16 Inital Screen

+

E16 Inital Screen

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.

-

+

Enlightenment 0.17

@@ -34,7 +34,7 @@ public consumption. IF you try E 17, please do NOT come to the mailing lists with questions like "Nothing happens!", "Why doesn't feature XYZ exist" etc.

-

+

Programmer's Guides and Development Documentation

diff --git a/e/data/download.html b/e/data/download.html index 5fb590ec..b5f91c29 100644 --- a/e/data/download.html +++ b/e/data/download.html @@ -5,7 +5,7 @@

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:
+list of required libraries and applications:

@@ -60,7 +60,7 @@ Enlightenment can be compiled on a number of different *NIX platforms. Below ar - @@ -77,13 +77,13 @@ Enlightenment can be compiled on a number of different *NIX platforms. Below ar
AIX 4.3.3/5L RPMsE DR16.4 + All Requirements from IBM
+
E DR16.4 + All Requirements from IBM
(You'll need to install RPM, found at the same place)
-

+

For those interested, E is available directly from CVS. Find out more on the Source Code page.

-

+

There are a number of other applications related to Enlightenment, @@ -99,25 +99,25 @@ which can be found here: Eterm 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.
- [Eterm Home]
- [Official Eterm & libast RPMs]
- [Debian GNU/Linux packages for Eterm]
+ be used on any window manager out there.
+ [Eterm Home]
+ [Official Eterm & libast RPMs]
+ [Debian GNU/Linux packages for Eterm]
[Eterm v0.9 Solaris PKG] Epplets - Epplets are small desktop utility programs. Several Epplets have been written, and can be found at:
- [linuxbrit.co.uk]
- [sanity.uklinux.net]
- [Epplets Base v0.5 Source]
- [Sample Epplets Archive]
+ Epplets are small desktop utility programs. Several Epplets have been written, and can be found at:
+ [linuxbrit.co.uk]
+ [sanity.uklinux.net]
+ [Epplets Base v0.5 Source]
+ [Sample Epplets Archive]
[Debian GNU/Linux packages for epplets] -

+

Enlightenment is one of the most visually configurable window diff --git a/e/data/main.html b/e/data/main.html index 3d040935..7b0fde21 100644 --- a/e/data/main.html +++ b/e/data/main.html @@ -9,7 +9,7 @@ Manager for the X Window System, traditionally used in Unix environments.

-

+

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 news page. Full of newsy goodness!

-

+

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 Downloads page.

-

+

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.

-

+

Want to use our new logo? Look on the Logos page to diff --git a/e/data/shots.html b/e/data/shots.html index 2fecdef8..0d601266 100644 --- a/e/data/shots.html +++ b/e/data/shots.html @@ -12,41 +12,41 @@ Description - + This is what Enlightenment 0.16 should look like when you first start it up, with the "Welcome" window in the foreground. - + Enlightenment is up and running with the "About Enlightenment" dialog, "About this theme" dox window and middle-mouse desktop menu visible. - + KDE menus displayed in Enlightenment's menu system. - + Lots of Enlightenment's Settings dialog windows - you can see that there is a lot to configure here! - + The "Special Effects Settings" dialog and GNOME menus in Enlightenment's menu system. - + The "Window Group Settings" dialog, the "Application attributes" (aka Window Remember) dialog, the XMMS @@ -55,28 +55,28 @@ - + One of Enlightenment's tooltips and the second desktop dragged down to reveal the first desktop underneath it. - + Enlightenment using the BlueSteel theme, also showing the desktop tooltips hinting at what you can do by clicking on the desktop. - + 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. - + The ShinyMetal theme with a desktop tooltip and 2 dialog boxes. @@ -88,16 +88,16 @@ - + - + - +
E DR16.5 on Linux X86. E makes working with lots a windows a snap!
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.
E DR16.5 on Linux X86. Rather minimalistic shot of E.
diff --git a/e/data/source.html b/e/data/source.html index 27d8c596..14adc41f 100644 --- a/e/data/source.html +++ b/e/data/source.html @@ -29,7 +29,7 @@ whatever) there are some other options for fetching the source code:

The entire CVS repository (including version history) is available and can be browsed via the web. Admire the pretty colours and syntax highlighting.

-

+

Unofficial E-CVS module tarballs

http://ftp.neep.com.au/pub/snapshots/cvs.enlightenment.sourceforge.net/ (HTTP)

@@ -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.

-

+

SourceForge CVS repository tarball

http://cvs.sourceforge.net/cvstarballs/enlightenment-cvsroot.tar.gz

diff --git a/e/index.html b/e/index.html index f995677e..3b1c1316 100644 --- a/e/index.html +++ b/e/index.html @@ -2,16 +2,26 @@ E N L I G H T E N M E N T . O R G + + - +

- -Go here for the real -website if you are not automatically redirected. - +If you are not automatically redirected, the real website is +"http://www.enlightenment.org/pages/main.html".

diff --git a/e/pages/components.html b/e/pages/components.html index a972f60d..f5a99908 100644 --- a/e/pages/components.html +++ b/e/pages/components.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + @@ -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.

-

+

Enlightenment 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.

-

+

Evas 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.

-

+

Imlib2 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.

-

+

Ecore 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.

-

+

Ebits 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.

-

+

Etox 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.

-

+

Edb 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.

-

+

Efsd 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.

-

+

Ewl is a widget set built on top of these subsystems.

-

+

Ewd is a thread safe simple data types library. It got doubly/singly linked lists, binary tree, and a hash table implementations.

-

+

Etcher is a GUI config editor to edit Ebits files.

-

+

Elogin is a xdm/gdm/kdm login replacement built on Evas, Ecore etc. diff --git a/e/pages/cvsnotes.html b/e/pages/cvsnotes.html index 24e02758..d0233ddc 100644 --- a/e/pages/cvsnotes.html +++ b/e/pages/cvsnotes.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + diff --git a/e/pages/docs.html b/e/pages/docs.html index d547696a..806a8b70 100644 --- a/e/pages/docs.html +++ b/e/pages/docs.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + @@ -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.

-

+

Enlightenment 0.16.x

@@ -153,14 +159,14 @@ you should find something of interest below.

have Enlightenment 0.16 running for the first time, you will get a screen looking like this:

-

E16 Inital Screen

+

E16 Inital Screen

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.

-

+

Enlightenment 0.17

@@ -171,7 +177,7 @@ public consumption. IF you try E 17, please do NOT come to the mailing lists with questions like "Nothing happens!", "Why doesn't feature XYZ exist" etc.

-

+

Programmer's Guides and Development Documentation

diff --git a/e/pages/download.html b/e/pages/download.html index 6d6dc280..4ec728bd 100644 --- a/e/pages/download.html +++ b/e/pages/download.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + @@ -142,7 +148,7 @@

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:
+list of required libraries and applications:

@@ -197,7 +203,7 @@ Enlightenment can be compiled on a number of different *NIX platforms. Below ar - @@ -214,13 +220,13 @@ Enlightenment can be compiled on a number of different *NIX platforms. Below ar
AIX 4.3.3/5L RPMsE DR16.4 + All Requirements from IBM
+
E DR16.4 + All Requirements from IBM
(You'll need to install RPM, found at the same place)
-

+

For those interested, E is available directly from CVS. Find out more on the Source Code page.

-

+

There are a number of other applications related to Enlightenment, @@ -236,25 +242,25 @@ which can be found here: Eterm 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.
- [Eterm Home]
- [Official Eterm & libast RPMs]
- [Debian GNU/Linux packages for Eterm]
+ be used on any window manager out there.
+ [Eterm Home]
+ [Official Eterm & libast RPMs]
+ [Debian GNU/Linux packages for Eterm]
[Eterm v0.9 Solaris PKG] Epplets - Epplets are small desktop utility programs. Several Epplets have been written, and can be found at:
- [linuxbrit.co.uk]
- [sanity.uklinux.net]
- [Epplets Base v0.5 Source]
- [Sample Epplets Archive]
+ Epplets are small desktop utility programs. Several Epplets have been written, and can be found at:
+ [linuxbrit.co.uk]
+ [sanity.uklinux.net]
+ [Epplets Base v0.5 Source]
+ [Sample Epplets Archive]
[Debian GNU/Linux packages for epplets] -

+

Enlightenment is one of the most visually configurable window diff --git a/e/pages/ebits.html b/e/pages/ebits.html index 098229ee..5d769af2 100644 --- a/e/pages/ebits.html +++ b/e/pages/ebits.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + diff --git a/e/pages/ecore.html b/e/pages/ecore.html index 7062519e..1352038f 100644 --- a/e/pages/ecore.html +++ b/e/pages/ecore.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + diff --git a/e/pages/edb.html b/e/pages/edb.html index 45670f32..dbcab3b4 100644 --- a/e/pages/edb.html +++ b/e/pages/edb.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + diff --git a/e/pages/efsd.html b/e/pages/efsd.html index e39623bb..8cb6aa5b 100644 --- a/e/pages/efsd.html +++ b/e/pages/efsd.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + diff --git a/e/pages/elogin.html b/e/pages/elogin.html index 98ebf1b2..84acfe95 100644 --- a/e/pages/elogin.html +++ b/e/pages/elogin.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + diff --git a/e/pages/enlightenment.html b/e/pages/enlightenment.html index 96873048..f2aeeb81 100644 --- a/e/pages/enlightenment.html +++ b/e/pages/enlightenment.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + diff --git a/e/pages/etcher.html b/e/pages/etcher.html index f31263ab..f40943e3 100644 --- a/e/pages/etcher.html +++ b/e/pages/etcher.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + diff --git a/e/pages/etox.html b/e/pages/etox.html index f8a1d7c9..92c6477c 100644 --- a/e/pages/etox.html +++ b/e/pages/etox.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + diff --git a/e/pages/evas.html b/e/pages/evas.html index fd8faace..e55c7d54 100644 --- a/e/pages/evas.html +++ b/e/pages/evas.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + diff --git a/e/pages/ewd.html b/e/pages/ewd.html index 2d3188d8..2473b344 100644 --- a/e/pages/ewd.html +++ b/e/pages/ewd.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + diff --git a/e/pages/ewl.html b/e/pages/ewl.html index 8894f772..73d2f03c 100644 --- a/e/pages/ewl.html +++ b/e/pages/ewl.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + diff --git a/e/pages/faq.html b/e/pages/faq.html index 2f320996..15a2f17c 100644 --- a/e/pages/faq.html +++ b/e/pages/faq.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + diff --git a/e/pages/features-0.16.html b/e/pages/features-0.16.html index b3bcb1d8..2f1e74a9 100644 --- a/e/pages/features-0.16.html +++ b/e/pages/features-0.16.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + diff --git a/e/pages/imlib.html b/e/pages/imlib.html index 0fd9c68a..dbe8accf 100644 --- a/e/pages/imlib.html +++ b/e/pages/imlib.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + diff --git a/e/pages/imlib2.html b/e/pages/imlib2.html index b6aa6ba4..ed6a13b1 100644 --- a/e/pages/imlib2.html +++ b/e/pages/imlib2.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + diff --git a/e/pages/logos.html b/e/pages/logos.html index 7e7cd81f..d9fa2d89 100644 --- a/e/pages/logos.html +++ b/e/pages/logos.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + diff --git a/e/pages/mail.html b/e/pages/mail.html index 3cfb1f0d..63f23ff3 100644 --- a/e/pages/mail.html +++ b/e/pages/mail.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + diff --git a/e/pages/main.html b/e/pages/main.html index 3687ebc8..18ddca48 100644 --- a/e/pages/main.html +++ b/e/pages/main.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + @@ -146,7 +152,7 @@ Manager for the X Window System, traditionally used in Unix environments.

-

+

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 news page. Full of newsy goodness!

-

+

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 Downloads page.

-

+

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.

-

+

Want to use our new logo? Look on the Logos page to diff --git a/e/pages/news.html b/e/pages/news.html index 4ec7abde..7d67175d 100644 --- a/e/pages/news.html +++ b/e/pages/news.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + diff --git a/e/pages/shots.html b/e/pages/shots.html index 36431649..bb434b78 100644 --- a/e/pages/shots.html +++ b/e/pages/shots.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + @@ -149,41 +155,41 @@ Description - + This is what Enlightenment 0.16 should look like when you first start it up, with the "Welcome" window in the foreground. - + Enlightenment is up and running with the "About Enlightenment" dialog, "About this theme" dox window and middle-mouse desktop menu visible. - + KDE menus displayed in Enlightenment's menu system. - + Lots of Enlightenment's Settings dialog windows - you can see that there is a lot to configure here! - + The "Special Effects Settings" dialog and GNOME menus in Enlightenment's menu system. - + The "Window Group Settings" dialog, the "Application attributes" (aka Window Remember) dialog, the XMMS @@ -192,28 +198,28 @@ - + One of Enlightenment's tooltips and the second desktop dragged down to reveal the first desktop underneath it. - + Enlightenment using the BlueSteel theme, also showing the desktop tooltips hinting at what you can do by clicking on the desktop. - + 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. - + The ShinyMetal theme with a desktop tooltip and 2 dialog boxes. @@ -225,16 +231,16 @@ - + - + - +
E DR16.5 on Linux X86. E makes working with lots a windows a snap!
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.
E DR16.5 on Linux X86. Rather minimalistic shot of E.
diff --git a/e/pages/source.html b/e/pages/source.html index 5850a57d..983da901 100644 --- a/e/pages/source.html +++ b/e/pages/source.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + @@ -166,7 +172,7 @@ whatever) there are some other options for fetching the source code:

The entire CVS repository (including version history) is available and can be browsed via the web. Admire the pretty colours and syntax highlighting.

-

+

Unofficial E-CVS module tarballs

http://ftp.neep.com.au/pub/snapshots/cvs.enlightenment.sourceforge.net/ (HTTP)

@@ -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.

-

+

SourceForge CVS repository tarball

http://cvs.sourceforge.net/cvstarballs/enlightenment-cvsroot.tar.gz

diff --git a/e/pages/team-e16.html b/e/pages/team-e16.html index f9c187af..6226ff79 100644 --- a/e/pages/team-e16.html +++ b/e/pages/team-e16.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + + diff --git a/e/pages/team.html b/e/pages/team.html index 2dcb7a38..8ca15639 100644 --- a/e/pages/team.html +++ b/e/pages/team.html @@ -113,6 +113,12 @@


SourceForge Logo + + +

+ Valid HTML 4.01! + +