imm-1.2.0.0: Execute arbitrary actions for each unread element of RSS/Atom feeds

Safe HaskellNone
LanguageHaskell98

Imm.Feed

Contents

Description

Helpers to manipulate feeds

Synopsis

Types

data FeedRef Source #

Feed reference: either its URI, or its UID from database

Constructors

ByUID Int 
ByURI URI 

data Feed Source #

Constructors

Rss RssDocument 
Atom AtomFeed 

Instances

Eq Feed Source # 

Methods

(==) :: Feed -> Feed -> Bool #

(/=) :: Feed -> Feed -> Bool #

Show Feed Source # 

Methods

showsPrec :: Int -> Feed -> ShowS #

show :: Feed -> String #

showList :: [Feed] -> ShowS #

Generic getters

Misc