www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit ae62b098581b4b8ae8349986907a451db6044abc
parent 3c3fb6e06aaf8b71b696d0086255096536a256e1
Author: Avram Lyon <ajlyon@gmail.com>
Date:   Mon,  7 Jun 2010 02:03:50 +0000

Regex fix for AMS MathSciNet, per http://forums.zotero.org/discussion/7895


Diffstat:
Mtranslators/AMS MathSciNet.js | 23+++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/translators/AMS MathSciNet.js b/translators/AMS MathSciNet.js @@ -1,14 +1,14 @@ { - "translatorID":"a354331-981b-43de-a61-bc26dd1be3a9", - "translatorType":4, - "label":"AMS MathSciNet", - "creator":"Simon Kornblith", - "target":"^https?://www\\.ams\\.org[^/]*/mathscinet/search/(?:publications\\.html|publdoc\\.html)", - "minVersion":"1.0.0b3.r1", - "maxVersion":"", - "priority":100, - "inRepository":true, - "lastUpdated":"2007-03-24 22:20:00" + "translatorID":"a354331-981b-43de-a61-bc26dd1be3a9", + "label":"AMS MathSciNet", + "creator":"Simon Kornblith", + "target":"^https?://www\\.ams\\.org[^/]*/mathscinet/search/(?:publications\\.html|publdoc\\.html)", + "minVersion":"1.0.0b3.r1", + "maxVersion":"", + "priority":100, + "inRepository":"1", + "translatorType":4, + "lastUpdated":"2010-06-06 19:00:50" } function detectWeb(doc, url) { @@ -95,4 +95,4 @@ function doWeb(doc, url) { Zotero.done(); }); -} -\ No newline at end of file +}