Module: CGI::WML
Copyright (c) 2003 Andrew Murren and copyright (c) 2000 Angus
Wood. All rights reserved. This program is free software; you
can redistribute it and/or modify it under the same terms as Perl
itself.
perl 5.004, CGI.pm (>=2.79), HTML::Parser, HTML::TokeParser, HTML::TableExtract and XML::Parser
The XML::Parser dependancy can be removed at compile-time.
CGI.pm 2.79 is required so we can use the CGITempFile package.
Build/Installation:
Standard build/installation supported by ExtUtils::MakeMaker(3)...
perl Makefile.PL
make
make test
make install
I don't know how to install Perl modules on Windows platforms, if someone could provide directions so I can include them here I would be grateful.
Planned Enhancements:
Add support for new standards for WAP2 and XHTML.
Add support for /all/ attributes defined in the WML DTD, I think I've covered the most important ones already, but it's nice to be complete.
Better HTML to WML conversion.
Angus Wood <angus@z-y-g-o.com>
Andy Murren <amurren@users.sourceforge.net>