diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2015-12-18 13:43:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-19 07:23:06 +0700 |
commit | f7be58204b490f949754d8a7d5135577e456346a (patch) | |
tree | ff8bcf175e7b7a7f4acea6a1371be610fa657a9e /libraries/libwps/README | |
parent | ad5a434359f6f172a1ee65c75a3f6357ec8e9d27 (diff) |
libraries/libwps: Added (Microsoft Works format import library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 000000000000..e2b3a59c332b --- /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". |