Author: nrannou Date: 2009-08-27 17:40:24 +0200 (Thu, 27 Aug 2009) New Revision: 2761 Modified: trunk/src/site/site.xml Log: modification site Modified: trunk/src/site/site.xml =================================================================== --- trunk/src/site/site.xml 2009-08-27 15:10:53 UTC (rev 2760) +++ trunk/src/site/site.xml 2009-08-27 15:40:24 UTC (rev 2761) @@ -1,16 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> -<project name="Pollen"> +<project name="${project.name}"> <publishDate format="dd/MM/yyyy"/> <skin> <groupId>org.nuiton</groupId> <artifactId>maven-nuiton-skin</artifactId> - <version>1.0.0-rc-1</version> + <version>1.0.0</version> </skin> <bannerLeft> - <name>Code Lutin - Chorem</name> + <name>${project.name}</name> + <href>index.html</href> </bannerLeft> <bannerRight> @@ -25,37 +26,16 @@ </poweredBy> <body> - <!--links> - <item name="Labs" href="http://labs.libre-entreprise.org/"/> - <item name="Code Lutin" href="http://www.codelutin.com/"/> - </links--> - - <menu name="Projet" inherit="top"> - <!--item name="News" href="news.html" /> - <item name="Téléchargements" href="http://lutinbuilder.labs.libre-entreprise.org/maven2/org/codelutin/lima/lima..." /> - <item name="Lexique" href="lexique.html" /> - <item name="Contexte du projet" href="contexte.html"/> - <item name="Contacts" href="contact.html" /--> - </menu> - - <menu name="Pollen" inherit="top"> - <!--item name="Présentation" href="user/introduction.html"/> - <item name="Fonctionnalités" href="user/functions.html"/> - <item name="ScreenShots" href="screenshots.html"/> - <item name="Features" href="features.html"/> - - <item name="RoadMap" href="roadmap.html"/> - <item name="Développement" href="developpement.html"/> - <item name="Diagramme de classes" href="classes.html"/> - <item name="Dépôt" href="http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/callao/?root=chorem"/--> - - <!--item name="Téléchargement" href="http://labs.libre-entreprise.org/frs/?group_id=41"/--> - </menu> - + + <breadcrumbs> + <item name="${project.name}" href="${project.url}" /> + </breadcrumbs> + <menu name="Utilisateur"> <item name="Installation" href="user/install.html"/> <item name="Tutoriel" href="user/tutoriel.html"/> </menu> + <menu name="Développeur"> <item name="Analyse" href="developper/analyse.html"/> <item name="Architecture" href="developper/architecture.html"/> @@ -66,24 +46,8 @@ </item> </menu> - <!--menu name="Utilisateur" inherit="top" > - <item name="How To" href="howto.html" /> - </menu--> - - <!--menu name="Trackers"> - <item name="Bugs" href="http://labs.libre-entreprise.org/tracker/?atid=246&group_id=41&func=browse"/> - <item name="Améliorations" href="http://labs.libre-entreprise.org/tracker/?atid=249&group_id=41&func=browse"/> - <item name="Aide" href="http://labs.libre-entreprise.org/tracker/?atid=247&group_id=41&func=browse"/> - </menu--> - - <!--menu name="Liens"> - <item name="ToPIA" href="http://labs.libre-entreprise.org/projects/topia/"/> - <item name="Code Lutin" href="http://codelutin.com/"/> - </menu--> - <menu ref="parent"/> - <menu ref="modules"/> - + <!-- <menu ref="modules"/> --> <menu ref="reports"/> </body>