# HG changeset patch # User robcast # Date 1394114034 -3600 # Node ID 39cdaa1ee33b5d4901b4a05fcdfd607c7343f480 # Parent 32f39a7d3d41d9a386b729173609b53300047e24 README.md for github and more SourceForge links. diff -r 32f39a7d3d41 -r 39cdaa1ee33b README.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Thu Mar 06 14:53:54 2014 +0100 @@ -0,0 +1,36 @@ +digilib - the Digital Image Library +=================================== + +A versatile image viewing environment for the internet. + +## What is digilib? + +* `digilib` is a web based client/server technology for images. The image + content is processed on-the-fly by a Java Servlet on the server side so that + only the visible portion of the image is sent to the web browser on the client + side. +* `digilib` supports a wide range of image formats and viewing options on + the server side while only requiring an internet browser with Javascript and a + low bandwidth internet connection on the client side. +* `digilib` enables very detailed work on an image as required by + scholars with elaborate viewing features like an option to show images on the + screen in their original size. +* `digilib` facilitates cooperation of scholars over the internet and + novel uses of source material by image annotations and stable references that + can be embedded in URLs. +* `digilib` is Open Source Software under the Lesser General Public License, + jointly developed by the + [Max-Planck-Institute for the History of Science](http://www.mpiwg-berlin.mpg.de), + the [Bibliotheca Hertziana](http://www.biblhertz.it), + the [University of Bern](http://philoscience.unibe.ch) and others. + +## Where can I get digilib? + +`digilib` source code, binaries and documentation can be found on the +[digilib project pages](https://sourceforge.net/projects/digilib/) +on [SourceForge](https://sourceforge.net/): + +* [Source code](https://sourceforge.net/p/digilib/code/ci/default/tree/) +* Daily built [WAR files](https://it-dev.mpiwg-berlin.mpg.de/downloads/digilib/daily-build/) +* Daily built [Javadoc](https://it-dev.mpiwg-berlin.mpg.de/downloads/digilib/daily-build/javadoc/) +* [Maven repository](http://it-dev.mpiwg-berlin.mpg.de/maven-repo/) diff -r 32f39a7d3d41 -r 39cdaa1ee33b doc/src/site/site.xml --- a/doc/src/site/site.xml Thu Mar 06 12:15:29 2014 +0100 +++ b/doc/src/site/site.xml Thu Mar 06 14:53:54 2014 +0100 @@ -9,14 +9,14 @@ digilib - a versatile image viewing environment for the internet - https://digilib.sourceforge.net/ + http://digilib.sourceforge.net/ images/digilib-logo-small.png http://digilib.sourceforge.net/ - + diff -r 32f39a7d3d41 -r 39cdaa1ee33b pom.xml --- a/pom.xml Thu Mar 06 12:15:29 2014 +0100 +++ b/pom.xml Thu Mar 06 14:53:54 2014 +0100 @@ -84,9 +84,9 @@ Developer List - https://lists.berlios.de/mailman/listinfo/digilib-devel - https://lists.berlios.de/mailman/listinfo/digilib-devel - https://lists.berlios.de/pipermail/digilib-devel/ + http://lists.sourceforge.net/lists/listinfo/digilib-devel + http://lists.sourceforge.net/lists/listinfo/digilib-devel + http://sourceforge.net/p/digilib/mailman/digilib-devel diff -r 32f39a7d3d41 -r 39cdaa1ee33b webapp/src/main/webapp/digilib.html --- a/webapp/src/main/webapp/digilib.html Thu Mar 06 12:15:29 2014 +0100 +++ b/webapp/src/main/webapp/digilib.html Thu Mar 06 14:53:54 2014 +0100 @@ -42,7 +42,7 @@

digilib doesn't work! Please switch on Javascript or notify the server administrator!

- +
diff -r 32f39a7d3d41 -r 39cdaa1ee33b webapp/src/main/webapp/jquery/digilib-ann.html --- a/webapp/src/main/webapp/jquery/digilib-ann.html Thu Mar 06 12:15:29 2014 +0100 +++ b/webapp/src/main/webapp/jquery/digilib-ann.html Thu Mar 06 14:53:54 2014 +0100 @@ -60,7 +60,7 @@

digilib doesn't work! Please switch on Javascript or notify the server administrator!

- +
diff -r 32f39a7d3d41 -r 39cdaa1ee33b webapp/src/main/webapp/jquery/digilib-auth.html --- a/webapp/src/main/webapp/jquery/digilib-auth.html Thu Mar 06 12:15:29 2014 +0100 +++ b/webapp/src/main/webapp/jquery/digilib-auth.html Thu Mar 06 14:53:54 2014 +0100 @@ -44,7 +44,7 @@

digilib doesn't work! Please switch on Javascript or notify the server administrator!

