Gramps

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Gramps
GRAMPS logo.png
Screenshot of gramps (v. 4.0.3) with its fan chart and the pedigree gramplet on the right.
Screenshot of gramps (v. 4.2.2) with its fan chart and the pedigree gramplet on the right.
Original author(s) Don Allingham[1]
Developer(s) The Gramps Team
Initial release April 21, 2001; 23 years ago (2001-04-21)[2]
Stable release Current: 4.2.3 (10 April 2016; 8 years ago (2016-04-10)[3][4][5])
Legacy: 3.4.9 (30 April 2015; 9 years ago (2015-04-30)[6])
Development status Active
Written in Python (GTK+ 3)
Operating system Linux, BSD, Solaris, Windows, OS X[7]
Platform Legacy:GTK+ 2
Current: GTK+ 3
Available in Multilingual (40)[8]
Type Genealogy software
License GNU General Public License
Website gramps-project.org

Gramps (formerly GRAMPS, an acronym for Genealogical Research and Analysis Management Programming System) is Free and open source genealogy software. Gramps is programmed in Python using PyGObject. It uses Graphviz to create relationship graphs.

Features

  • Supports multiple languages and cultures.[9]
    • Full Unicode support.
    • Relationship calculators.[10] Some languages have relationship terminology with no proper translation to other languages. Gramps deals with this by allowing for language specific relationship calculators.
  • Generates reports in multiple formats, including .odt, LaTeX, .pdf, .rtf, .html, and .txt.
  • Gramps is easily extended via plugins called Gramplets. A Gramplet is a view of data that either changes dynamically during the running of Gramps, or provides interactivity to your genealogical data.[11]

File format

Gramps XML[12]
Filename extension .gramps
Internet media type application/x-gramps-xml[13][14]
Developed by Gramps
Initial release 2004; 20 years ago (2004)
Latest release
1.7.1
(18 August 2015; 8 years ago (2015-08-18))
Type of format Genealogy data exchange
Extended from XML
Website gramps-project.org/xml/
Portable Gramps XML Package
Filename extension .gpkg
Type code .tar.gz archive
Developed by Gramps
Type of format Genealogy data exchange
Container for Gramps XML and referenced media

The core export file format of Gramps is named Gramps XML and uses the file extension .gramps. It is extended from XML. Gramps XML is a free format. Gramps usually compresses Gramps XML files with gzip.[15] The file format Portable Gramps XML Package uses the extension .gpkg and is currently a .tar.gz archive including Gramps XML together with all referenced media. The user may rename the file extension .gramps to .gz for editing the content of the genealogy document with a text editor. Internally, Gramps uses Berkeley DB as the working database format.

Gramps can import from the following formats:[16] Gramps XML, Gramps Package (Portable Gramps XML), Gramps 2.x .grdb (older versions Gramps), GEDCOM, CSV.

Gramps supports exporting data in the following formats: Gramps XML, Gramps Package (Portable Gramps XML), GEDCOM, GeneWeb's GW format,[17] Web Family Tree (.WFT) format,[18] vCard, vCalendar, CSV.

Programs that support Gramps XML

  • PhpGedView (version 4.1 and up) supports[19] output to Gramps XML.
  • GrampsXMLview - uses PHP to display the contents of a Gramps XML on your website.
  • The script tmg2gramps by Anne Jessel converts The Master Genealogist v6 genealogy software datafile to a Gramps v2.2.6 XML.
  • The Gramps PHP component Joomlagen for Joomla uses an upload of the GRAMPS XML database export to show genealogical information and overviews. Joomlagen is compatible with GRAMPS 3.3.0.

Languages

Gramps is available in 40 languages[8] (December 2014).

Gramps also has two special use sub-translation languages:

  • Animal pedigree which allows to keep track of the pedigree and breed of animals[20]
  • Same gender/sex which makes using Gramps far more intuitive when dealing with a same gender family.[21]

History

Selected release history:[4][3][22]

  • GRAMPS 1.0.0 "Stable as a Tombstone" released - 11 February 2004 - Used XML to store all information.
  • GRAMPS 2.0.0 "The Bright Side of Life" released - 11 May 2005 - Introduction of the Berkeley database backend.
  • GRAMPS 2.2.1 "One, two, five!" released - 30 October 2006 - Originally only available for Unix-like operating systems, with this release GRAMPS became available for Windows.
  • GRAMPS 3.0.0 "It was just getting interesting." released - 24 March 2008 - Introduced the new Family Tree database format .gpkg and deprecated the old .grdb database format. Plugin system called "Gramplets".
  • GRAMPS 3.4.0 "always look on the bright side of life" released - 21 May 2012 - Replaced Source References with Citations that allow sharing and can have media objects and 'data' elements attached to them. The Gramps XML Specification was updated to make it idempotent.
  • Gramps 4.0.0 "The Miracle of Birth" released - 21 May 2013 - Conversion to GTK+ 3, add support for Python 3. Keeps the same data format as GRAMPS 3.4.
  • Gramps 4.1.0 "Name go in book" released - 18 June 2014 - Full Python 3 support. New place hierarchies model.[23] Different data format to the GRAMPS 3.4 series.
  • Gramps 4.2.0 released - 3 August 2015 - Python 3 support only (Python 2 support dropped).[24] Different data format to the GRAMPS 3.4 series.

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. 3.0 3.1 Releases · gramps-project/gramps, GitHub
  4. 4.0 4.1 gramps-announce - SourceForge.net
  5. Gramps on SourceForge.net
  6. Gramps 3.4.9 released, This is a maintenance release designed for still running gramps with gtk2. The database is common between version 4.0.x and 3.4.x branch, most differences are into interface...
  7. Installation - Gramps
  8. 8.0 8.1 Lua error in package.lua at line 80: module 'strict' not found.
  9. Features - Gramps
  10. Relationship Calculator - Gramps
  11. Gramplets - Gramps, Gramps Wiki
  12. Gramps XML - Gramps Wiki
  13. GRAMPS XML is the XML format designed for storing GRAMPS data. Gramps Wiki
  14. Generate XML - Why doesn't GRAMPS just use a .gz extension? - Gramps
  15. How to make a backup - Gramps
  16. Lua error in package.lua at line 80: module 'strict' not found.
  17. GeneWeb - The GW format
  18. Web Family Tree - simonward.com
  19. PhpGedView @ Neumont University -
    *Clippings Cart (v4.1)
    ** Add option to zip the GEDCOM/Gramps XML with the associated media files Gramps XML
    *Gramps XML (v4.1)
    ** Add option to download entire GEDCOM in Gramps XML form
    ** Add option to retrieve raw data from the SOAP web service in Gramps XML format
    ** Gramps XML export support to include full source and media support
  20. Animal pedigree, Gramps Wiki
  21. 0003346: Same gender relationship reports Gramps Bugtracker
  22. Previous releases of Gramps, Gramps Wiki
  23. Place hierarchies, Gramps 4.1 Wiki Manual - What's new? - Gramps
  24. Enhanced Place Editor and new Place Name editor and added PlaceNames (with Date and Language) Place, Gramps 4.2 Wiki Manual - What's new? - Gramps

External links

This article contains text from the GNU GPL Gramps Manual V2.9.