INSTALLATION NOTES Installation should be quite simple once you have installed the required modules (see below). Edit the Makefile to check the location where you want to install Html2Wml (variable PREFIX), then type "make" to check your configuration, then "make install". REQUIREMENTS Html2Wml requires Perl 5.004 or later. In addition, Html2Wml needs the following Perl modules in order to run. You can find them on the CPAN (http://www.cpan.org/). * CGI, FileHandle, File::Basename, Getopt::Long, IPC::Open2, POSIX included in standard Perl distribution * HTML::Parser included in the HTML-Parser package * LWP::UserAgent included in the libwww-perl package * URI, URI::URL included in the URI package * Text::Template included in the Text-Template package Optionaly, you can also install these modules, but they are *not* needed, unless you want to use the --xmlcheck option. * XML::Parser included in the XML-Parser package * XML::LibXML included in the XML-Parser package * XML::Checker included in the XML-Parser package If you want to create compiled WML decks, please check the README file in the wml_compilation/ directory. TESTED PLATFORMS Html2Wml is currently developped under Mac OS X. It has been tested on the following platforms: _________________________________________________________________ | Operating System | WML conversion | WML compilation (*) | |--------------------------|----------------|---------------------| | Mac OS X / Darwin | OK | WT: OK, KG: n/a | | Mac OS Classic (PowerPC) | OK | WT: n/a, KG: n/a | | GNU/Linux based distros | OK | WT: OK, KG: OK | | FreeBSD, NetBSD, OpenBSD | OK | WT: OK, KG: ??? | ----------------------------------------------------------------- (*) WT = WML Tools compiler, KG = Kannel Gateway based compiler If your system isn't listed here and that Html2Wml works without problem, you can mail me so that I add it on the list. On the contrary, if your system is listed but that you have troubles running Html2Wml, feel free to ask me.