rtf: add module for RTF processing
commitd7faa8e036db6b9495f08d03e4e5bdfe5ab6b483
authorStefan Becker <chemobejk@gmail.com>
Fri, 28 Dec 2018 11:16:58 +0000 (28 13:16 +0200)
committerStefan Becker <chemobejk@gmail.com>
Fri, 28 Dec 2018 11:16:58 +0000 (28 13:16 +0200)
tree4280ecf41495aa74dc045412a19e907135ebb9a4
parent34b331758cc3cd73e8e21aabbe2e3441f8d7e665
rtf: add module for RTF processing

This adds a function to extract plain text from RTF and convert it to
HTML. The implementation will use a flex-based lexer and a hand-written
parser.

Start off by adding the lexer module and integrating it to the build.
The release tarball will include the pre-generated lexer C code, i.e.
the flex tool is not required for a normal build. Update the
documentation accordingly.
.gitignore
README
configure.ac
contrib/mingw-cross-compile/README.txt
contrib/rpm/pidgin-sipe.spec
src/core/Makefile.am
src/core/sipe-rtf.h [new file with mode: 0644]
src/core/sipe-rtf.l [new file with mode: 0644]