# HG changeset patch # User robcast # Date 1389803524 -3600 # Node ID 00eb2008b21bf2396b630851858dc5aeaecf5660 # Parent ffe4de6896b0d1c7254c189c42b8b2f7e29c84ba small fixes. diff -r ffe4de6896b0 -r 00eb2008b21b common/src/main/java/digilib/conf/DigilibConfiguration.java --- a/common/src/main/java/digilib/conf/DigilibConfiguration.java Wed Jan 15 17:31:22 2014 +0100 +++ b/common/src/main/java/digilib/conf/DigilibConfiguration.java Wed Jan 15 17:32:04 2014 +0100 @@ -162,7 +162,7 @@ fmts.append(f); fmts.append(", "); } - logger.debug("DocuImage supported image formats: "+fmts); + logger.info("DocuImage supported image formats: "+fmts); } catch (ClassNotFoundException e) { logger.error("Error setting DocuImage class!"); } diff -r ffe4de6896b0 -r 00eb2008b21b doc/src/site/markdown/plugins.md --- a/doc/src/site/markdown/plugins.md Wed Jan 15 17:31:22 2014 +0100 +++ b/doc/src/site/markdown/plugins.md Wed Jan 15 17:32:04 2014 +0100 @@ -48,7 +48,7 @@ Allows the user to add visual annotations on top of the scaled image, defining and referencing areas or points of interest. The annotations are loaded from an annotation server; new annotations can be inserted and edited. Annotations always point to the defined location even when the image is zoomed, rotated or mirrored. -## How to write your own plugin ## +# How to write your own plugin # Start with the stub file `jquery.digilib.pluginstub.js` in the "jquery" subdirectory of your digilib webapp directory.