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',
|
2021-04-19 18:19:39 -04:00
|
|
|
PRODUCER: 'Digital Scholar',
|
|
|
|
PRODUCER_URL: 'https://digitalscholar.org',
|
2014-12-09 18:37:43 -05:00
|
|
|
REPOSITORY_URL: 'https://repo.zotero.org/repo/',
|
|
|
|
BASE_URI: 'http://zotero.org/',
|
2014-12-09 20:43:48 -05:00
|
|
|
WWW_BASE_URL: 'https://www.zotero.org/',
|
2018-08-09 06:14:18 -04:00
|
|
|
PROXY_AUTH_URL: 'https://zoteroproxycheck.s3.amazonaws.com/test',
|
2014-12-09 18:37:43 -05:00
|
|
|
API_URL: 'https://api.zotero.org/',
|
2016-12-29 21:24:08 -05:00
|
|
|
STREAMING_URL: 'wss://stream.zotero.org/',
|
2018-06-16 14:34:29 -04:00
|
|
|
SERVICES_URL: 'https://services.zotero.org/',
|
2015-07-20 17:27:55 -04:00
|
|
|
API_VERSION: 3,
|
2018-05-08 20:56:35 -04:00
|
|
|
CONNECTOR_MIN_VERSION: '5.0.39', // show upgrade prompt for requests from below this version
|
2014-12-09 18:37:43 -05:00
|
|
|
PREF_BRANCH: 'extensions.zotero.',
|
|
|
|
BOOKMARKLET_ORIGIN: 'https://www.zotero.org',
|
2015-05-31 23:07:24 -04:00
|
|
|
BOOKMARKLET_URL: 'https://www.zotero.org/bookmarklet/',
|
2017-12-15 00:14:52 -05:00
|
|
|
START_URL: "https://www.zotero.org/start",
|
2017-07-07 03:20:06 -04:00
|
|
|
QUICK_START_URL: "https://www.zotero.org/support/quick_start_guide",
|
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/",
|
2021-04-19 18:19:39 -04:00
|
|
|
CONNECTORS_URL: "https://www.zotero.org/download/connectors",
|
|
|
|
CHANGELOG_URL: "https://www.zotero.org/support/changelog",
|
|
|
|
CREDITS_URL: 'https://www.zotero.org/support/credits_and_acknowledgments',
|
|
|
|
LICENSING_URL: 'https://www.zotero.org/support/licensing',
|
|
|
|
GET_INVOLVED_URL: 'https://www.zotero.org/getinvolved',
|
2021-05-07 10:18:14 +03:00
|
|
|
DICTIONARIES_URL: 'https://download.zotero.org/dictionaries/',
|
2014-12-09 18:37:43 -05:00
|
|
|
};
|
|
|
|
|
2018-06-29 11:38:12 +02:00
|
|
|
if (typeof process === 'object' && process + '' === '[object process]'){
|
|
|
|
module.exports = ZOTERO_CONFIG;
|
|
|
|
} else {
|
2018-02-24 04:54:53 -05:00
|
|
|
var EXPORTED_SYMBOLS = ["ZOTERO_CONFIG"];
|
|
|
|
}
|