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

build docu with Maven.
author casties
date Mon, 02 Sep 2013 19:32:44 +0200
parents
children de31af0ad401
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
2 <project xmlns="http://maven.apache.org/DECORATION/1.3.0"
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
4 xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd">
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
5 <skin>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
6 <groupId>org.apache.maven.skins</groupId>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
7 <artifactId>maven-fluido-skin</artifactId>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
8 <version>1.3.0</version>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
9 </skin>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
10 <bannerLeft>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
11 <name>digilib - a versatile image viewing environment for the internet</name>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
12 <href>http://digilib.berlios.de/</href>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
13 </bannerLeft>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
14 <bannerRight>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
15 <src>images/digilib-logo-small.png</src>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
16 <href>http://digilib.berlios.de/</href>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
17 </bannerRight>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
18 <body>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
19 <menu name="Overview">
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
20 <item name="About digilib" href="index.html"/>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
21 <item name="Building digilib" href="build-maven.html"/>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
22 <item name="Configuring digilib" href="digilib-config.html"/>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
23 <item name="Ancient history" href="history.html"/>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
24 </menu>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
25 <!-- <menu ref="reports"/> -->
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
26 </body>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
27 </project>