Mercurial > hg > digilib
annotate README.md @ 1654:22dd14eccdc0
Change digilib project links to GitHub.
author | Robert Casties <r0bcas7@gmail.com> |
---|---|
date | Tue, 14 Nov 2017 18:41:22 +0100 |
parents | e321607eb36e |
children | 68f65786003e |
rev | line source |
---|---|
1287 | 1 digilib - The Digital Image Library |
1284 | 2 =================================== |
3 | |
4 A versatile image viewing environment for the internet. | |
5 | |
6 ## What is digilib? | |
7 | |
8 * `digilib` is a web based client/server technology for images. The image | |
9 content is processed on-the-fly by a Java Servlet on the server side so that | |
10 only the visible portion of the image is sent to the web browser on the client | |
11 side. | |
12 * `digilib` supports a wide range of image formats and viewing options on | |
13 the server side while only requiring an internet browser with Javascript and a | |
14 low bandwidth internet connection on the client side. | |
15 * `digilib` enables very detailed work on an image as required by | |
16 scholars with elaborate viewing features like an option to show images on the | |
17 screen in their original size. | |
18 * `digilib` facilitates cooperation of scholars over the internet and | |
19 novel uses of source material by image annotations and stable references that | |
20 can be embedded in URLs. | |
1443 | 21 * `digilib` facilitates federation of image servers through a standards compliant |
22 [IIIF](http://iiif.io) image API. | |
1284 | 23 * `digilib` is Open Source Software under the Lesser General Public License, |
24 jointly developed by the | |
25 [Max-Planck-Institute for the History of Science](http://www.mpiwg-berlin.mpg.de), | |
26 the [Bibliotheca Hertziana](http://www.biblhertz.it), | |
27 the [University of Bern](http://philoscience.unibe.ch) and others. | |
28 | |
29 ## Where can I get digilib? | |
30 | |
1654
22dd14eccdc0
Change digilib project links to GitHub.
Robert Casties <r0bcas7@gmail.com>
parents:
1443
diff
changeset
|
31 `digilib` documentation can be found on the |
22dd14eccdc0
Change digilib project links to GitHub.
Robert Casties <r0bcas7@gmail.com>
parents:
1443
diff
changeset
|
32 [digilib documentation pages](https://robcast.github.io/digilib/) on GitHub |
22dd14eccdc0
Change digilib project links to GitHub.
Robert Casties <r0bcas7@gmail.com>
parents:
1443
diff
changeset
|
33 or on [SourceForge](https://sourceforge.net/projects/digilib/) |
1284 | 34 |
1654
22dd14eccdc0
Change digilib project links to GitHub.
Robert Casties <r0bcas7@gmail.com>
parents:
1443
diff
changeset
|
35 * [Source code](https://github.com/robcast/digilib) |
1284 | 36 * Daily built [WAR files](https://it-dev.mpiwg-berlin.mpg.de/downloads/digilib/daily-build/) |
37 * Daily built [Javadoc](https://it-dev.mpiwg-berlin.mpg.de/downloads/digilib/daily-build/javadoc/) | |
38 * [Maven repository](http://it-dev.mpiwg-berlin.mpg.de/maven-repo/) |