Move About pane strings and URLs to ZOTERO_CONFIG
This commit is contained in:
parent
749e28dc1f
commit
7065dacee8
2 changed files with 26 additions and 9 deletions
|
@ -3,6 +3,8 @@ var ZOTERO_CONFIG = {
|
|||
ID: 'zotero', // used for db filename, etc.
|
||||
CLIENT_NAME: 'Zotero',
|
||||
DOMAIN_NAME: 'zotero.org',
|
||||
PRODUCER: 'Digital Scholar',
|
||||
PRODUCER_URL: 'https://digitalscholar.org',
|
||||
REPOSITORY_URL: 'https://repo.zotero.org/repo/',
|
||||
BASE_URI: 'http://zotero.org/',
|
||||
WWW_BASE_URL: 'https://www.zotero.org/',
|
||||
|
@ -21,7 +23,11 @@ var ZOTERO_CONFIG = {
|
|||
SUPPORT_URL: "https://www.zotero.org/support/",
|
||||
TROUBLESHOOTING_URL: "https://www.zotero.org/support/getting_help",
|
||||
FEEDBACK_URL: "https://forums.zotero.org/",
|
||||
CONNECTORS_URL: "https://www.zotero.org/download/connectors"
|
||||
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',
|
||||
};
|
||||
|
||||
if (typeof process === 'object' && process + '' === '[object process]'){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue