Commit graph

10 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
Cheng-Lung Sung
6adf115354 My territory, suggested by ijliao. :p
Approved by:	vanilla (co-mentor)
2004-08-20 02:56:44 +00:00
Mathieu Arnold
4b00636c4f Update to 2.15
PR:		66819
Submitted by:	Cheng-Lung Sung <clsung at dragon2 dot net> (maintainer)
2004-05-18 16:20:13 +00:00
Vanilla I. Shu
bb63c25be5 Upgrade to 2.14.
PR:		ports/65283
Submitted by:	maintainer
2004-04-07 14:42:50 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Kirill Ponomarev
51a4d2b148 - Update to version 2.01
PR:		ports/62243
Submitted by:	maintainer
2004-02-02 08:59:08 +00:00
Yen-Ming Lee
dbcb2ff56d - from 1.01 to 1.02
- Fixed bug in element method of Block object where map keys
   were created when an undefined element was called.
- Better handling of ignored elements to avoid "noise" from
   being included in the result. Added xhtml:body and
   foaf:Person to the list for now.

PR:		60978
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-01-07 00:59:07 +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