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:
parent
57fe6361d1
commit
5d2f9e3293
7 changed files with 10 additions and 10 deletions
|
@ -1 +1 @@
|
|||
2009-05-29 22:55:00
|
||||
2009-06-04 01:10:00
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue