/scalate-website/src/developers.page

http://github.com/scalate/scalate · Visualforce Page · 43 lines · 36 code · 7 blank · 0 comment · 0 complexity · 6505c9e10b044389f1f4eb19c64bcaa8 MD5 · raw file

  1. ---
  2. title: Developers
  3. in_menu: false
  4. --- name:overview
  5. # Developers
  6. Various links for developers
  7. --- name:content pipeline:jade
  8. .left
  9. :markdown
  10. # Developer Links
  11. .right
  12. :&markdown
  13. * [Building](building.html)
  14. * [Building with SBT](sbt.html)
  15. * [Contributing](contributing.html)
  16. * [Contributing to documentation](site.html)
  17. * [Release Guide](committers/release-guide.html)
  18. * [Website for Older Versions](http://scalate.fusesource.org/versions/)
  19. * [Website for Latest Snapshot](http://scalate.fusesource.org/versions/#{project_snapshot_version}/) (based on #{project_snapshot_version})
  20. .left
  21. :markdown
  22. # ScalaDocs
  23. .right
  24. :&markdown
  25. ## Version #{project_version}
  26. * [TemplateEngine](http://scalate.fusesource.org/maven/#{project_version}/scalate-core/scaladocs/org/fusesource/scalate/TemplateEngine.html) is the main class you need to start with [RenderContext](http://scalate.fusesource.org/maven/#{project_version}/scalate-core/scaladocs/org/fusesource/scalate/RenderContext.html) is the context used to render a template which has a bunch of helper methods for including other templates, rendering expressions and so forth
  27. * [org.fusesource.scalate](http://scalate.fusesource.org/maven/#{project_version}/scalate-core/scaladocs/org/fusesource/scalate/package.html) the core scalate package has the core public API you need if you want to work directly with the API
  28. * [full scaladoc](http://scalate.fusesource.org/maven/#{project_version}/scalate-core/scaladocs/index.html) contains the full detail of all packages if you want to write a plugin or work on the implementation or integration layers
  29. .left
  30. :markdown
  31. # Maven reports
  32. .right
  33. :&markdown
  34. * [#{project_version} Release](http://scalate.fusesource.org/maven/#{project_version}/)
  35. * [Older Versions](http://scalate.fusesource.org/maven)
  36. * [Next Snapshot](http://scalate.fusesource.org/maven/#{project_snapshot_version}/)