This is 3d-party repo forked from Revel. The goal of this is to easy revel usage. We'll try our best to submit the patch to official repo.
A high productivity, full-stack web framework for the Go language.
Current Version: 0.9.1 (Mar 1, 2014)
- Support app spec config file following run mode, such as app.dev.conf
- New template enginer interface, which makes custom template parser esaier
type TemplateEnginer interface {
Parse(s string) (*template.Template, error)
SetOptions(options *config.Config)
SetHelpers(helpers template.FuncMap)
WatchDir(dir os.FileInfo) bool
WatchFile(file string) bool
}
- Support template layout
- Google Groups via revel-framework@googlegroups.com
- GitHub Issues
- IRC via #revel on Freenode
We have moved to the @revel organization. See the v0.9.0 release notes for how to update your app.
You'll notice that our next planned milestone release is v0.10 and you may wonder if Revel is production-ready. The short answer is yes. However, the team feels that there are still some features needed before we can make a whole-hearted endorsement of Revel as a true "batteries-included" web framework.
For those of you new to Go or Revel, we'd like to invite you to join us on our march to v1.0 and help make Revel a stable, secure and enjoyable web framework.
We'd like to take this opportunity to thank the entire community for their feedback and regular contributions. Your support has been very encouraging and highly appreciated.