Difference between revisions of "Web Solutions for Gramps"

From Gramps
Jump to: navigation, search
m (Inactive Projects)
m (Data Scraper)
Line 23: Line 23:
 
* [https://github.com/gramps-project/gramps-online gramps-online] - A simple online version of Gramps.
 
* [https://github.com/gramps-project/gramps-online gramps-online] - A simple online version of Gramps.
 
* [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
==Data Scraper==
+
==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 -> [[Addon:GeneanetForGramps|Import Geneanet data for Gramps...]]
 
* Tools > Family Tree Processing -> [[Addon:GeneanetForGramps|Import Geneanet data for 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|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==
 
==See Also==
 
* [[Web Solutions for Gramps]]
 
* [[Web Solutions for Gramps]]

Revision as of 14:46, 18 August 2021

Wiki pages about creating web content using Gramps

Reports that build uploadable pages

External tools that leverage Gramps XML

  • Betty by Bart Feenstra
  • web-api - A RESTful web API for Gramps.
  • gramps_connect - Experimental web-based application for genealogy (2016)

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