<?xml version="1.0" encoding="UTF-8"?>
<!--
  #%L
  ToPIA
  
  $Id: site_fr.xml 2791 2013-08-05 09:30:26Z athimel $
  $HeadURL: http://svn.nuiton.org/svn/topia/tags/topia-3.0-alpha-4/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="ToPIA">

  <bannerLeft>
    <!--<src alt="ToPIA">http://maven-site.nuiton.org/public/images/logos/topia-logo.png</src>-->
    <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>

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

  <custom>
    <fluidoSkin>
      <topBarEnabled>true</topBarEnabled>
      <topBarIcon>
        <name>ToPIA</name>
        <alt>ToPIA</alt>
        <src><!-- TODO Create a 108*20 px icon --></src>
        <href>/index.html</href>
      </topBarIcon>
      <sideBarEnabled>false</sideBarEnabled>
      <googleSearch>false</googleSearch>
      <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="${project.url}/images/logos/maven-feather.png"/>

    <logo href="http://docutils.sourceforge.net/rst.html"
          name="ReStructuredText"
          img="http://maven-site.nuiton.org/public/images/logos/restructuredtext-logo.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://argouml.tigris.org/" name="ArgoUML"
          img="http://maven-site.nuiton.org/public/images/logos/argouml-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>

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

    <menu name="Documentation" inherit="top">
      <item name="Présentation" href="index.html" />
      <item name="Utilisation" href="user/howto.html" />
      <item name="Génération des modèles" href="user/ModelGeneration.html"/>
      <item name="Tag values" href="user/tagvalues.html" />
      <item name="TopiaQuery" href="user/TopiaQuery.html"/>
      <item name="FAQ" href="user/FAQ.html"/>
    </menu>

    <menu name="Tutoriels" inherit="top">
      <item name="Démarrer avec ToPIA et Maven" href="user/start.html" />
      <item name="Commencer à développer avec l'API ToPIA" href="user/start_using_api.html" />
      <item name="Étendre le modèle" href="user/extend_model.html" />
      <item name="Continer le développement" href="user/continue_devel.html" />
    </menu>

    <menu name="Développeurs">
      <item name="Todo" href="devel/Todo.html"/>
      <item name="Mapping hibernate" href="devel/HibernateMapping.html"/>
      <item name="Isolation" href="devel/Isolation.html"/>
      <item name="Schema migration" href="devel/SchemaMigration.html"/>
      <item name="Sécurité" href="devel/security.html"/>
      <item name="TopiaContextFactory" href="devel/Devel.html"/>
      <item name="Projets similaires" href="devel/project.html"/>
      <item name="Gestion des évènements" href="user/event.html"/>
    </menu>

    <menu ref="modules"/>

    <menu ref="reports"/>

    <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>

    <footer>

      <div id='projectMetas' locale='fr'
           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>
