Revert aae2fb011efa217f9031654ebc0f9c2eed546920^ ... aae2fb011efa217f9031654ebc0f9c2eed546920
Destroyed Introducing Play 2.0 (markdown)
Removed "</d" from the bootstrapped generated HTML example.
Updated Integrating with Akka (markdown)
I found that setting localhost:9000 did not work there. Just follow the instructions on that page instead. (or perhaps there was something missing in the note)
Fix
Fix broken link to binary package.
Updated Handling and serving JSON requests (markdown)
KO -> OK
complete feedTitle sample with imports and controller
Fix typo.
Fixed the last example syntax.
small correction, "value) -> "value")
Updated Handling form submission (markdown)
Updated Your first Play application (markdown)
Fix grammar, remove a unicode apostrophe.
Created Architecture (markdown)
Destroyed Play 2.0 Architecture (markdown)
Pretty sure .getOrElse doesn't exist in Java. Probably left over from Scala. Changed to normal else.
added scala syntax highlighting
added clarification about implicit conversion from Int to Duration