Author: tchemit Date: 2008-08-17 22:27:49 +0000 (Sun, 17 Aug 2008) New Revision: 114 Removed: trunk/lutinprocessor/doc/ Modified: trunk/lutinprocessor/pom.xml trunk/lutinprocessor/src/site/site.xml trunk/lutinprocessor/src/site/xdoc/fr/rst/index.rst Log: mise en place du site (pb avec l'echapement des caractere * en jrst ?) Modified: trunk/lutinprocessor/pom.xml =================================================================== --- trunk/lutinprocessor/pom.xml 2008-08-17 22:07:04 UTC (rev 113) +++ trunk/lutinprocessor/pom.xml 2008-08-17 22:27:49 UTC (rev 114) @@ -64,7 +64,13 @@ <build> <plugins> + <!-- jrst --> + <plugin> + <groupId>lutinplugin</groupId> + <artifactId>maven-jrst-plugin</artifactId> + </plugin> + </plugins> </build> - + </project> Modified: trunk/lutinprocessor/src/site/site.xml =================================================================== --- trunk/lutinprocessor/src/site/site.xml 2008-08-17 22:07:04 UTC (rev 113) +++ trunk/lutinprocessor/src/site/site.xml 2008-08-17 22:27:49 UTC (rev 114) @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project name="LutinProcessor"> +<project name="${project.name}"> <skin> <groupId>lutinlib</groupId> @@ -8,7 +8,7 @@ </skin> <bannerLeft> - <name>Lutin Processor</name> + <name>${project.name}</name> </bannerLeft> <bannerRight> @@ -24,21 +24,21 @@ <body> <links> - <item name="Maven-processor-plugin" href="http://jrst.labs.libre-entreprise.org/maven-processor-plugin/"/> - <item name="Labs" href="http://labs.libre-entreprise.org/"/> - <item name="Code Lutin" href="http://www.codelutin.com/"/> + <item name="Maven-processor-plugin" href="http://lutinprocessor.labs.libre-entreprise.org/maven-processor-plugin/"/> + <item name="le Labs" href="http://labs.libre-entreprise.org/"/> + <item name="${project.organization.name}" href="${project.organization.url}"/> </links> <menu name="Utilisateur"> - <item href="/index.html" name="Accueil"></item> - <item href="http://lutinbuilder.labs.libre-entreprise.org/maven2/lutinlib/lutinprocessor..." name="Téléchargement"/> + <item href="/index.html" name="Accueil"/> + <item href="http://lutinbuilder.labs.libre-entreprise.org/maven2/org/codelutin/${project.artifactId}/" name="Téléchargement"/> </menu> <menu name="Developpeur"> <item name="Todo" href="Todo.html"/> </menu> - ${reports} + <menu ref="reports"/> </body> </project> Modified: trunk/lutinprocessor/src/site/xdoc/fr/rst/index.rst =================================================================== (Binary files differ)