<?xml version="1.0" encoding="UTF-8"?>
<!--
  #%L
  I18n
  
  $Id: site_en.xml 1981 2012-09-04 09:26:32Z tchemit $
  $HeadURL: http://svn.nuiton.org/svn/i18n/tags/i18n-2.5.2/src/site/site_en.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}">

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

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

  <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"/>
  </poweredBy>

  <body>

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

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

    <breadcrumbs>
      <item name="${project.name}" href="index.html"/>
    </breadcrumbs>

    <menu name="Language">
      <item name="Version Française" href="../index.html"/>
      <item name="English Version" href="./index.html"/>
    </menu>

    <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="[fr" href="../index.html" />
      <item name="en]" href="index.html" /-->
    </links>

    <menu name="User">
      <item name="Home" href="index.html"/>
      <item name="Presentation" href="presentation.html"/>
      <item name="Best Practices" href="bestPractices.html"/>
      <item name="Use with GWT" href="gwt.html"/>
    </menu>

    <menu name="Tutorials">
      <item name="Hello World" href="helloWorld.html"/>
      <item name="Library" href="library.html"/>
      <item name="Final application" href="application.html"/>
    </menu>

    <menu name="Developer">
      <item name="Extend Initializer" href="extendInitializer.html"/>
    </menu>

    <menu ref="modules"/>

    <!--menu name="Modules">
      <item name="I18n :: Api" href="../nuiton-i18n/en/index.html"/>
      <item name="I18n :: Maven Plugin"
            href="../maven-i18n-plugin/en/index.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>
