/scalate-website/src/documentation/index.page
http://github.com/scalate/scalate · Visualforce Page · 104 lines · 88 code · 16 blank · 0 comment · 0 complexity · b814cc49db9748a96fa9de15982b0ba3 MD5 · raw file
- ---
- title: Documentation
- in_menu: true
- sort_info: 2
- --- name:overview
- # Get Your Learn On
- All the information you need to be become an expert with Scalate
- --- pipeline:jade
- .left
- :markdown
- # [FAQ](../faq.html)
- .right
- :markdown
- Frequently asked questions on all things Scalate
- .left
- :markdown
- # [Installing](installing.html)
- .right
- :markdown
- Gets you set up to start scalating!
- .left
- :markdown
- # [Getting Started](getting-started.html)
- .right
- :markdown
- Lets get you scalating really quickly!
- .left
- :markdown
- # [User Guide](user-guide.html)
- .right
- :markdown
- A detailed walk through Scalate and how to use it.
- .left
- :markdown
- # Templates
- .right
- table(cellspacing="20")
- tr
- td(cellvalign="middle")
- :markdown
- # [Jade](jade.html)
- td
- :markdown
- Reference for the Jade template language.
- Jade is a modified dialect of [Haml](http://haml-lang.com/) and is a very DRY template engine for generating HTML; its even a little DRYer than [Scaml](scaml-reference.html)
- tr
- td(cellvalign="middle")
- :markdown
- # [Mustache](mustache.html)
- td
- :markdown
- Reference for the [Mustache](http://mustache.github.com/) template language.
- Mustache provides logic-less templates which also work inside the browser using [mustache.js](http://github.com/janl/mustache.js) - so ideal for HTML templates
- tr
- td(cellvalign="middle")
- :markdown
- # [Scaml](scaml-reference.html)
- td
- :markdown
- Reference for the Scaml template language.
- Scaml is a Scala version of [Haml](http://haml-lang.com/) and is a very DRY template engine for generating HTML
- tr
- td(cellvalign="middle")
- :markdown
- # [SSP](ssp-reference.html)
- td
- :markdown
- Reference for the SSP template language.
- SSP is a Scala version of [Velocity](http://velocity.apache.org/), JSP or Erb from Rails so its easy to pick up if you've used one of those and can be used to generate any textual output.
- tr
- td(cellvalign="middle")
- :markdown
- # [Scuery](scuery.html)
- td
- :markdown
- Not really a template language but Scuery provides a way to transform HTML using CSS3 selectors rather like jQuery which can be useful for transforming layouts or pages owned by a designer using a Scala DSL.
-
- .left
- :markdown
- # [Frameworks](frameworks.html)
- .right
- :markdown
- How to use Scalate with popular web frameworks
- .left
- :markdown
- # [Developers](../developers.html)
- .right
- :markdown
- ScalaDocs and other developer documentation such as reports generated by Maven