summaryrefslogtreecommitdiffstats
path: root/libs/libwpd/DETAILS
blob: 3e5f82168fb53cedda28e7584d4e158e0b765292 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
           SPELL=libwpd
         VERSION=0.9.2
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
      SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
      LICENSE[0]=GPL
        WEB_SITE=http://libwpd.sourceforge.net/index.html
         ENTERED=20071006
        KEYWORDS="libs wordperfect"
           SHORT="Library for processing WordPerfect documents"
cat << EOF
libwpd is a C++ library designed to help process WordPerfect documents. It is 
most commonly used to import WordPerfect documents into other word processors 
(see below), but may be useful in other cases as well.

libwpd exposes a simple callback-based API (similar to SAX), allowing it to be 
easily plugged into any C or C++ application. It strictly depends only on an 
implementation of the STL, although by interfacing with a library which 
abstracts the Microsoft OLE format (such as libgsf), you gain the ability to 
import OLE-embedded WordPerfect documents.
EOF