-
Notifications
You must be signed in to change notification settings - Fork 1
None
License
hww3/public_syndication
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This module provides a parser for RSS 0.92, 1.0 and 2.0 as well as ATOM. It currently parses but does not allow for creation and subsequent generation of feeds (yet). BUILDING To build this module, perform the following steps: 0. Install the libxml2 library (http://xmlsoft.org). 1. Install the Public.Parser.XML2 module pike -x monger --install Public.Parser.XML2 2. Install this module pike -x module pike -x module install Usage examples are found in the examples directory.