Feeds: De-prioritize prism:copyright
Seems to be more used for copyright owner names than license information, which is probably what we want in that field when it's available.
This commit is contained in:
parent
e20b02c124
commit
92bb96ac49
2 changed files with 3 additions and 3 deletions
|
@ -168,11 +168,11 @@ Feed.prototype = {
|
||||||
link: [["link", strToURI], ["rss1:link", strToURI]],
|
link: [["link", strToURI], ["rss1:link", strToURI]],
|
||||||
categories: ["categories", "dc:subject"],
|
categories: ["categories", "dc:subject"],
|
||||||
rights: [
|
rights: [
|
||||||
|
"prism:copyright",
|
||||||
"dc:rights",
|
"dc:rights",
|
||||||
"atom03:rights",
|
"atom03:rights",
|
||||||
"atom:rights",
|
"atom:rights",
|
||||||
"copyright",
|
"copyright",
|
||||||
"prism:copyright",
|
|
||||||
],
|
],
|
||||||
cloud: ["cloud"],
|
cloud: ["cloud"],
|
||||||
image: ["image", "rss1:image", "atom:logo"],
|
image: ["image", "rss1:image", "atom:logo"],
|
||||||
|
@ -372,11 +372,11 @@ Entry.prototype = {
|
||||||
],
|
],
|
||||||
content: ["content:encoded", "atom03:content", "atom:content"],
|
content: ["content:encoded", "atom03:content", "atom:content"],
|
||||||
rights: [
|
rights: [
|
||||||
|
"prism:copyright",
|
||||||
"dc:rights",
|
"dc:rights",
|
||||||
"atom03:rights",
|
"atom03:rights",
|
||||||
"atom:rights",
|
"atom:rights",
|
||||||
"copyright",
|
"copyright",
|
||||||
"prism:copyright",
|
|
||||||
],
|
],
|
||||||
published: [
|
published: [
|
||||||
"dc:date",
|
"dc:date",
|
||||||
|
|
|
@ -191,7 +191,7 @@ describe("Zotero.FeedReader", function () {
|
||||||
issue: '6',
|
issue: '6',
|
||||||
section: 'Editorial',
|
section: 'Editorial',
|
||||||
publisher: 'MDPI',
|
publisher: 'MDPI',
|
||||||
rights: 'MDPI',
|
rights: 'Creative Commons Attribution (CC-BY)',
|
||||||
language: 'en',
|
language: 'en',
|
||||||
itemType: 'journalArticle',
|
itemType: 'journalArticle',
|
||||||
enclosedItems: []
|
enclosedItems: []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue