Mercurial > hg > digilib
annotate 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 |
rev | line source |
---|---|
1222 | 1 # digilib features |
2 | |
3 * **client-server architecture**: all the "heavy lifting" is done on the | |
4 server, the client only displays the image. | |
5 | |
1226
d9d004f706ef
added documentation/examples for client integration and plugins
hertzhaft
parents:
1222
diff
changeset
|
6 * **low bandwidth**: you can work |
d9d004f706ef
added documentation/examples for client integration and plugins
hertzhaft
parents:
1222
diff
changeset
|
7 |
d9d004f706ef
added documentation/examples for client integration and plugins
hertzhaft
parents:
1222
diff
changeset
|
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. |
d9d004f706ef
added documentation/examples for client integration and plugins
hertzhaft
parents:
1222
diff
changeset
|
9 |
d9d004f706ef
added documentation/examples for client integration and plugins
hertzhaft
parents:
1222
diff
changeset
|
10 * **digilib API**: modifiy the settings, write Javascript functions or provide your own Digilib plugins and event handlers. |