annotate doc/src/site/markdown/client-integration.md @ 1223:13a52866c2c2

working on docs
author robcast
date Wed, 09 Oct 2013 16:04:39 +0200
parents
children d9d004f706ef
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1223
13a52866c2c2 working on docs
robcast
parents:
diff changeset
1 # Integrating digilib into your web page #
13a52866c2c2 working on docs
robcast
parents:
diff changeset
2
13a52866c2c2 working on docs
robcast
parents:
diff changeset
3 digilib can be integrated into other web pages on different levels:
13a52866c2c2 working on docs
robcast
parents:
diff changeset
4
13a52866c2c2 working on docs
robcast
parents:
diff changeset
5 1. using the image generated by the server as a static image
13a52866c2c2 working on docs
robcast
parents:
diff changeset
6 2. enable digilib interactive controls inside a fixed size image ("embedded mode")
13a52866c2c2 working on docs
robcast
parents:
diff changeset
7 3. let the interactive image fill the browser window ("fullscreen mode")
13a52866c2c2 working on docs
robcast
parents:
diff changeset
8
13a52866c2c2 working on docs
robcast
parents:
diff changeset
9 ## Using the static image ##
13a52866c2c2 working on docs
robcast
parents:
diff changeset
10
13a52866c2c2 working on docs
robcast
parents:
diff changeset
11
13a52866c2c2 working on docs
robcast
parents:
diff changeset
12
13a52866c2c2 working on docs
robcast
parents:
diff changeset
13 ## Using digilib embedded mode ##
13a52866c2c2 working on docs
robcast
parents:
diff changeset
14
13a52866c2c2 working on docs
robcast
parents:
diff changeset
15
13a52866c2c2 working on docs
robcast
parents:
diff changeset
16 ## Using digilib fullscreen mode ##