Pushed ScienceDirect, EBSCO, Google Books, Scopus, PLoS Journals, National Library of Australia (new catalog)

Also fixed Google Books to save a link rather than URL
This commit is contained in:
Dan Stillman 2009-06-04 01:14:54 +00:00
parent 57fe6361d1
commit 5d2f9e3293
7 changed files with 10 additions and 10 deletions

View file

@ -1 +1 @@
2009-05-29 22:55:00
2009-06-04 01:10:00

View file

@ -8,7 +8,7 @@
"maxVersion":"",
"priority":100,
"inRepository":true,
"lastUpdated":"2009-06-01 16:00:00"
"lastUpdated":"2009-06-04 00:00:00"
}
function detectWeb(doc, url) {

View file

@ -3,12 +3,12 @@
"translatorType":4,
"label":"Google Books",
"creator":"Simon Kornblith, Michael Berkowitz and Rintze Zelle",
"target":"^http://(books|www)\.google\.[a-z]+(\.[a-z]+)?/books\?(.*id=.*|.*q=.*)",
"target":"^http://(books|www)\\.google\\.[a-z]+(\\.[a-z]+)?/books\\?(.*id=.*|.*q=.*)",
"minVersion":"1.0.0b3.r1",
"maxVersion":"",
"priority":100,
"inRepository":true,
"lastUpdated":"2009-05-14 05:45:00"
"lastUpdated":"2009-06-04 01:10:00"
}
@ -101,7 +101,8 @@ function doWeb(doc, url) {
newItem.title = xml.title[0].toString();
newItem.url = itemUrlBase + xml.identifier[0];
var url = itemUrlBase + xml.identifier[0];
newItem.attachments = [{title:"Google Books Link", snapshot:false, mimeType:"text/html", url:url}];
newItem.complete();
}, function() { Zotero.done(); }, null);

View file

@ -8,7 +8,7 @@
"maxVersion":"",
"priority":100,
"inRepository":true,
"lastUpdated":"2009-04-12 10:10:00"
"lastUpdated":"2009-06-04 00:00:00"
}
function detectWeb(doc, url) {

View file

@ -8,7 +8,7 @@
"maxVersion":"",
"priority":100,
"inRepository":true,
"lastUpdated":"2009-05-31 20:57:07"
"lastUpdated":"2009-06-04 00:00:00"
}
function detectWeb(doc, url) {

View file

@ -8,7 +8,7 @@
"maxVersion":null,
"priority":100,
"inRepository":true,
"lastUpdated":"2009-05-31 23:36:07"
"lastUpdated":"2009-06-04 00:00:00"
}
function detectWeb(doc, url) {
@ -29,7 +29,6 @@ function doWeb(doc, url) {
} : null;
if (doc.evaluate('//*[contains(@src, "exportarticle_a.gif")]', doc, nsResolver, XPathResult.ANY_TYPE, null).iterateNext()) {
Zotero.debug("SPEACIAL");
var articles = new Array();
if(detectWeb(doc, url) == "multiple") {
//search page

View file

@ -8,7 +8,7 @@
"maxVersion":"",
"priority":100,
"inRepository":true,
"lastUpdated":"2009-05-26 08:19:07"
"lastUpdated":"2009-06-04 00:00:00"
}
function detectWeb(doc, url) {