-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #196 from l0drex/beta
v2.1
- Loading branch information
Showing
38 changed files
with
1,567 additions
and
914 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,39 @@ | ||
[![Build React app](https://github.com/l0drex/family-tree/actions/workflows/build.yml/badge.svg)](https://github.com/l0drex/family-tree/actions/workflows/build.yml) | ||
|
||
# About | ||
# 🌳 About | ||
|
||
This project allows displaying family tree data stored in csv tables as graphs on a website. | ||
It uses Cola.js, d3.js and gedcomx-js. | ||
The documentation can be found in the wiki. | ||
This is a web application to display family tree data locally in your browser. | ||
Just select a GedcomX json file and off you go! | ||
There is also a demo button to load some randomly generated example data to explore all features. | ||
Try it out over here on [GitHub Pages](https://l0drex.github.io/family-tree/)!. | ||
|
||
Supported languages[^1]: 🇺🇲/🇬🇧[^2] 🇩🇪 | ||
To create a simple GedcomX file, you can create a spreadsheet | ||
and convert that with my [GedcomX converter](https://github.com/l0drex/csv_to_gedcomx). | ||
Note that you have to follow a specific format described on that page. | ||
|
||
<!-- TODO add wiki page on how to add language support and then link it here --> | ||
Supported languages[^1]: 🇺🇲/🇬🇧[^2] 🇩🇪 | ||
(See [Adding new languages](https://github.com/l0drex/family-tree/wiki/Localization) if you want to help translating.) | ||
|
||
[^1]: No differentiation yet between country specific differences | ||
[^2]: Default, therefore used while loading and fallback if local language is not supported | ||
|
||
|
||
# 🌳 Usage | ||
|
||
Upload a valid gedcomx-file on the home page. On submit, the family view should open and display the graph: | ||
|
||
![grafik](https://user-images.githubusercontent.com/46622675/177526424-7507cbc5-e640-4657-bf1c-2a2d2a459685.png) | ||
|
||
|
||
# 🚧 GedcomX Support | ||
The following features of GedcomX are not supported: | ||
|
||
### Source Description | ||
## Source Description | ||
Due to `gedcomx-js`, the following data can not be stored and therefore not displayed: | ||
- publisher | ||
- author | ||
- created | ||
- modified | ||
- published | ||
|
||
### Group | ||
Not supported at all by `gedcomx-js` | ||
### Source Reference | ||
- qualifiers | ||
|
||
### Event | ||
Will come in a future release | ||
## Group | ||
Not supported at all by `gedcomx-js` | ||
|
||
### Relationship | ||
## Relationship | ||
Will come in a future release | ||
- facts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.