[js][m]: refactor factletsearch_controller and threadfactlets_controller to be views.
[data][s]: move microfacts/tests/data to microfacts/data so data can be used running tests/init.py (which overrides config setup!).
[shakespeare/templates][s]: rewrite/add to front page to have a 'Why' section (thanks Sasha!) + fix heading in Guide.
[shakespeare/templates][s]: fix up link to text stats from index and link text stats to word stats.
[shakespeare/templates][xs]: fix up text index to include links to stats.
[shakespeare/stats][s]: bugfixes to stats WUI to get it looking nice and word chart working.
[shakespeare/cli][xs]: minor bugfix to search command which was using old add_item syntax.
[shakespeare/templates][s]: minor touch-ups to front page.
[shakespeare/misc][m]: fix up config registration, make associated changes to cli.py and move all tests to shakespeare/tests.
[shakespeare/stats][m]: substantial improvements to stats in both core and WUI.
Milton package texts
RDFa included into templates - DOAP doesn't appear in operator
[js/vendor][s]: as per previous commit.
[js/vendor][s]: start removing unneeded openlayers stuff.
[shakespeare/shksprdata][s]: start moving shakespeare specific stuff into shksprdata by moving moby.py across (moby.py just downloads the moby texts).
[shakespeare/misc][s]: remove concordance.py and all references and tidy up guide WUI page.
[js][m]: more work on threadfactlets_controller (test esp.) plus created factletsearch_controller and added support for handling append click event.
[thread][xs]: minor fix up to thread update template to clean up factlet search results section.
Adding tests for geochrono page controller. Refactored views and page controller into 'moovc'.
[model][m]: add image, source and license attributes to factlet and license attribute to thread. As yet have not extended support (or tests) for these new items to WUI.
[templates][s]: add buttons back into front page.
[js][m]: cache a copy of yuiloader in repository and update all links to point to this local copy. This ensures no dependency on net for development :).
[thread][xs]: fix typo in previous commit (r174) which caused bug.
[thread][s]: fix up thread layout template to set payload js vars to null if no values defined by python code + get thread search working together with an extra test.
[js/tests][m]: fair way through a new jsspec test of threadfactlets_controller.
Fixed geochrono page to be good.
[js/thread-update][l]: factlet search widget now functional (though no adding to thread yet).
[modes][m]: link in SearchQueryBuilder? work from last week into actual modes search and refactor tests to take account of new (simpler) query string syntax.
Adding geochrono page.
Fixed broken test.
[tests/data][s]: update all data to use geojson long/lat convention rather than current lat/long convention.