[Libreoffice-commits] core.git: sw/README
Miklos Vajna
vmiklos at suse.cz
Tue May 28 03:38:54 PDT 2013
sw/README | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
New commits:
commit 7fbc4335aedbc0574700f06ae48114d2aa3e8a5e
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Tue May 28 12:37:49 2013 +0200
sw: extend README
Change-Id: Iaad121a3333ab7cffcc2cbd6cb1b3e447f0989f7
diff --git a/sw/README b/sw/README
index dd5a067..1b979dd 100644
--- a/sw/README
+++ b/sw/README
@@ -3,3 +3,25 @@ Writer application code.
Exact history was lost before Sept. 18th, 2000, but old source code
comments show that Writer core dates back until at least November
1990.
+
+== Module contents ==
+ * inc: headers available to all source files inside the module
+ * qa: unit, slow and subsequent tests
+ * sdi
+ * source: see below
+ * uiconfig: user interface configuration
+ * util: UNO passive registration config
+
+== Source contents ==
+ * core: Writer core (document model, layout, UNO API implementation)
+ * filter: Writer internal filters
+ * ascii: plan text filter
+ * basflt
+ * html: HTML filter
+ * inc: include files for filters
+ * rtf: thin copy&paste helper around the UNO RTF import filter (in writerfilter)
+ * writer
+ * ww1
+ * ww8: DOC import, DOC/DOCX/RTF export
+ * xml: ODF import/export, subclassed from xmloff (where most of the work is done)
+ * ui: user interface
More information about the Libreoffice-commits
mailing list