0.3.3
~~~~~

* Do not leave <?insert meta description ... ?> in generated file when description missing

0.3.2
~~~~~

* Control-C now kills awb, not only subprocesses
* Don't add 2 breadcrumb entries for index.html
* Allow 1st line titles to be commented; strip comment markers when setting page title
* Differentiate between non-existent site root/source directory and existing but not directory
* Print message and quit nicely when options not found in site configuration


0.3.1
~~~~~

* Added -l option to list all sites
* Fix blog post formatting to use post date, not mtime
* Fixed a problem in sitemap timestamp
* Updated usage string
* Don't insert empty meta descriptions
* Avoid crashing while getting title for an empty file
* Move manual to separate location.
* Add <?insert siteroot dots?> command
* Docstring cleanup

0.3
~~~

* Great big refactoring, much easier to read
* Rebuilding rules should be a little smarter as a result
* Add an option for a user-supplied awb config directory
* Add dry-run option.
* <?insert blog root?> removed
* All generated links are relative (at least I think they are)
* Allow \ in replacement strings. Credt: Christer Sjöholm
* New <?insert siteroot?> commd. Credt: Christer Sjöholm
* Allow spaces in filenames. Credt: Christer Sjöholm
* Use SafeConfigParser. Credt: Christer Sjöholm

* Spaces, not tabs
* Add docstrings, and more comments where helpful


0.2.3
~~~~~

* Don't generate index.html for directories with no txt file contents.

0.2
~~~

* Add HTMLTidy support
* Generate index.html for directories without
* Last link (link to this page) in breadcrumbs has the full
  http://etc.etc./ url - others are only absolute urls.
* Blog auto-generated links include hostname -- don't
* Likes to regenerate my newsletters even when the only thing I change
  is CSS
