Bug 69807 - [NEW PORT] textproc/p5-XML-Feed: Perl5 modules for Syndication feed parser and auto-discovery
Summary: [NEW PORT] textproc/p5-XML-Feed: Perl5 modules for Syndication feed parser an...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-30 16:50 UTC by Cheng-Lung Sung
Modified: 2004-07-30 20:29 UTC (History)
0 users

See Also:


Attachments
p5-XML-Feed-0.02.shar (3.30 KB, text/plain)
2004-07-30 16:50 UTC, Cheng-Lung Sung
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cheng-Lung Sung 2004-07-30 16:50:13 UTC
XML::Feed is a syndication feed parser for both RSS and Atom feeds. 
It also implements feed auto-discovery for finding feeds, given a URI.

XML::Feed supports the following syndication feed formats:

    * RSS 0.91
    * RSS 1.0
    * RSS 2.0
    * Atom

The goal of XML::Feed is to provide a unified API for parsing and using 
the various syndication formats. The different flavors of RSS and Atom 
handle data in different ways: date handling; summaries and content; 
escaping and quoting; etc. This module attempts to remove those differences 
by providing a wrapper around the formats and the classes implementing 
those formats (XML::RSS and XML::Atom::Feed). 

WWW: http://search.cpan.org/dist/XML-Feed/

- Cheng-Lung Sung
clsung at dragon2.net 

Generated with FreeBSD Port Tools 0.50
Comment 1 Vanilla I. Shu freebsd_committer freebsd_triage 2004-07-30 20:29:16 UTC
State Changed
From-To: open->closed

Committed, thanks.