# HG changeset patch # User robcast # Date 1401441177 -7200 # Node ID 234f696fb809184d3d4d2912d36d19ed98b90ab5 # Parent bd333826fb7ab4ff7466d8b49efc6a23ea7e0f00 updated annotator plugin config in html files. diff -r bd333826fb7a -r 234f696fb809 webapp/src/main/webapp/jquery/digilib-ann.html --- a/webapp/src/main/webapp/jquery/digilib-ann.html Fri May 23 10:31:31 2014 +0200 +++ b/webapp/src/main/webapp/jquery/digilib-ann.html Fri May 30 11:12:57 2014 +0200 @@ -37,17 +37,12 @@ interactionMode : 'fullscreen', showRegionNumbers : true, // URL of annotation server - //'annotationServerUrl' : 'http://tuxserve03.mpiwg-berlin.mpg.de/AnnotationManager/annotator', 'annotationServerUrl' : 'http://localhost:18080/AnnotationManagerN4J/annotator', // are annotations read-only? 'annotationsReadOnly' : false, // URL of authentication token server - //'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', - 'annotationTokenUrl' : 'http://localhost:8080/test/annotator/token/getLoginToken', + //'annotationTokenUrl' : 'http://localhost:8080/test/annotator/token/getLoginToken', // list of Annotator plugins - //'annotatorPlugins' : ['Auth', 'Permissions', 'Store', 'Markdown', 'DigilibIntegrator'] 'annotatorPlugins' : ['Auth', 'Permissions', 'Markdown'] }; var $div = $('div#digilib'); diff -r bd333826fb7a -r 234f696fb809 webapp/src/main/webapp/jquery/digilib-mpiwg.html --- a/webapp/src/main/webapp/jquery/digilib-mpiwg.html Fri May 23 10:31:31 2014 +0200 +++ b/webapp/src/main/webapp/jquery/digilib-mpiwg.html Fri May 30 11:12:57 2014 +0200 @@ -50,7 +50,7 @@ return 'http://echo.mpiwg-berlin.mpg.de/documents'+(fn.charAt(0)==='/'?'':'/')+fn+'?pn='+data.settings.pn; }, // list of Annotator plugins - 'annotatorPlugins' : ['Auth', 'Permissions', 'Store', 'Markdown', 'DigilibIntegrator'] + 'annotatorPlugins' : ['Auth', 'Permissions', 'Markdown'] }; var $div = $('div#digilib'); $div.digilib(opts);