clean up html
This commit is contained in:
parent
40e8f8a11f
commit
8fac249ba6
1 changed files with 28 additions and 12 deletions
|
|
@ -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>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
|
|
@ -19,7 +20,7 @@
|
|||
<center>
|
||||
<h1>EO Evolutionary Computation Framework</h1>
|
||||
</center>
|
||||
<table bgcolor="#ffffcc" border="0" cellpadding="5" cols="3" width="100%">
|
||||
<table bgcolor="#ffffcc" border="0" cellpadding="5" width="100%">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="TITLE" align="right" valign="top" width="100">
|
||||
|
|
@ -74,6 +75,7 @@
|
|||
|
||||
<p>
|
||||
Recent versions of EO have been tested on the following platforms:
|
||||
</p>
|
||||
<ul>
|
||||
<li>Linux x86 with GCC 3.x and 4.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
|
||||
projects files are provided.</li>
|
||||
</ul>
|
||||
If you have tested EO on a system not listed here, please
|
||||
<a href="mailto:eodev-main@lists.sourceforge.net?subject=test-report">let
|
||||
us know</a>.
|
||||
<p>
|
||||
If you have tested EO on a system not listed here, please
|
||||
<a href="mailto:eodev-main@lists.sourceforge.net?subject=test-report">let
|
||||
us know</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
@ -106,10 +109,17 @@
|
|||
evolving your own structures is now <em>easy</em>, using
|
||||
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
|
||||
remains the best way to dive into EO. You can start by
|
||||
<a href="http://www.lri.fr/%7Emarc/EO/eo/tutorial/html/eoTutorial.html">trying
|
||||
it on-line</a>,
|
||||
remains the best way to dive into EO. You can start by trying it
|
||||
on-line at
|
||||
<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>.
|
||||
The tutorial is also included in
|
||||
the <a
|
||||
href="http://sourceforge.net/project/showfiles.php?group_id=9775">released
|
||||
sources</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
|
@ -118,7 +128,7 @@
|
|||
href="http://eodev.sourceforge.net/eo/tutorial/html/eoTutorial.html">tutorial
|
||||
release</a> includes
|
||||
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.
|
||||
</p>
|
||||
</td>
|
||||
|
|
@ -155,7 +165,7 @@
|
|||
<p>
|
||||
The current release
|
||||
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&package_id=10921&release_id=359994">0.9.3z.1</a>.
|
||||
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>
|
||||
(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>
|
||||
</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>
|
||||
</p>
|
||||
</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>
|
||||
</html>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue