Commit Graph

1 Commits

Author SHA1 Message Date
Pav Lucistnik
fbbd987712 Nevow is a next-generation web application templating system, based on the ideas
developed in the Twisted Woven package. Its main focus is on separating the HTML
template from both the business logic and the display logic, while allowing the
programmer to write pure Python code as much as possible. It separates your code
into 'data' and 'render' functions, a simplified implementation of traditional
MVC. It has various parts which can be used individually or as a whole,
integrated web solution.

PR:		ports/80049
Submitted by:	"Choe, Cheng-Dae" <whitekid@gmail.com>
2005-04-19 22:02:47 +00:00