An open API service indexing awesome lists of open source software.

https://github.com/mariajbp/gedcom2html


https://github.com/mariajbp/gedcom2html

flex gedcom gedcom-parser html yacc

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# GEDCOM2HTML

- Flex parser and YACC grammar for the GEDCOM format
- Transforms a GEDCOM file into HTML

- By [Maria](https://github.com/mariajbp) & [Hugo](https://github.com/hchexy)


The final result includes an index page containing all the families and indivduals in the GEDCOM file.
For every family/individual there's a descendants tree.
![alt text](https://github.com/mariajbp/GEDCOM2HTML/blob/master/Report/1.png?raw=true)
![alt text](https://github.com/mariajbp/GEDCOM2HTML/blob/master/Report/2.png?raw=true)