Author: bpoussin Date: 2007-01-02 20:02:00 +0000 (Tue, 02 Jan 2007) New Revision: 11 Modified: site/site.xml Log: ajout du skin et de accueil Modified: site/site.xml =================================================================== --- site/site.xml 2006-09-08 12:56:46 UTC (rev 10) +++ site/site.xml 2007-01-02 20:02:00 UTC (rev 11) @@ -1,6 +1,12 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <project name="LutinJ2R"> + <skin> + <groupId>lutinlib</groupId> + <artifactId>lutin-site-skin</artifactId> + <version>0.1</version> + </skin> + <bannerLeft> <name>LutinJ2R</name> </bannerLeft> @@ -10,17 +16,21 @@ <href>http://www.codelutin.com</href> </bannerRight> + <poweredBy> + <logo href="http://maven.apache.org" name="Maven" img="images/logos/maven-feather.png"/> + <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> + <body> <links> <item name="Labs" href="http://labs.libre-entreprise.org/"/> <item name="Code Lutin" href="http://www.codelutin.com/"/> </links> - <menu name="Survol"> - <item href="/etude.html" name="Etude"></item> - </menu> - <menu name="Utilisateur"> + <item href="index.html" name="Accueil"></item> + <item href="etude.html" name="Etude"></item> <item href="installation.html" name="Installation"/> <item href="module.html" name="Utilisation"/> </menu>