# $File: //member/autrijus/HTML-FromANSI/README $ $Author: autrijus $
# $Revision: #2 $ $Change: 7867 $ $DateTime: 2003/09/04 17:11:36 $

This is the README file for HTML::FromANSI, a small module that
converts ANSI text sequences to corresponding HTML codes, using
stylesheets to control color and blinking properties.

* Installation

HTML::FromANSI uses the standard perl module install process:

cpansign -v		# see SIGNATURE for details
perl Makefile.PL
make			# or 'nmake' on Win32; see notes below
make test
make install

* Copyright

Copyright 2001, 2002, 2003 by Autrijus Tang <autrijus@autrijus.org>.

All rights reserved.  You can redistribute and/or modify
this bundle under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>.