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]],
|
||||
categories: ["categories", "dc:subject"],
|
||||
rights: [
|
||||
"prism:copyright",
|
||||
"dc:rights",
|
||||
"atom03:rights",
|
||||
"atom:rights",
|
||||
"copyright",
|
||||
"prism:copyright",
|
||||
],
|
||||
cloud: ["cloud"],
|
||||
image: ["image", "rss1:image", "atom:logo"],
|
||||
|
@ -372,11 +372,11 @@ Entry.prototype = {
|
|||
],
|
||||
content: ["content:encoded", "atom03:content", "atom:content"],
|
||||
rights: [
|
||||
"prism:copyright",
|
||||
"dc:rights",
|
||||
"atom03:rights",
|
||||
"atom:rights",
|
||||
"copyright",
|
||||
"prism:copyright",
|
||||
],
|
||||
published: [
|
||||
"dc:date",
|
||||
|
|
|
@ -191,7 +191,7 @@ describe("Zotero.FeedReader", function () {
|
|||
issue: '6',
|
||||
section: 'Editorial',
|
||||
publisher: 'MDPI',
|
||||
rights: 'MDPI',
|
||||
rights: 'Creative Commons Attribution (CC-BY)',
|
||||
language: 'en',
|
||||
itemType: 'journalArticle',
|
||||
enclosedItems: []
|
||||
|
|
Loading…
Reference in a new issue