Commit graph

5 commits

Author SHA1 Message Date
Yen-Ming Lee
21687c1105 - add p5-XML-RSS-Parser 4.0
XML::RSS::Parser is a lightweight liberal parser of RSS feeds. This parser
is "liberal" in that it does not demand compliance of a specific RSS version
and will attempt to gracefully handle tags it does not expect or understand.
The parser's only requirements is that the file is well-formed XML and
remotely resembles RSS. Roughly speaking, well formed XML with a channel
element as a direct sibling or the root tag and item elements etc.

There are a number of advantages to using this module then just using
a standard parser-tree combination. There are a number of different RSS
formats in use today. In very subtle ways these formats are not entirely
compatible from one to another. XML::RSS::Parser makes a couple assumptions
to "normalize" the parse tree into a more consistent form. For instance,
it forces channel and item into a parent-child relationship.

WWW: http://search.cpan.org/dist/XML-RSS-Parser/
2006-04-21 04:09:07 +00:00
Tilman Keskinoz
f41dc2f5bc Remove this ports.
Version 3 of this module is now part of the p5-XML-RAI port

Approved by:    clsung (Maintainer)
2004-10-13 08:06:03 +00:00
Kirill Ponomarev
51a4d2b148 - Update to version 2.01
PR:		ports/62243
Submitted by:	maintainer
2004-02-02 08:59:08 +00:00
Erwin Lansing
e9406f94ac - update from 0.21 to 1.01
- grab maintainership
- change depenency from XML-RSS to XML-Parser
- OO Rewrite.
- Documentation fixes.

PR:		60821
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-01-02 12:02:39 +00:00
Foxfair Hu
2847db516a Add p5-XML-RSS-Parser v0.21, A liberal parser for RSS Feeds. 2003-09-06 03:17:31 +00:00