Author: glandais Date: 2008-01-11 15:03:58 +0000 (Fri, 11 Jan 2008) New Revision: 147 Added: trunk/simexplorer-is/src/site/site_fr.xml Removed: trunk/simexplorer-is/src/site/site_fr.xml Log: maven site Deleted: trunk/simexplorer-is/src/site/site_fr.xml =================================================================== --- trunk/simexplorer-is/src/site/site_fr.xml 2008-01-11 15:03:13 UTC (rev 146) +++ trunk/simexplorer-is/src/site/site_fr.xml 2008-01-11 15:03:58 UTC (rev 147) @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<project name="simexplorer-si"> - - <skin> - <groupId>lutinlib</groupId> - <artifactId>lutin-site-skin</artifactId> - <version>0.1</version> - </skin> - - <bannerLeft> - <name>Système d'information - SimExplorer</name> - </bannerLeft> - - <bannerRight> - <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> - <href>http://www.codelutin.com</href> - </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"/> - </poweredBy> - - <body> - <links> - <item name="Code Lutin" href="http://www.codelutin.com/"/> - <item name="Labs" href="http://labs.libre-entreprise.org/"/> - <item name="[fr" href="http://simexplorer-si.labs.libre-entreprise.org/index.html"/> - <item name="en]" href="http://simexplorer-si.labs.libre-entreprise.org/en/index.html"/> - </links> - - <menu name="Survol"> - <item href="/index.html" name="Présentation"></item> - </menu> - - <menu name="Liens"> - <item href="http://java.sun.com/j2se" name="Le site Java de Sun"></item> - </menu> - - ${reports} - - </body> -</project> Added: trunk/simexplorer-is/src/site/site_fr.xml =================================================================== --- trunk/simexplorer-is/src/site/site_fr.xml (rev 0) +++ trunk/simexplorer-is/src/site/site_fr.xml 2008-01-11 15:03:58 UTC (rev 147) @@ -0,0 +1,54 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<project name="simexplorer-si"> + + <skin> + <groupId>lutinlib</groupId> + <artifactId>lutin-site-skin</artifactId> + <version>0.1</version> + </skin> + + <bannerLeft> + <name>Système d'information - SimExplorer</name> + </bannerLeft> + + <bannerRight> + <src> + http://www.codelutin.com/images/lutinorange-codelutin.png + </src> + <href>http://www.codelutin.com</href> + </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" /> + </poweredBy> + + <body> + <links> + <item name="Code Lutin" href="http://www.codelutin.com/" /> + <item name="Labs" href="http://labs.libre-entreprise.org/" /> + <item name="[fr" + href="http://simexplorer-si.labs.libre-entreprise.org/index.html" /> + <item name="en]" + href="http://simexplorer-si.labs.libre-entreprise.org/en/index.html" /> + </links> + + <menu name="Survol"> + <item href="/index.html" name="Présentation"></item> + <item href="/devel/implementation.html" + name="Implémentation"> + </item> + </menu> + + <menu name="Liens"> + <item href="http://java.sun.com/j2se" + name="Le site Java de Sun"> + </item> + </menu> + + ${reports} + + </body> +</project>