BlogLiterately: A tool for posting Haskelly articles to blogs
Write blog posts in Markdown format, then use BlogLiterately to do syntax highlighting, format ghci sessions, and upload to any blog supporting the metaWeblog API (such as Wordpress).
To get started, use the provided executable
BlogLiterately
; see
http://byorgey.wordpress.com/blogliterately/ for
complete documentation.
To make further customization possible, the internals of the executable are made available as a library. In particular, it is easy to create your own executable which adds extra custom transformations; see Text.BlogLiterately.Run.
Note that BlogLiterately depends on blaze-html-0.5. Pandoc 1.9.3 and later can depend on either blaze-html-0.4 or blaze-html-0.5, but the latter only in case the blaze_html_0_5 flag is set. If pandoc is installed as a dependency of BlogLiterately, everything should work out fine, since cabal's constraint solver will figure out to set that flag. But if pandoc is already installed against blaze-html-0.4 you may need to reinstall it with the blaze_html_0_5 flag explicitly set.
Modules
[Index]
Downloads
- BlogLiterately-0.5.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.2, 0.3, 0.4, 0.5, 0.5.1, 0.5.2, 0.5.2.1, 0.5.3, 0.5.4, 0.5.4.1, 0.6, 0.6.0.1, 0.6.0.2, 0.6.1, 0.6.2, 0.6.3, 0.6.3.1, 0.7, 0.7.0.1, 0.7.0.2, 0.7.1, 0.7.1.1, 0.7.1.2, 0.7.1.3, 0.7.1.4, 0.7.1.5, 0.7.1.6, 0.7.1.7, 0.7.1.8, 0.7.1.9, 0.7.1.10, 0.7.1.11, 0.8, 0.8.1, 0.8.1.1, 0.8.1.2, 0.8.1.3, 0.8.1.4, 0.8.1.5, 0.8.1.6, 0.8.2, 0.8.2.1, 0.8.2.2, 0.8.2.3, 0.8.3, 0.8.3.1, 0.8.4, 0.8.4.1, 0.8.4.2, 0.8.4.3, 0.8.5, 0.8.6, 0.8.6.1, 0.8.6.2, 0.8.6.3, 0.8.7, 0.8.8, 0.8.8.1, 0.8.8.2 |
---|---|
Change log | CHANGES |
Dependencies | base (>=4.0 && <4.6), blaze-html (>=0.5 && <0.6), BlogLiterately, bytestring, cmdargs (>=0.9.5 && <0.11), containers, directory, filepath, HaXml (>=1.22 && <1.24), haxr (>=3000.9 && <3000.10), hscolour (>=1.20 && <1.21), pandoc (>=1.9.3 && <1.10), parsec (>=3 && <3.2), process, split (>=0.1.4 && <0.3), transformers (>=0.3 && <0.4), utf8-string (>=0.3 && <0.4) [details] |
Tested with | ghc ==7.4.1 |
License | LicenseRef-GPL |
Copyright | Copyright (c) Robert Greayer 2008-2010, Brent Yorgey 2012 |
Author | Robert Greayer <robgreayer@yahoo.com> |
Maintainer | Brent Yorgey <byorgey@cis.upenn.edu> |
Category | Web |
Home page | http://byorgey.wordpress.com/blogliterately/ |
Bug tracker | http://code.google.com/p/byorgey/issues/list?q=Project:BlogLiterately |
Source repo | head: darcs get http://patch-tag.com/r/byorgey/BlogLiterately |
Uploaded | by BrentYorgey at 2012-08-27T00:39:18Z |
Distributions | Debian:0.8.7 |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Executables | BlogLiterately |
Downloads | 52899 total (79 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |