Nenshi
Nenshi is a Perl port of Python package Genshi.
Stream based toolkit for output for the web.
That is under development, is pre alpha stage.
Development
We have a Subversion repository and you can check it out with:
svn co http://www.fs-output.com/svn/repos/pub/Nenshi/trunk Nenshi
Documents
- Documentation( not enough at all)
FAQ
Differences to Genshi?
- Not generator based(Perl don't have it), but iterator(Iterator::Simple) based.
Mini language for template language.(Perl looks too dirty for template I think).see source:/Nenshi/sandbox/perl-expr- A little bit Perlish way.
- Another XML namespace (http://purl.org/Nenshi/1.0)
- etc..
