Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let's document my modifications by myself !!! :)
[simgrid.git] / doc / index.doc
index d6eaeef..fe46817 100644 (file)
@@ -8,9 +8,8 @@
 
 \section hot_news HOT NEWS
 
-<b>SimGrid 2.95 (aka SimGrid 3beta2) was released on 1st July 2005. Get it from
+<b>SimGrid 3.00 was released on 21st of August 2005. Get it from
 <a href="https://gforge.inria.fr/frs/?group_id=12">here</a>.</b> 
-SimGrid 3 was never as close as it is now...
 
 \section quick Quick start
 
@@ -40,9 +39,8 @@ pre-compiled binaries [yet].
  
 \subsection quick_more More information
 
-The API is described <a href="API/html/modules.html">here</a> while 
-<a href="examples/html/modules.html">this page</a> presents some example of
-use.
+The API (along with some example of
+use) is described in \ref SimGrid_API.
 
 For more information about the SimGrid toolkit, please simply keep reading
 this page. It is organized as follow:
@@ -57,7 +55,7 @@ this page. It is organized as follow:
 
 \section overview Overview of the toolkit components
 
-As depicted by the following schema, the SimGrid toolkit is basically
+As depicted by the following diagram, the SimGrid toolkit is basically
 three-layered (click on the picture to jump to a specific component).
 
 
@@ -70,13 +68,13 @@ three-layered (click on the picture to jump to a specific component).
 </center>
 \endhtmlonly
 
-\subsection overview_fondation Basement layer
+\subsection overview_fondation Base layer
 
-The basement of the whole toolkit is constituted by the <b>\ref XBT_API
+The base of the whole toolkit is constituted by the <b>\ref XBT_API
 (eXtended Bundle of Tools)</b>.
 
 It is a portable library providing some grounding features such as \ref
-XBT_log, \ref XBT_ex, \ref XBT_error and \ref XBT_config. XBT also encompass
+XBT_log, \ref XBT_ex and \ref XBT_config. XBT also encompass
 the following convenient datastructures: \ref XBT_dynar, \ref XBT_fifo, \ref
 XBT_dict, \ref XBT_heap, \ref XBT_set and \ref XBT_swag.