root / Nenshi / sandbox / perl-expr / README

Revision 51, 0.8 kB (checked in by rintaro, 2 years ago)

README

Line 
1This is Perl module Nenshi.
2
3DESCRIPTION
4
5This package was inspired the Python package
6Genshi <http://genshi.edgewall.org>. Genshi is made by Edgewall Software.
7
8Nenshi is basically a Perl port of Python package Genshi.
9Differences are:
10
11 * (Python like) Mini language for template language.
12 * No Processing Instructions support.
13 * Another XML namespace for template directives.
14 * A little bit Perlish API
15
16INSTALLATION
17
18Nenshi installation is straightforward. If your CPAN shell is set up,
19you should just be able to do
20
21    % cpan Nenshi
22
23Download it, unpack it, then build it as per the usual:
24
25    % perl Makefile.PL
26    % make && make test
27
28Then install it:
29
30    % make install
31
32DOCUMENTATION
33
34Nenshi documentation is available as in POD. So you can do:
35
36    % perldoc Nenshi
37
38to read the documentation online with your favorite pager.
39
40Rintaro Ishizaki
Note: See TracBrowser for help on using the browser.