annotate 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
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"/>
8
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
21 <item name="How digilib works" href="digilib-short.html"/>
7
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
22 <item name="Ancient history" href="history.html"/>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
23 </menu>
8
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
24 <menu name="Installation">
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
25 <item name="Installing digilib" href="install-digilib.html"/>
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
26 <item name="Building digilib" href="build-maven.html"/>
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
27 </menu>
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
28 <menu name="Configuration">
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
29 <item name="Configuring digilib" href="digilib-config.html"/>
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
30 <item name="Directory layout" href="image-directories.html"/>
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
31 <item name="Java settings" href="java-settings.html"/>
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
32 </menu>
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
33 <menu name="Development">
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
34 <item name="The digilib Scaler API" href="scaler-api.html"/>
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
35 <!-- <item name="Integrating digilib into your page" href=""/>
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
36 <item name="Integrating digilib into your server" href=""/> -->
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
37 </menu>
de31af0ad401 more doc for the website.
casties
parents: 7
diff changeset
38 <menu ref="reports"/>
7
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
39 </body>
cf3abd6ff312 build docu with Maven.
casties
parents:
diff changeset
40 </project>