diff --git a/translators/LiveJournal.js b/translators/LiveJournal.js
index 97626bb417..0de70df546 100644
--- a/translators/LiveJournal.js
+++ b/translators/LiveJournal.js
@@ -19,7 +19,6 @@
-
/**
Copyright (c) 2011, Avram Lyon
@@ -38,7 +37,7 @@
.
*/
-/* There are at least three major page structures on LJ, represented
+/* There are at least 4 major page structures on LJ, represented
by the scrapers and tests specified below. Additional structures
may need additional logic. */
@@ -83,6 +82,21 @@ creators : FW.Xpath('//dd[@class="profile-username item"]/span[@class="l
blogTitle : FW.Xpath('//div[@id="header-name"]/a').text()
});
+// http://shlyahtich.livejournal.com/ (Lanzelot design)
+FW.Scraper({
+itemType : "blogPost",
+detect : FW.Xpath('//table[@class="lanzelot-content"]'),
+title : FW.Xpath('//div[@id="content-wrapper"]/div/font/i').text(),
+date : FW.Xpath('//div[@id="content-wrapper"]/table//td[last()]')
+ .text().trimInternal().remove(/^.*@/),
+attachments : [{ url: FW.Url(),
+ title: "LiveJournal Snapshot",
+ type: "text/html" }],
+creators : FW.Xpath('//div[@id="content-wrapper"]/table//span[@class="ljuser ljuser-name_"]/preceding-sibling::text()').text().remove(/\(\s*$/).cleanAuthor("author"),
+blogTitle : FW.Xpath('/html/head/title').text().remove(/:.*$/)
+});
+
+
// http://irek-murtazin.livejournal.com
FW.Scraper({
itemType : "blogPost",
@@ -262,6 +276,7 @@ var testCases = [
"title": "Рейтинг-механизм в en.wikipedia",
"libraryCatalog": "LiveJournal"
},
+
{
"itemType": "blogPost",
"creators": [
@@ -490,6 +505,40 @@ var testCases = [
"libraryCatalog": "LiveJournal"
}
]
+ },
+ {
+ "type": "web",
+ "url": "http://shlyahtich.livejournal.com/625326.html",
+ "items": [
+ {
+ "itemType": "blogPost",
+ "creators": [
+ {
+ "firstName": "Sergey",
+ "lastName": "Kalenik",
+ "creatorType": "author"
+ }
+ ],
+ "notes": [],
+ "tags": [],
+ "seeAlso": [],
+ "attachments": [
+ {
+ "url": "http://shlyahtich.livejournal.com/625326.html",
+ "title": "LiveJournal Snapshot",
+ "type": "text/html",
+ "document": "[object]"
+ }
+ ],
+ "url": "http://shlyahtich.livejournal.com/625326.html",
+ "blogTitle": "shlyahtich",
+ "date": " 2011-06-14 16:34:00",
+ "title": "Новая Утиная Правда о Буданове",
+ "libraryCatalog": "LiveJournal",
+ "accessDate": "CURRENT_TIMESTAMP",
+ "checkFields": "title"
+ }
+ ]
}
]
/** END TEST CASES **/
diff --git a/translators/Slate.js b/translators/Slate.js
new file mode 100644
index 0000000000..79661b95f1
--- /dev/null
+++ b/translators/Slate.js
@@ -0,0 +1,138 @@
+{
+ "translatorID": "a667ae9e-186f-46d2-b824-d70064614668",
+ "label": "Slate",
+ "creator": "Sebastian Karcher",
+ "target": "^https?://(.*)slate\\.com",
+ "minVersion": "2.1",
+ "maxVersion": "",
+ "priority": 100,
+ "inRepository": true,
+ "translatorType": 4,
+ "lastUpdated": "2011-06-28 21:30:01"
+}
+
+/* FW LINE 46:127318f30c1d */ function flatten(c){var b=new Array();for(var d in c){var e=c[d];if(e instanceof Array){b=b.concat(flatten(e))}else{b.push(e)}}return b}var FW={_scrapers:new Array()};FW._Base=function(){this.callHook=function(b,c,e,a){if(typeof this["hooks"]==="object"){var d=this["hooks"][b];if(typeof d==="function"){d(c,e,a)}}};this.evaluateThing=function(f,e,c){var b=typeof f;if(b==="string"){return f}else{if(b==="object"){if(f instanceof Array){var d=this.evaluateThing;var a=f.map(function(g){return d(g,e,c)});return flatten(a)}else{return f.evaluate(e,c)}}else{if(b==="function"){return f(e,c)}else{return undefined}}}}};FW.Scraper=function(a){FW._scrapers.push(new FW._Scraper(a))};FW._Scraper=function(a){for(x in a){this[x]=a[x]}this._singleFieldNames=["abstractNote","applicationNumber","archive","archiveLocation","artworkMedium","artworkSize","assignee","audioFileType","audioRecordingType","billNumber","blogTitle","bookTitle","callNumber","caseName","code","codeNumber","codePages","codeVolume","committee","company","conferenceName","country","court","date","dateDecided","dateEnacted","dictionaryTitle","distributor","docketNumber","documentNumber","DOI","edition","encyclopediaTitle","episodeNumber","extra","filingDate","firstPage","forumTitle","genre","history","institution","interviewMedium","ISBN","ISSN","issue","issueDate","issuingAuthority","journalAbbreviation","label","language","legalStatus","legislativeBody","letterType","libraryCatalog","manuscriptType","mapType","medium","meetingName","nameOfAct","network","number","numberOfVolumes","numPages","pages","patentNumber","place","postType","presentationType","priorityNumbers","proceedingsTitle","programTitle","programmingLanguage","publicLawNumber","publicationTitle","publisher","references","reportNumber","reportType","reporter","reporterVolume","rights","runningTime","scale","section","series","seriesNumber","seriesText","seriesTitle","session","shortTitle","studio","subject","system","thesisType","title","type","university","url","version","videoRecordingType","volume","websiteTitle","websiteType"];this._makeAttachments=function(q,b,f,s){if(f instanceof Array){f.forEach(function(k){this._makeAttachments(q,b,k,s)},this)}else{if(typeof f==="object"){var p=f.urls||f.url;var m=f.types||f.type;var e=f.titles||f.title;var h=this.evaluateThing(p,q,b);var o=this.evaluateThing(e,q,b);var r=this.evaluateThing(m,q,b);var l=(r instanceof Array);var n=(o instanceof Array);if(!(h instanceof Array)){h=[h]}for(var j in h){var c=h[j];var g;var d;if(l){g=r[j]}else{g=r}if(n){d=o[j]}else{d=o}s.attachments.push({url:c,title:d,type:g})}}}};this.makeItems=function(o,b,m,c,l){var q=new Zotero.Item(this.itemType);q.url=b;for(var h in this._singleFieldNames){var n=this._singleFieldNames[h];if(this[n]){var g=this.evaluateThing(this[n],o,b);if(g instanceof Array){q[n]=g[0]}else{q[n]=g}}}var r=["creators","tags"];for(var f in r){var p=r[f];var d=this.evaluateThing(this[p],o,b);if(d){for(var e in d){q[p].push(d[e])}}}this._makeAttachments(o,b,this["attachments"],q);c(q,this,o,b);l([q])}};FW._Scraper.prototype=new FW._Base;FW.MultiScraper=function(a){FW._scrapers.push(new FW._MultiScraper(a))};FW._MultiScraper=function(a){for(x in a){this[x]=a[x]}this._mkSelectItems=function(e,d){var b=new Object;for(var c in e){b[d[c]]=e[c]}return b};this._selectItems=function(d,c,e){var b=new Array();Zotero.selectItems(this._mkSelectItems(d,c),function(f){for(var g in f){b.push(g)}e(b)})};this._mkAttachments=function(g,d,f){var b=this.evaluateThing(this["attachments"],g,d);var c=new Object();if(b){for(var e in f){c[f[e]]=b[e]}}return c};this._makeChoices=function(f,p,c,d,h){if(f instanceof Array){f.forEach(function(k){this._makeTitlesUrls(k,p,c,d,h)},this)}else{if(typeof f==="object"){var m=f.urls||f.url;var e=f.titles||f.title;var n=this.evaluateThing(m,p,c);var j=this.evaluateThing(e,p,c);var l=(j instanceof Array);if(!(n instanceof Array)){n=[n]}for(var g in n){var b=n[g];var o;if(l){o=j[g]}else{o=j}h.push(b);d.push(o)}}}};this.makeItems=function(j,b,g,c,f){Zotero.debug("Entering MultiScraper.makeItems");if(this.beforeFilter){var k=this.beforeFilter(j,b);if(k!=b){this.makeItems(j,k,g,c,f);return}}var e=[];var h=[];this._makeChoices(this["choices"],j,b,e,h);var d=this._mkAttachments(j,b,h);this._selectItems(e,h,function(m){if(!m){f([])}else{var l=[];var n=this.itemTrans;Zotero.Utilities.processDocuments(m,function(q){var p=q.documentURI;var o=n;if(o===undefined){o=FW.getScraper(q,p)}if(o===undefined){}else{o.makeItems(q,p,d[p],function(r){l.push(r);c(r,o,q,p)},function(){})}},function(){f(l)})}})}};FW._MultiScraper.prototype=new FW._Base;FW.DelegateTranslator=function(a){return new FW._DelegateTranslator(a)};FW._DelegateTranslator=function(a){for(x in a){this[x]=a[x]}this._translator=Zotero.loadTranslator(this.translatorType);this._translator.setTranslator(this.translatorId);this.makeItems=function(g,d,b,f,c){Zotero.debug("Entering DelegateTranslator.makeItems");var e;Zotero.Utilities.HTTP.doGet(d,function(h){this._translator.setHandler("itemDone",function(k,j){e=j;if(b){j.attachments=b}});this._translator.setString(h);this._translator.translate();f(e)},function(){c([e])})}};FW.DelegateTranslator.prototype=new FW._Scraper;FW._StringMagic=function(){this._filters=new Array();this.addFilter=function(a){this._filters.push(a);return this};this.split=function(a){return this.addFilter(function(b){return b.split(a).filter(function(c){return(c!="")})})};this.replace=function(c,b,a){return this.addFilter(function(d){if(d.match(c)){return d.replace(c,b,a)}else{return d}})};this.prepend=function(a){return this.replace(/^/,a)};this.append=function(a){return this.replace(/$/,a)};this.remove=function(b,a){return this.replace(b,"",a)};this.trim=function(){return this.addFilter(function(a){return Zotero.Utilities.trim(a)})};this.trimInternal=function(){return this.addFilter(function(a){return Zotero.Utilities.trimInternal(a)})};this.match=function(a,b){if(!b){b=0}return this.addFilter(function(d){var c=d.match(a);if(c===undefined||c===null){return undefined}else{return c[b]}})};this.cleanAuthor=function(b,a){return this.addFilter(function(c){return Zotero.Utilities.cleanAuthor(c,b,a)})};this.key=function(a){return this.addFilter(function(b){return b[a]})};this.capitalizeTitle=function(){return this.addFilter(function(a){return Zotero.Utilities.capitalizeTitle(a)})};this.unescapeHTML=function(){return this.addFilter(function(a){return Zotero.Utilities.unescapeHTML(a)})};this.unescape=function(){return this.addFilter(function(a){return unescape(a)})};this._applyFilters=function(c,e){for(i in this._filters){c=flatten(c);c=c.filter(function(a){return((a!==undefined)&&(a!==null))});for(var d=0;d0&&a[0]){return f}}}return undefined};FW.getScraper=function(b,a){var c=FW.detectWeb(b,a);return FW._scrapers.filter(function(d){return(d.evaluateThing(d.itemType,b,a)==c)&&(d.evaluateThing(d.detect,b,a))})[0]};FW.doWeb=function(c,a){Zotero.debug("Entering FW.doWeb");var b=FW.getScraper(c,a);b.makeItems(c,a,[],function(f,e,g,d){e.callHook("scraperDone",f,g,d);if(!f.title){f.title=""}f.complete()},function(){Zotero.done()});Zotero.wait();Zotero.debug("Leaving FW.doWeb")};
+
+function detectWeb(doc, url) { return FW.detectWeb(doc, url); }
+function doWeb(doc, url) { return FW.doWeb(doc, url); }
+
+/** Articles */
+FW.Scraper({
+itemType : 'magazineArticle',
+detect : FW.Xpath('//div[@id="article_main"]//h2[@class="title"]'),
+title : FW.Xpath('//div[@id="article_top"]/h2[@class="title"]').text().trim(),
+attachments : [{ url: FW.Url().remove(/\?(.*)/).remove(/pagenum\/all\//).append("pagenum\/all\/"),
+ title: "Slate Snapshot",
+ type: "text/html" }],
+creators : FW.Xpath('//div[@id="article_top"]/span[@class="byline"]').text().remove(/By/).split(/\ and\ /).cleanAuthor("author"),
+date : FW.Xpath('//div[@id="article_top"]/span[@class="dateline"]').text().remove(/\, at.*/).remove(/.*?day\,/).trim(),
+abstractNote : FW.Xpath('//div[@id="article_top"]/h1[@class="subhead"]').text().trim(),
+publicationTitle : "Slate"
+});
+
+/** Dialogues & Dispatches */
+FW.Scraper({
+itemType : 'website',
+detect : FW.Xpath('//span[@class="multipart_byline"]'),
+title : FW.Xpath('//head/title[1]').text().remove(/ -.*/).trim(),
+attachments : [{ url: FW.Url(),
+ title: "Slate Snapshot",
+ type: "text/html" }],
+creators : FW.Xpath('//div[@id="multipart1"]/span[@class="multipart_byline"]').text().remove(/To:.*/).remove(/.*?From:/).remove(/By/).cleanAuthor("author"),
+date : FW.Xpath('//div[@id="multipart1"]/span[@class="multipart_date"]').text().remove(/\, at.*/).remove(/.*?day\,/).trim(),
+publicationTitle : FW.Xpath('//div[@class="department_kicker"]/a/div').text().capitalizeTitle().prepend("Slate - "),
+});
+
+
+/**Multiple */
+FW.MultiScraper({
+itemType : 'multiple',
+detect : FW.Xpath('//table[@id="resultTable"]'),
+choices : {
+ titles : FW.Xpath('//a[@class="srch_headline"]').text().trim(),
+ urls : FW.Xpath('//a[@class="srch_headline"]').key("href")
+}
+});
+
+
+
+
+/** BEGIN TEST CASES **/
+var testCases = [
+ {
+ "type": "web",
+ "url": "http://www.slate.com/id/2297793/",
+ "items": [
+ {
+ "itemType": "magazineArticle",
+ "creators": [
+ {
+ "firstName": "Eric",
+ "lastName": "Posner",
+ "creatorType": "author"
+ },
+ {
+ "firstName": "Adrian",
+ "lastName": "Vermeule",
+ "creatorType": "author"
+ }
+ ],
+ "notes": [],
+ "tags": [],
+ "seeAlso": [],
+ "attachments": [
+ {
+ "url": "http://www.slate.com/id/2297793/pagenum/all/",
+ "title": "Slate Snapshot",
+ "type": "text/html"
+ }
+ ],
+ "url": "http://www.slate.com/id/2297793/",
+ "abstractNote": "Why there's nothing wrong with Obama ignoring some of his own legal advisers on Libya.",
+ "date": "June 27, 2011",
+ "publicationTitle": "Slate",
+ "title": "Libyan Legal Limbo",
+ "libraryCatalog": "Slate",
+ "accessDate": "CURRENT_TIMESTAMP"
+ }
+ ]
+ },
+ {
+ "type": "web",
+ "url": "http://www.slate.com/id/52653/entry/73301/",
+ "items": [
+ {
+ "itemType": "website",
+ "creators": [
+ {
+ "firstName": "Dahlia",
+ "lastName": "Lithwick",
+ "creatorType": "author"
+ }
+ ],
+ "notes": [],
+ "tags": [],
+ "seeAlso": [],
+ "attachments": [
+ {
+ "url": "http://www.slate.com/id/52653/entry/73301/",
+ "title": "Slate Snapshot",
+ "type": "text/html"
+ }
+ ],
+ "url": "http://www.slate.com/id/52653/entry/73301/",
+ "date": "Jan. 19, 2000",
+ "publicationTitle": "Slate - Dispatches",
+ "title": "Supreme Court Dispatches (13)",
+ "libraryCatalog": "Slate",
+ "accessDate": "CURRENT_TIMESTAMP"
+ }
+ ]
+ },
+ {
+ "type": "web",
+ "url": "http://www.slate.com/default.aspx?id=3944&qt=supreme",
+ "items": []
+ }
+]
+/** END TEST CASES **/
diff --git a/translators/Wikileaks Cables.js b/translators/Wikileaks Cables.js
new file mode 100644
index 0000000000..f198458b78
--- /dev/null
+++ b/translators/Wikileaks Cables.js
@@ -0,0 +1,30 @@
+{
+ "translatorID": "6bb5099b-ae1a-4a08-8f2a-3429138ec2e5",
+ "label": "Wikileaks Cables",
+ "creator": "Erik Hetzner",
+ "target": "^http://(www\\.)?wikileaks\\.org/cable/",
+ "minVersion": "1.0",
+ "maxVersion": "",
+ "priority": 100,
+ "inRepository": true,
+ "translatorType": 4,
+ "lastUpdated": "2011-06-26 17:48:13"
+}
+
+/* FW LINE 45:752c5f0defd3 */ function flatten(c){var b=new Array();for(var d in c){var e=c[d];if(e instanceof Array){b=b.concat(flatten(e))}else{b.push(e)}}return b}var FW={_scrapers:new Array()};FW._Base=function(){this.callHook=function(b,c,e,a){if(typeof this["hooks"]==="object"){var d=this["hooks"][b];if(typeof d==="function"){d(c,e,a)}}};this.evaluateThing=function(f,e,c){var b=typeof f;if(b==="string"){return f}else{if(b==="object"){if(f instanceof Array){var d=this.evaluateThing;var a=f.map(function(g){return d(g,e,c)});return flatten(a)}else{return f.evaluate(e,c)}}else{if(b==="function"){return f(e,c)}else{return undefined}}}}};FW.Scraper=function(a){FW._scrapers.push(new FW._Scraper(a))};FW._Scraper=function(a){for(x in a){this[x]=a[x]}this._singleFieldNames=["abstractNote","applicationNumber","archive","archiveLocation","artworkMedium","artworkSize","assignee","audioFileType","audioRecordingType","billNumber","blogTitle","bookTitle","callNumber","caseName","code","codeNumber","codePages","codeVolume","committee","company","conferenceName","country","court","date","dateDecided","dateEnacted","dictionaryTitle","distributor","docketNumber","documentNumber","DOI","edition","encyclopediaTitle","episodeNumber","extra","filingDate","firstPage","forumTitle","genre","history","institution","interviewMedium","ISBN","ISSN","issue","issueDate","issuingAuthority","journalAbbreviation","label","language","legalStatus","legislativeBody","letterType","libraryCatalog","manuscriptType","mapType","medium","meetingName","nameOfAct","network","number","numberOfVolumes","numPages","pages","patentNumber","place","postType","presentationType","priorityNumbers","proceedingsTitle","programTitle","programmingLanguage","publicLawNumber","publicationTitle","publisher","references","reportNumber","reportType","reporter","reporterVolume","rights","runningTime","scale","section","series","seriesNumber","seriesText","seriesTitle","session","shortTitle","studio","subject","system","thesisType","title","type","university","url","version","videoRecordingType","volume","websiteTitle","websiteType"];this._makeAttachments=function(q,b,f,s){if(f instanceof Array){f.forEach(function(k){this._makeAttachments(q,b,k,s)},this)}else{if(typeof f==="object"){var p=f.urls||f.url;var m=f.types||f.type;var e=f.titles||f.title;var h=this.evaluateThing(p,q,b);var o=this.evaluateThing(e,q,b);var r=this.evaluateThing(m,q,b);var l=(r instanceof Array);var n=(o instanceof Array);if(!(h instanceof Array)){h=[h]}for(var j in h){var c=h[j];var g;var d;if(l){g=r[j]}else{g=r}if(n){d=o[j]}else{d=o}s.attachments.push({url:c,title:d,type:g})}}}};this.makeItems=function(o,b,m,c,l){var q=new Zotero.Item(this.itemType);q.url=b;for(var h in this._singleFieldNames){var n=this._singleFieldNames[h];if(this[n]){var g=this.evaluateThing(this[n],o,b);if(g instanceof Array){q[n]=g[0]}else{q[n]=g}}}var r=["creators","tags"];for(var f in r){var p=r[f];var d=this.evaluateThing(this[p],o,b);if(d){for(var e in d){q[p].push(d[e])}}}this._makeAttachments(o,b,this["attachments"],q);c(q,this,o,b);l([q])}};FW._Scraper.prototype=new FW._Base;FW.MultiScraper=function(a){FW._scrapers.push(new FW._MultiScraper(a))};FW._MultiScraper=function(a){for(x in a){this[x]=a[x]}this._mkSelectItems=function(e,d){var b=new Object;for(var c in e){b[d[c]]=e[c]}return b};this._selectItems=function(e,d){var b=new Array();for(var c in Zotero.selectItems(this._mkSelectItems(e,d))){b.push(c)}return b};this._mkAttachments=function(g,d,f){var b=this.evaluateThing(this["attachments"],g,d);var c=new Object();if(b){for(var e in f){c[f[e]]=b[e]}}return c};this._makeChoices=function(f,p,c,d,h){if(f instanceof Array){f.forEach(function(k){this._makeTitlesUrls(k,p,c,d,h)},this)}else{if(typeof f==="object"){var m=f.urls||f.url;var e=f.titles||f.title;var n=this.evaluateThing(m,p,c);var j=this.evaluateThing(e,p,c);var l=(j instanceof Array);if(!(n instanceof Array)){n=[n]}for(var g in n){var b=n[g];var o;if(l){o=j[g]}else{o=j}h.push(b);d.push(o)}}}};this.makeItems=function(m,b,k,c,h){Zotero.debug("Entering MultiScraper.makeItems");if(this.beforeFilter){var n=this.beforeFilter(m,b);if(n!=b){this.makeItems(m,n,k,c,h);return}}var g=[];var l=[];this._makeChoices(this["choices"],m,b,g,l);var f=this._selectItems(g,l);var d=this._mkAttachments(m,b,l);if(!f){h([])}else{var j=[];var e=this.itemTrans;Zotero.Utilities.processDocuments(f,function(q){var p=q.documentURI;var o=e;if(o===undefined){o=FW.getScraper(q,p)}if(o===undefined){}else{o.makeItems(q,p,d[p],function(r){j.push(r);c(r,o,q,p)},function(){})}},function(){h(j)})}}};FW._MultiScraper.prototype=new FW._Base;FW.DelegateTranslator=function(a){return new FW._DelegateTranslator(a)};FW._DelegateTranslator=function(a){for(x in a){this[x]=a[x]}this._translator=Zotero.loadTranslator(this.translatorType);this._translator.setTranslator(this.translatorId);this.makeItems=function(g,d,b,f,c){Zotero.debug("Entering DelegateTranslator.makeItems");var e;Zotero.Utilities.HTTP.doGet(d,function(h){this._translator.setHandler("itemDone",function(k,j){e=j;if(b){j.attachments=b}});this._translator.setString(h);this._translator.translate();f(e)},function(){c([e])})}};FW.DelegateTranslator.prototype=new FW._Scraper;FW._StringMagic=function(){this._filters=new Array();this.addFilter=function(a){this._filters.push(a);return this};this.split=function(a){return this.addFilter(function(b){return b.split(a).filter(function(c){return(c!="")})})};this.replace=function(c,b,a){return this.addFilter(function(d){if(d.match(c)){return d.replace(c,b,a)}else{return d}})};this.prepend=function(a){return this.replace(/^/,a)};this.append=function(a){return this.replace(/$/,a)};this.remove=function(b,a){return this.replace(b,"",a)};this.trim=function(){return this.addFilter(function(a){return Zotero.Utilities.trim(a)})};this.trimInternal=function(){return this.addFilter(function(a){return Zotero.Utilities.trimInternal(a)})};this.match=function(a,b){if(!b){b=0}return this.addFilter(function(d){var c=d.match(a);if(c===undefined||c===null){return undefined}else{return c[b]}})};this.cleanAuthor=function(b,a){return this.addFilter(function(c){return Zotero.Utilities.cleanAuthor(c,b,a)})};this.key=function(a){return this.addFilter(function(b){return b[a]})};this.capitalizeTitle=function(){return this.addFilter(function(a){return Zotero.Utilities.capitalizeTitle(a)})};this.unescapeHTML=function(){return this.addFilter(function(a){return Zotero.Utilities.unescapeHTML(a)})};this.unescape=function(){return this.addFilter(function(a){return unescape(a)})};this._applyFilters=function(c,e){for(i in this._filters){c=flatten(c);c=c.filter(function(a){return((a!==undefined)&&(a!==null))});for(var d=0;d0&&a[0]){return f}}}return undefined};FW.getScraper=function(b,a){var c=FW.detectWeb(b,a);return FW._scrapers.filter(function(d){return(d.evaluateThing(d.itemType,b,a)==c)&&(d.evaluateThing(d.detect,b,a))})[0]};FW.doWeb=function(c,a){Zotero.debug("Entering FW.doWeb");var b=FW.getScraper(c,a);b.makeItems(c,a,[],function(f,e,g,d){e.callHook("scraperDone",f,g,d);if(!f.title){f.title=""}f.complete()},function(){Zotero.done()});Zotero.wait();Zotero.debug("Leaving FW.doWeb")};
+
+function detectWeb(doc, url) { return FW.detectWeb(doc, url); }
+function doWeb(doc, url) { return FW.doWeb(doc, url); }
+
+FW.Scraper({
+ itemType : 'document',
+ detect : "always",
+ title : FW.Xpath('//table[@class="cable"]/tbody/tr[2]/td/a').text().prepend("Wikileaks Cable "),
+ attachments : [{
+ url: FW.Url(),
+ title: "Wikileaks cable snapshot",
+ type: "text/html" }],
+ date : FW.Xpath('//table[@class="cable"]/tbody/tr[2]/td[2]/a').text().match(/^([0-9\-]+)/, 1),
+ extra : FW.Xpath('//table[@class="cable"]/tbody/tr[2]/td[5]/a').text().prepend("Origin: "),
+ publisher : "Wikileaks"
+});
diff --git a/translators/arXiv.org.js b/translators/arXiv.org.js
index 84d7fa4572..cff68ea538 100644
--- a/translators/arXiv.org.js
+++ b/translators/arXiv.org.js
@@ -172,7 +172,11 @@ function doWeb(doc, url) {
if (xml.GetRecord.record.header.identifier.length()) {
articleID = xml.GetRecord.record.header.identifier.text().toString();
articleID = articleID.substr(14);
- newItem.publicationTitle = articleID;
+ var idPrefixRegex = /^arXiv:/i;
+ if (idPrefixRegex.test (articleID))
+ newItem.publicationTitle = articleID;
+ else
+ newItem.publicationTitle = "arXiv:" + articleID;
}
// TODO add "arXiv.org" to bib data?
newItem.attachments.push({url:newItem.url, title:"arXiv.org Snapshot", mimeType:"text/html"});
@@ -184,4 +188,4 @@ function doWeb(doc, url) {
newItem.complete();
}, function() {Zotero.done();}, null);
Zotero.wait();
-}
\ No newline at end of file
+}