* Specific purpose tools
+** nakkaya: a static site generator parsing Org's files (and MarkDown)
+
+Static is a simple static site generator written in Clojure. For a sample
+site build using static see http://nakkaya.com
+
+You can grab the latest version of nakkaya from [[https://github.com/nakkaya/static][its github repository]].
+
+** orgitdown - use Org keybindings in HTML text areas
+
+[[https://github.com/gnowgi/orgitdown][orgitdown]] is based on [[http://markitup.jaysalvat.com/home/][markitup]] and allows to use Org keybindings in text
+areas through some javascript magic. The text inserted is using Org's
+syntax, and can be further processed with Emacs in batch mode on the
+server.
+
+Check [[http://mid.gmane.org/CADSSMeg5BDkZMBWEhXF2K7kssrEsX6SkZE%2BOjvXFpHY5aTcgmQ%2540mail.gmail.com][Nagarjuna G announcement on the mailing list]].
+
+** Exporter for the Octopress blogging engine
+
+#+BEGIN_QUOTE
+Octopress is a framework designed by Brandon Mathis for Jekyll, the blog
+aware static site generator powering Github Pages. To start blogging with
+Jekyll, you have to write your own HTML templates, CSS, Javascripts and set
+up your configuration. But with Octopress All of that is already taken care
+of. Simply clone or fork Octopress, install dependencies and the theme, and
+you’re set.
+#+END_QUOTE
+
+You can clone Octopress from [[https://github.com/imathis/octopress][the github repository]].
+
+[[https://github.com/craftkiller/orgmode-octopress][orgmode-octopress]] is an exporter for Emacs Org-Mode to Octopress by
+craftkiller. For setup instructions, check [[http://blog.paphus.com/blog/2012/08/01/introducing-octopress-blogging-for-org-mode/][this blog entry]]. Note that
+orgmode-octopress will not work with the new export engine in Org 8.0.
+
** Export OmniFocus to Org-mode files
Jay McCarthy wrote [[https://github.com/jeapostrophe/exp/blob/master/of2org.rkt][this]], using [[http://racket-lang.org/][Racket]].