annotate doc/src/site/site.xml @ 1702:c9c100cc86ef

Fix typo in digilib-config.xml.template. Closes #18.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Sat, 16 Feb 2019 17:37:39 +0100
parents 6d5e04a54848
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1216
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
2 <project xmlns="http://maven.apache.org/DECORATION/1.3.0"
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1290
1e7811d36fe9 updated website doc.
robcast
parents: 1284
diff changeset
4 xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
1e7811d36fe9 updated website doc.
robcast
parents: 1284
diff changeset
5 name="digilib - The Digital Image Library">
1216
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
6 <skin>
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
7 <groupId>org.apache.maven.skins</groupId>
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
8 <artifactId>maven-fluido-skin</artifactId>
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
9 <version>1.3.0</version>
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
10 </skin>
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
11 <bannerLeft>
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
12 <name>digilib - a versatile image viewing environment for the internet</name>
1644
42a0af95a73c first round of updates to maven-generated site to move to github.
Robert Casties <r0bcas7@gmail.com>
parents: 1530
diff changeset
13 <href>https://robcast.github.io/digilib/</href>
1216
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
14 </bannerLeft>
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
15 <bannerRight>
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
16 <src>images/digilib-logo-small.png</src>
1644
42a0af95a73c first round of updates to maven-generated site to move to github.
Robert Casties <r0bcas7@gmail.com>
parents: 1530
diff changeset
17 <href>https://robcast.github.io/digilib/</href>
1216
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
18 </bannerRight>
1280
6873d5e130d2 more sourceforge links.
robcast
parents: 1279
diff changeset
19 <poweredBy>
1644
42a0af95a73c first round of updates to maven-generated site to move to github.
Robert Casties <r0bcas7@gmail.com>
parents: 1530
diff changeset
20 <logo name="Built by Maven" href="http://maven.apache.org/" img="https://maven.apache.org/images/logos/maven-feather.png"/>
42a0af95a73c first round of updates to maven-generated site to move to github.
Robert Casties <r0bcas7@gmail.com>
parents: 1530
diff changeset
21 <logo name="Hosted by GitHub" href="https://github.com/" img="https://assets-cdn.github.com/images/modules/logos_page/GitHub-Logo.png" width="200px"/>
42a0af95a73c first round of updates to maven-generated site to move to github.
Robert Casties <r0bcas7@gmail.com>
parents: 1530
diff changeset
22 <logo name="Hosted by SourceForge" href="http://www.sourceforge.net/" img="https://upload.wikimedia.org/wikipedia/commons/0/0b/Sourceforge_logo.png"/>
1280
6873d5e130d2 more sourceforge links.
robcast
parents: 1279
diff changeset
23 </poweredBy>
1216
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
24 <body>
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
25 <menu name="Overview">
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
26 <item name="About digilib" href="index.html"/>
1222
2bc0919fa42d working on docs
robcast
parents: 1216
diff changeset
27 <item name="digilib features" href="features.html"/>
1216
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
28 <item name="How digilib works" href="digilib-short.html"/>
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
29 <item name="Ancient history" href="history.html"/>
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
30 </menu>
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
31 <menu name="Installation">
1658
28df291d4e26 Updated documentation.
Robert Casties <r0bcas7@gmail.com>
parents: 1644
diff changeset
32 <item name="Building digilib" href="build-maven.html"/>
1216
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
33 <item name="Installing digilib" href="install-digilib.html"/>
1681
6d5e04a54848 updated server-setup documentation. fixed broken link.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 1658
diff changeset
34 <item name="Server setup" href="server-setup.html"/>
1216
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
35 </menu>
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
36 <menu name="Configuration">
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
37 <item name="Configuring digilib" href="digilib-config.html"/>
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
38 <item name="Directory layout" href="image-directories.html"/>
1397
d693466ba61a small fix in docs.
robcast
parents: 1396
diff changeset
39 <item name="Java settings and tuning" href="java-settings.html"/>
1530
70e1225fe08c added auth* documentation.
robcast
parents: 1397
diff changeset
40 <item name="Access control" href="auth.html"/>
1216
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
41 </menu>
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
42 <menu name="Development">
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
43 <item name="The digilib Scaler API" href="scaler-api.html"/>
1396
7a2de95a7b8e documentation updated with Ubbo's codec tuning tips and IIIF API info.
robcast
parents: 1290
diff changeset
44 <item name="The digilib IIIF API" href="iiif-api.html"/>
1223
13a52866c2c2 working on docs
robcast
parents: 1222
diff changeset
45 <item name="Integrating digilib into your page" href="client-integration.html"/>
1226
d9d004f706ef added documentation/examples for client integration and plugins
hertzhaft
parents: 1223
diff changeset
46 <item name="Digilib plugins" href="plugins.html"/>
1223
13a52866c2c2 working on docs
robcast
parents: 1222
diff changeset
47 <!-- <item name="Integrating digilib into your server" href=""/> -->
1216
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
48 </menu>
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
49 <menu ref="reports"/>
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
50 </body>
bd7dfa8b164e move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
robcast
parents:
diff changeset
51 </project>