2014-12-09 18:37:43 -05:00
|
|
|
var ZOTERO_CONFIG = {
|
|
|
|
GUID: 'zotero@chnm.gmu.edu',
|
2016-10-30 22:47:42 -04:00
|
|
|
ID: 'zotero', // used for db filename, etc.
|
2015-02-23 03:31:52 -05:00
|
|
|
CLIENT_NAME: 'Zotero',
|
2015-12-30 04:31:57 -05:00
|
|
|
DOMAIN_NAME: 'zotero.org',
|
2014-12-09 18:37:43 -05:00
|
|
|
REPOSITORY_URL: 'https://repo.zotero.org/repo/',
|
|
|
|
REPOSITORY_CHECK_INTERVAL: 86400, // 24 hours
|
|
|
|
REPOSITORY_RETRY_INTERVAL: 3600, // 1 hour
|
|
|
|
BASE_URI: 'http://zotero.org/',
|
2014-12-09 20:43:48 -05:00
|
|
|
WWW_BASE_URL: 'https://www.zotero.org/',
|
2014-12-09 18:37:43 -05:00
|
|
|
PROXY_AUTH_URL: 'https://s3.amazonaws.com/zotero.org/proxy-auth',
|
|
|
|
API_URL: 'https://api.zotero.org/',
|
2016-12-29 21:24:08 -05:00
|
|
|
STREAMING_URL: 'wss://stream.zotero.org/',
|
2015-07-20 17:27:55 -04:00
|
|
|
API_VERSION: 3,
|
2014-12-09 18:37:43 -05:00
|
|
|
PREF_BRANCH: 'extensions.zotero.',
|
|
|
|
BOOKMARKLET_ORIGIN: 'https://www.zotero.org',
|
|
|
|
HTTP_BOOKMARKLET_ORIGIN: 'http://www.zotero.org',
|
2015-05-31 23:07:24 -04:00
|
|
|
BOOKMARKLET_URL: 'https://www.zotero.org/bookmarklet/',
|
2017-06-15 02:39:34 -04:00
|
|
|
START_URL: "https://www.zotero.org/start_standalone",
|
2017-05-26 19:10:41 -04:00
|
|
|
PDF_TOOLS_URL: "https://www.zotero.org/download/xpdf/",
|
|
|
|
SUPPORT_URL: "https://www.zotero.org/support/",
|
|
|
|
TROUBLESHOOTING_URL: "https://www.zotero.org/support/getting_help",
|
|
|
|
FEEDBACK_URL: "https://forums.zotero.org/",
|
2017-06-27 16:23:46 -04:00
|
|
|
CONNECTORS_URL: "https://www.zotero.org/download/connectors"
|
2014-12-09 18:37:43 -05:00
|
|
|
};
|
|
|
|
|
|
|
|
EXPORTED_SYMBOLS = ["ZOTERO_CONFIG"];
|