diff options
Diffstat (limited to 'libraries/libwps/README')
-rw-r--r-- | libraries/libwps/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/libwps/README b/libraries/libwps/README new file mode 100644 index 0000000000000..e2b3a59c332bf --- /dev/null +++ b/libraries/libwps/README @@ -0,0 +1,9 @@ +Libwps is a library (for use by word procesors, for example) for +importing the Microsoft Works word processor file format. As of +December 2006, the project is new, but it imports Works format +versions 2, 3, 4, 5 (aka 2000), and 8 with some formatting. The +scope of this project is just a Works word processor import filter, +so there are no plans for supporting an export filter, spreadsheets, +or databases. It is a part of the Document Liberation Project. + +To build the doxygen html documentation use DOC="yes". |