summaryrefslogtreecommitdiff
path: root/support/rtf2html/ReadMe
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/rtf2html/ReadMe
Initial commit
Diffstat (limited to 'support/rtf2html/ReadMe')
-rw-r--r--support/rtf2html/ReadMe22
1 files changed, 22 insertions, 0 deletions
diff --git a/support/rtf2html/ReadMe b/support/rtf2html/ReadMe
new file mode 100644
index 0000000000..f2c021b396
--- /dev/null
+++ b/support/rtf2html/ReadMe
@@ -0,0 +1,22 @@
+rtf2html - a RTF to HTML conversion program
+
+This is the first cut at a RTF to HTML converter. It has several limitations
+that users should be aware of. First, unless you want to make some changes
+to tables within the source, you need to use the style sheet that is
+defined in Sample.rtf to format your Word documents. It's easiest to just
+start with Sample.rtf as your basic document and cut out what you don't
+need.
+
+rtf2html is dependent on the style numbers in the style sheet matching those
+in the conversion table in the code. This is an UGLY hack, but I really
+didn't want to parse the style sheet. Hey, it's free.
+
+To build the code, type "make". This code should build on anything with a
+C compiler. It was written on a Mac using Think C and moved to Unix with
+no changes.
+
+Please send any comments or suggestions to cshotton@oac.hsc.uth.tmc.edu.
+
+Chuck Shotton
+Ass't Director, Academic Computing
+U. of Texas Houston Health Science Center