- 授权协议: 未知
- 开发语言: Scala
- 操作系统: 跨平台
- 软件首页: http://scalate.fusesource.org/
- 软件文档: http://scalate.fusesource.org/documentation/index.html
软件介绍
Scalate 是一个基于 Scala 2.8 的模板引擎,用于生成文本信息和标签。
Scalate 支持以下模板格式:
- Mustache which is a Scala dialect of Mustache for logic-less templates which also work inside the browser using mustache.js
- Scaml which is a Scala dialect of Haml and is very DRY for generating HTML / XHTML
- Jade which is an even more DRY dialect of Scaml for HTML / XHTML markup generation
- SSP which is like Velocity, JSP or Erb from Rails