<?xml version="1.0" encoding="UTF-8"?>
<!--
  #%L
  JRst
  %%
  Copyright (C) 2004 - 2020 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}" xmlns="http://maven.apache.org/DECORATION/1.8.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">

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

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

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

    <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="Language">
      <item name="Français" href="../index.html"/>
      <item name="English" href="index.html"/>
    </menu>

    <menu name="Community">
      <item name="Bugtracker" href="https://forge.nuiton.org/projects/jrst/issues"/>
      <item name="Roadmap" href="https://forge.nuiton.org/projects/roadmap/jrst"/>
      <item name="Downloads" href="https://forge.nuiton.org/projects/jrst/files"/>
      <item name="Continuous integration" href="http://ci.nuiton.org/jenkins/job/jrst-ci"/>
      <item name="Code analysis" href="http://qa.nuiton.org/sonar/project/index/org.nuiton:jrst"/>
    </menu>

    <!--<menu ref="modules"/>-->

    <menu name="Modules">
      <item name="JRst :: Api" href="../jrst/en/index.html"/>
      <item name="JRst :: Maven Plugin" href="../maven-jrst-plugin/en/index.html"/>
      <item name="JRst :: Doxia module" href="../doxia-module-jrst/en/index.html"/>
      <item name="JRst :: Documentation" href="../jrst-doc/en/index.html"/>
    </menu>

    <menu ref="reports"/>

    <footer><![CDATA[
      <div id='mavenProjectProperties' locale='en'
           projectId='${project.projectId}'
           version='${project.siteDeployClassifier}'
           sourcesType='${project.siteSourcesType}'/>
    ]]></footer>

  </body>
</project>
