Fix broken links in Doxygen mainpage files

Update dead gforge.inria.fr and eodev.sourceforge.net URLs in the
module-level Doxygen index pages (eo, mo, moeo, smp, DTLZ). Replace
with GitHub URLs and current contact information.
This commit is contained in:
Eremey Valetov 2026-02-28 19:22:20 -05:00
commit 02c84001d4
5 changed files with 29 additions and 26 deletions

View file

@ -56,7 +56,7 @@ Thus, you can easily build your own algorithm by trying several combination of o
For a more detailled introduction to the design of %EO you can look at the
slides from a talk at EA 2001 or at the corresponding
article in Lecture Notes In Computer Science, 2310, Selected Papers from the 5th European Conference on Artificial Evolution:
- http://portal.acm.org/citation.cfm?id=727742
- http://eodev.sourceforge.net/eo/doc/LeCreusot.pdf
- http://eodev.sourceforge.net/eo/doc/EO_EA2001.pdf
- https://doi.org/10.1007/3-540-46033-0_13
- LeCreusot.pdf (available in eo/doc/)
- EO_EA2001.pdf (available in eo/doc/)
*/

View file

@ -6,12 +6,13 @@ ParadisEO-MO is a white-box object-oriented generic framework dedicated to the f
@section tutorials Tutorials
Tutorials for ParadisEO-MO are available in the "Tutorials section" of the <a href="http://paradiseo.gforge.inria.fr">ParadisEO website</a>.
Tutorials for ParadisEO-MO are available in the mo/tutorial/ directory. See also the
<a href="https://nojhan.github.io/paradiseo/">ParadisEO website</a>.
@section Design
For an introduction to the design of ParadisEO-MO,
you can look at the <a href="http://paradiseo.gforge.inria.fr">ParadisEO website</a>.
you can look at the <a href="https://nojhan.github.io/paradiseo/">ParadisEO website</a>.
@section LICENSE
@ -39,14 +40,14 @@ you can look at the <a href="http://paradiseo.gforge.inria.fr">ParadisEO website
The fact that you are presently reading this means that you have had
knowledge of the CeCILL license and that you accept its terms.
ParadisEO WebSite : http://paradiseo.gforge.inria.fr
Contact: paradiseo-help@lists.gforge.inria.fr
ParadisEO WebSite : https://nojhan.github.io/paradiseo/
Contact: https://github.com/nojhan/paradiseo/issues
*/
/** @page webpages Related webpages
- ParadisEO <a href="http://paradiseo.gforge.inria.fr">homepage</a>
- INRIA GForge <a href="http://gforge.inria.fr/projects/paradiseo/">project page</a>
- ParadisEO <a href="https://nojhan.github.io/paradiseo/">homepage</a>
- GitHub <a href="https://github.com/nojhan/paradiseo">project page</a>
- <a href="../../README">README</a>
*/

View file

@ -16,7 +16,8 @@ using the whole version of ParadisEO.
@section tutorials Tutorials
Tutorials for ParadisEO-MOEO are available in the "Tutorials section" of the <a href="http://paradiseo.gforge.inria.fr">ParadisEO website</a>.
Tutorials for ParadisEO-MOEO are available in the moeo/tutorial/ directory. See also the
<a href="https://nojhan.github.io/paradiseo/">ParadisEO website</a>.
@ -29,7 +30,7 @@ The installation procedure of the package is detailed in the README file in the
@section Design
For an introduction to the design of ParadisEO-MOEO,
you can look at the <a href="http://paradiseo.gforge.inria.fr">ParadisEO website</a>.
you can look at the <a href="https://nojhan.github.io/paradiseo/">ParadisEO website</a>.
@section LICENSE
@ -58,14 +59,14 @@ you can look at the <a href="http://paradiseo.gforge.inria.fr">ParadisEO website
The fact that you are presently reading this means that you have had
knowledge of the CeCILL license and that you accept its terms.
ParadisEO WebSite : http://paradiseo.gforge.inria.fr
Contact: paradiseo-help@lists.gforge.inria.fr
ParadisEO WebSite : https://nojhan.github.io/paradiseo/
Contact: https://github.com/nojhan/paradiseo/issues
*/
/** @page webpages Related webpages
- ParadisEO <a href="http://paradiseo.gforge.inria.fr">homepage</a>
- INRIA GForge <a href="http://gforge.inria.fr/projects/paradiseo/">project page</a>
- ParadisEO <a href="https://nojhan.github.io/paradiseo/">homepage</a>
- GitHub <a href="https://github.com/nojhan/paradiseo">project page</a>
- <a href="../../README">README</a>
*/

View file

@ -15,7 +15,7 @@ The installation procedure of the package is detailed in the "README.txt" file l
@section Design
For an introduction to the design of ParadisEO,
you can look at the <a href="http://paradiseo.gforge.inria.fr">ParadisEO website</a>.
you can look at the <a href="https://nojhan.github.io/paradiseo/">ParadisEO website</a>.
@section LICENSE
@ -44,14 +44,14 @@ you can look at the <a href="http://paradiseo.gforge.inria.fr">ParadisEO website
The fact that you are presently reading this means that you have had
knowledge of the CeCILL license and that you accept its terms.
ParadisEO WebSite : http://paradiseo.gforge.inria.fr
Contact: paradiseo-help@lists.gforge.inria.fr
ParadisEO WebSite : https://nojhan.github.io/paradiseo/
Contact: https://github.com/nojhan/paradiseo/issues
*/
/** @page webpages Related webpages
- ParadisEO <a href="http://paradiseo.gforge.inria.fr">homepage</a>
- INRIA GForge <a href="http://gforge.inria.fr/projects/paradiseo/">project page</a>
- Fore any questions, please contact paradiseo-help@lists.gforge.inria.fr
- ParadisEO <a href="https://nojhan.github.io/paradiseo/">homepage</a>
- GitHub <a href="https://github.com/nojhan/paradiseo">project page</a>
- For any questions, please use the <a href="https://github.com/nojhan/paradiseo/issues">GitHub issue tracker</a>
*/

View file

@ -8,7 +8,8 @@ Different parallelism models are available such as the Master / Slaves Model or
@section tutorials Tutorials
Tutorials for ParadisEO-SMP are available in the "Tutorials section" of the <a href="http://paradiseo.gforge.inria.fr">ParadisEO website</a>.
Tutorials for ParadisEO-SMP are available in the smp/tutorial/ directory. See also the
<a href="https://nojhan.github.io/paradiseo/">ParadisEO website</a>.
@section LICENSE
@ -36,14 +37,14 @@ Tutorials for ParadisEO-SMP are available in the "Tutorials section" of the <a h
The fact that you are presently reading this means that you have had
knowledge of the CeCILL license and that you accept its terms.
ParadisEO WebSite : http://paradiseo.gforge.inria.fr
Contact: paradiseo-help@lists.gforge.inria.fr
ParadisEO WebSite : https://nojhan.github.io/paradiseo/
Contact: https://github.com/nojhan/paradiseo/issues
*/
/** @page webpages Related webpages
- ParadisEO <a href="http://paradiseo.gforge.inria.fr">homepage</a>
- INRIA GForge <a href="http://gforge.inria.fr/projects/paradiseo/">project page</a>
- ParadisEO <a href="https://nojhan.github.io/paradiseo/">homepage</a>
- GitHub <a href="https://github.com/nojhan/paradiseo">project page</a>
- <a href="../../README">README</a>
*/