summaryrefslogtreecommitdiff
path: root/gnu/packages/wv.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-02-09 00:02:45 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-03 13:27:16 +0100
commitdbefd3ff72debf27e59abaecbbf0dd94a879f829 (patch)
tree04ac7df82c8f86db3d0fcb83abc76da22b806b67 /gnu/packages/wv.scm
parent83a9003c5d6560d3a7873f1be43f5e2d57b2b0a1 (diff)
downloadguix-patches-dbefd3ff72debf27e59abaecbbf0dd94a879f829.tar
guix-patches-dbefd3ff72debf27e59abaecbbf0dd94a879f829.tar.gz
gnu: wv: Edit description.
Wv is still unmaintained – this just makes it more obvious. * gnu/packages/wv.scm (wv)[description]: Mention the product versions in addition to internal file format ones. Align more closely with the upstream description.
Diffstat (limited to 'gnu/packages/wv.scm')
-rw-r--r--gnu/packages/wv.scm12
1 files changed, 7 insertions, 5 deletions
diff --git a/gnu/packages/wv.scm b/gnu/packages/wv.scm
index 12201faa3a..866cfee222 100644
--- a/gnu/packages/wv.scm
+++ b/gnu/packages/wv.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 Marek Benc <merkur32@gmail.com>
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -52,11 +53,12 @@
("pkg-config" ,pkg-config)))
(synopsis "Microsoft Word conversion library and utilities")
(description
- "wv converts Word 2,6,7,8,9 files to HTML and LaTeX. The Word 2
-conversion is still incomplete (no formatting), but it will do a passable job
-extracting the text, which is what you probably want anyway.
+ "wv converts files written by Word 2000, 97, 95, and 6 (known internally as
+Word 9, 8, 7, and 6) to HTML or LaTeX. Word 2 documents can still be converted
+to plain text but will lack formatting.
-libwv can be used as a library by third party programs, AbiWord uses it as its
-word importer, and KWord may use it in the future.")
+Othe programs can use wv as a library to convert Word documents to other
+formats. AbiWord uses it as its Word importer, and KWord uses concepts and
+code from wv in theirs.")
(home-page "http://wvware.sourceforge.net/")
(license license:gpl2+)))