Mercurial > hg > digilib
comparison doc/src/site/markdown/index.md @ 1216:bd7dfa8b164e
move new digilib doc from https://it-dev.mpiwg-berlin.mpg.de/hg/digilib-doc into main repo.
author | robcast |
---|---|
date | Fri, 06 Sep 2013 10:25:05 +0200 |
parents | |
children | 828b6c8b1b19 |
comparison
equal
deleted
inserted
replaced
1215:68625b3c5341 | 1216:bd7dfa8b164e |
---|---|
1  | |
2 | |
3 ## What is digilib? | |
4 | |
5 * `digilib` is a web based client/server technology for images. The image | |
6 content is processed on-the-fly by a Java Servlet on the server side so that | |
7 only the visible portion of the image is sent to the web browser on the client | |
8 side. | |
9 * `digilib` supports a wide range of image formats and viewing options on | |
10 the server side while only requiring an internet browser with Javascript and a | |
11 low bandwidth internet connection on the client side. | |
12 * `digilib` enables very detailed work on an image as required by | |
13 scholars with elaborate viewing features like an option to show images on the | |
14 screen in their original size. | |
15 * `digilib` facilitates cooperation of scholars over the internet and | |
16 novel uses of source material by image annotations and stable references that | |
17 can be embedded in URLs. | |
18 * `digilib` is Open Source Software under the Lesser General Public License, | |
19 jointly developed by the | |
20 [Max-Planck-Institute for the History of Science](http://www.mpiwg-berlin.mpg.de), | |
21 the [Bibliotheca Hertziana](http://www.biblhertz.it), | |
22 the [University of Bern](http://philoscience.unibe.ch) and others. | |
23 | |
24 ## Where can I get digilib? | |
25 | |
26 `digilib` source code, binaries and documentation can be found on the | |
27 [digilib project pages](http://developer.berlios.de/projects/digilib/) | |
28 on [BerliOS](http://developer.berlios.de): | |
29 | |
30 * [Source code](http://hg.berlios.de/repos/digilib) | |
31 * Daily built [WAR files](http://digilib.berlios.de/downloads/daily-build/) | |
32 * Daily built [Javadoc](http://digilib.berlios.de/downloads/daily-build/javadoc/) | |
33 * [Maven repository](http://it-dev.mpiwg-berlin.mpg.de/maven-repo/) |