head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.04.28.20.56.53;	author mnag;	state Exp;
branches;
next	1.1;

1.1
date	2005.04.19.22.02.47;	author pav;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 0.8.0
- Update pkg-descr and WWW
- portlint(1)

PR:		95727
Submitted by:	Alexander Botero-Lowry <alex___foxybanana.com>
Approved by:	maintainer timeout (14 days)
@
text
@Nevow (pronounced as the French "nouveau", or "noo-voh") is a web application 
construction kit written in Python. It is designed to allow the programmer to 
express as much of the view logic as desired in Python, and includes a pure 
Python XML expression syntax named stan to facilitate this. However it also 
provides rich support for designer-edited templates, using a very small XML 
attribute language to provide bi-directional template manipulation capability.

Nevow also includes formless, a declarative syntax for specifying the types of 
method parameters and exposing these methods to the web. Forms can be rendered 
automatically, and form posts will be validated and input coerced, rendering 
error pages if appropriate. Once a form post has validated successfully, the 
method will be called with the coerced values. 

WWW: http://divmod.org/trac/wiki/DivmodNevow
@


1.1
log
@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>
@
text
@d1 6
a6 7
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.
d8 7
a14 1
WWW:	http://nevow.com/
@

