comparison webapp/src/main/webapp/jquery/digilib-ann.html @ 1132:d47513632da5

additional annotationSafeTokenUrl for https url, used with passwords. we don't always use https for issues with self-signed certs.
author robcast
date Tue, 13 Nov 2012 19:29:23 +0100
parents 9e85efcfbb0c
children
comparison
equal deleted inserted replaced
1131:c1e7821d3c68 1132:d47513632da5
41 //'annotationServerUrl' : 'http://localhost:18080/AnnotationManager/annotator', 41 //'annotationServerUrl' : 'http://localhost:18080/AnnotationManager/annotator',
42 // are annotations read-only? 42 // are annotations read-only?
43 'annotationsReadOnly' : false, 43 'annotationsReadOnly' : false,
44 // URL of authentication token server 44 // URL of authentication token server
45 'annotationTokenUrl' : 'http://libcoll.mpiwg-berlin.mpg.de/libviewa/template/token/getLoginToken', 45 'annotationTokenUrl' : 'http://libcoll.mpiwg-berlin.mpg.de/libviewa/template/token/getLoginToken',
46 // URL of safe authentication token server
47 'annotationSafeTokenUrl' : 'https://libcoll.mpiwg-berlin.mpg.de/libviewa/template/token/getLoginToken',
46 //'annotationTokenUrl' : 'http://localhost:8080/test/docuviewa/template/token/getLoginToken', 48 //'annotationTokenUrl' : 'http://localhost:8080/test/docuviewa/template/token/getLoginToken',
47 // list of Annotator plugins 49 // list of Annotator plugins
48 'annotatorPlugins' : ['Auth', 'Permissions', 'Store', 'Markdown', 'DigilibIntegrator'] 50 'annotatorPlugins' : ['Auth', 'Permissions', 'Store', 'Markdown', 'DigilibIntegrator']
49 //'annotatorPlugins' : ['Store', 'Markdown', 'DigilibIntegrator'] 51 //'annotatorPlugins' : ['Store', 'Markdown', 'DigilibIntegrator']
50 }; 52 };