- +
diff -r 32f39a7d3d41 -r 39cdaa1ee33b webapp/src/main/webapp/jquery/digilib-mpiwg.html --- a/webapp/src/main/webapp/jquery/digilib-mpiwg.html Thu Mar 06 12:15:29 2014 +0100 +++ b/webapp/src/main/webapp/jquery/digilib-mpiwg.html Thu Mar 06 14:53:54 2014 +0100 @@ -62,7 +62,7 @@

digilib doesn't work! Please switch on Javascript or notify the server administrator!

- +
diff -r 32f39a7d3d41 -r 39cdaa1ee33b webapp/src/main/webapp/jquery/digilib-tg.html --- a/webapp/src/main/webapp/jquery/digilib-tg.html Thu Mar 06 12:15:29 2014 +0100 +++ b/webapp/src/main/webapp/jquery/digilib-tg.html Thu Mar 06 14:53:54 2014 +0100 @@ -44,7 +44,7 @@

digilib doesn't work! Please switch on Javascript or notify the server administrator!

- +
diff -r 32f39a7d3d41 -r 39cdaa1ee33b webapp/src/main/webapp/jquery/digilib-vector.html --- a/webapp/src/main/webapp/jquery/digilib-vector.html Thu Mar 06 12:15:29 2014 +0100 +++ b/webapp/src/main/webapp/jquery/digilib-vector.html Thu Mar 06 14:53:54 2014 +0100 @@ -78,7 +78,7 @@

digilib doesn't work! Please switch on Javascript or notify the server administrator!

- +
diff -r 32f39a7d3d41 -r 39cdaa1ee33b webapp/src/main/webapp/jquery/digilib.html --- a/webapp/src/main/webapp/jquery/digilib.html Thu Mar 06 12:15:29 2014 +0100 +++ b/webapp/src/main/webapp/jquery/digilib.html Thu Mar 06 14:53:54 2014 +0100 @@ -42,7 +42,7 @@

digilib doesn't work! Please switch on Javascript or notify the server administrator!

- +
diff -r 32f39a7d3d41 -r 39cdaa1ee33b webapp/src/main/webapp/jquery/jquery-test-measure.html --- a/webapp/src/main/webapp/jquery/jquery-test-measure.html Thu Mar 06 12:15:29 2014 +0100 +++ b/webapp/src/main/webapp/jquery/jquery-test-measure.html Thu Mar 06 14:53:54 2014 +0100 @@ -40,7 +40,7 @@

digilib doesn't work! Please switch on Javascript or notify the server administrator!

- +
diff -r 32f39a7d3d41 -r 39cdaa1ee33b webapp/src/main/webapp/jquery/jquery.digilib.js --- a/webapp/src/main/webapp/jquery/jquery.digilib.js Thu Mar 06 12:15:29 2014 +0100 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.js Thu Mar 06 14:53:54 2014 +0100 @@ -49,7 +49,7 @@ // logo url 'logoUrl' : 'img/digilib-logo-text1.png', // homepage url (behind logo) - 'homeUrl' : 'http://digilib.berlios.de', + 'homeUrl' : 'http://digilib.sourceforge.net', // base URL to digilib webapp (e.g. 'http://digilib.mpiwg-berlin.mpg.de/digitallibrary') 'digilibBaseUrl' : null, // path to digilib frontend page (inside digilibBaseUrl) diff -r 32f39a7d3d41 -r 39cdaa1ee33b webapp/src/main/webapp/jquery/test-findregions.html --- a/webapp/src/main/webapp/jquery/test-findregions.html Thu Mar 06 12:15:29 2014 +0100 +++ b/webapp/src/main/webapp/jquery/test-findregions.html Thu Mar 06 14:53:54 2014 +0100 @@ -59,7 +59,7 @@

If you see this, Digilib doesn't work. The reason could be: Javascript is not activated; there is a bug in the Javascript code; the image server does not respond.

- + diff -r 32f39a7d3d41 -r 39cdaa1ee33b webapp/src/main/webapp/jquery/test-regions.html --- a/webapp/src/main/webapp/jquery/test-regions.html Thu Mar 06 12:15:29 2014 +0100 +++ b/webapp/src/main/webapp/jquery/test-regions.html Thu Mar 06 14:53:54 2014 +0100 @@ -44,7 +44,7 @@

digilib doesn't work! Please switch on Javascript or notify the server administrator!

- + @@ -52,7 +52,7 @@ - + diff -r 32f39a7d3d41 -r 39cdaa1ee33b webapp/src/main/webapp/jquery/test-transparent.html --- a/webapp/src/main/webapp/jquery/test-transparent.html Thu Mar 06 12:15:29 2014 +0100 +++ b/webapp/src/main/webapp/jquery/test-transparent.html Thu Mar 06 14:53:54 2014 +0100 @@ -42,7 +42,7 @@

digilib doesn't work! Please switch on Javascript or notify the server administrator!

- +