[Lemon-commits] Peter Kovacs: Improve README and mainpage.dox (#...

Lemon HG hg at lemon.cs.elte.hu
Sun Feb 28 21:10:35 CET 2010


details:   http://lemon.cs.elte.hu/hg/lemon/rev/e05b2b48515a
changeset: 921:e05b2b48515a
user:      Peter Kovacs <kpeter [at] inf.elte.hu>
date:      Sun Feb 14 19:06:07 2010 +0100
description:
	Improve README and mainpage.dox (#342)

diffstat:

 README           |   8 ++++++++
 doc/mainpage.dox |  12 ++++++++----
 2 files changed, 16 insertions(+), 4 deletions(-)

diffs (62 lines):

diff --git a/README b/README
--- a/README
+++ b/README
@@ -17,6 +17,10 @@
 
    Copying, distribution and modification conditions and terms.
 
+NEWS
+
+   News and version history.
+
 INSTALL
 
    General building and installation instructions.
@@ -33,6 +37,10 @@
 
    Some example programs to make you easier to get familiar with LEMON.
 
+scripts/
+
+   Scripts that make it easier to develop LEMON.
+
 test/
 
    Programs to check the integrity and correctness of LEMON.
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -23,9 +23,9 @@
 
 <b>LEMON</b> stands for <i><b>L</b>ibrary for <b>E</b>fficient <b>M</b>odeling
 and <b>O</b>ptimization in <b>N</b>etworks</i>.
-It is a C++ template library providing efficient implementation of common
+It is a C++ template library providing efficient implementations of common
 data structures and algorithms with focus on combinatorial optimization
-problems in graphs and networks.
+tasks connected mainly with graphs and networks. 
 
 <b>
 LEMON is an <a class="el" href="http://opensource.org/">open source</a>
@@ -39,8 +39,8 @@
 <a href="http://www.cs.elte.hu/egres/">Egerváry Research Group on
 Combinatorial Optimization</a> \ref egres
 at the Operations Research Department of the
-<a href="http://www.elte.hu/">Eötvös Loránd University,
-Budapest</a>, Hungary.
+<a href="http://www.elte.hu/en/">Eötvös Loránd University</a>,
+Budapest, Hungary.
 LEMON is also a member of the <a href="http://www.coin-or.org/">COIN-OR</a>
 initiative \ref coinor.
 
@@ -49,6 +49,10 @@
 If you would like to get to know the library, see
 <a class="el" href="http://lemon.cs.elte.hu/pub/tutorial/">LEMON Tutorial</a>.
 
+If you are interested in starting to use the library, see the <a class="el"
+href="http://lemon.cs.elte.hu/trac/lemon/wiki/InstallGuide/">Installation
+Guide</a>.
+
 If you know what you are looking for, then try to find it under the
 <a class="el" href="modules.html">Modules</a> section.
 



More information about the Lemon-commits mailing list