gnucash/lib/libgsf-1.12.3
Christian Stimming 93bee8172a Fix linker flags for gsf-win32 sublibrary
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13585 57a11ea4-9604-0410-9ed3-97b8803252fd
2006-03-10 14:28:56 +00:00
..
doc Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
gsf Add more linker flags, necessary for some platforms (windows) 2006-03-09 15:48:23 +00:00
gsf-gnome Change libgsf/goffice libraries and paths to be gnucash-specific. 2006-01-28 18:57:29 +00:00
gsf-win32 Fix linker flags for gsf-win32 sublibrary 2006-03-10 14:28:56 +00:00
po Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
python Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
tests properly ignore the return value of fgets(). Fixes an FC4 error. 2006-03-07 15:19:19 +00:00
acinclude.m4 Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
aclocal.m4 Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
AUTHORS Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
BUGS Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
ChangeLog Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
compile Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
config.guess Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
config.sub Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
configure Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
configure.in Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
COPYING Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
COPYING.LIB Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
depcomp Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
gtk-doc.make Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
HACKING Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
INSTALL Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
install-sh Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
intltool-extract.in Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
intltool-merge.in Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
intltool-update.in Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
libgsf-1.pc.in Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
libgsf-1.spec.in Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
libgsf-gnome-1.pc.in Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
libgsf-gnome-1.spec.in Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
libgsf-win32-1.pc.in Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
libgsf-zip.in Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
ltmain.sh Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
Makefile.am Add more linker flags, necessary for some platforms (windows) 2006-03-09 15:48:23 +00:00
missing Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
mkinstalldirs Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
NEWS Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
README Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00
TODO Fold branches/goffice-update/ back into trunk/. 2005-12-04 21:27:17 +00:00

libgsf -- The G Structured File Library
Jody Goldberg <jody@gnome.org>

   The project aims to provide an efficient extensible i/o abstraction for
dealing with different structured file formats.

   libgsf is licensed under the terms of the GNU LGPL included in the
file COPYING.LIB.

To report libgsf bugs, please visit bugzilla.gnome.org.
-- 

This library has taken insight from

OLE:
    - libole : Michael Meeks, Arturo Tena, and Frank Chiulli
	- which was based on
	    Laola : by Martin Schwartz
	    WINE : Marcus Meissner, Francis Beaudet, Sylvain St-Germain and
		    Thuy Nguyen
	    Caolan McNamara's work

    - POIFS : Marc Johnson

VBA:
    - libole : Michael Meeks and Frank Chiulli figuring out quite a bit about
		how a vba stream is stored.
    - OpenOffice : For confirming many of Michael's hypothesis' and supplying
		insight into the project file structure.
    - Costin Raiu, Kaspersky Labs <craiu@pcnet.ro>
	: For commenting that the dir stream had offsets too.  That way we can
	   avoid OpenOffice's trouble parsing pcode.

gzip:
    - zlib : for doing all the heavy lifting, and suppling gzio.c as an
		example.

Requirements
------------
    autoconf	2.5x
    automake	1.7

    glib	>= 1.3.10
    zlib	>= 1.1.3
    libxml2	>= 2.4.16	(not really, but it is the first to be tested)

Mailing lists
-------------

   There is NO mailing list used to discuss libgsf specificly as yet.  For now
please use the gnumeric list. To subscribe send a mail to:

	gnumeric-list-request@gnome.org
And in the body of the message write "subscribe"

An archive of the mailing lists is available in:
	http://www.gnome.org/mailing-lists/archives/gnumeric-list/