<?xml version="1.0" encoding="UTF-8"?>
<!--
  #%L
  JAXX
  
  $Id: site_fr.xml 2509 2012-10-12 11:13:09Z tchemit $
  $HeadURL: http://svn.nuiton.org/svn/jaxx/tags/jaxx-2.5.11/src/site/site_fr.xml $
  %%
  Copyright (C) 2008 - 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.3.0</version>
  </skin>

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

  <bannerLeft>
    <name>${project.name}</name>
    <src>http://maven-site.nuiton.org/public/images/logos/jaxx-logo.png</src>
    <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" format="dd/MM/yyyy"/>
  <version position="right"/>

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

  <body>

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

      <link rel="stylesheet" type="text/css"
            href="http://maven-site.nuiton.org/public/css/mavenpom-site.css"/>
    </head>

    <links>
      <item name="nuiton.org" href="http://www.nuiton.org"/>
      <item name="CodeLutin" href="http://codelutin.com"/>
      <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/"/>
      <item name="original JAXX"
            href="http://buix.labs.libre-entreprise.org/original-jaxx"/>
    </links>

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

    <menu ref="modules"/>

    <menu name="Présentation">
      <item name="Accueil" href="index.html"/>
      <item name="Présentation/Concept" href="presentation.html"/>
      <item name="Qu'est-ce qu'un fichier JAXX ?" href="JAXXFile.html"/>
      <item name="Démonstration" href="demo.html"/>
      <item name="Tutoriels" href="tutoriels.html"/>
    </menu>

    <menu name="Fonctionalités de base">
      <item name="Utiliser les objets Swing" href="useSwingObjects.html"/>
      <item name="Les scripts JAXX" href="scripting.html"/>
      <item name="Le data-binding" href="dataBinding.html"/>
      <item name="Utiliser des styles" href="useStylesheets.html"/>
      <!--item name="Le context/cache" href=""/-->
      <item name="Java beans" href="javaBeans.html"/>
      <!--item name="Actions/Tabs" href=""/-->
    </menu>

    <menu name="Fonctionnalités avancées">
      <item name="Internationalisation" href="I18n.html"/>
      <!--item name="Arbre de navigation" href=""/>
    <item name="Validateurs" href=""/-->
      <item name="Programmation par contrat" href="contractProgramming.html"/>
      <!--item name="Widgets" href=""/-->
    </menu>

    <!--menu name="Démo et Tutoriels">
      <item name="Démo" href="demo.html"/>
      <item name="Hello World" href="tutos/helloworld.html"/>
      <item name="Hello World 2" href="tutos/helloworld2.html"/>
      <item name="Feuilles de style" href="tutos/css.html"/>
      <item name="Data-binding" href="tutos/data-binding.html"/>
      <item name="ConfigUI" href="tutos/config.html"/>
    </menu-->

    <menu name="Ancienne documentation">
      <item name="Migration JAXX 2.0" href="migration.html"/>
    </menu>

    <menu ref="reports"/>

    <footer>

      <div id='projectMetas'
           projectversion='${project.version}'
           platform='${project.platform}'
           projectid='${project.projectId}'
           scm='${project.scm.developerConnection}'
           scmwebeditorenabled='${project.scmwebeditorEnabled}'
           scmwebeditorurl='${project.scmwebeditorUrl}'
           siteSourcesType='${project.siteSourcesType}'
           piwikEnabled='${project.piwikEnabled}'
           piwikId='${project.piwikId}'>
      </div>
    </footer>

  </body>
</project>
