<?xml version="1.0" encoding="UTF-8"?>
<!--
  #%L
  bow
  
  $Id: site.xml 192 2011-02-14 14:53:06Z tchemit $
  $HeadURL: http://svn.chorem.org/svn/bow/tags/bow-1.1/src/site/site.xml $
  %%
  Copyright (C) 2010 CodeLutin
  %%
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU Affero 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 Public License for more details.
  
  You should have received a copy of the GNU Affero General Public License
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  #L%
  -->

<project name="${project.name}">

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

    <body>

        <menu name="Utilisateur">
            	<item name="Import/Export" href="user/importExport.html" />
            	<item name="Recherche de marque-pages" href="user/search.html" />
            	<item name="Ajout de marque-pages" href="user/addBookmark.html" />
            	<item name="Alias/URL courtes" href="user/alias.html" />
            	<item name="OpenSearch" href="user/openSearch.html" />
                <item name="Préférences" href="user/preferences.html" />
        </menu>

		<menu name="Développeur">
		    <item name="Presentation" href="developper/presentation.html" />
            <item name="Installation" href="developper/installation.html" />
		</menu>

        <menu ref="reports"/>

    </body>
</project>

