# HG changeset patch # User robcast # Date 1372358262 -7200 # Node ID e84eae4ee2260633e37cacd1dadba8dee355af89 # Parent bed5a2825db6f1e2359b9c21830b1d51a06c0e73 digilib-ann.html use local annotation server. diff -r bed5a2825db6 -r e84eae4ee226 webapp/src/main/webapp/jquery/digilib-ann.html --- a/webapp/src/main/webapp/jquery/digilib-ann.html Thu Jun 27 20:36:42 2013 +0200 +++ b/webapp/src/main/webapp/jquery/digilib-ann.html Thu Jun 27 20:37:42 2013 +0200 @@ -37,18 +37,18 @@ interactionMode : 'fullscreen', showRegionNumbers : true, // URL of annotation server - 'annotationServerUrl' : 'http://tuxserve03.mpiwg-berlin.mpg.de/AnnotationManager/annotator', - //'annotationServerUrl' : 'http://localhost:18080/AnnotationManager/annotator', + //'annotationServerUrl' : 'http://tuxserve03.mpiwg-berlin.mpg.de/AnnotationManager/annotator', + 'annotationServerUrl' : 'http://localhost:18080/AnnotationManager/annotator', // are annotations read-only? 'annotationsReadOnly' : false, // URL of authentication token server - 'annotationTokenUrl' : 'http://libcoll.mpiwg-berlin.mpg.de/libviewa/template/token/getLoginToken', + //'annotationTokenUrl' : 'http://libcoll.mpiwg-berlin.mpg.de/libviewa/template/token/getLoginToken', // URL of safe authentication token server - 'annotationSafeTokenUrl' : 'https://libcoll.mpiwg-berlin.mpg.de/libviewa/template/token/getLoginToken', + //'annotationSafeTokenUrl' : 'https://libcoll.mpiwg-berlin.mpg.de/libviewa/template/token/getLoginToken', //'annotationTokenUrl' : 'http://localhost:8080/test/docuviewa/template/token/getLoginToken', // list of Annotator plugins - 'annotatorPlugins' : ['Auth', 'Permissions', 'Store', 'Markdown', 'DigilibIntegrator'] - //'annotatorPlugins' : ['Store', 'Markdown', 'DigilibIntegrator'] + //'annotatorPlugins' : ['Auth', 'Permissions', 'Store', 'Markdown', 'DigilibIntegrator'] + 'annotatorPlugins' : ['Store', 'Markdown', 'DigilibIntegrator'] }; var $div = $('div#digilib'); $div.digilib(opts);