summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorJosh Heidenreich <josh.sickmate@gmail.com>2012-02-08 12:21:04 +1030
committerDavid Tardon <dtardon@redhat.com>2012-02-08 07:46:58 +0100
commit700b79412698fdf95c12b57bb01c8eacd9195763 (patch)
tree9801f47e745e28c22b0b552236619134dc47761b /writerfilter
parent223cca46ed86ae85ed5adb932a1651420bd8c006 (diff)
Added and improved READMEs for modules which used to be in filter
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/README25
1 files changed, 14 insertions, 11 deletions
diff --git a/writerfilter/README b/writerfilter/README
index 2728cd19026b..21687e34a341 100644
--- a/writerfilter/README
+++ b/writerfilter/README
@@ -1,13 +1,16 @@
-The writerfilter module contains import filters for Writer, using its
-UNO API.
+The writerfilter module contains import filters for Writer, using its UNO API.
-- inc: global headers (can be included by other modules)
-- prj: information for dmake
-- qa: unittests and subsequenttests
-- source: the filters themselves
+Import filter for docx, doc and rtf.
- * dmapper: the domain mapper, hiding UNO from the tokenizers
- * doctok: incomplete ww8 (.doc) tokenizer
- * filter: the uno filter service implementations
- * ooxml: the docx tokenizer
- * rtftok: the rtf tokenizer
+== Module contents ==
+ * inc: global headers (can be included by other modules)
+ * prj: information for dmake
+ * qa: unittests and subsequenttests
+ * source: the filters themselves
+
+== Source contents ==
+ * dmapper: the domain mapper, hiding UNO from the tokenizers
+ * doctok: incomplete ww8 (.doc) tokenizer
+ * filter: the uno filter service implementations
+ * ooxml: the docx tokenizer
+ * rtftok: the rtf tokenizer