From 2c42b5af8be2cae1ada81548721a8d45746609ff Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Tue, 20 May 2003 23:01:26 +0000 Subject: [PATCH] Updates svn: r1555 --- gramps2/INSTALL | 12 ++---------- gramps2/NEWS | 4 ++++ gramps2/README | 7 +++++++ 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/gramps2/INSTALL b/gramps2/INSTALL index 5b2bdffdd..94aee0ae2 100644 --- a/gramps2/INSTALL +++ b/gramps2/INSTALL @@ -18,14 +18,6 @@ Execute: aclocal automake --add-missing --gnu && autoconf && make -HTML documentation is built from SGML sources via jw. It is known to work -with docbook-utils-0.6.9. There is a problem with 0.6.10, which seems to -have some messed up dsl files. If you have difficulty building the HTML -documentation with your version of jw, then remove "doc" from the SUBDIRS -list in the top-level Makefile and send a report of where the failure was to -the gramps-devel list. This distribution is tested with the style sheets -and PNG support from the gnome-doc-tools-2-1 package. - MORE INFO: Version and package info is now set in configure.in through a call to the AM_INIT_AUTOMAKE macro. The results are stored in variables PACKAGE and VERSION, which then get substituted wherever necessary. @@ -40,8 +32,8 @@ documentation make rules (sgmldocs.make) have their own rule, but automake generates its own rule and this introduces a conflict. "make (un)install" now runs scrollkeeper-update to ensure -documentation database is up to date. Scrollkeeper v. > 0.1.4 should in -principle work, v. > 0.2 should see no problems. +documentation database is up to date. Scrollkeeper v. > 0.3 is required +to properly register documentation. VERBOSE, UGLY DETAILS FOR DEVELOPERS: Using automake/autoconf adds many, MANY build targets to the makefiles. diff --git a/gramps2/NEWS b/gramps2/NEWS index 316a6c46c..a43b73b7b 100644 --- a/gramps2/NEWS +++ b/gramps2/NEWS @@ -13,6 +13,10 @@ Version 0.9.2 and Show uncollected objects. * Option to fix missing media files during Check and Repair. * Long-awaited Export to CD. +* Save confirmation on Help->Open Example and File->New. +* Command-line options (-i -o -f -a) support is added in its experimental stage. + Please try hard to break it and report to gramps-devel. +* Man page is updated. Version 0.9.1 * Custom paper sizes may be set for reports diff --git a/gramps2/README b/gramps2/README index 179948cb0..c1720649c 100644 --- a/gramps2/README +++ b/gramps2/README @@ -8,6 +8,7 @@ The following packages *MUST* be installed in order for Gramps to work: Python 2.2 or greater Gnome 2.0 or greater PyGTK2 1.99.14 or greater + Gnome-python 1.99.14 or greater PyXML 0.7.1 or greater Many distributions already provide PyXML, but if your @@ -22,6 +23,12 @@ The following packages are *STRONGLY RECOMMENDED* to be installed: Enable generation of thumbnails for images http://www.pythonware.com/products/pil +If, for some reason, you can't/don't want to install PIL, at least make sure +that ImageMagick is available on your system: http://www.imagemagick.org + +WITHOUT eithr PIL or ImageMagick *YOU WILL NOT BE ABLE TO USE THUMBNAILS* +for any of your images. + Documentation --------------------------------- Gramps documentation is supplied in the form of XML files, which will be