Difference between revisions of "Web Solutions for Gramps"

From Gramps
Jump to: navigation, search
m (but 'inactive' at the end)
m
Line 2: Line 2:
  
 
* [[Howto:_Make_a_genealogy_website_with_Gramps|How to: Make a (static) genealogy website with Gramps]] via the Reports -> Web pages -> [[Gramps_{{man version}}_Wiki_Manual_-_Reports_-_part_7#Narrated_Web_Site|Narrated Web Site...]]
 
* [[Howto:_Make_a_genealogy_website_with_Gramps|How to: Make a (static) genealogy website with Gramps]] via the Reports -> Web pages -> [[Gramps_{{man version}}_Wiki_Manual_-_Reports_-_part_7#Narrated_Web_Site|Narrated Web Site...]]
 +
 +
==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 26: Line 30:
 
*[[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.
 
*[[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.
 
* [[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)
 
* [[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)
 
==Inactive Projects==
 
* [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
 
* [[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==
Line 51: Line 47:
 
** US (United States) Web Connect Pack
 
** US (United States) Web Connect Pack
  
==Interactive web apps==
+
==Inactive Projects==
 
+
* [https://github.com/gramps-project/gramps-online gramps-online] - A simple online version of Gramps.
[[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.
+
* [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]]
 +
* [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)
  
 
==See Also==
 
==See Also==
 
* [[Web Solutions for Gramps]]
 
* [[Web Solutions for Gramps]]
 
* [https://www.cyndislist.com/gedcom/gedcom-software/?page=2 GEDCOM software] on Cyndi's List
 
* [https://www.cyndislist.com/gedcom/gedcom-software/?page=2 GEDCOM software] on Cyndi's List

Revision as of 16:09, 18 November 2022

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

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

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

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

Inactive Projects

See Also