diff src/site/site.xml @ 7:cf3abd6ff312

build docu with Maven.
author casties
date Mon, 02 Sep 2013 19:32:44 +0200
parents
children de31af0ad401
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/site/site.xml	Mon Sep 02 19:32:44 2013 +0200
@@ -0,0 +1,27 @@
+<?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="Building digilib" href="build-maven.html"/>
+      <item name="Configuring digilib" href="digilib-config.html"/>
+      <item name="Ancient history" href="history.html"/>
+    </menu>
+    <!-- <menu ref="reports"/> -->
+  </body>
+</project>