File: README.md

package info (click to toggle)
haskell-feed 1.0.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 784 kB
  • sloc: haskell: 4,474; xml: 4,280; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 726 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[![feed](https://img.shields.io/hackage/v/feed.svg)](https://hackage.haskell.org/package/feed)
[![Build Status](https://travis-ci.org/bergmark/feed.svg?branch=master)](https://travis-ci.org/bergmark/feed)

Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.

To help working with the multiple feed formats we've ended up with,
this set of modules provides parsers, pretty printers and some utility
code for querying and just generally working with a concrete
representation of feeds in Haskell.

See [here](https://github.com/bergmark/feed/blob/master/tests/Example/CreateAtom.hs) for an example
of how to create an Atom feed.

For basic reading and editing of feeds, consult the documentation of
the Text.Feed.* hierarchy.