diff --git a/doc/mainpage.dox b/doc/mainpage.dox
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -2,7 +2,7 @@
*
* This file is a part of LEMON, a generic C++ optimization library.
*
- * Copyright (C) 2003-2008
+ * Copyright (C) 2003-2009
* Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
* (Egervary Research Group on Combinatorial Optimization, EGRES).
*
@@ -21,15 +21,11 @@
\section intro Introduction
-\subsection whatis What is LEMON
-
-LEMON stands for
-Library of Efficient Models
-and Optimization in Networks.
-It is a C++ template
-library aimed at combinatorial optimization tasks which
-often involve in working
-with graphs.
+LEMON stands for Library for Efficient Modeling
+and Optimization in Networks.
+It is a C++ template library providing efficient implementation of common
+data structures and algorithms with focus on combinatorial optimization
+problems in graphs and networks.
LEMON is an open source
@@ -39,22 +35,22 @@
\ref license "license terms".
-\subsection howtoread How to read the documentation
+The project is maintained by the
+Egerváry Research Group on
+Combinatorial Optimization \ref egres
+at the Operations Research Department of the
+Eötvös Loránd University,
+Budapest, Hungary.
+LEMON is also a member of the COIN-OR
+initiative \ref coinor.
-If you want to get a quick start and see the most important features then
-take a look at our \ref quicktour
-"Quick Tour to LEMON" which will guide you along.
+\section howtoread How to Read the Documentation
-If you already feel like using our library, see the page that tells you
-\ref getstart "How to start using LEMON".
+If you would like to get to know the library, see
+LEMON Tutorial.
-If you
-want to see how LEMON works, see
-some \ref demoprograms "demo programs".
-
-If you know what you are looking for then try to find it under the
-Modules
-section.
+If you know what you are looking for, then try to find it under the
+Modules section.
If you are a user of the old (0.x) series of LEMON, please check out the
\ref migration "Migration Guide" for the backward incompatibilities.