So, in hopes of improving the quality of Firmant, I'm buckling down on NIH syndrome. My purpose in doing so is two fold: first, I wish to slim the codebase so that it is easier to maintain; second, I wish to speed up development on Firmant by doing less development in general.
Today I removed the XML utilities and Atom feed generation. It was replaced by the contrib module within Werkzeug for Atom feeds. I'm also hoping to use the Werkzeug session module to remove a large piece of code necessary for the comments (e.g. CSRF tokens and the provider for them).
Hopefully I'll have time over the holidays to work on Firmant more and get it to a shape I feel is worthy of tagging 1.0. As usual, master stays stable enough to use as a release. A release hasn't been tagged simply because it is incomplete.