BlogLiterately

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): http://codex.wordpress.org/XML-RPC_MetaWeblog_API. 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.


Keywords
library, program, web, Propose Tags, http://codex.wordpress.org/XML-RPC_MetaWeblog_API, http://byorgey.wordpress.com/blogliterately/, Text.BlogLiterately.Run, Skip to Readme, , Index, Quick Jump, Text.BlogLiterately, Text.BlogLiterately.Block, Text.BlogLiterately.Ghci, Text.BlogLiterately.Highlight, Text.BlogLiterately.Image, Text.BlogLiterately.LaTeX, Text.BlogLiterately.Options, Text.BlogLiterately.Options.Parse, Text.BlogLiterately.Post, Text.BlogLiterately.Transform, BlogLiterately-0.8.8.2.tar.gz, browse, Package description, revised, metadata revisions, Package maintainers, BrentYorgey, RobertGreayer, edit package information , 0.8.6, metaWeblog API (such as Wordpress)
License
GPL-3.0-only
Install
cabal install BlogLiterately-0.8.8.2

Documentation

Build Status

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.