Community contributed extensions

Scalate [scalate] module

This module is for the Play 1.x series only.

Scalate Template engine support (more info about scalate: http://scalate.fusesource.org ).

This module depends on the scala module, so you will need to enable both modules.

required play version: 1.1r956
required play scala version: 0.7.2

You can start a new project with the following command:
play new myapp --with scala,scalate

(assuming you have only scala-0.7.2 and scalate-0.7.2 installed)

http://github.com/pk11/play-scalate

Written by Peter Hausel.

Published releases

0.7.2 Jul 29 2010 Documentation Try Play
0.3 Apr 20 2010 Documentation Try Play
0.2 Mar 13 2010 Documentation Try Play
0.1 Mar 08 2010 Documentation Try Play

To install locally this module use the install command:

play install scalate-{version}

To add this module as dependency of your application, add it to the dependencies.yml file:

require:
        - play -> scalate {version}