packages feed

feed-cli-2008.5.3: feed-cli.cabal

Name: feed-cli
Version: 2008.5.3
Author: Isaac Potoczny-Jones <ijones@syntaxpolice.org>
Maintainer: Isaac Potoczny-Jones <ijones@syntaxpolice.org>
Copyright: (c) Isaac Potoczny-Jones, 2008
Category: Web, Text
HomePage: http://www.syntaxpolice.org/darcs_repos/feed-cli
License: BSD3
License-File: LICENSE
build-depends: feed, xml, base, time, old-locale, old-time, directory
data-files: README, examples/getURL.sh,  examples/piper2.sh,  examples/piper.sh
build-type: Simple
Synopsis: A simple command line interface for creating and updating feeds like RSS
Description:
 This program generates RSS 2.0 (http://www.rssboard.org/rss-2-0-1-rv-6)
 feeds based on command line arguments.  Use it to easily create and update
 feeds from shell scripts, build scripts, cron jobs, CGIs, or other programs
 instead of using an RSS or Atom library.
 .
 eg: feed-cli new-item -t"entry of the day" -d"This is a description..." -u/tmp/feed.xml  -lhttp://www.syntaxpolice.org

Executable: feed-cli
main-is: FeedCLI.hs
other-modules: Options
ghc-options: -Wall