nikepub-1.0: nikepub.cabal
Name: nikepub
Version: 1.0
Category: Web
Synopsis: Command line utility publishes Nike+ runs on blogs and Twitter
Description: Simple commandline program that given a Nike+ user id will fetch the
most recent Nike+ run and publish it to any blog and/or Twitter account.
Assumes the Nike+ user profile is public. Supports customizable templates
for the blog entry title, body and Twitter status update. Any blogging
system with XML-RPC support for metaWeblog.newPost
(like WordPress or MovableType) is supported.
License: LGPL
License-file: LICENSE
Author: Uwe Hoffmann
Maintainer: uwe@codemanic.com
Homepage: http://www.codemanic.com/uwe
Build-Type: Simple
Cabal-Version: >=1.2
Extra-Source-Files: README, templates/mt_title.st, templates/mt_body.st,
templates/twitter_status.st
Executable nikepub
Main-is: nikepub.hs
Build-Depends: haskell98,
base >= 4.1.0.0 && < 5,
containers >= 0.2.0.1,
regex-compat >= 0.71.0.1,
old-time >= 1.0.0.2,
old-locale >= 1.0.0.1,
time >= 1.1.3,
syb >= 0.1.0.1,
network >= 2.2.1,
HTTP >= 4000.0.6,
GoogleChart >= 0.2,
haxr >= 3000.2.1,
hxt >= 8.3.0,
hs-twitter >= 0.2.8,
HStringTemplate >= 0.5.1.2