diff options
author | Josh Heidenreich <josh.sickmate@gmail.com> | 2012-02-08 12:21:04 +1030 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-02-08 07:46:58 +0100 |
commit | 700b79412698fdf95c12b57bb01c8eacd9195763 (patch) | |
tree | 9801f47e745e28c22b0b552236619134dc47761b | |
parent | 223cca46ed86ae85ed5adb932a1651420bd8c006 (diff) |
Added and improved READMEs for modules which used to be in filter
-rw-r--r-- | filter/README | 1 | ||||
-rw-r--r-- | hwpfilter/REDME | 1 | ||||
-rw-r--r-- | lotuswordpro/README | 1 | ||||
-rw-r--r-- | oox/README | 4 | ||||
-rw-r--r-- | unoxml/README | 1 | ||||
-rw-r--r-- | writerfilter/README | 25 | ||||
-rw-r--r-- | writerperfect/README | 1 | ||||
-rw-r--r-- | xmerge/README | 6 |
8 files changed, 29 insertions, 11 deletions
diff --git a/filter/README b/filter/README new file mode 100644 index 000000000000..dc98371e07ea --- /dev/null +++ b/filter/README @@ -0,0 +1 @@ +Filter registration and some simple filters (also descriptions). diff --git a/hwpfilter/REDME b/hwpfilter/REDME new file mode 100644 index 000000000000..e84070071eaf --- /dev/null +++ b/hwpfilter/REDME @@ -0,0 +1 @@ +Filter for a word processor file format popular in Korea (Hangul Word Processor). diff --git a/lotuswordpro/README b/lotuswordpro/README new file mode 100644 index 000000000000..4ec710488b31 --- /dev/null +++ b/lotuswordpro/README @@ -0,0 +1 @@ +Filter for file format of Lotus Word Pro. diff --git a/oox/README b/oox/README new file mode 100644 index 000000000000..43b60bd924d2 --- /dev/null +++ b/oox/README @@ -0,0 +1,4 @@ +Support for Office Open XML, the office XML-format designed by Microsoft. + +See also: +[http://wiki.services.openoffice.org/wiki/OOX] diff --git a/unoxml/README b/unoxml/README new file mode 100644 index 000000000000..6ca6382fb10c --- /dev/null +++ b/unoxml/README @@ -0,0 +1 @@ +UNO wrappers for XML services. 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 diff --git a/writerperfect/README b/writerperfect/README new file mode 100644 index 000000000000..388fd7c87334 --- /dev/null +++ b/writerperfect/README @@ -0,0 +1 @@ +Word Perfect filter, wrapper for [[libwpd]]. diff --git a/xmerge/README b/xmerge/README new file mode 100644 index 000000000000..d45f6c4e0411 --- /dev/null +++ b/xmerge/README @@ -0,0 +1,6 @@ +For converting documents among from and into formats and also for merging them. + +Uses Java and plug-in architecture. + +See also: +[http://xml.openoffice.org/xmerge/] |