Mercurial > hg > digilib-doc
comparison src/site/site.xml @ 7:cf3abd6ff312
build docu with Maven.
author | casties |
---|---|
date | Mon, 02 Sep 2013 19:32:44 +0200 |
parents | |
children | de31af0ad401 |
comparison
equal
deleted
inserted
replaced
6:96e83fba5eb7 | 7:cf3abd6ff312 |
---|---|
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="Building digilib" href="build-maven.html"/> | |
22 <item name="Configuring digilib" href="digilib-config.html"/> | |
23 <item name="Ancient history" href="history.html"/> | |
24 </menu> | |
25 <!-- <menu ref="reports"/> --> | |
26 </body> | |
27 </project> |