commit b3cca1f60ec17ea6fd65d94709f10949ef838a6a
parent 7e73cc7b936d5af34993576e40115f0907232747
Author: Matt Burton <mcburton@gmail.com>
Date: Sat, 27 Dec 2008 06:25:16 +0000
Moved "Highwire 2.0" out of the label and into a comment
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/translators/PNAS (HighWire 2.0).js b/translators/PNAS (HighWire 2.0).js
@@ -1,16 +1,18 @@
{
"translatorID":"8c1f42d5-02fa-437b-b2b2-73afc768eb07",
"translatorType":4,
- "label":"PNAS (HighWire 2.0)",
+ "label":"PNAS",
"creator":"Matt Burton",
"target":"http://www\\.pnas\\.org/(content|search|cgi/collection/.+)",
"minVersion":"1.0.0b4.r5",
"maxVersion":"",
"priority":100,
"inRepository":true,
- "lastUpdated":"2008-12-26 12:35:00"
+ "lastUpdated":"2008-12-27 01:25:00"
}
+// This translator is for HighWire 2.0
+
function detectWeb(doc, url) {
if (url.match("search") || url.match("content/by/section") || doc.title.match("Table of Contents") || doc.title.match("Early Edition") || url.match("cgi/collection/.+")) {
return "multiple";