clean up html

This commit is contained in:
kuepper 2005-10-03 10:26:30 +00:00
commit 8fac249ba6

View file

@ -1,4 +1,5 @@
<!DOCTYPE doctype PUBLIC "-//w3c//dtd html 4.0 transitional//en"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
@ -19,7 +20,7 @@
<center> <center>
<h1>EO Evolutionary Computation Framework</h1> <h1>EO Evolutionary Computation Framework</h1>
</center> </center>
<table bgcolor="#ffffcc" border="0" cellpadding="5" cols="3" width="100%"> <table bgcolor="#ffffcc" border="0" cellpadding="5" width="100%">
<tbody> <tbody>
<tr> <tr>
<td class="TITLE" align="right" valign="top" width="100"> <td class="TITLE" align="right" valign="top" width="100">
@ -74,6 +75,7 @@
<p> <p>
Recent versions of EO have been tested on the following platforms: Recent versions of EO have been tested on the following platforms:
</p>
<ul> <ul>
<li>Linux x86 with GCC 3.x and 4.x</li> <li>Linux x86 with GCC 3.x and 4.x</li>
<li>Linux x86_64 with GCC 3.x</li> <li>Linux x86_64 with GCC 3.x</li>
@ -84,9 +86,10 @@
<li>Win95/NT with VC++ 5.0 and Borland Builder. Makefiles and <li>Win95/NT with VC++ 5.0 and Borland Builder. Makefiles and
projects files are provided.</li> projects files are provided.</li>
</ul> </ul>
If you have tested EO on a system not listed here, please <p>
<a href="mailto:eodev-main@lists.sourceforge.net?subject=test-report">let If you have tested EO on a system not listed here, please
us know</a>. <a href="mailto:eodev-main@lists.sourceforge.net?subject=test-report">let
us know</a>.
</p> </p>
<p> <p>
@ -106,10 +109,17 @@
evolving your own structures is now <em>easy</em>, using evolving your own structures is now <em>easy</em>, using
ready-to-use template files. Although it has not been upgraded for ready-to-use template files. Although it has not been upgraded for
some time now and refers to version 0.9.2 of EO, it nevertheless some time now and refers to version 0.9.2 of EO, it nevertheless
remains the best way to dive into EO. You can start by remains the best way to dive into EO. You can start by trying it
<a href="http://www.lri.fr/%7Emarc/EO/eo/tutorial/html/eoTutorial.html">trying on-line at
it on-line</a>, <a
href="http://www.lri.fr/%7Emarc/EO/eo/tutorial/html/eoTutorial.html">LRI</a>
or <a
href="http://eodev.sourceforge.net/eo/tutorial/html/eoTutorial.html">SourceForge</a>,
before <a href="http://www.lri.fr/%7Emarc/EO/">downloading it</a>. before <a href="http://www.lri.fr/%7Emarc/EO/">downloading it</a>.
The tutorial is also included in
the <a
href="http://sourceforge.net/project/showfiles.php?group_id=9775">released
sources</a>.
</p> </p>
<p> <p>
@ -118,7 +128,7 @@
href="http://eodev.sourceforge.net/eo/tutorial/html/eoTutorial.html">tutorial href="http://eodev.sourceforge.net/eo/tutorial/html/eoTutorial.html">tutorial
release</a> includes release</a> includes
a <a a <a
href="http://www.lri.fr/%7Emarc/EO/eo/tutorial/pdf/paradiseoJet7.pdf">introduction href="http://eodev.sourceforge.net/eo/tutorial/pdf/paradiseoJet7.pdf">introduction
to ParadisEO</a>, the parallel version of EO. to ParadisEO</a>, the parallel version of EO.
</p> </p>
</td> </td>
@ -155,7 +165,7 @@
<p> <p>
The current release The current release
is <a is <a
href="http://sourceforge.net/project/showfiles.php?group_id=9775&package_id=10921&release_id=359994">0.9.3z.1</a>. href="http://sourceforge.net/project/showfiles.php?group_id=9775&amp;package_id=10921&amp;release_id=359994">0.9.3z.1</a>.
It supports GCC 3.x, 4.x, and good old g++ 2.9x. This is the It supports GCC 3.x, 4.x, and good old g++ 2.9x. This is the
version you should use <b><font color="#ff6600">now</font></b> version you should use <b><font color="#ff6600">now</font></b>
(September 2005). Current cvs and all subsequent versions will (September 2005). Current cvs and all subsequent versions will
@ -249,11 +259,17 @@
- <a href="mailto:evomarc@users.sourceforge.net">evomarc@users.sourceforge.net</a> - <a href="mailto:evomarc@users.sourceforge.net">evomarc@users.sourceforge.net</a>
</p> </p>
<p> <p>
Hosted by:<br/><a href="http://sourceforge.net/"><img Hosted by:<br/><a href="http://sourceforge.net/"><img alt="SF logo"
src="http://eodev.sourceforge.net/eo/doc/sflogo-hammer1.jpg"></a> src="http://eodev.sourceforge.net/eo/doc/sflogo-hammer1.jpg"></a>
</p> </p>
</center> </center>
<br> <p>
<a href="http://validator.w3.org/check?uri=referer">
<img src="http://www.w3.org/Icons/valid-html401"
alt="Valid HTML 4.01 Transitional"
height="31"
width="88"></a>
</p>
</body> </body>
</html> </html>