<?xml version="1.0" encoding="UTF-8"?>
<!--
  #%L
  Wikitty
  
  $Id: site_en.xml 1279 2012-01-03 18:04:34Z bpoussin $
  $HeadURL: http://svn.nuiton.org/svn/wikitty/tags/wikitty-3.4/src/site/site_en.xml $
  %%
  Copyright (C) 2009 - 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}">

    <publishDate format="dd/MM/yyyy"/>
    
    <bannerLeft>
        <name>${project.name}</name>
        <href>index.html</href>
    </bannerLeft>

    <body>

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

        <links>
            <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="Overview">
            <item name="Home" href="index.html"/>
            <item name="Changes" href="http://www.nuiton.org/projects/wikitty/roadmap?tracker_ids&#91;&#93;=1&amp;tracker_ids&#91;&#93;=2&amp;tracker_ids&#91;&#93;=4&amp;completed=1"/>
            <item name="Download" href="http://nuiton.org/projects/wikitty/files"/>
        </menu>

        <menu name="User">
            <item name="Migration" href="migration.html"/>
            <item name="Hessian" href="hessian.html"/>
        </menu>

        <menu name="Developer">
            <item name="Todo" href="http://www.nuiton.org/projects/wikitty/roadmap"/>
            <item name="Bug tracker" href="http://nuiton.org/projects/wikitty/issues"/>
            <item name="SVN Repository" href="http://svn.nuiton.org/svn/wikitty/"/>
            <item name="Continuous Integration" href="http://hudson.nuiton.org/hudson/job/wikitty/"/>
            <item name="Sonar analysis" href="http://sonar.nuiton.org/sonar/project/index/org.nuiton:wikitty"/>
        </menu>

        <menu ref="modules"/>

        <menu ref="reports"/>

    </body>
</project>

