view src/site/site.xml @ 8:de31af0ad401

more doc for the website.
author casties
date Wed, 04 Sep 2013 09:08:17 +0200
parents cf3abd6ff312
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/DECORATION/1.3.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd">
  <skin>
    <groupId>org.apache.maven.skins</groupId>
    <artifactId>maven-fluido-skin</artifactId>
    <version>1.3.0</version>
  </skin>
  <bannerLeft>
    <name>digilib - a versatile image viewing environment for the internet</name>
    <href>http://digilib.berlios.de/</href>
  </bannerLeft>
  <bannerRight>
    <src>images/digilib-logo-small.png</src>
    <href>http://digilib.berlios.de/</href>
  </bannerRight>
  <body>
    <menu name="Overview">
      <item name="About digilib" href="index.html"/>
      <item name="How digilib works" href="digilib-short.html"/>
      <item name="Ancient history" href="history.html"/>
    </menu>
    <menu name="Installation">
      <item name="Installing digilib" href="install-digilib.html"/>
      <item name="Building digilib" href="build-maven.html"/>
    </menu>
    <menu name="Configuration">
      <item name="Configuring digilib" href="digilib-config.html"/>
      <item name="Directory layout" href="image-directories.html"/>
      <item name="Java settings" href="java-settings.html"/>
    </menu>
    <menu name="Development">
      <item name="The digilib Scaler API" href="scaler-api.html"/>
      <!-- <item name="Integrating digilib into your page" href=""/>
      <item name="Integrating digilib into your server" href=""/> -->
    </menu>
    <menu ref="reports"/>
  </body>
</project>