Skip to content

Commit cec7721

Browse files
committed
updated list for awesome-list submission
1 parent 32561ea commit cec7721

File tree

3 files changed

+174
-65
lines changed

3 files changed

+174
-65
lines changed

README.md

Lines changed: 77 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,95 @@
1-
# awesome-gedcom
2-
3-
[GEDCOM](https://en.wikipedia.org/wiki/GEDCOM) utilities that will ease the pain
4-
5-
### Convertors
6-
7-
**DOT**
8-
9-
* [ged2dot](https://github.com/vmiklos/ged2dot): GEDCOM to Graphviz converter
10-
11-
**RDF**
12-
13-
* [GedcomRDF](https://github.com/BruceWhealton/GedcomRDF): Gedcom and Genealogy information in Semantic Web format, using RDF serialization format(s)
14-
* [gedcom-foaf](https://github.com/bricas/gedcom-foaf): Output FOAF files from Gedcom individuals and families
15-
* [gedcom2sem](https://github.com/jo-pol/gedcom2sem): Flexible conversion via RDF/TTL to KML/FOAF and other SPARQL queries using LOD
16-
17-
**GEDCOM X**
18-
19-
* [gedcom5-conversion](https://github.com/FamilySearch/gedcom5-conversion): Utilities for GEDCOM 5.5 to GEDCOM X Conversion
20-
21-
**JSON**
22-
23-
* [GEDCOMToJSONConverter](https://github.com/PatKayongo/GEDCOMToJSONConverter): Convert GEDCOM genealogy file to a JSON representation
24-
25-
**XML**
26-
27-
* [gedcomparser](https://github.com/alfredxiao/gedcomparser): GEDCOM parser, convert an GEDCOM raw data file into XML
1+
# awesome-gedcom [![Awesome](https://awesome.re/badge-flat2.svg)](https://awesome.re)
2+
> [GEDCOM](https://en.wikipedia.org/wiki/GEDCOM) utilities that will ease the pain
3+
4+
## Contents
5+
- [Converters](#converters)
6+
- [DOT](#dot)
7+
- [GEDCOM X](#gedcom-x)
8+
- [JSON](#json)
9+
- [RDF](#rdf)
10+
- [XML](#xml)
11+
- [Parsers](#parsers)
12+
- [.NET](#net)
13+
- [Clojure](#clojure)
14+
- [Go](#go)
15+
- [Java](#java)
16+
- [Javascript/Node.js](#javascript-nodejs)
17+
- [Objective-C](#objective-c)
18+
- [PHP](#php)
19+
- [Python](#python)
20+
- [Ruby](#ruby)
21+
- [Scala](#scala)
22+
- [License](#license)
23+
24+
## Converters
25+
26+
### DOT
27+
28+
* [ged2dot](https://github.com/vmiklos/ged2dot) - GEDCOM to Graphviz converter
29+
30+
#### GEDCOM X
31+
* [gedcom5-conversion](https://github.com/FamilySearch/gedcom5-conversion) - Utilities for GEDCOM 5.5 to GEDCOM X Conversion
32+
33+
#### JSON
34+
* [GEDCOMToJSONConverter](https://github.com/PatKayongo/GEDCOMToJSONConverter) - Convert GEDCOM genealogy file to a JSON representation
35+
36+
#### RDF
37+
* [GedcomRDF](https://github.com/BruceWhealton/GedcomRDF) - Gedcom and Genealogy information in Semantic Web format, using RDF serialization format(s)
38+
* [gedcom-foaf](https://github.com/bricas/gedcom-foaf) - Output FOAF files from Gedcom individuals and families
39+
* [gedcom2sem](https://github.com/jo-pol/gedcom2sem) - Flexible conversion via RDF/TTL to KML/FOAF and other SPARQL queries using LOD
40+
41+
#### XML
42+
* [gedcomparser](https://github.com/alfredxiao/gedcomparser) - GEDCOM parser, convert an GEDCOM raw data file into XML
2843

2944
---
3045

3146
### Parsers
3247

33-
**.NET**
34-
35-
* [GEDCOM](https://github.com/prm9894/GEDCOM): A .NET library that imports data from a .ged (GEDCOM) file
36-
37-
**Clojure**
38-
39-
* [gedcom](https://github.com/geni/gedcom): Clojure GEDCOM library
40-
41-
**Go**
42-
43-
* [gedcom](https://github.com/iand/gedcom): Go package to parse GEDCOM files
44-
45-
**Java**
48+
#### .NET
49+
* [GEDCOM](https://github.com/prm9894/GEDCOM) - A .NET library that imports data from a .ged (GEDCOM) file
4650

47-
* [Gedcom](https://github.com/FamilySearch/Gedcom): Gedcom parsers
48-
* [gedcom4j](https://github.com/frizbog/gedcom4j): gedcom4j is a Java library for parsing and writing GEDCOM 5.5 and 5.5.1 files
49-
* [GedcomStore](https://github.com/thnaeff/GedcomStore): To parse lineage-linked GEDCOM grammar files and build the GEDCOM-structure according to the parsed definitions
51+
#### Clojure
52+
* [gedcom](https://github.com/geni/gedcom) - Clojure GEDCOM library
5053

51-
**JavaScript/Node.js**
54+
#### Go
55+
* [gedcom](https://github.com/iand/gedcom) - Go package to parse GEDCOM files
5256

53-
* [family-tree-nodejs](https://github.com/woodbri/family-tree-nodejs): Application for loading GEDCOM files and serving them on the web as navigable family trees
54-
* [gedcom.js](https://github.com/dcapwell/gedcom.js): Gedcom parser for JavaScript
55-
* [gedcom-stream](https://github.com/connrs/gedcom-stream): A node.js processor for GEDCOM files
56-
* [parse-gedcom](https://github.com/tmcw/parse-gedcom): A simple GEDCOM parser that focuses on translating GEDCOM structure into JSON
57+
#### Java
58+
* [Gedcom](https://github.com/FamilySearch/Gedcom) - Gedcom parsers
59+
* [gedcom4j](https://github.com/frizbog/gedcom4j) - gedcom4j is a Java library for parsing and writing GEDCOM 5.5 and 5.5.1 files
60+
* [GedcomStore](https://github.com/thnaeff/GedcomStore) - To parse lineage-linked GEDCOM grammar files and build the GEDCOM-structure according to the parsed definitions
5761

58-
**Objective-C**
62+
### JavaScript/Node.js
63+
* [family-tree-nodejs](https://github.com/woodbri/family-tree-nodejs) - Application for loading GEDCOM files and serving them on the web as navigable family trees
64+
* [gedcom.js](https://github.com/dcapwell/gedcom.js) - Gedcom parser for JavaScript
65+
* [gedcom-stream](https://github.com/connrs/gedcom-stream) - A node.js processor for GEDCOM files
66+
* [parse-gedcom](https://github.com/tmcw/parse-gedcom) - A simple GEDCOM parser that focuses on translating GEDCOM structure into JSON
5967

60-
* [Gedcom-Framework](https://github.com/mikkelee/Gedcom-Framework): Cocoa framework for parsing Gedcom data
68+
#### Objective-C
69+
* [Gedcom-Framework](https://github.com/mikkelee/Gedcom-Framework) - Cocoa framework for parsing Gedcom data
6170

62-
**PHP**
71+
#### PHP
72+
* [gedcom-search](https://github.com/stuporglue/gedcom-search) - PHP search engine for searching GEDCOM files with customizable results weighting
73+
* [php-gedcom](https://github.com/mrkrstphr/php-gedcom) - A library for reading and writing GEDCOM files in PHP
74+
* [PHP-GEDCOM-Tools](https://github.com/cfinke/PHP-GEDCOM-Tools) - PHP scripts for interacting with GEDCOM files
6375

64-
* [gedcom-search](https://github.com/stuporglue/gedcom-search): PHP search engine for searching GEDCOM files with customizable results weighting
65-
* [php-gedcom](https://github.com/mrkrstphr/php-gedcom): A library for reading and writing GEDCOM files in PHP
66-
* [PHP-GEDCOM-Tools](https://github.com/cfinke/PHP-GEDCOM-Tools): PHP scripts for interacting with GEDCOM files
76+
#### Python
77+
* [gedcompy](https://github.com/rory/gedcompy) - Python library to parse and work with GEDCOM (geneology/family tree) files
78+
* [python-gedcom](https://github.com/madprime/python-gedcom) - Python module for parsing, analyzing, and manipulating GEDCOM files
79+
* [python-gedcom-parser](https://github.com/rootsdev/python-gedcom-parser) - Python parser for GEDCOM 5.5 format
80+
* [simplepyged](https://github.com/dijxtra/simplepyged) - A simple Python GEDCOM parser
6781

68-
**Python**
82+
#### Ruby
83+
* [gedcom](https://github.com/rbur004/gedcom) - Ruby Gedcom parser
84+
* [gedcom-ruby](https://github.com/binary011010/gedcom-ruby) - A Ruby library for easily doing custom, callback-based GEDCOM parsing
85+
* [ruby-gedcom-parser](https://github.com/mikefarmer/ruby-gedcom-parser) - A simple gedcom parser for ruby
6986

70-
* [gedcompy](https://github.com/rory/gedcompy): Python library to parse and work with GEDCOM (geneology/family tree) files
71-
* [python-gedcom](https://github.com/madprime/python-gedcom): Python module for parsing, analyzing, and manipulating GEDCOM files
72-
* [python-gedcom-parser](https://github.com/rootsdev/python-gedcom-parser): Python parser for GEDCOM 5.5 format
73-
* [simplepyged](https://github.com/dijxtra/simplepyged): A simple Python GEDCOM parser
87+
#### Scala
88+
* [gedcom](https://github.com/davidmoten/gedcom) - Scala library to parse GEDCOM files (common genealogy format)
7489

75-
**Ruby**
7690

77-
* [gedcom](https://github.com/rbur004/gedcom): Ruby Gedcom parser
78-
* [gedcom-ruby](https://github.com/binary011010/gedcom-ruby): A Ruby library for easily doing custom, callback-based GEDCOM parsing
79-
* [ruby-gedcom-parser](https://github.com/mikefarmer/ruby-gedcom-parser): A simple gedcom parser for ruby
91+
## License
8092

81-
**Scala**
93+
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
8294

83-
* [gedcom](https://github.com/davidmoten/gedcom): Scala library to parse GEDCOM files (common genealogy format)
95+
To the extent possible under law, [Tod Robbins](https://todrobbins.com) has waived all copyright and related or neighboring rights to this work.

code-of-conduct.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as
6+
contributors and maintainers pledge to making participation in our project and
7+
our community a harassment-free experience for everyone, regardless of age, body
8+
size, disability, ethnicity, gender identity and expression, level of experience,
9+
nationality, personal appearance, race, religion, or sexual identity and
10+
orientation.
11+
12+
## Our Standards
13+
14+
Examples of behavior that contributes to creating a positive environment
15+
include:
16+
17+
* Using welcoming and inclusive language
18+
* Being respectful of differing viewpoints and experiences
19+
* Gracefully accepting constructive criticism
20+
* Focusing on what is best for the community
21+
* Showing empathy towards other community members
22+
23+
Examples of unacceptable behavior by participants include:
24+
25+
* The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
* Trolling, insulting/derogatory comments, and personal or political attacks
28+
* Public or private harassment
29+
* Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
* Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
33+
34+
## Our Responsibilities
35+
36+
Project maintainers are responsible for clarifying the standards of acceptable
37+
behavior and are expected to take appropriate and fair corrective action in
38+
response to any instances of unacceptable behavior.
39+
40+
Project maintainers have the right and responsibility to remove, edit, or
41+
reject comments, commits, code, wiki edits, issues, and other contributions
42+
that are not aligned to this Code of Conduct, or to ban temporarily or
43+
permanently any contributor for other behaviors that they deem inappropriate,
44+
threatening, offensive, or harmful.
45+
46+
## Scope
47+
48+
This Code of Conduct applies both within project spaces and in public spaces
49+
when an individual is representing the project or its community. Examples of
50+
representing a project or community include using an official project e-mail
51+
address, posting via an official social media account, or acting as an appointed
52+
representative at an online or offline event. Representation of a project may be
53+
further defined and clarified by project maintainers.
54+
55+
## Enforcement
56+
57+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58+
reported by contacting the project team at [email protected]. All
59+
complaints will be reviewed and investigated and will result in a response that
60+
is deemed necessary and appropriate to the circumstances. The project team is
61+
obligated to maintain confidentiality with regard to the reporter of an incident.
62+
Further details of specific enforcement policies may be posted separately.
63+
64+
Project maintainers who do not follow or enforce the Code of Conduct in good
65+
faith may face temporary or permanent repercussions as determined by other
66+
members of the project's leadership.
67+
68+
## Attribution
69+
70+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71+
available at [http://contributor-covenant.org/version/1/4][version]
72+
73+
[homepage]: http://contributor-covenant.org
74+
[version]: http://contributor-covenant.org/version/1/4/

contributing.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Contribution Guidelines
2+
3+
Please note that this project is released with a
4+
[Contributor Code of Conduct](code-of-conduct.md). By participating in this
5+
project you agree to abide by its terms.
6+
7+
---
8+
9+
Ensure your pull request adheres to the following guidelines:
10+
11+
- Formatted correctly with Markdown syntax
12+
13+
Thank you for your suggestions!
14+
15+
16+
## Updating your PR
17+
18+
A lot of times, making a PR adhere to the standards above can be difficult.
19+
If the maintainers notice anything that we'd like changed, we'll ask you to
20+
edit your PR before we merge it. There's no need to open a new PR, just edit
21+
the existing one. If you're not sure how to do that,
22+
[here is a guide](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md)
23+
on the different ways you can update your PR so that we can merge it.

0 commit comments

Comments
 (0)