Difference between revisions of "Web Solutions for Gramps"

From Gramps
Jump to: navigation, search
m
m (External tools that leverage Gramps XML)
Line 20: Line 20:
 
* [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.
 
* [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.
  
* [https://github.com/gramps-project/web-api web-api] - A RESTful web API for Gramps. ([https://gramps.discourse.group/t/gramps-web-api-first-release/1609 initial release notification])
+
* [https://github.com/gramps-project/web-api Gramps-webAPI] - A RESTful web API for Gramps. ([https://gramps.discourse.group/t/gramps-web-api-first-release/1609 initial release notification])
 
* [https://github.com/DavidMStraub/Gramps.js Gramps.js] - Javascript web app to browse a Gramps genealogy database that is powered by the Gramps Web API. The app is based on [https://open-wc.org/ Open Web Components] and [https://lit-element.polymer-project.org/ LitElement].
 
* [https://github.com/DavidMStraub/Gramps.js Gramps.js] - Javascript web app to browse a Gramps genealogy database that is powered by the Gramps Web API. The app is based on [https://open-wc.org/ Open Web Components] and [https://lit-element.polymer-project.org/ LitElement].
  

Revision as of 14:35, 23 February 2022

Wiki pages about creating web content using Gramps

Reports that build uploadable pages

External tools that leverage Gramps XML

  • Betty - static site generator for Gramps XML and GEDCOM family trees by Bart Feenstra
  • gramps_connect - Experimental web-based application for genealogy (2016)
  • gPrime - an open source genealogy project built on top of JupyterLab and Gramps.

Export to an uploadable format with a web browser

  • 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

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.)

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