Searching for Web site to RSS solution #web to rss
Edit
by Pier - 9 years ago (2016-04-07)
Convert HTML Web site into a feed
| I need to convert a HTML Web site into a RSS feed. |
Ask clarification
1 Recommendation
RSS Writer class: XML-RSS feed generator for content syndication.
Class that can generate RSS (Rich/RDF Site Summary) XML documents that are commonly used to distribute site feeds. It features:
- Extends the XML Writer class to generate human readable XML-RSS documents.
- Simplified definition of channel and item properties.
- Support to define optional channel graphic image and search form text input.
- Supports RSS specification versions 0.9, 0.91, 1.0 and 2.0 .
- Supports for use of namespace modules to extend document property set.
- Optional XSL stylesheet example to render automatically RSS documents as HTML pages in XML capable browsers.
| by Manuel Lemos package author 26695 - 9 years ago (2016-04-08) Comment
You can use this class to generate RSS 1.0 or 2.0 feeds. You just need to pass the URLs of the pages of your site that you need to include in the feed. |