'''[[Twisted]].web''' 을 이용하는 WebApplication templating system http://divmod.org/trac/wiki/DivmodNevow PyCon 2004에 소개됨. WebApplication에 있어서의 [[MVC]]분리기능을 라이브러리화. 특징으로 * template 자체만으로도 [[XHTML]]규정준수 (TatterTools에서는 그렇지 못함) * data/render methods * stan * formless * freeform * livepage : 클라이언트 이벤트에 전체페이지 리로드가 필요없는 JavaScript전송기능 (SeeAlso [[AJAX]]) 관련 프로젝트 * [[http://portal-os.blogspot.com/2006/04/portal-os-beta-01-finished.html#links|Potal OS]] ---- stan tags 에 map 이 없다. 급한대로 nevow/tags.py 에서 'map'을 추가하면 되긴 한다. -- [[yong27]] <> ---- CategoryProgramLibrary