Mercurial > hg > digilib
comparison doc/src/site/markdown/features.md @ 1530:70e1225fe08c
added auth* documentation.
author | robcast |
---|---|
date | Thu, 08 Sep 2016 19:54:38 +0200 |
parents | 1e7811d36fe9 |
children |
comparison
equal
deleted
inserted
replaced
1529:b330eafffed6 | 1530:70e1225fe08c |
---|---|
25 * **multiple image formats**: you can use many image formats on the server | 25 * **multiple image formats**: you can use many image formats on the server |
26 so you don't have to create a different image format for online display (TIFF, | 26 so you don't have to create a different image format for online display (TIFF, |
27 JPG, PNG, GIF, JPEG2000, and more depending on Java ImageIO support). | 27 JPG, PNG, GIF, JPEG2000, and more depending on Java ImageIO support). |
28 | 28 |
29 * **IIIF image API**: the digilib server provides [IIIF](http://iiif.io) | 29 * **IIIF image API**: the digilib server provides [IIIF](http://iiif.io) |
30 image API (V1.1) compliant access to your images besides the digilib native server API. | 30 image API (V2.0) compliant access to your images besides the digilib native server API. |
31 | |
32 * **OpenId Connect authentication**: the digilib server can use authentication | |
33 information from an [OpenId Connect](http://openid.net/) identity server. | |
34 See the [authorization](auth.html) documentation. | |
31 | 35 |
32 * **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. | 36 * **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. |
33 | 37 |
34 * **digilib client API**: modify the settings, write Javascript functions or provide your own Digilib plugins and event handlers. | 38 * **digilib client API**: modify the settings, write Javascript functions or provide your own Digilib plugins and event handlers. |