Sorry, it was now or never, and now is better:
Changed "Scholar" to "Zotero", everywhere Apologies to anyone with working copy changes, but there are probably the fewer at this moment than there will be again. Hopefully this won't break anything, though existing prefs will be lost. I avoided scholar.google.com--if you know any other legitimate "scholar"s in the code, be sure to fix them once I'm done here. This is a multi-commit change--there's at least one more coming. *Do not update to this version! It won't work!*
This commit is contained in:
parent
ace0d17ccb
commit
1cd51be497
69 changed files with 2872 additions and 2872 deletions
|
@ -1,11 +0,0 @@
|
|||
// These are DEFAULT prefs for the INSTALL. You will have to reinstall the extension to see differences!
|
||||
|
||||
// Display internal shortcut
|
||||
pref("extensions.scholar.automaticScraperUpdates",true);
|
||||
pref("extensions.scholar.cacheTranslatorData",true);
|
||||
pref("extensions.scholar.scholarPaneOnTop",false);
|
||||
pref("extensions.scholar.openURL.resolver","http://athene.gmu.edu:8888/lfp/LinkFinderPlus/Display");
|
||||
pref("extensions.scholar.openURL.version","0.1");
|
||||
pref("extensions.scholar.parseEndNoteMIMETypes",true);
|
||||
pref("extensions.scholar.downloadAssociatedFiles",false);
|
||||
pref("extensions.scholar.reportTranslationFailure",true);
|
11
defaults/preferences/zotero.js
Normal file
11
defaults/preferences/zotero.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
// These are DEFAULT prefs for the INSTALL. You will have to reinstall the extension to see differences!
|
||||
|
||||
// Display internal shortcut
|
||||
pref("extensions.zotero.automaticScraperUpdates",true);
|
||||
pref("extensions.zotero.cacheTranslatorData",true);
|
||||
pref("extensions.zotero.zoteroPaneOnTop",false);
|
||||
pref("extensions.zotero.openURL.resolver","http://athene.gmu.edu:8888/lfp/LinkFinderPlus/Display");
|
||||
pref("extensions.zotero.openURL.version","0.1");
|
||||
pref("extensions.zotero.parseEndNoteMIMETypes",true);
|
||||
pref("extensions.zotero.downloadAssociatedFiles",false);
|
||||
pref("extensions.zotero.reportTranslationFailure",true);
|
Loading…
Add table
Add a link
Reference in a new issue