# HG changeset patch # User Christian Urban # Date 1380022164 -3600 # Node ID 729b86eae00519d6d5509b96270ec4026f3b2ad3 # Parent bd6e45c7aa8d73d1a5c795725c6743972d71df5d updated diff -r bd6e45c7aa8d -r 729b86eae005 progs/routes --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/progs/routes Tue Sep 24 12:29:24 2013 +0100 @@ -0,0 +1,10 @@ +# Application1 needs entries for both GET and POST +# +# all other applications only need an entry for GET + +# Home page +GET / controllers.Application.index +#POST / controllers.Application.receive + +# Map static resources from the /public folder to the /assets URL path +GET /assets/*file controllers.Assets.at(path="/public", file) \ No newline at end of file diff -r bd6e45c7aa8d -r 729b86eae005 slides/slides01.pdf Binary file slides/slides01.pdf has changed diff -r bd6e45c7aa8d -r 729b86eae005 slides/slides01.tex --- a/slides/slides01.tex Tue Sep 24 12:23:54 2013 +0100 +++ b/slides/slides01.tex Tue Sep 24 12:29:24 2013 +0100 @@ -78,7 +78,7 @@ showstringspaces=false} % beamer stuff -\renewcommand{\slidecaption}{APP 01, King's College London, 25.~September 2012} +\renewcommand{\slidecaption}{APP 01, King's College London, 24.~September 2013} \begin{document}