Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
gosh, that logo is awful
[simgrid.git] / doc / doxygen / contributing.doc
index 36670f2..ab8019b 100644 (file)
@@ -1,4 +1,4 @@
-/*! @page contributing Contributing to SimGrid
+/*! @page contributing Giving back to SimGrid
 
 @tableofcontents
 
@@ -20,7 +20,7 @@ our work, so actually citing correctly the framework (see
 <a href="http://simgrid.gforge.inria.fr/Publications.html">here</a>)
 should be enough to get us adding your paper to our list. But if you
 remark that your paper is missing on 
-<a href="http://simgrid.gforge.inria.fr/Publications-tool.html">our 
+<a href="http://simgrid.gforge.inria.fr/Usages.html">our 
 page listing all papers using SimGrid</a>, please say so. Likewise, if
 your paper is badly cited, please drop us an email so that we can fix
 it.
@@ -46,12 +46,12 @@ your page, that simply renders as <a href="http://simgrid.gforge.inria.fr/">Simg
 
 Or you can prefer this version with a little logo (if you want to
 contribute another logo for that, please don't hesitate ;)
-<img src="http://simgrid.gforge.inria.fr/logos/SIMGRID_Logo_Thumbs_up.png"/>
+<img src="http://simgrid.gforge.inria.fr/logos/simgrid_logo.png"/>
 
 @verbatim
 <a href="http://simgrid.gforge.inria.fr/" 
    title="Versatile simulation of distributed systems: Grid Simulator, P2P simulator, MPI simulator, Cloud Simulator or HPC Simulator">
-   <img src="http://simgrid.gforge.inria.fr/logos/SIMGRID_Logo_Thumbs_up.png"
+   <img src="http://simgrid.gforge.inria.fr/logos/simgrid_logo.png"
         alt="Versatile simulation of distributed systems: Grid Simulator, P2P simulator, MPI simulator, Cloud Simulator or HPC Simulator" align="center"> 
 </a>
 @endverbatim
@@ -72,7 +72,7 @@ contains a large amount of glitches and issues. When you find one,
 don't assume that it's here because we don't care. It survived only
 because nobody told us. We unfortunately cannot endlessly review our
 large code and documentation base. So please, <b>report any issue you
-find to us</b>, be it a typo in the documentation, a paragraph that
+find</b>, be it a typo in the documentation, a paragraph that
 needs to be reworded, a bug in the code or any other problem. The best
 way to do so is to open a bug on our 
 <a href="https://gforge.inria.fr/tracker/?atid=165&group_id=12&func=browse">Bug
@@ -87,7 +87,7 @@ If you can provide a patch fixing the issue you report, that's even
 better, and often ensures that it will get fixed very soon.
 
 Of course, a very good way to give back to the SimGrid community is to
-help triaging and fixing the bugs that are reported in the BTS. If you
+<b>triage and fix the bugs in the BTS</b>. If you
 can come up with a patch fixing them, we will be more than happy to
 apply your changes so that the entier community enjoys them.