mdiff - Multiple document type diff.

mdiff can compare various documents type:
- standard text
- file info
- open office text
- latex files
- config files
- pictures

Options for text files like standard text, open office text, latex files and 
config files:
- ignore case sensitivity
- ignore space change
- ignore blank lines
- ignore matching lines
- ignore matching words

For standard text files are several output formats:
- standard diff (GNU diff) output format
- ndiff output format
- context output format
- unified diff output format
- html output format

================================================================================

Requirements:
- python 3.0
- python 2.5
- python-imaging 1.1.6-3

mdiff is designed for python3
But module imagediff is for python 2.5 and is freestanding program. (because 
librarry PIL is now for python 2.5)

================================================================================

Using:
mdiff [options] from_file to_file
imagediff [options] from_file to_file

