<?xml version="1.0" encoding="UTF-8"?>
<!--
  #%L
  EUGene
  
  $Id: site_fr.xml 1174 2012-08-17 08:44:36Z tchemit $
  $HeadURL: http://svn.nuiton.org/svn/eugene/tags/eugene-2.5.5/src/site/site_fr.xml $
  %%
  Copyright (C) 2004 - 2010 CodeLutin
  %%
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU Lesser General Public License as 
  published by the Free Software Foundation, either version 3 of the 
  License, or (at your option) any later version.
  
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Lesser Public License for more details.
  
  You should have received a copy of the GNU General Lesser Public 
  License along with this program.  If not, see
  <http://www.gnu.org/licenses/lgpl-3.0.html>.
  #L%
  -->

<project name="${project.name}">

  <skin>
    <groupId>org.apache.maven.skins</groupId>
    <artifactId>maven-fluido-skin</artifactId>
    <version>1.2.2</version>
  </skin>

  <custom>
    <fluidoSkin>
      <topBarEnabled>false</topBarEnabled>
      <googleSearch/>
      <sideBarEnabled>true</sideBarEnabled>
      <searchEnabled>true</searchEnabled>
      <sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
    </fluidoSkin>
  </custom>

  <bannerLeft>
    <name>${project.name}</name>
    <href>index.html</href>
  </bannerLeft>

  <bannerRight>
    <src>http://www.codelutin.com/images/lutinorange-codelutin.png</src>
    <href>http://www.codelutin.com</href>
  </bannerRight>

  <publishDate position="right"/>
  <version position="right"/>

  <poweredBy>
    <logo href="http://maven.apache.org" name="Maven"
          img="${project.url}/images/logos/maven-feather.png"/>
    <logo href="http://maven-site.nuiton.org/jrst/" name="JRst"
          img="${project.url}/images/logos/jrst-logo.png"/>
    <logo href="http://docutils.sourceforge.net/rst.html"
          name="ReStructuredText"
          img="${project.url}/images/logos/restructuredtext-logo.png"/>
  </poweredBy>

  <body>

    <breadcrumbs>
      <item name="${project.name}"
            href="http://maven-site.nuiton.org/eugene/index.html"/>
    </breadcrumbs>

    <head>
      <script type="text/javascript"
              src="http://maven-site.nuiton.org/public/js/maven-site-nuiton.org.js">
      </script>
    </head>

    <links>
      <item name="Nuiton.org" href="http://nuiton.org"/>
      <item name="Code Lutin" href="http://www.codelutin.com"/>
      <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/"/>
    </links>

    <menu name="Documentation">
      <item name="English version" href="../index.html"/>
      <item name="Accueil" href="index.html"/>
      <item name="Introduction" href="01-introduction.html"/>
      <item name="ObjectModel" href="02-objectmodel.html"/>
      <item name="Processus de génération" href="03-generation.html"/>
      <item name="Templates" href="04-templates.html"/>
      <item name="Execution" href="05-execution.html"/>
      <item name="Fonctionnalités avancées"
            href="06-fonctionnalites-avancees.html"/>
      <item name="Glossaire" href="07-glossaire.html"/>
      <item name="FAQ" href="08-FAQ.html"/>
    </menu>

    <menu name="Projet">
      <item name="Accueil" href="http://nuiton.org/projects/show/eugene"/>
      <item name="Téléchargement"
            href="http://nuiton.org/projects/eugene/files"/>
      <item name="Trackers" href="http://nuiton.org/projects/eugene/issues"/>
    </menu>

    <menu name="Liens">
      <item name="Nuiton-processor"
            href="http://maven-site.nuiton.org/processor"/>
      <item name="ToPIA" href="http://maven-site.nuiton.org/topia"/>
      <item name="ArgoUML" href="http://argouml.tigris.org/"/>
      <item name="UML" href="http://www.uml.org/"/>
      <item name="XMI" href="http://www.omg.org/spec/XMI/"/>
    </menu>

    <!-- TC-20100117 does not works on none primary language -->
    <menu ref="modules"/>
    <!--<menu name="Modules">-->
    <!--<item name="Eugene :: Eugene" href="../eugene/fr/index.html"/>-->
    <!--<item name="Eugene :: Ant task" href="../ant-eugene-task/fr/index.html"/>-->
    <!--<item name="Eugene :: Maven plugin" href="../eugene-maven-plugin/fr/index.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>
