yesod-0.4.0.2: Creation of type-safe, RESTful web applications.

Yesod.Helpers.AtomFeed

Description

Generation of Atom newsfeeds. See http://en.wikipedia.org/wiki/Atom_(standard).

Documentation

data AtomFeed url Source

Constructors

AtomFeed 

atomFeed :: AtomFeed (Route master) -> GHandler sub master RepAtomSource

newtype RepAtom Source

Constructors

RepAtom Content 

Instances