w3stling / rssreader

A simple Java library for reading RSS and Atom feeds
MIT License
152 stars 25 forks source link

Add dc mappings #165

Closed w3stling closed 3 months ago

w3stling commented 3 months ago

Added dc mappings to existing RSS fields (if field is not mapped with a value before):

dc:language -> channel::getLanguage dc:rights -> channel::getCopyright dc:title -> channel::getTitle dc:date -> channel::getPubDate

dc:identifier -> item::getGuid dc:title -> item::getTitle dc:description -> item::getDescription

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud