A bunch of changes to "http://enlightenment.sourceforge.net/". We don't

actually link to it from anywhere, so it's not likely that people will
stumble upon this by accident, but you never know.  =)

Also having direct access to a test area is nice, allowing us to sandbox
proposed website changes without having to wreak havoc all over the main
server ...

(If anyone else wants to do stuff here, talk to me...)

Andrew S.


SVN revision: 5461
This commit is contained in:
yautja 2001-10-10 13:03:54 +00:00 committed by yautja
parent fbb45810c3
commit 6084ca2d31
1 changed files with 43 additions and 4 deletions

View File

@ -1,6 +1,45 @@
<html>
<body>
<p>The Enlightenment Web site is <a href=http://www.enlightenment.org>HERE</a>.</p>
<p>The project page is <a href="http://sourceforge.net/projects/enlightenment">HERE</a>.</p>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<!-- $Id$ -->
<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 . S O U R C E F O R G E . N E T</title>
<base href="http://enlightenment.sourceforge.net/" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
<!--
body {
margin-left: 20%;
margin-right: 20%;
background: #ffffff;
color: #000000;
font: helvetica;
}
-->
</style>
</head>
<body link="#556677" vlink="#8899aa" alink="#22ffff">
<br /><hr />
<div align="center">
<h1>The Enlightenment Project:<br />Home Away From Home</h1>
</div>
<div align="right">
<h2>exciting places to visit</h2>
<p>The official <a href="http://www.enlightenment.org/pages/main.html">Enlightenment project website</a>.<br />
(www.enlightenment.org)</p>
<p>The <a href="http://sourceforge.net/projects/enlightenment">SourceForge project interface</a>.<br />
(sourceforge.net)</p>
<p>The <a href="test/">dev &amp; test website</a>.<br />
(enlightenment.sourceforge.net)</p>
</div>
<br /><br />
<div align="center">
<table border="0" width="100%">
<tr>
<td align="left"><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>
<td align="right"><a href="http://validator.w3.org/check/referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" border="0" height="31" width="88" /></a></td>
</tr>
</table>
</div>
<br /><hr />
</body>
</html>