diff options
author | Stef Walter <stefw@redhat.com> | 2013-04-18 22:11:33 +0200 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2013-04-19 08:05:04 +0200 |
commit | 9fc8444f2c4aca8a551f1300d734742b7d99be00 (patch) | |
tree | ce7a192feea559e1b2351bc5ac56b80e804b734b /libs/README | |
parent | 22bfb1beeb9c7fbcdc814798d361e28b3b81f971 (diff) |
Diffstat (limited to 'libs/README')
-rw-r--r-- | libs/README | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libs/README b/libs/README deleted file mode 100644 index 234ff08..0000000 --- a/libs/README +++ /dev/null @@ -1,14 +0,0 @@ - -This folder includes the DOMC library that's used by rtfx for creating an in-memory -XML tree. It was written by Michael B. Allen: - -http://www.ioplex.com/~miallen/domc/ - -Because we want to avoid too dependencies, and because DOMC is small, we build -it here and link it in statically. The 'prepare-libraries.sh' shell script -decompresses the library tars and patches them to work with rtfx. - -RTFX used to use Sablotron, but because they don't major on their DOM (all about -XSLT) it's extremely slow when used with large in memory DOMs under certain -conditions. Because of this in some cases it would take 10 minutes to for RTFX -to convert a 3 or 4 meg RTF file. |