summaryrefslogtreecommitdiffstats
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
parentAdded READMEs for modules which used to be in components (diff)
downloadcore-700b79412698fdf95c12b57bb01c8eacd9195763.tar.gz
core-700b79412698fdf95c12b57bb01c8eacd9195763.zip
Added and improved READMEs for modules which used to be in filter
-rw-r--r--filter/README1
-rw-r--r--hwpfilter/REDME1
-rw-r--r--lotuswordpro/README1
-rw-r--r--oox/README4
-rw-r--r--unoxml/README1
-rw-r--r--writerfilter/README25
-rw-r--r--writerperfect/README1
-rw-r--r--xmerge/README6
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/]