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

..07-May-2022-

goffice/H03-Jul-2021-9,6876,478

AUTHORSH A D03-Jul-2021350 97

COPYINGH A D03-Jul-202117.6 KiB341281

ChangeLogH A D03-Jul-2021298.9 KiB8,1976,171

Makefile.amH A D03-Jul-20211.9 KiB7464

Makefile.inH A D03-May-202243.9 KiB1,019912

READMEH A D03-Jul-20211.1 KiB4230

README.abiwordH A D03-Jul-2021198 74

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.6.0	libglib2.0-dev
20	gtk+		>= 2.6.0	libgtk2.0-dev
21	pango		>= 1.8.1	libpango1.0-dev
22	libgnomeprint	>= 2.8.2	libgnomeprint2.2-dev
23	libgsf		>= 1.13.3	libgsf-1-dev
24	libglade	>= 2.3.6	libglade2-dev
25	gnome-xml   	>= 2.4.12	libxml2-dev
26	libart   	>= 2.3.11	libart-2.0-dev
27	NOTE: gnome-xml is also known as libxml
28
29Mailing lists
30-------------
31
32   There is a mailing list used to discuss Gnumeric, to subscribe
33send a mail to:
34
35	gnumeric-list-request@gnome.org
36
37   And in the body of the message write "subscribe"
38
39   An archive of the mailing lists is available in:
40
41	http://mail.gnome.org/archives/gnumeric-list/
42

README.abiword

1
2This directory contains some code from the goffice library.
3When adding stuff maintain goffice's directory structure so switching
4between this builtin and the system version doesn't break.
5
6- Rob
7