changeset 1290:1e7811d36fe9

updated website doc.
author robcast
date Wed, 09 Apr 2014 11:36:43 +0200
parents 1fbcfc899d4a
children bd333826fb7a
files doc/src/site/markdown/features.md doc/src/site/markdown/index.md doc/src/site/site.xml
diffstat 3 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/src/site/markdown/features.md	Wed Apr 09 11:35:50 2014 +0200
+++ b/doc/src/site/markdown/features.md	Wed Apr 09 11:36:43 2014 +0200
@@ -26,6 +26,9 @@
   so you don't have to create a different image format for online display (TIFF, 
   JPG, PNG, GIF, JPEG2000, and more depending on Java ImageIO support).
   
+* **IIIF image API**: the digilib server provides [IIIF](http://iiif.io)
+  image API (V1.1) compliant access to your images besides the digilib native server API.
+  
 * **plugins**: there are several Digilib plugins written in Javascript to add functionality to the client side, making use of jQuery features. See the [plugins](plugins.html) documentation.
 
-* **digilib API**: modifiy the settings, write Javascript functions or provide your own Digilib plugins and event handlers.
\ No newline at end of file
+* **digilib client API**: modify the settings, write Javascript functions or provide your own Digilib plugins and event handlers.
\ No newline at end of file
--- a/doc/src/site/markdown/index.md	Wed Apr 09 11:35:50 2014 +0200
+++ b/doc/src/site/markdown/index.md	Wed Apr 09 11:36:43 2014 +0200
@@ -15,9 +15,11 @@
 * `digilib` facilitates cooperation of scholars over the internet and
   novel uses of source material by image annotations and stable references that
   can be embedded in URLs.
+* `digilib` facilitates federation of image servers through a standards compliant
+  [IIIF](http://iiif.io) image API.
 * `digilib` is Open Source Software under the Lesser General Public License,
   jointly developed by the
-  [Max-Planck-Institute for the History of Science](http://www.mpiwg-berlin.mpg.de),
+  [Max Planck Institute for the History of Science](http://www.mpiwg-berlin.mpg.de),
   the [Bibliotheca Hertziana](http://www.biblhertz.it), 
   the [University of Bern](http://philoscience.unibe.ch) and others.
 
--- a/doc/src/site/site.xml	Wed Apr 09 11:35:50 2014 +0200
+++ b/doc/src/site/site.xml	Wed Apr 09 11:36:43 2014 +0200
@@ -1,7 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/DECORATION/1.3.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd">
+    xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"
+    name="digilib - The Digital Image Library">
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>