www

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

commit ca8c7ba5841a86a75def374c23daaadf2273c65d
parent 1aa4d4c6426de3d86a6e8586eb7c0b6bdc1de9ea
Author: Simon Kornblith <simon@simonster.com>
Date:   Sun,  3 Jul 2011 08:19:15 +0000

Min version is 2.1, not that it matters


Diffstat:
Mtranslators/Nature.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/translators/Nature.js b/translators/Nature.js @@ -3,13 +3,13 @@ "label": "Nature", "creator": "Simon Kornblith", "target": "https?://www\\.nature\\.com[^/]*/(?:[^/]+/journal/v[^/]+/n[^/]+/(?:(?:full|abs)/.+\\.html|index.html)|search/executeSearch)", - "minVersion": "1.0.0b3.r1", + "minVersion": "2.1", "maxVersion": "", "priority": 100, "inRepository": true, "translatorType": 4, "browserSupport": "gcs", - "lastUpdated": "2011-07-03 04:19:18" + "lastUpdated": "2011-07-03 04:20:14" } var articleRe = /(https?:\/\/[^\/]+\/[^\/]+\/journal\/v[^\/]+\/n[^\/]+\/)(full|abs)(\/.+)\.html/;