-AJOL translator correctly cites year of publication.

This commit is contained in:
Michael Berkowitz 2008-04-17 18:56:43 +00:00
parent 3639f11cd8
commit e6e3eac889

View File

@ -1136,6 +1136,7 @@ function doWeb(doc, url) {
if (voliss.match(/v/)) item.volume = voliss.match(/v(ol\.)?\s+(\d+)/)[2];
if (voliss.match(/n/)) item.issue = voliss.match(/n(o\.)?\s+(\d+)/)[2];
if (voliss.match(/p(age)?/)) item.pages = voliss.match(/\d+\-\d+/)[0];
item.date = voliss.match(/\(([^)]+)\)/)[1];
item.attachments[0].title = "African Journals Online Snapshot";
item.attachments[0].mimeType = "text/html";
item.complete();