fb16dfecae
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
395 B
Plaintext
10 lines
395 B
Plaintext
Feed normalizer wraps various RSS and Atom parsers, and returns
|
|
a single unified object graph, regardless of the underlying feed format.
|
|
|
|
Feed normalizer attempts to parse a given feed using all available
|
|
configured parsers.
|
|
|
|
Feed normalizer is useful when the representation of the data of
|
|
an underlying RSS/Atom feed should be the same regardless of the underlying
|
|
format and its terminology.
|