Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typos + update
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 25 Aug 2005 22:11:02 +0000 (22:11 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 25 Aug 2005 22:11:02 +0000 (22:11 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1661 48e7efb5-ca39-0410-a469-dd3cf9ba447f

doc/index.doc
doc/modules.doc

index 3132e9c..8e8396b 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
 
@@ -56,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).
 
 
@@ -69,9 +68,9 @@ 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
index ae955eb..06f54dd 100644 (file)
@@ -35,7 +35,7 @@
 
       \section MSG_who Who should use this (and who shouldn't)
       
-      You should use this model if you want to study some heuristics for a
+      You should use this module if you want to study some heuristics for a
       given problem you don't really want to implement. If you want to get a
       real implementation of your solution, have a look at the \ref GRAS_API 
       programming environment. If you want to study an existing MPI program,