Update models so that when a recipe book is disabled, it no longer is
used for finding names to display in the UI, but it is still used for
finding recipes to make.
* Update the router to understand /item/:name routes in addition to
v1.0-style parameterized routes
* Add support for updating the current URL based upon the item being
viewed
* Change LandingPage* to ItemPage*