• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H03-May-2022-6,5056,168

goffice/H03-May-2022-139,874103,186

m4/H10-Jun-2021-10,2869,303

mmlitex/H03-May-2022-3,9323,380

plugins/H03-May-2022-33,94828,139

po/H10-Jun-2021-534,353414,994

tests/H03-May-2022-4,7604,167

tools/H03-May-2022-1,420972

ABOUT-NLSH A D28-Jan-201991.8 KiB1,3801,341

AUTHORSH A D21-Sep-2014324 97

BUGSH A D27-Jun-202013.8 KiB335322

COPYINGH A D21-Sep-2014194 74

COPYING-gpl2H A D21-Sep-201417.6 KiB341281

COPYING-gpl3H A D21-Sep-201434.3 KiB675553

ChangeLogH A D10-Jun-2021739.2 KiB20,88215,128

INSTALLH A D15-Mar-202115.4 KiB369287

MAINTAINERSH A D21-Sep-2014246 1612

Makefile.amH A D21-May-2019707 3020

Makefile.inH A D03-May-202230.9 KiB977875

NEWSH A D29-May-202154.9 KiB1,8221,407

READMEH A D10-Feb-20151.4 KiB5237

aclocal.m4H A D15-Mar-202142.8 KiB1,1831,075

compileH A D15-Mar-20217.2 KiB349259

config.guessH A D15-Mar-202143.2 KiB1,4811,288

config.subH A D15-Mar-202135.3 KiB1,8021,661

configureH A D03-May-2022579.9 KiB19,98316,741

configure.acH A D14-Mar-202125.3 KiB841752

depcompH A D15-Mar-202123 KiB792502

goffice-plugins.mkH A D21-Sep-2014136 75

goffice.mkH A D21-Sep-2014249 108

gtk-doc.makeH A D15-Mar-202110.5 KiB322275

install-shH A D15-Mar-202115 KiB519337

libgoffice.pc.inH A D11-Jan-2015481 1512

ltmain.shH A D15-Mar-2021319.6 KiB11,2528,044

missingH A D15-Mar-20216.7 KiB216143

test-driverH A D15-Mar-20214.5 KiB14987

README

1GOffice -- A GLib/GTK+ set of document-centric objects and utilities
2Jody Goldberg <jody@gnome.org>
3
4There are common operations for document-centric applications that are
5conceptually simple, but complex to implement fully.
6    - plugins
7    - load/save documents
8    - undo/redo
9
10To report goffice bugs, please visit bugzilla.gnome.org.
11
12goffice is licensed under the terms of the GNU GPL included in the
13file COPYING.
14
15Requirements
16------------
17
18You need:				        Debian package name
19	glib		>= 2.28.0       libglib2.0-dev
20	gobject-2.0	>= 2.28.0       libglib2.0-dev
21	gmodule-2.0	>= 2.28.0       libglib2.0-dev
22	gio-2.0		>= 2.28.0       libglib2.0-dev
23        gdk-pixbuf-2.0  >= 2.22.0	libgdk-pixbuf2.0-dev
24	gtk+		>= 3.0.0        libgtk2.0-dev
25	libgsf		>= 1.14.9       libgsf-1-dev
26	libxml2         >= 2.4.12       libxml2-dev
27	pango		>= 1.24.0       libpango1.0-dev
28	pangocairo	>= 1.24.0       libpango1.0-dev
29	cairo		>= 1.10.0        libcairo2-dev
30	cairo-svg	>= 1.10.0        libcairo2-dev
31	cairo-pdf	>= 1.10.0        libcairo2-dev
32	cairo-ps	>= 1.10.0        libcairo2-dev
33
34For GConf support you need:
35
36	gconf-2.0                   libgconf2-dev
37
38
39Mailing lists
40-------------
41
42   There is a mailing list used to discuss Goffice, to subscribe
43send a mail to:
44
45	gnumeric-list-request@gnome.org
46
47   And in the body of the message write "subscribe"
48
49   An archive of the mailing lists is available in:
50
51	http://mail.gnome.org/archives/gnumeric-list/
52