A document creation and management tool
Modifed the theme to have new and save "buttons"
Authentication now based on happstack-authenticate requireAuth
Adding missing Auth implementation
Auth is integrated but has severe bugs
Fixed New Document redirect
Make the document <h1> be the title
Encoding and Decoding POST data correctly.
Updated Create New link
Displaying documents now works.
UI Save button now saves
Now with Update any Document functionality
Update enabled for (DocID 0)
Put link to new document outside editable region.
CRU but no D yet. No UI for U.
Query of an Acid store now works.
Passing AcidStore in ReaderT to all generators
Making the Document type as simple as possible
missing imports
Using methodOnly rather than methodM to allow /id
Added handler for / on foldr
Fix FromReqURI instance for DocId.
Delete cruft
Attempting to get routing working
Factored editable headers of Aloha out from AppTemplate
Added License
Checking in Aloha deps
More build fixes
Build fix
Defined Foldr data bits as IxSet
Initial work