Mercurial > hg > digilib
changeset 1240:00eb2008b21b
small fixes.
author | robcast |
---|---|
date | Wed, 15 Jan 2014 17:32:04 +0100 |
parents | ffe4de6896b0 |
children | 34c68ecef8cf |
files | common/src/main/java/digilib/conf/DigilibConfiguration.java doc/src/site/markdown/plugins.md |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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!"); }
--- 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.