<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://blog.gramps-project.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bennuttall</id>
	<title>Gramps - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://blog.gramps-project.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bennuttall"/>
	<link rel="alternate" type="text/html" href="https://blog.gramps-project.org/wiki/index.php/Special:Contributions/Bennuttall"/>
	<updated>2026-07-06T12:07:59Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.3</generator>
	<entry>
		<id>https://blog.gramps-project.org/wiki/index.php?title=Web_Solutions_for_Gramps&amp;diff=131460</id>
		<title>Web Solutions for Gramps</title>
		<link rel="alternate" type="text/html" href="https://blog.gramps-project.org/wiki/index.php?title=Web_Solutions_for_Gramps&amp;diff=131460"/>
		<updated>2026-07-03T15:41:23Z</updated>

		<summary type="html">&lt;p&gt;Bennuttall: Add section for greatgramps project&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Wiki pages about creating web content using Gramps==&lt;br /&gt;
&lt;br /&gt;
* [[Howto:_Make_a_genealogy_website_with_Gramps|How to: Make a (static) genealogy website with Gramps]] via the {{ man menu|Reports -&amp;gt; Web pages -&amp;gt; [[Gramps_{{man version}}_Wiki_Manual_-_Reports_-_part_7#Narrated_Web_Site|Narrated Web Site...]]}}&lt;br /&gt;
&lt;br /&gt;
==Interactive web apps==&lt;br /&gt;
[[File:GrampsWeb-10.png|thumb|right|400px|Fig. {{#vardefineecho:figure|{{#expr:{{#var:figure}}+1}}}} GrampsWeb screenshot from GitHub project docs]]&lt;br /&gt;
===Gramps Web===&lt;br /&gt;
'''Gramps Web''' is a web app developed by the Gramps community that allows authorized users to collaboratively edit a network Gramps family tree database using the same code base as Gramps Desktop. &lt;br /&gt;
&lt;br /&gt;
''See the '''[[Gramps Web]]''' wiki page (for an overview) or its [https://gramps-project.github.io/gramps-web-docs/ project website] (for detailed user documentation).'' &lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Gramps Web Sync===&lt;br /&gt;
'''[https://github.com/DavidMStraub/gramps-addon-webapisync Gramps Web Sync]''' addon synchronizes the Gramps Web online database with Gramps Desktop from the {{man menu|Tools -&amp;gt; Family Tree Processing}} submenu. It supports import and export of genealogical data in all formats supported by Gramps.&lt;br /&gt;
&lt;br /&gt;
''See the [https://github.com/DavidMStraub/gramps-web-sync Gramps Web Sync project on GitHub] to give feedback.&lt;br /&gt;
''{{-}}&lt;br /&gt;
&lt;br /&gt;
==Reports that build uploadable pages==&lt;br /&gt;
===Narrated Web Site===&lt;br /&gt;
The [[Gramps_{{man version}}_Wiki_Manual_-_Reports_-_part_7#Narrated_Web_Site|Narrated Web Site...]] creates an '''''entire website''''' of uploadable linked webpages.&lt;br /&gt;
===Special webpages===&lt;br /&gt;
Under the {{man menu|Reports -&amp;gt; Web pages -&amp;gt;}} submenu:&lt;br /&gt;
* [[Addon:D3_Ancestral_and_Descendant_Charts#Ancestral_Collapsible_Tree|Ancestral Collapsible Tree...]] (D3 addon)&lt;br /&gt;
* [[Addon:D3_Ancestral_and_Descendant_Charts#Ancestral_Fan_Chart|Ancestral Fan Chart...]] (D3 addon)&lt;br /&gt;
* [[Addon:DenominoViso|DenominoVisio...]] (addon)&lt;br /&gt;
* [[Addon:D3_Ancestral_and_Descendant_Charts#Descendant_Indented_Tree|Descendant Indented Tree...]] (D3 addon)&lt;br /&gt;
* [[Gramps_{{man version}}_Wiki_Manual_-_Reports#Dynamic_Web_Report|Dynamic Web Report...]]&lt;br /&gt;
* [[Addon:HeatmapWebReport|Heatmap...]] (addon)&lt;br /&gt;
* [[Gramps_{{man version}}_Wiki_Manual_-_Reports_-_part_7#Narrated_Web_Site|Narrated Web Site...]]&lt;br /&gt;
* [[Addon:NetworkChart|Network Chart...]] (addon)&lt;br /&gt;
* Timeline Pedigree Report...&lt;br /&gt;
* [[Gramps_{{man version}}_Wiki_Manual_-_Reports_-_part_7#Web_Calendar|Web Calendar...]]&lt;br /&gt;
&lt;br /&gt;
==External tools that leverage Gramps data==&lt;br /&gt;
=== Betty ===&lt;br /&gt;
[https://gramps.discourse.group/t/web-connected-versus-stand-alone-isolated-genealogy-application/889/8 Betty - static site generator for Gramps XML and GEDCOM] family trees by Bart Feenstra&lt;br /&gt;
&lt;br /&gt;
Gramps' Narrated Web Site Report is indeed also a statically generated site, like any Betty site. You can do this anywhere you want: on a remote server using the CLI, or on your own machine using the CLI or the desktop GUI application.&lt;br /&gt;
&lt;br /&gt;
Betty is not limited to just processing Gramps data. What happens when generating a site is that all the inputs are parsed and loaded into Betty's data model through &amp;lt;code&amp;gt;Loader&amp;lt;/code&amp;gt; extensions The &amp;lt;code&amp;gt;betty.gramps.Gramps&amp;lt;/code&amp;gt; extension is currently the only implementation shipped with Betty.&lt;br /&gt;
&lt;br /&gt;
Betty then allows for processing of that data depending on your project's configuration: guard privacy, derive additional data, and clean up orphan data.&lt;br /&gt;
&lt;br /&gt;
Finally, the resulting data (family tree) is built into HTML pages and JSON files (for the HTTP API), images are resized, CSS and JS files are compiled, etc.&lt;br /&gt;
&lt;br /&gt;
The output of this generation is a www/public directory with the site that can be viewed locally or, copied to a flash drive, or uploaded through rsync/scp/FTP/etc.&lt;br /&gt;
&lt;br /&gt;
Once generated, all you need is a web browser to view the site. And any off-the-shelf webserver or web host can publish the site online. Because the site is static, no additional software is required (PHP, Python, databases...) to serve the content.&lt;br /&gt;
&lt;br /&gt;
=== greatgramps ===&lt;br /&gt;
&lt;br /&gt;
greatgramps is a static site generator for Gramps family trees. It's easily configurable and highly customisable if required.&lt;br /&gt;
&lt;br /&gt;
Each person in the tree gets their own page with biographical details, family relationships, events, photos, and a relationship label showing how they connect to a chosen root person. The site also includes index&lt;br /&gt;
pages for people, places, events, census records, birthdays, and surnames.&lt;br /&gt;
&lt;br /&gt;
The site is built from the point of view of one or more root people — typically the living members of a family who each want to browse the tree as themselves. Each root person gets their own section of the site where relationship labels (&amp;quot;your grandmother&amp;quot;, &amp;quot;your 2nd cousin&amp;quot;) are calculated relative to them. A dropdown in the nav bar lets you switch between roots from any page.&lt;br /&gt;
&lt;br /&gt;
The site is generated once and served as plain HTML — no server-side code required. It's not a web frontend for Gramps (like gramps-web), in that it's read-only, but it produces a rich browsable site for your tree. Once built, the site can be hosted with ease, with no Python or Gramps installation required.&lt;br /&gt;
&lt;br /&gt;
* [https://greatgramps.readthedocs.io Documentation]&lt;br /&gt;
* [https://gramps.bennuttall.com/I0000/people/I0000/ Demo]&lt;br /&gt;
&lt;br /&gt;
==Export to an uploadable format with a web browser==&lt;br /&gt;
&lt;br /&gt;
*[[Gramps_{{man version}}_Wiki_Manual_-_Manage_Family_Trees#GEDCOM_export|GEDCOM formats]]&lt;br /&gt;
** [http://www.pmoylan.org/pages/os2/wft.html Web Family Tree] - genealogy freeware by Peter Moylan (OS/2 webserver based)&lt;br /&gt;
** [https://pewu.github.io/topola-viewer Topola genealogy viewer] by PeWu (Przemek Więch)&lt;br /&gt;
&lt;br /&gt;
*[[Gramps_{{man version}}_Wiki_Manual_-_Manage_Family_Trees#GeneWeb_export|GeneWeb format]] - [http://www.geneweb.org/ GenWeb] is free, open source genealogy software written in OCaml by Daniel de Rauglaudre running on a lightweight webserver for Unix, Linux, Microsoft Windows and macOS platforms.&lt;br /&gt;
* [[Gramps_{{man version}}_Wiki_Manual_-_Manage_Family_Trees#Web_Family_Tree_export|Web Family Tree format]] - [http://www.pmoylan.org/pages/os2/wft.html Web Family Tree] genealogy freeware by Peter Moylan (OS/2 webserver based)&lt;br /&gt;
&lt;br /&gt;
==Data Scrapers==&lt;br /&gt;
Data Scrapers poll web sources for importable data. They recognize structured data in one source and crosswalk it to the corresponding data structure in a destination. (The destination could be a file format... Like GEDCOM... or an application... like Gramps.)&lt;br /&gt;
&lt;br /&gt;
* Tools &amp;gt; Family Tree Processing -&amp;gt; [[Addon:GeneanetForGramps|Import Geneanet data for Gramps...]]&lt;br /&gt;
* Tools -&amp;gt; Utilities -&amp;gt; [[Addon:DownloadMedia|Download media files from the internet...]]&lt;br /&gt;
&lt;br /&gt;
==Finding Aids==&lt;br /&gt;
Finding Aids do contextual lookups of structured data in a database in another system. Like might be looking up a person by given name, surname and years of birth/death; or by an archived reference ID.&lt;br /&gt;
&lt;br /&gt;
* [[Addon:WebSearch|WebSearch]] Gramplet addon - focuses on the active record in the People, Families, Places or Sources categories. It determines if that record contains the data needs to do various targeted searches. &lt;br /&gt;
&lt;br /&gt;
* [[Addon:Web_Connect_Pack|Web Connect Pack]] addon - person view website lookups via contextual popup menu&lt;br /&gt;
** DE (Deutsch) Web Connect Pack&lt;br /&gt;
** FR (French) Web Connect Pack&lt;br /&gt;
** NL (Netherlands) Web Connect Pack&lt;br /&gt;
** RU (Russian) Web Connect Pack&lt;br /&gt;
** UK (United Kingdom) Web Connect Pack&lt;br /&gt;
** US (United States) Web Connect Pack&lt;br /&gt;
&lt;br /&gt;
==Inactive Projects==&lt;br /&gt;
* [https://github.com/gramps-project/gramps-online gramps-online] - A simple online version of Gramps.&lt;br /&gt;
* [https://github.com/gramps-project/django-webapp django-webapp] - version of Gramps on the web (2015) Django based&lt;br /&gt;
* [[GEPS_013:_Gramps_Webapp|GEPS 13: Gramps Webapp]] (based on [[Gramps-Connect|Gramps-Connect]])  &lt;br /&gt;
* [https://github.com/gramps-project/gramps_connect gramps_connect] - Experimental web-based application for genealogy (2016)&lt;br /&gt;
* [https://github.com/GenealogyCollective/gprime gPrime] - an open source genealogy project built on top of [https://jupyterlab.readthedocs.io/en/stable/getting_started/overview.html JupyterLab] and Gramps. (2020)&lt;br /&gt;
* Legacy version of the [https://github.com/DavidMStraub/gramps-webapp Gramps Webapp], precursor of [[Gramps Web]] (2020)&lt;br /&gt;
* [[Joomla|Joomla!]] - to link Gramps wiki content related to interfacing Joomla and Gramps.&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
* [https://www.cyndislist.com/gedcom/gedcom-software/?page=2 GEDCOM Software &amp;amp; Tools] on Cyndi's List&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Bennuttall</name></author>
		
	</entry>
</feed>