r192 - in trunk: . src/site src/site/resources/css src/site/resources/js src/site/rst src/site/rst/history src/site/rst/tools src/site/rst/v4/user
Author: echatellier Date: 2014-08-19 18:14:37 +0200 (Tue, 19 Aug 2014) New Revision: 192 Url: http://forge.codelutin.com/projects/isis-fish-docs/repository/revisions/192 Log: Update site Removed: trunk/changelog.txt trunk/src/site/rst/tools/eclipse.rst Modified: trunk/pom.xml trunk/src/site/resources/css/site.css trunk/src/site/resources/js/maven-isisfish.js trunk/src/site/rst/applications.rst trunk/src/site/rst/contact.rst trunk/src/site/rst/history/history.rst trunk/src/site/rst/listStats.rst trunk/src/site/rst/othertools.rst trunk/src/site/rst/tools/netbeans.rst trunk/src/site/rst/v4/user/changements40.rst trunk/src/site/rst/v4/user/isisFishModel.rst trunk/src/site/site_en.xml trunk/src/site/site_fr.xml Deleted: trunk/changelog.txt =================================================================== Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-04-17 16:51:28 UTC (rev 191) +++ trunk/pom.xml 2014-08-19 16:14:37 UTC (rev 192) @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>5.0.6</version> + <version>5.0.9</version> </parent> <groupId>fr.ifremer</groupId> @@ -134,7 +134,7 @@ <properties> <!-- Super pom properties --> <projectId>isis-fish-docs</projectId> - <platform>forge.codelutin.com</platform> + <platform>codelutin.com</platform> <maven.jar.main.class>fr.ifremer.isisfish.IsisFish</maven.jar.main.class> <license.licenseName>gpl_v3</license.licenseName> <license.organizationName>Ifremer, Codelutin</license.organizationName> Modified: trunk/src/site/resources/css/site.css =================================================================== --- trunk/src/site/resources/css/site.css 2014-04-17 16:51:28 UTC (rev 191) +++ trunk/src/site/resources/css/site.css 2014-08-19 16:14:37 UTC (rev 192) @@ -175,6 +175,17 @@ text-align: left; } +h3 { + border-bottom-style: dashed; +} + +h4 { + font-size: medium; + color: dimGray; + border-bottom-style: dotted; + margin-bottom: 11px; +} + h5 { border: none; background-color: white; Modified: trunk/src/site/resources/js/maven-isisfish.js =================================================================== --- trunk/src/site/resources/js/maven-isisfish.js 2014-04-17 16:51:28 UTC (rev 191) +++ trunk/src/site/resources/js/maven-isisfish.js 2014-08-19 16:14:37 UTC (rev 192) @@ -5,23 +5,24 @@ * $Id:$ * $HeadURL:$ * %% - * Copyright (C) 2011 - 2012 Ifremer, Codelutin + * Copyright (C) 2011 - 2014 Ifremer, Codelutin, Eric Chatellier * %% * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. + * it under the terms of the GNU General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. + * You should have received a copy of the GNU General Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/gpl-3.0.html>. * #L% */ -$(document).ready(function () { +$(function () { var metas = $('#projectMetas'); var piwikEnabled = metas.attr('piwikEnabled'); @@ -97,4 +98,4 @@ var ul2 = $('#navcolumn'); ul2.append(html2); } -}); \ No newline at end of file +}); Modified: trunk/src/site/rst/applications.rst =================================================================== --- trunk/src/site/rst/applications.rst 2014-04-17 16:51:28 UTC (rev 191) +++ trunk/src/site/rst/applications.rst 2014-08-19 16:14:37 UTC (rev 192) @@ -5,7 +5,7 @@ .. * $Id$ .. * $HeadURL$ .. * %% -.. * Copyright (C) 1999 - 2011 Ifremer, Code Lutin +.. * Copyright (C) 1999 - 2014 Ifremer, Code Lutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as Modified: trunk/src/site/rst/contact.rst =================================================================== --- trunk/src/site/rst/contact.rst 2014-04-17 16:51:28 UTC (rev 191) +++ trunk/src/site/rst/contact.rst 2014-08-19 16:14:37 UTC (rev 192) @@ -49,9 +49,9 @@ Vous pouvez également effectuer des recherches sur les anciens messages des différentes listes à partir de la page d'archive de la liste en question. -`Statistiques d utilisation des listes`_ +`Statistiques d'utilisation des listes`_ -.. _Statistiques d utilisation des listes: listStats.html +.. _Statistiques d'utilisation des listes: listStats.html Les listes pour les utilisateurs ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Modified: trunk/src/site/rst/history/history.rst =================================================================== --- trunk/src/site/rst/history/history.rst 2014-04-17 16:51:28 UTC (rev 191) +++ trunk/src/site/rst/history/history.rst 2014-08-19 16:14:37 UTC (rev 192) @@ -5,7 +5,7 @@ .. * $Id$ .. * $HeadURL$ .. * %% -.. * Copyright (C) 1999 - 2010 Ifremer, Code Lutin +.. * Copyright (C) 1999 - 2014 Ifremer, Code Lutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as Modified: trunk/src/site/rst/listStats.rst =================================================================== --- trunk/src/site/rst/listStats.rst 2014-04-17 16:51:28 UTC (rev 191) +++ trunk/src/site/rst/listStats.rst 2014-08-19 16:14:37 UTC (rev 192) @@ -5,7 +5,7 @@ .. * $Id$ .. * $HeadURL$ .. * %% -.. * Copyright (C) 1999 - 2010 Ifremer, Code Lutin +.. * Copyright (C) 1999 - 2014 Ifremer, Code Lutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as Modified: trunk/src/site/rst/othertools.rst =================================================================== --- trunk/src/site/rst/othertools.rst 2014-04-17 16:51:28 UTC (rev 191) +++ trunk/src/site/rst/othertools.rst 2014-08-19 16:14:37 UTC (rev 192) @@ -5,7 +5,7 @@ .. * $Id$ .. * $HeadURL$ .. * %% -.. * Copyright (C) 1999 - 2011 Ifremer, Code Lutin, Chatellier Eric +.. * Copyright (C) 1999 - 2014 Ifremer, Code Lutin, Chatellier Eric .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as @@ -34,13 +34,6 @@ + `Utilisation-Installation de Netbeans`_ -* `Eclipse`_ (licence cpl) logiciel libre pour editer - les fichiers et plus particulièrement programmer en java - - + `Utilisation-Installation de Eclipse`_ - -.. _Utilisation-Installation de Eclipse: tools/eclipse.html .. _Utilisation-Installation de Netbeans: tools/netbeans.html -.. _Eclipse: http://www.eclipse.org -.. _Netbeans: http://www.netbeans.org/ +.. _Netbeans: https://netbeans.org/ .. _Notepad++: http://notepad-plus-plus.org/download/ Deleted: trunk/src/site/rst/tools/eclipse.rst =================================================================== --- trunk/src/site/rst/tools/eclipse.rst 2014-04-17 16:51:28 UTC (rev 191) +++ trunk/src/site/rst/tools/eclipse.rst 2014-08-19 16:14:37 UTC (rev 192) @@ -1,118 +0,0 @@ -.. - -.. * #%L -.. * IsisFish -.. * -.. * $Id$ -.. * $HeadURL$ -.. * %% -.. * Copyright (C) 1999 - 2011 Ifremer, Code Lutin, Chatellier Eric -.. * %% -.. * This program is free software: you can redistribute it and/or modify -.. * it under the terms of the GNU General Public License as -.. * published by the Free Software Foundation, either version 3 of the -.. * License, or (at your option) any later version. -.. * -.. * This program is distributed in the hope that it will be useful, -.. * but WITHOUT ANY WARRANTY; without even the implied warranty of -.. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -.. * GNU General Public License for more details. -.. * -.. * You should have received a copy of the GNU General Public -.. * License along with this program. If not, see -.. * <http://www.gnu.org/licenses/gpl-3.0.html>. -.. * #L% -.. - - -============================================================== -Utilisation d'un outil externe d'édition des scripts (Eclipse) -============================================================== - -.. attention:Documentation non à jour (préférez l'utilisation de [[tools/netbeans|Netbeans]]) - -Ce document montre comment éditer les scripts (Java) avec un editeur -externe. Dans ce document nous nous baserons sur l'éditeur Eclipse mais tout -autre éditeur fonctionne. - - -Pré-requis -========== - -Il faut avoir les programmes suivant installés et fonctionnels: - -- Une connexion Internet durant l'utilisation de maven -- Eclipse http://www.eclipse.org -- Maven http://maven.apache.org - - -Création d'un projet Eclipse -============================ - -Grâce à Maven nous allons pouvoir créer les fichiers nécessaires à un -projet Eclipse. - -Lancer la commande:: - - mvn scm:checkout -DconnectionUrl=scm:svn:http://svn.forge.codelutin.com/svn/isis-fish-data/trunk:isis-fish-data - -Vous avez alors un répertoire target/checkout dans lequel vous trouvez -les fichiers: - -- pom.xml - -vous les déplacez dans votre répertoire de data (sans doute -$HOME/isis-fish-4/isis-database) et vous pouvez effacer le répertoire target et -ce qu'il contient. - -Dans votre répertoire de data (sans doute $HOME/isis-fish-4/isis-database) lancer la -commande:: - - mvn eclipse:eclipse - -puis forcé la récupération des librairies avec:: - - mvn compile - -Import du projet dans Eclipse -============================= - -- Allez dans le menu File->Import... -- Sélectionnez General/Existing Projects into Workspace -- Sélectionnez le répertoire de data -- Cliquez sur Finish - -Il faut ensuite créer une variable M2_REPO qui pointe sur -$HOME/.m2/repository. Pour cela suivre le chemin suivant:: - - Project -> properties -> Java build path -> Libraries -> Add Variable - -Lancement d'isis -================ - -Il faut maintenant lancer isis avec l'option debug en premier argument:: - - # sous Unix - ./go.sh debug - # sous Windows - go.bat debug - - -Debuggage dans Eclipse -====================== - -- Allez dans le menu Run->Debug... -- Cliquez avec le bouton droit sur "Remote Java Application" -- Cliquez sur New - -Dans l'onglet Connect: - -- Donnez un nom pour le projet: isis-fish -- Modifier le port pour le mettre à 38000 - -Dans l'onglet Source - -- Ajouter le nouveau projet - -Maintenant cliqué sur Debug en bas de la fenêtre, Eclipse doit se connecter -à Isis. Il vous faut maintenant poser des points d'arret dans votre code -pour qu'Eclipse arrete l'execution et que vous puissiez faire du pas a pas à -partir de ces lignes. Modified: trunk/src/site/rst/tools/netbeans.rst =================================================================== --- trunk/src/site/rst/tools/netbeans.rst 2014-04-17 16:51:28 UTC (rev 191) +++ trunk/src/site/rst/tools/netbeans.rst 2014-08-19 16:14:37 UTC (rev 192) @@ -5,7 +5,7 @@ .. * $Id$ .. * $HeadURL$ .. * %% -.. * Copyright (C) 1999 - 2010 Ifremer, Code Lutin +.. * Copyright (C) 1999 - 2014 Ifremer, Code Lutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as @@ -52,7 +52,7 @@ Il faut l'exécuter et l'installer dans le répertoire désiré:: - sh jdk-6<version>-linux-i586.bin + sh jdk-8<version>-linux-i586.bin Reste plus qu'à renseigner les variables d'environnements. Pour que cela soit @@ -89,7 +89,7 @@ Préférez la version tar.gz et décompressez le avec la commande:: - tar-zxvf apache-maven-<version>-bin.tar.gz + tar -zxvf apache-maven-<version>-bin.tar.gz Déplacez le répertoire vers le dossier désiré:: Modified: trunk/src/site/rst/v4/user/changements40.rst =================================================================== --- trunk/src/site/rst/v4/user/changements40.rst 2014-04-17 16:51:28 UTC (rev 191) +++ trunk/src/site/rst/v4/user/changements40.rst 2014-08-19 16:14:37 UTC (rev 192) @@ -5,7 +5,7 @@ .. * $Id$ .. * $HeadURL$ .. * %% -.. * Copyright (C) 2011 Ifremer, CodeLutin, Chatellier Eric +.. * Copyright (C) 2011 - 2014 Ifremer, CodeLutin, Chatellier Eric .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as @@ -80,4 +80,4 @@ --------------------------- De nombreux autre bugs ont été corrigés. Plus de détail sur cette page : -http://forge.codelutin.com/projects/isis-fish/versions/85. +http://forge.codelutin.com/projects/versions/85. Modified: trunk/src/site/rst/v4/user/isisFishModel.rst =================================================================== --- trunk/src/site/rst/v4/user/isisFishModel.rst 2014-04-17 16:51:28 UTC (rev 191) +++ trunk/src/site/rst/v4/user/isisFishModel.rst 2014-08-19 16:14:37 UTC (rev 192) @@ -5,7 +5,7 @@ .. * $Id$ .. * $HeadURL$ .. * %% -.. * Copyright (C) 1999 - 2010 Ifremer, Code Lutin +.. * Copyright (C) 1999 - 2014 Ifremer, Code Lutin .. * %% .. * This program is free software: you can redistribute it and/or modify .. * it under the terms of the GNU General Public License as Modified: trunk/src/site/site_en.xml =================================================================== --- trunk/src/site/site_en.xml 2014-04-17 16:51:28 UTC (rev 191) +++ trunk/src/site/site_en.xml 2014-08-19 16:14:37 UTC (rev 192) @@ -6,7 +6,7 @@ $Id: site_fr.xml 3124 2010-11-29 18:14:09Z chatellier $ $HeadURL$ %% - Copyright (C) 1999 - 2012 Ifremer, Code Lutin, Chatellier Eric + Copyright (C) 1999 - 2014 Ifremer, Code Lutin, Chatellier Eric %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -24,7 +24,7 @@ #L% --> -<project name="Isis-fish"> +<project name="ISIS-fish"> <publishDate position="none" /> <version position="none" /> @@ -38,19 +38,10 @@ <src>images/ifremer.png</src> </bannerRight> - <!-- <poweredBy> - <logo href="http://argouml.tigris.org/" img="/images/argouml-logo.png" - name="ArgoUML" /> - <logo href="http://docutils.sourceforge.net/rst.html" img="/images/restructuredtext-logo.png" - name="reStructuredText" /> - <logo href="http://topia.labs.libre-entreprise.org/" img="/images/topia-logo.png" - name="ToPIA" /> - </poweredBy> --> - <body> <breadcrumbs> - <item name="${project.name}" href="${project.url}" /> + <item name="ISIS-fish" href="${project.url}" /> </breadcrumbs> <links> @@ -75,7 +66,7 @@ </menu> <footer> - <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.min.js"></script> + <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.1.min.js"></script> <script type="text/javascript" src="/js/maven-isisfish.js"></script> <div id='projectMetas' projectversion='${project.version}' Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2014-04-17 16:51:28 UTC (rev 191) +++ trunk/src/site/site_fr.xml 2014-08-19 16:14:37 UTC (rev 192) @@ -6,7 +6,7 @@ $Id: site_fr.xml 3124 2010-11-29 18:14:09Z chatellier $ $HeadURL$ %% - Copyright (C) 1999 - 2012 Ifremer, Code Lutin, Chatellier Eric + Copyright (C) 1999 - 2014 Ifremer, Code Lutin, Chatellier Eric %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -24,7 +24,7 @@ #L% --> -<project name="Isis-fish"> +<project name="ISIS-Fish"> <publishDate position="none"/> <version position="none"/> @@ -38,16 +38,10 @@ <src>images/ifremer.png</src> </bannerRight> - <!-- <poweredBy> - <logo href="http://argouml.tigris.org/" img="/images/argouml-logo.png" name="ArgoUML"/> - <logo href="http://docutils.sourceforge.net/rst.html" img="/images/restructuredtext-logo.png" name="reStructuredText"/> - <logo href="http://topia.labs.libre-entreprise.org/" img="/images/topia-logo.png" name="ToPIA"/> - </poweredBy> --> - <body> <breadcrumbs> - <item name="${project.name}" href="${project.url}" /> + <item name="ISIS-Fish" href="${project.url}" /> </breadcrumbs> <links> @@ -58,50 +52,10 @@ </links> <menu name="ISIS-Fish"> - <item name="Presentation" href="index.html"/> + <item name="Présentation" href="index.html"/> <item name="Nouvelles" href="news.html"/> <item name="Roadmap" href="http://forge.codelutin.com/projects/isis-fish/roadmap"/> <item name="Téléchargement" href="download.html"/> - <item name="Documentation" href="v4/index.html"> - <item name="Installation" href="v4/user/installation.html"/> - <item name="Changements" href="v4/user/changements40.html"/> - <item name="Migration" href="v4/user/migrationv3v4.html"/> - <item name="Manuel utilisateur" href="v4/user/usermanual.html" collapse="true"> - <item name="Introduction" href="v4/user/usermanual/introduction.html"/> - <item name="Interface utilisateur" href="v4/user/usermanual/GUI.html"> - <item name="Saisie de pecherie" href="v4/user/usermanual/inputs.html"/> - <item name="Lanceur de simulation" href="v4/user/usermanual/launcher.html"/> - <item name="Lanceur d'analyses de sensibilité" href="v4/user/usermanual/sensitivity.html"/> - <item name="Rendu des résultas" href="v4/user/usermanual/results.html"/> - <item name="Editeur de script" href="v4/user/usermanual/scripts.html"/> - <item name="Queue de simulation" href="v4/user/usermanual/queue.html"/> - </item> - <item name="Plan d'analyse - plan d'expérience" href="v4/user/usermanual/analysisPlan.html"/> - <item name="Analyse de sensibilite" href="v4/downloads/manuel_sensitivity.pdf"/> - </item> - <item name="Tutoriaux" href="v4/user/tutorials.html"> - <item name="Première utilisation" href="v4/user/tutorials/firstLaunch.html"/> - <item name="Paramétrisation" href="v4/user/tutorials/parameterising.html"/> - <item name="Plans d'analyse" href="v4/user/tutorials/simulationPlan.html"/> - <item name="Utilisation des APIs" href="v4/user/tutorials/useAPI.html"/> - <item name="Commandes CAPARMOR" href="v4/user/tutorials/utilCaparmor.html"/> - </item> - <item name="Documentation des APIs" href="v4/user/API.html"/> - <item name="Scripts Java" href="v4/user/scripts.html" collapse="true"> - <item name="Règles" href="v4/user/scripts/rules.html" /> - <item name="Exemples de scripts ISIS" href="v4/user/scripts.html"/> - </item> - <item name="Scripts R" href="v4/user/installationr.html" collapse="true"> - <item name="Installation R" href="v4/user/installationr.html"/> - <item name="Exemples de scripts R" href="v4/user/scriptsR.html"/> - </item> - <item name="FAQ" href="v4/user/FAQ.html"/> - </item> - <item name="Applications" href="applications.html"> - <item name="Golfe de Gascogne" href="applications/gdg.html"/> - <item name="Manche" href="applications/manche.html"/> - <item name="Autres" href="applications/other.html"/> - </item> <item name="Publications" href="publications.html"/> <item name="Projets de recherche" href="research.html"/> <item name="Historique" href="history.html" collapse="true"> @@ -111,17 +65,62 @@ <item name="Version 2" href="v2/index.html"/> <item name="Version 3" href="v3/index.html"/> </item> - <item name="Autres utilitaires" href="othertools.html"/> <item name="License" href="license.html"/> <item name="Contact/Assistance" href="contact.html"/> </menu> + + <menu name="ISIS-Fish Documentation"> + <item name="Documentation" href="v4/index.html" /> + <item name="Installation" href="v4/user/installation.html"/> + <item name="Changements" href="v4/user/changements40.html"/> + <item name="Migration" href="v4/user/migrationv3v4.html"/> + <item name="Manuel utilisateur" href="v4/user/usermanual.html" collapse="true"> + <item name="Introduction" href="v4/user/usermanual/introduction.html"/> + <item name="Interface utilisateur" href="v4/user/usermanual/GUI.html"> + <item name="Saisie de pecherie" href="v4/user/usermanual/inputs.html"/> + <item name="Lanceur de simulation" href="v4/user/usermanual/launcher.html"/> + <item name="Lanceur d'analyses de sensibilité" href="v4/user/usermanual/sensitivity.html"/> + <item name="Rendu des résultas" href="v4/user/usermanual/results.html"/> + <item name="Editeur de script" href="v4/user/usermanual/scripts.html"/> + <item name="Queue de simulation" href="v4/user/usermanual/queue.html"/> + </item> + <item name="Plan d'analyse - plan d'expérience" href="v4/user/usermanual/analysisPlan.html"/> + <item name="Analyse de sensibilite" href="v4/downloads/manuel_sensitivity.pdf"/> + </item> + <item name="Tutoriaux" href="v4/user/tutorials.html"> + <item name="Première utilisation" href="v4/user/tutorials/firstLaunch.html"/> + <item name="Paramétrisation" href="v4/user/tutorials/parameterising.html"/> + <item name="Plans d'analyse" href="v4/user/tutorials/simulationPlan.html"/> + <item name="Utilisation des APIs" href="v4/user/tutorials/useAPI.html"/> + <item name="Commandes CAPARMOR" href="v4/user/tutorials/utilCaparmor.html"/> + </item> + <item name="Applications" href="applications.html" collapse="true"> + <item name="Golfe de Gascogne" href="applications/gdg.html"/> + <item name="Manche" href="applications/manche.html"/> + <item name="Autres" href="applications/other.html"/> + </item> + <item name="Autres utilitaires" href="othertools.html"/> + <item name="FAQ" href="v4/user/FAQ.html"/> + </menu> + <menu name="ISIS-Fish Script"> + <item name="Documentation des APIs" href="v4/user/API.html"/> + <item name="Scripts Java" href="v4/user/scripts.html" collapse="true"> + <item name="Règles" href="v4/user/scripts/rules.html" /> + <item name="Exemples de scripts ISIS" href="v4/user/scripts.html"/> + </item> + <item name="Scripts R" href="v4/user/installationr.html" collapse="true"> + <item name="Installation R" href="v4/user/installationr.html"/> + <item name="Exemples de scripts R" href="v4/user/scriptsR.html"/> + </item> + </menu> + <menu name="ISIS-Fish developpement"> <item name="Manuel développeur" href="v4/devel/index.html"/> </menu> <footer> - <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.2.min.js"></script> + <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.1.min.js"></script> <script type="text/javascript" src="/js/maven-isisfish.js"></script> <div id='projectMetas' projectversion='${project.version}'
participants (1)
-
echatellier@users.forge.codelutin.com