
		RTF Processor V 1.03 - ALPHA

The RTF package set is a minimal RTF processor.  This set is provided
with an RTF to HTML converter.  This converter is just an example, not
a full-fledged application.

You can try this converter on replicas.rtf
(<http://www.research.microsoft.com/~gray/replicas.rtf>) or on the RTF
specification (see the "Ressources" section). 
For example:

	% rtf2html RTF-Spec-1_5.rtf > RTF-Spec-1_5.htm

You can manually test the current distribution with:

	% perl -I. examples/tests.pl

Don't hesite to send me your suggestions or extensions.

Philippe Verdret
pverdret@sonovision-itep.fr

____
TODO

- write a documentation 

__________
Ressources

Specification for RTF and filters are available at:
- <ftp://ftp.primate.wisc.edu/pub/RTF>

General information on converters:
- <http://www.kfa-juelich.de/isr/1/texconv.html>

