Alvis-Convert version 0.2
================================

This is a module collecting Alvis XML format conversion methods for any 
number of source formats.

Contains these conversion scripts:

    wikipedia2alvis.pl
    alvis_wikipedia_add_cats.pl
    news_xml2alvis.pl
    html2alvis.pl
    html2plain.pl
    ainodump2alvis.pl
    alvisDecollect.pl
    alvisXMLmerge.pl
    alvisXMLsplit.pl

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

   Data::Dumper
   Encode
   XML::LibXML
   Compress::Zlib
   HTML::Encoding
   File::Type
   Parse::MediaWikiDump
   Digest::MD5

Additionally, the scripts in bin/ require:

   Cwd
   File::Copy
   File::Find
   File::Path
   Getopt::Long
   IO::Handle
   Pod::Usage
   POSIX
   Time::HiRes

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2006 by Kimmo Valtonen

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.4 or,
at your option, any later version of Perl 5 you may have available.