Mercurial > hg > digilib
comparison doc/src/site/site.xml @ 1216:bd7dfa8b164e
move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
author | robcast |
---|---|
date | Fri, 06 Sep 2013 10:25:05 +0200 |
parents | |
children | 2bc0919fa42d |
comparison
equal
deleted
inserted
replaced
1215:68625b3c5341 | 1216:bd7dfa8b164e |
---|---|
1 <?xml version="1.0" encoding="UTF-8"?> | |
2 <project xmlns="http://maven.apache.org/DECORATION/1.3.0" | |
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
4 xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"> | |
5 <skin> | |
6 <groupId>org.apache.maven.skins</groupId> | |
7 <artifactId>maven-fluido-skin</artifactId> | |
8 <version>1.3.0</version> | |
9 </skin> | |
10 <bannerLeft> | |
11 <name>digilib - a versatile image viewing environment for the internet</name> | |
12 <href>http://digilib.berlios.de/</href> | |
13 </bannerLeft> | |
14 <bannerRight> | |
15 <src>images/digilib-logo-small.png</src> | |
16 <href>http://digilib.berlios.de/</href> | |
17 </bannerRight> | |
18 <body> | |
19 <menu name="Overview"> | |
20 <item name="About digilib" href="index.html"/> | |
21 <item name="How digilib works" href="digilib-short.html"/> | |
22 <item name="Ancient history" href="history.html"/> | |
23 </menu> | |
24 <menu name="Installation"> | |
25 <item name="Installing digilib" href="install-digilib.html"/> | |
26 <item name="Building digilib" href="build-maven.html"/> | |
27 </menu> | |
28 <menu name="Configuration"> | |
29 <item name="Configuring digilib" href="digilib-config.html"/> | |
30 <item name="Directory layout" href="image-directories.html"/> | |
31 <item name="Java settings" href="java-settings.html"/> | |
32 </menu> | |
33 <menu name="Development"> | |
34 <item name="The digilib Scaler API" href="scaler-api.html"/> | |
35 <!-- <item name="Integrating digilib into your page" href=""/> | |
36 <item name="Integrating digilib into your server" href=""/> --> | |
37 </menu> | |
38 <menu ref="reports"/> | |
39 </body> | |
40 </project> |