Questions tagged [nevow]

A web templating framework that provides Athena, a two-way AJAX toolkit.

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.

2 questions
9
votes
3 answers

Which way to go with twisted and web-programming?

So, I programmed this twisted application a few months ago, which I now would like to extend with a web-based user interface for configuration. The Twisted website recommends Nevow, but I am not really sure if this is a good choice. Their website is…
Chris
  • 217
  • 2
  • 9
2
votes
1 answer

Google App Engine to Twisted

I was about to migrate the GAE-OpenSocial project to Twisted Matrix and Nevow. I am very new to Nevow templating and couldn't find good documentation other than given in Divmod's Nevow Project page. Is there any books relating to Nevow? I am having…
Jasim Muhammed
  • 1,376
  • 1
  • 20
  • 28