INSTALLATION NOTES
    Installation should be quite simple once you have installed the required 
    modules. 
    
    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
    
    *  XML::Parser
         (needed only if you use the debug options)
         included in the XML-Parser package
    
    If you want to create compiled WML decks, you'll need to install the WML 
    Tools (http://pwot.co.uk/wml/). Be sure that the compiler, "wmlc", is 
    in the PATH of the program. 


TESTED PLATFORMS
    Html2Wml has been tested and is fully functionnal on the following 
    platforms:
    
      - Mac OS (PowerPC)
      - Linux (Intel, PowerPC)
      - FreeBSD (Intel)
    
    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.