Source code for Gramps Genealogical program
02096637b8
* src/Merge/_MergePlace.py: merge from 2.2 tree * src/GrampsDbUtils/_GedcomParse.py: parsing improvements * src/GrampsDbUtils/_GedcomLex.py: parsing improvements 2007-02-11 Don Allingham <don@gramps-project.org> * src/Merge/_MergePlace.py (MergePlaces.merge): fix typo on add_source_reference 2007-02-07 Zsolt Foldvari <zfoldvar@users.sourceforge.net> * src/DisplayTabs/_NoteTab.py: move "rich text" notes to 2.3 branch. 2007-02-06 Brian Matherly <brian@gramps-project.org> * src/docgen/PdfDoc.py: provide a more useful error when reportlab crashes 2007-02-06 Douglas Blank <dblank@cs.brynmawr.edu> * src/ReportBase/_ReportDialog.py: 0000905: Typo in catching exceptions in buggy reports * src/plugins/holidays.xml: 0000906: Canada holidays patch 2007-02-06 Don Allingham <don@gramps-project.org> * src/GrampsDb/_ReadGedcom.py: fix cal/est parsing * src/DisplayTabs/_ButtonTab.py: catch window already being open * example/gedcom/sample.ged: Add est/cal samples svn: r8088 |
||
---|---|---|
data | ||
debian | ||
example | ||
help | ||
m4 | ||
po | ||
src | ||
test | ||
windows/nsis | ||
acinclude.m4 | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
ChangeLog.old | ||
config.guess | ||
config.rpath | ||
config.sub | ||
configure.in | ||
COPYING | ||
COPYING-DOCS | ||
FAQ | ||
gramps.sh.in | ||
gramps.spec.in | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
README | ||
TestPlan.txt | ||
TODO |
Please read the COPYING file first. If building from source, also read the INSTALL file (at least through the "SUPER-SHORT VERSION") before going further. Requirements -------------------------------- The following packages *MUST* be installed in order for Gramps to work: Python 2.3 or greater Gnome 2.8 or greater PyGTK2 2.4 or greater Gnome-python 2.6 or greater The following packages are *STRONGLY RECOMMENDED* to be installed: Reportlab Enable creation of PDF documents http://www.reportlab.com GraphViz Enable creation of graphs using GraphViz engine http://www.graphviz.org Documentation --------------------------------- The User Manual is now maintained, built and installed using gnome-doc-utils. Please see the documentation for the gnome-doc-utils package to learn how this works. Current HTML documentation can also be found on the gramps website, http://gramps-project.org/index.php?module=pagemaster&PAGE_user_op=view_page&PAGE_id=7 Building on non-Linux systems: i18n support and GNU make -------------------------------------------------------- If make fails, use gmake (the name FreeBSD gives to GNU make) instead. -------------------------------- Donald Allingham dallingham@users.sourceforge.net