[Buix-commits] r903 - in lutinjaxx/trunk: maven-jaxx-plugin/src/site src/site
Author: tchemit Date: 2008-10-11 15:38:18 +0000 (Sat, 11 Oct 2008) New Revision: 903 Modified: lutinjaxx/trunk/maven-jaxx-plugin/src/site/site.xml lutinjaxx/trunk/src/site/site.xml Log: improve site (begin only...) Modified: lutinjaxx/trunk/maven-jaxx-plugin/src/site/site.xml =================================================================== --- lutinjaxx/trunk/maven-jaxx-plugin/src/site/site.xml 2008-10-11 15:38:04 UTC (rev 902) +++ lutinjaxx/trunk/maven-jaxx-plugin/src/site/site.xml 2008-10-11 15:38:18 UTC (rev 903) @@ -1,19 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <project name="${project.name}"> - <publishDate format="dd/MM/yyyy"/> + <!--publishDate format="dd/MM/yyyy"/> <skin> <groupId>org.codelutin</groupId> <artifactId>maven-lutin-skin</artifactId> <version>0.2</version> - </skin> + </skin--> <bannerLeft> <name>${project.name}</name> + <src>jaxx.png</src> + <href>index.html</href> </bannerLeft> - <bannerRight> + <!--bannerRight> <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src> <href>${project.organization.url}</href> </bannerRight> @@ -23,15 +25,16 @@ <logo href="http://jrst.labs.libre-entreprise.org" name="JRst" img="images/jrst-logo.png"/> <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="images/restructuredtext-logo.png"/> - </poweredBy> + </poweredBy--> <body> - <links> + <!--links> <item name="Labs" href="http://labs.libre-entreprise.org/"/> <item name="${project.organization.name}" href="${project.organization.url}"/> - </links> + </links--> <menu ref="parent"/> + <menu name="Utilisateur"> <item name="Accueil" href="index.html"/> <item name="Détail goals" href="plugin-info.html"> @@ -39,25 +42,19 @@ <item name="help" href="help-mojo.html"/> </item> </menu> - <menu name="Detail goals"> - <item name="generate" href="generate-mojo.html"/> - <item name="help" href="help-mojo.html"/> - </menu> - - <menu name="Téléchargement"> + + <menu name="Téléchargement" inherit="top"> <item href="${labs.builder.url}/org/codelutin/${project.artifactId}/${project.version}" name="Télécharger la dernière version"/> <item href="${labs.builder.url}/org/codelutin/${project.artifactId}" name="Voir toutes les versions"/> </menu> - <menu name="Développeur"> - <item name="A faire" href="Todo.html"/> + <menu name="Développeur" inherit="top"> + <item name="A faire" href="Todo.html"/> </menu> <menu ref="reports"/> - - <menu ref="modules"/> </body> </project> Modified: lutinjaxx/trunk/src/site/site.xml =================================================================== --- lutinjaxx/trunk/src/site/site.xml 2008-10-11 15:38:04 UTC (rev 902) +++ lutinjaxx/trunk/src/site/site.xml 2008-10-11 15:38:18 UTC (rev 903) @@ -4,13 +4,15 @@ <publishDate format="dd/MM/yyyy"/> <skin> - <groupId>org.codelutin</groupId> - <artifactId>maven-lutin-skin</artifactId> - <version>0.2</version> + <groupId>org.codelutin</groupId> + <artifactId>maven-lutin-skin</artifactId> + <version>0.2</version> </skin> <bannerLeft> <name>${project.name}</name> + <src>jaxx.png</src> + <href>index.html</href> </bannerLeft> <bannerRight> @@ -33,7 +35,7 @@ <menu ref="parent"/> <menu name="Utilisateur"> - <item name="Accueil" href="index.html"/> + <item name="Accueil" href="index.html"/> </menu> <menu name="Téléchargement"> @@ -44,12 +46,12 @@ </menu> <menu name="Développeur"> - <item name="A faire" href="Todo.html"/> + <item name="A faire" href="Todo.html"/> </menu> <menu ref="reports"/> <menu ref="modules"/> - + </body> </project>
participants (1)
-
tchemit@users.labs.libre-entreprise.org