Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add button for website.
authorNavarrop <Pierre.Navarro@imag.fr>
Mon, 14 Nov 2011 10:16:49 +0000 (11:16 +0100)
committerNavarrop <Pierre.Navarro@imag.fr>
Mon, 14 Nov 2011 10:16:49 +0000 (11:16 +0100)
.gitignore
doc/footer.html.in
doc/install.doc
doxygen_postprocesser.pl

index 42403ad..4c96975 100644 (file)
@@ -1,6 +1,10 @@
+*.tag
+Doxyfile
+footer.html
+doc/html
 *.class
 simgrid.jar
 *.class
 simgrid.jar
-libSG_java.so
+libSG_java.so*
 build/
 *.dylib
 .project
 build/
 *.dylib
 .project
index 244d7ab..cbbd75e 100644 (file)
@@ -5,7 +5,7 @@
 <tr>
 <td align=left>
 <a href="index.html"><b>
 <tr>
 <td align=left>
 <a href="index.html"><b>
-Back to the main Simgrid Documentation page</b></a>
+Back to the main Simgrid-Java Documentation page</b></a>
 </td>
 <td align=middle>
 <small>The version of Simgrid-java documented here is v@SIMGRID_JAVA_VERSION_MAJOR@.@SIMGRID_JAVA_VERSION_MINOR@.<br/>
 </td>
 <td align=middle>
 <small>The version of Simgrid-java documented here is v@SIMGRID_JAVA_VERSION_MAJOR@.@SIMGRID_JAVA_VERSION_MINOR@.<br/>
index 6ab4734..bfcae32 100644 (file)
@@ -3,7 +3,7 @@
 \section bindings_binding_java_install How to install Simgrid-java
 
 To use java with Simgrid you have to install some dependencies:
 \section bindings_binding_java_install How to install Simgrid-java
 
 To use java with Simgrid you have to install some dependencies:
- \li Simgrid (see <a href="http://simgrid.gforge.inria.fr/3.7/doc/installSimgrid.html">install Simgrid</a>). Be sure having set the environment variable "SIMGRID_ROOT". 
+ \li Simgrid (see <a href="http://simgrid.gforge.inria.fr/simgrid/3.7/doc/installSimgrid.html">install Simgrid</a>). Be sure having set the environment variable "SIMGRID_ROOT". 
  \li Java packages: sun-java6-jdk and libgcj10-dev. If you cannot find the
 libgcj10-dev, try another version.
  
  \li Java packages: sun-java6-jdk and libgcj10-dev. If you cannot find the
 libgcj10-dev, try another version.
  
index 4bd6459..07e2dcc 100755 (executable)
@@ -33,7 +33,7 @@ while (<FROM>) {
                $tmp_buff .= $_;
                $tmp_buff .= '      <li><a href="install.html"><span>Install SimGrid-Java</span></a></li>'."\n";
                $tmp_buff .= '      <li><a href="javadoc/index.html"><span>Javadoc</span></a></li>'."\n";
                $tmp_buff .= $_;
                $tmp_buff .= '      <li><a href="install.html"><span>Install SimGrid-Java</span></a></li>'."\n";
                $tmp_buff .= '      <li><a href="javadoc/index.html"><span>Javadoc</span></a></li>'."\n";
-
+               $tmp_buff .= '      <li><a href="http://simgrid.gforge.inria.fr/"><span>Website</span></a></li>'."\n";
                $tabs = 0;
        
                my $filename = $file;
                $tabs = 0;
        
                my $filename = $file;