Mercurial > hg > digilib
changeset 1223:13a52866c2c2
working on docs
author | robcast |
---|---|
date | Wed, 09 Oct 2013 16:04:39 +0200 |
parents | 2bc0919fa42d |
children | 3e0c37fe6b25 |
files | doc/src/site/markdown/client-integration.md doc/src/site/site.xml |
diffstat | 2 files changed, 18 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/src/site/markdown/client-integration.md Wed Oct 09 16:04:39 2013 +0200 @@ -0,0 +1,16 @@ +# Integrating digilib into your web page # + +digilib can be integrated into other web pages on different levels: + +1. using the image generated by the server as a static image +2. enable digilib interactive controls inside a fixed size image ("embedded mode") +3. let the interactive image fill the browser window ("fullscreen mode") + +## Using the static image ## + + + +## Using digilib embedded mode ## + + +## Using digilib fullscreen mode ## \ No newline at end of file
--- a/doc/src/site/site.xml Wed Oct 09 15:00:46 2013 +0200 +++ b/doc/src/site/site.xml Wed Oct 09 16:04:39 2013 +0200 @@ -33,8 +33,8 @@ </menu> <menu name="Development"> <item name="The digilib Scaler API" href="scaler-api.html"/> - <!-- <item name="Integrating digilib into your page" href=""/> - <item name="Integrating digilib into your server" href=""/> --> + <item name="Integrating digilib into your page" href="client-integration.html"/> + <!-- <item name="Integrating digilib into your server" href=""/> --> </menu> <menu ref="reports"/> </body>