"Initial commit to Gerrit"
[profile/ivi/libgsf.git] / README
1 libgsf -- The G Structured File Library
2 Jody Goldberg <jody@gnome.org>
3
4    The project aims to provide an efficient extensible i/o abstraction for
5 dealing with different structured file formats.
6
7    libgsf is licensed under the terms of the GNU LGPL included in the
8 file COPYING.LIB.
9
10 To report libgsf bugs, please visit bugzilla.gnome.org.
11 -- 
12
13 This library has taken insight from
14
15 OLE:
16     - libole : Michael Meeks, Arturo Tena, and Frank Chiulli
17         - which was based on
18             Laola : by Martin Schwartz
19             WINE : Marcus Meissner, Francis Beaudet, Sylvain St-Germain and
20                     Thuy Nguyen
21             Caolan McNamara's work
22
23     - POIFS : Marc Johnson
24
25 VBA:
26     - libole : Michael Meeks and Frank Chiulli figuring out quite a bit about
27                 how a vba stream is stored.
28     - OpenOffice : For confirming many of Michael's hypothesis' and supplying
29                 insight into the project file structure.
30     - Costin Raiu, Kaspersky Labs <craiu@pcnet.ro>
31         : For commenting that the dir stream had offsets too.  That way we can
32            avoid OpenOffice's trouble parsing pcode.
33
34 gzip:
35     - zlib : for doing all the heavy lifting, and suppling gzio.c as an
36                 example.
37
38 Requirements
39 ------------
40     autoconf    2.5x
41     automake    1.7
42
43     glib        >= 1.3.10
44     zlib        >= 1.1.3
45     libxml2     >= 2.4.16       (not really, but it is the first to be tested)
46
47 Mailing lists
48 -------------
49
50    There is NO mailing list used to discuss libgsf specificly as yet.  For now
51 please use the gnumeric list. To subscribe send a mail to:
52
53         gnumeric-list-request@gnome.org
54 And in the body of the message write "subscribe"
55
56 An archive of the mailing lists is available in:
57         http://mail.gnome.org/archives/gnumeric-list/
58