Developer Links
- Building
- Contributing
- Release Guide
- Website for Older Versions
- Website for Latest Snapshot (based on 1.3-SNAPSHOT)
ScalaDocs
Version 1.2
- TemplateEngine is the main class you need to start with RenderContext is the context used to render a template which has a bunch of helper methods for including other templates, rendering expressions and so forth
- org.fusesource.scalate the core scalate package has the core public API you need if you want to work directly with the API
- full scaladoc contains the full detail of all packages if you want to write a plugin or work on the implementation or integration layers
NOTE we will be including ScalaDocs of releases inside distributions and on the website once the maven-scala-plugin 2.13.2 is released to work with Scala 2.8.0. See this issue for more detail