fixed incorrect url and delete comment that are not important.

This commit is contained in:
Tacoo 2013-10-27 18:33:10 -04:00
parent 0034d9da93
commit ea3c4f405f

View file

@ -10,12 +10,9 @@ Sample programs included
There are two sample programs included with Rome Fetcher. There are two sample programs included with Rome Fetcher.
{{{https://github.com/rometools/rome-fetcher/blob/master/src/java/org/rometools/fetcher/samples/FeedReader.java}FeedReader}} {{{https://github.com/rometools/rome-fetcher/tree/master/src/main/java/org/rometools/fetcher/samples/FeedReader.java}FeedReader}}
is a program which demonstrates the use of the Fetcher to retrieve a feed and then to use the conditional get support to retrieve is a program which demonstrates the use of the Fetcher to retrieve a feed and then to use the conditional get support to retrieve
it again only if it has changed. It also shows how to use the event API in the Fetcher. It can be run using the <<<maven run\-read>>> target. it again only if it has changed. It also shows how to use the event API in the Fetcher. It can be run using the <<<maven run\-read>>> target.
{{{https://github.com/rometools/rome-fetcher/blob/master/src/java/org/rometools/fetcher/samples/FeedAggregator.java}FeedAggregator}} {{{https://github.com/rometools/rome-fetcher/tree/master/src/main/java/org/rometools/fetcher/samples/FeedAggregator.java}FeedAggregator}}
is a program which aggregates a number of feeds together into a single feed. It can be run using the <<<maven run\-aggr>>> target. is a program which aggregates a number of feeds together into a single feed. It can be run using the <<<maven run\-aggr>>> target.
(Note that in verision 0.3 the Maven build does not include Xerces in the classpath \- which is required to use Rome. This is
{{{https://rome.dev.java.net/source/browse/rome/subprojects/fetcher/project.xml?r1\=1.1&r2\=1.2}easy to fix}}.)