snap-app-0.6.0: Simple modules for writing apps with Snap, abstracted from hpaste.
Snap.App.RSS
Synopsis
outputRSS :: String -> String -> [(UTCTime, Text, Text, Text)] -> Controller c s ()Source
Output the given XML element.
makeFeed :: String -> String -> [(UTCTime, Text, Text, Text)] -> ElementSource
Make a simple RSS feed.