Find a file
mishako bc33fa68e8 List deprecated modules in readme
No need for detailed description of modules that are deprecated and
will be removed soon anyway.
2016-10-10 22:20:11 +02:00
conf Updating all windows line breaks (crlf) to unix line breaks (lf) 2016-03-06 08:51:57 +01:00
rome [maven-release-plugin] prepare for next development iteration 2016-07-24 12:36:20 +02:00
rome-certiorem [maven-release-plugin] prepare for next development iteration 2016-07-24 12:36:20 +02:00
rome-certiorem-webapp [maven-release-plugin] prepare for next development iteration 2016-07-24 12:36:20 +02:00
rome-fetcher [maven-release-plugin] prepare for next development iteration 2016-07-24 12:36:20 +02:00
rome-modules Fixing extra whitespace in GeoRSS (#315) 2016-09-24 09:43:07 +02:00
rome-opml [maven-release-plugin] prepare for next development iteration 2016-07-24 12:36:20 +02:00
rome-osgi-test [maven-release-plugin] prepare for next development iteration 2016-07-24 12:36:20 +02:00
rome-propono [maven-release-plugin] prepare for next development iteration 2016-07-24 12:36:20 +02:00
rome-utils [maven-release-plugin] prepare for next development iteration 2016-07-24 12:36:20 +02:00
.gitattributes Updating all windows line breaks (crlf) to unix line breaks (lf) 2016-03-06 08:51:57 +01:00
.gitignore Combine all .gitignore files into a single one 2016-06-19 18:39:34 +02:00
.travis.yml Add travis-ci config 2016-07-09 12:53:20 +02:00
Jenkinsfile Fixes Jenkinsfile 2016-04-26 21:02:22 +02:00
LICENSE Remove license file inside modules 2016-06-19 18:39:33 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2016-07-24 12:36:20 +02:00
README.md List deprecated modules in readme 2016-10-10 22:20:11 +02:00

ROME

Build Status Maven Central

ROME is a Java framework for RSS and Atom feeds. The framework consist of several modules:

Module Description
rome is the main RSS and Atom library. It makes it easy to work with most syndication formats: RSS 0.90, RSS 0.91 Netscape, RSS 0.91 Userland, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0, Atom 0.3, Atom 1.0.
rome-modules enables rome to handle several feed extensions like MediaRSS, GeoRSS and others.
rome-opml contains OPML parsers and tools.

Deprecated modules: rome-fetcher, rome-certiorem, rome-certiorem-webapp and rome-propono.

Changelog

1.6.0

1.5.1

Important note: due to the security fix ROME now forbids all Doctype declarations by default. This will break compatibility with RSS 0.91 Netscape because it requires a Doctype declaration. When you experience problems you have to activate the property allowDoctypes on the SyndFeedInput object. You should only use this possibility when the feeds that you process are absolutely trustful.

1.5.0

  • many (untracked) enhancements
  • code cleanup
  • renamed packages (was required to be able to push to Maven Central after years again)
  • updated sourcecode to Java 1.6

Prior to 1.5.0