summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--afms/README2
-rw-r--r--wizards/README3
-rw-r--r--xmlhelp/README2
-rw-r--r--xmlreader/README7
-rw-r--r--xpdf/README3
5 files changed, 15 insertions, 2 deletions
diff --git a/afms/README b/afms/README
index c149c1aa4e7b..78be83a38c46 100644
--- a/afms/README
+++ b/afms/README
@@ -1 +1 @@
-External package containing font metrics
+External package containing font metrics.
diff --git a/wizards/README b/wizards/README
index c36091ffeea5..332c53507af0 100644
--- a/wizards/README
+++ b/wizards/README
@@ -1 +1,4 @@
Java wizards for db setup, importing, tutorials, etc.
+
+There are also partially converted python copies of each wizard, which
+we are hoping to migrate to in order to remove the Java dependency here. \ No newline at end of file
diff --git a/xmlhelp/README b/xmlhelp/README
index b4c1f05107d7..3e54ddc51bb2 100644
--- a/xmlhelp/README
+++ b/xmlhelp/README
@@ -1 +1 @@
-Help reader and viewer for online help.
+Help reader and viewer for online help. \ No newline at end of file
diff --git a/xmlreader/README b/xmlreader/README
new file mode 100644
index 000000000000..92a624d969a3
--- /dev/null
+++ b/xmlreader/README
@@ -0,0 +1,7 @@
+fast/small XML pull parser.
+
+Implements a simple, fast pull parser, currently used by [[configmgr]] and
+[[stoc]]'s simpleregistry code (used to register UNO components in
+services.rdb files). It supports a subset of XML features, but is fast
+and small.
+
diff --git a/xpdf/README b/xpdf/README
index dffe1066f466..0c733659f932 100644
--- a/xpdf/README
+++ b/xpdf/README
@@ -1 +1,4 @@
PDF-viewer library from [http://www.foolabs.com/xpdf/].
+
+This code is -used by [[sdext/source/pdfimport]] to implement the PDF
+import functionality, that allows PDF's to be edited.