Author: tchemit Date: 2012-08-08 16:20:17 +0200 (Wed, 08 Aug 2012) New Revision: 3579 Url: http://chorem.org/repositories/revision/lima/3579 Log: site configuration 2 Modified: trunk/src/site/site_fr.xml Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2012-08-08 14:19:59 UTC (rev 3578) +++ trunk/src/site/site_fr.xml 2012-08-08 14:20:17 UTC (rev 3579) @@ -26,39 +26,91 @@ <project name="Lima"> - <bannerLeft> - <name>${project.name}</name> - <href>index.html</href> - </bannerLeft> + <bannerLeft> + <name>${project.name}</name> + <href>index.html</href> + </bannerLeft> - <poweredBy> - <logo href="http://maven.apache.org" name="Maven" img="http://maven-site.nuiton.org/jrst/images/logos/maven-feather.png"/> - <logo href="http://maven-site.nuiton.org/jrst/" name="JRst" img="http://maven-site.nuiton.org/jrst/images/jrst-logo.png"/> - <logo href="http://docutils.sourceforge.net/rst.html" name="ReStructuredText" img="http://maven-site.nuiton.org/jrst/images/restructuredtext-logo.png"/> - <logo href="http://maven-site.nuiton.org/jaxx/" name="Jaxx" img="${project.url}/images/jaxx-logo.png"/> - </poweredBy> - - <body> - <menu name="Le projet" inherit="top"> - <item name="Présentation" href="presentation.html"/> - <item name="Fonctionnalités" href="features.html"/> - <item name="Lancer Lima en ligne" href="lima-swing/jnlp/launch.jnlp" /> - <item name="Téléchargements" href="http://www.chorem.org/projects/lima/files" /> - <item name="Contacts" href="contact.html" /> - <item name="Dépôt SVN" href="http://svn.chorem.org/svn/lima/"/> - </menu> - <menu name="Mode d'emploi" inherit="top" > - <item name="Installer et lancer" href="install.html" /> - <item name="Créer sa comptabilité" href="assistant.html" /> - <item name="Saisie d'écritures" href="saisie.html" /> - <item name="Rapports" href="rapports.html" /> - <item name="Import / Export" href="importexport.html" /> - <item name="Lexique comptable" href="lexique.html" /> - </menu> - <menu name="Développeur" inherit="top" > - <item name="Mode serveur" href="devel/server.html" /> - </menu> - <menu ref="reports"/> - </body> - + <skin> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-fluido-skin</artifactId> + <version>1.2.1</version> + </skin> + + <custom> + <fluidoSkin> + <topBarEnabled>false</topBarEnabled> + <googleSearch/> + <sideBarEnabled>true</sideBarEnabled> + <searchEnabled>true</searchEnabled> + <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled> + </fluidoSkin> + </custom> + + <publishDate position="right" format="dd/MM/yyyy"/> + <version position="right"/> + + <poweredBy> + <logo href="http://maven.apache.org" name="Maven" + img="http://maven-site.nuiton.org/jrst/images/logos/maven-feather.png"/> + <logo href="http://maven-site.nuiton.org/jrst/" name="JRst" + img="http://maven-site.nuiton.org/jrst/images/jrst-logo.png"/> + <logo href="http://docutils.sourceforge.net/rst.html" + name="ReStructuredText" + img="http://maven-site.nuiton.org/jrst/images/restructuredtext-logo.png"/> + <logo href="http://maven-site.nuiton.org/jaxx/" name="Jaxx" + img="${project.url}/images/jaxx-logo.png"/> + </poweredBy> + + <body> + + <head> + <script type="text/javascript" + src="http://maven-site.chorem.org/public/js/maven-site-chorem.org.js"> + </script> + + <link rel="stylesheet" type="text/css" + href="http://maven-site.chorem.org/public/css/maven-site-chorem.org.css"/> + </head> + + <menu name="Le projet" inherit="top"> + <item name="Présentation" href="presentation.html"/> + <item name="Fonctionnalités" href="features.html"/> + <item name="Lancer Lima en ligne" href="lima-swing/jnlp/launch.jnlp"/> + <item name="Téléchargements" + href="http://www.chorem.org/projects/lima/files"/> + <item name="Contacts" href="contact.html"/> + <item name="Dépôt SVN" href="http://svn.chorem.org/svn/lima/"/> + </menu> + <menu name="Mode d'emploi" inherit="top"> + <item name="Installer et lancer" href="install.html"/> + <item name="Créer sa comptabilité" href="assistant.html"/> + <item name="Saisie d'écritures" href="saisie.html"/> + <item name="Rapports" href="rapports.html"/> + <item name="Import / Export" href="importexport.html"/> + <item name="Lexique comptable" href="lexique.html"/> + </menu> + <menu name="Développeur" inherit="top"> + <item name="Mode serveur" href="devel/server.html"/> + </menu> + + <menu ref="reports"/> + + <footer> + + <div id='projectMetas' + projectversion='${project.version}' + platform='${project.platform}' + projectid='${project.projectId}' + scm='${project.scm.connection}' + scmwebeditorenabled='${project.scmwebeditorEnabled}' + scmwebeditorurl='${project.scmwebeditorUrl}' + siteSourcesType='${project.siteSourcesType}' + piwikEnabled='${project.piwikEnabled}' + piwikId='${project.piwikId}'> + </div> + </footer> + + </body> + </project>
participants (1)
-
tchemit@users.chorem.org