From eea51b762236fa4c24da82e691a67527eac6a157 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Fri, 9 Mar 2012 17:03:17 +0000 Subject: minor documentation tweaks --- afms/README | 2 +- wizards/README | 3 +++ xmlhelp/README | 2 +- xmlreader/README | 7 +++++++ xpdf/README | 3 +++ 5 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 xmlreader/README 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. -- cgit