Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upAMS MathSciNet -- Target needs update #1451
Comments
adam3smith
added
Difficulty: Easy
Error
labels
Oct 20, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
gjankowiak
Oct 20, 2017
Contributor
I (initial reporter) just want to mention that I'm not familiar with how Zotero works, I tried unpacking/modifying/repacking zotero.jar, with no effects. I basically replaced all occurences of www. with mathscinet., since I don't know how the zotero/firefox/zotero-connector ecosystem works, this might make no sense.
After that I roll-backed my changes and modified .mozilla/firefox/XXX.default/browser-extension-data/zotero@chnm.gmu.edu/storage.js
which is significantly more simple and has only one occurence of the mathscinet url, and this seemed to do the trick.
I (initial reporter) just want to mention that I'm not familiar with how Zotero works, I tried unpacking/modifying/repacking zotero.jar, with no effects. I basically replaced all occurences of www. with mathscinet., since I don't know how the zotero/firefox/zotero-connector ecosystem works, this might make no sense. After that I roll-backed my changes and modified |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
adam3smith
Oct 20, 2017
Collaborator
The translators are simple, individual .js files in the translators directory in the Zotero data folder: https://www.zotero.org/support/zotero_data you can change them on the fly and won't need any repacking. The relevant line is the taget at the top.
(In the case of changing targets, you'll need to restart Zotero and browser after making that change)
I wouldn't touch any of the other components of Zotero in a system you're using for work.
The translators are simple, individual .js files in the translators directory in the Zotero data folder: https://www.zotero.org/support/zotero_data you can change them on the fly and won't need any repacking. The relevant line is the taget at the top. |
added a commit
to gjankowiak/translators
that referenced
this issue
Oct 20, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
gjankowiak
Oct 20, 2017
Contributor
Thank you for the explaination! I've just filed a pull requests for thoses changes. I updated also the subdomain in the code, since I guess the redirects won't be active forever.
Thank you for the explaination! I've just filed a pull requests for thoses changes. I updated also the subdomain in the code, since I guess the redirects won't be active forever. |
adam3smith commentedOct 20, 2017
According to report https://forums.zotero.org/discussion/68245/ams-mathscinet-broken#latest
all that's needed is switching www. --> mathscinet. in target, though haven't checked