@hackage BlogLiterately0.8.6.2
A tool for posting Haskelly articles to blogs
Categories
License
GPL-3.0-only
Maintainer
Brent Yorgey <byorgey@gmail.com>
Links
Versions
Installation
Tested Compilers
Dependencies (27)
- HTTP >=4000.3 && <4000.4
- HaXml >=1.22 && <1.26
- base >=4.0 && <4.12
- blaze-html >=0.5 && <0.10
- bool-extras
- bytestring Show all…
Dependents (2)
@hackage/acme-everything, @hackage/BlogLiterately-diagrams
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.