Difference between revisions of "Web Solutions for Gramps"
m (add-on > addon ( stick with one spelling )) |
(Add Gramps Web, move some projects to "inactive") |
||
| Line 2: | Line 2: | ||
* [[Howto:_Make_a_genealogy_website_with_Gramps|How to: Make a genealogy website with Gramps]] | * [[Howto:_Make_a_genealogy_website_with_Gramps|How to: Make a genealogy website with Gramps]] | ||
| + | |||
| + | ==Interactive web apps== | ||
| + | |||
| + | [[Gramps Web]] is a web app developed by the Gramps community that allows to collaboratively edit a Gramps family tree database using the same code base as Gramps Desktop. It can be snychronized with Gramps Desktop via an addon and can import and export genealogical data in all formats supported by Gramps. | ||
==Reports that build uploadable pages== | ==Reports that build uploadable pages== | ||
| Line 17: | Line 21: | ||
==External tools that leverage Gramps XML== | ==External tools that leverage Gramps XML== | ||
* [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 | * [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 | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
==Export to an uploadable format with a web browser== | ==Export to an uploadable format with a web browser== | ||
| Line 37: | Line 35: | ||
* [https://github.com/gramps-project/django-webapp django-webapp] - version of Gramps on the web (2015) Django based | * [https://github.com/gramps-project/django-webapp django-webapp] - version of Gramps on the web (2015) Django based | ||
* [[GEPS_013:_Gramps_Webapp|GEPS 13: Gramps Webapp]] | * [[GEPS_013:_Gramps_Webapp|GEPS 13: Gramps Webapp]] | ||
| − | * | + | * [https://github.com/gramps-project/gramps_connect gramps_connect] - Experimental web-based application for genealogy (2016) |
| + | * [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) | ||
| + | * Legacy version of the [https://github.com/DavidMStraub/gramps-webapp Gramps Webapp], precursor of [[Gramps Web]] (2020) | ||
| + | |||
==Data Scrapers== | ==Data Scrapers== | ||
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.) | 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.) | ||
Revision as of 10:53, 24 September 2022
Contents
Wiki pages about creating web content using Gramps
Interactive web apps
Gramps Web is a web app developed by the Gramps community that allows to collaboratively edit a Gramps family tree database using the same code base as Gramps Desktop. It can be snychronized with Gramps Desktop via an addon and can import and export genealogical data in all formats supported by Gramps.
Reports that build uploadable pages
- Web pages -> Ancestral Collapsible Tree... (D3 addon)
- Web pages -> Ancestral Fan Chart... (D3 addon)
- Web pages -> DenominoVisio... (addon)
- Web pages -> Descendant Indented Tree... (D3 addon)
- Web pages -> Dynamic Web Report...
- Web pages -> Heatmap... (addon)
- Web pages -> Narrated Web Site...
- Web pages -> Network Chart... (addon)
- Web pages -> Timeline Pedigree Report...
- Web pages -> Web Calendar...
External tools that leverage Gramps XML
- Betty - static site generator for Gramps XML and GEDCOM family trees by Bart Feenstra
Export to an uploadable format with a web browser
- GEDCOM formats
- Web Family Tree - genealogy freeware by Peter Moylan (OS/2 webserver based)
- Topola genealogy viewer by PeWu (Przemek Więch)
- GeneWeb format - 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.
- Web Family Tree format - Web Family Tree genealogy freeware by Peter Moylan (OS/2 webserver based)
Inactive Projects
- gramps-online - A simple online version of Gramps.
- django-webapp - version of Gramps on the web (2015) Django based
- GEPS 13: Gramps Webapp
- gramps_connect - Experimental web-based application for genealogy (2016)
- gPrime - an open source genealogy project built on top of JupyterLab and Gramps. (2020)
- Legacy version of the Gramps Webapp, precursor of Gramps Web (2020)
Data Scrapers
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.)
- Tools > Family Tree Processing -> Import Geneanet data for Gramps...
- Tools -> Utilities -> Download media files from the internet...
Finding Aids
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.
- Web Connect Pack - person view website lookups via contextual popup menu
- DE (Deutsch) Web Connect Pack
- FR (French) Web Connect Pack
- NL (Netherlands) Web Connect Pack
- RU (Russian) Web Connect Pack
- UK (United Kingdom) Web Connect Pack
- US (United States) Web Connect Pack
See Also
- Web Solutions for Gramps
- GEDCOM software on Cyndi's List