comparison doc/src/site/markdown/features.md @ 1226:d9d004f706ef

added documentation/examples for client integration and plugins
author hertzhaft
date Fri, 18 Oct 2013 17:43:32 +0200
parents 2bc0919fa42d
children 391af6dfa74a
comparison
equal deleted inserted replaced
1225:458e6c33b972 1226:d9d004f706ef
2 2
3 * **client-server architecture**: all the "heavy lifting" is done on the 3 * **client-server architecture**: all the "heavy lifting" is done on the
4 server, the client only displays the image. 4 server, the client only displays the image.
5 5
6 * **low bandwidth**: you can work 6 * **low bandwidth**: you can work
7
8 * **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.
9
10 * **digilib API**: modifiy the settings, write Javascript functions or provide your own Digilib plugins and event handlers.