-
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.
- Loading branch information
1 parent
0fa9e77
commit 9e31143
Showing
3 changed files
with
18 additions
and
31 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,27 +1,17 @@ | ||
# Genea | ||
# Recepturer | ||
|
||
Genea allows visually building and editing a family tree online. It consumes and saves genealogy data in the GEDCOM format without any server side components. | ||
Manage all your recipes in one app, store the data anywhere you like. The service remains free and without ads forever, and your data stays yours. | ||
|
||
* [Genea.app](https://www.genea.app/) | ||
Include the quantities needed for each ingredient as you author your recipe, and Recepturer automatically aggregates everything you need. Adding a recipe to your meal plan transfers over the required ingredients to a shopping list. Easily change quantities or check off items you already have in stock. Add extra items such as your weekly batch of chocolate chip cookies and arrange the product over different categories such as vegetables, dairy, condiments, grains, and fruits and order them according to the layout of your favorite local supermarket. Everything is self guided. There is no need to worry about maintaining database records or data entry you don't need. | ||
|
||
* [Recepturer.com](https://www.recepturer.com/) | ||
|
||
# Installation | ||
|
||
Unpack files into directory and serve over HTTPS. | ||
|
||
# Family tree drawing | ||
|
||
Genea uses the [Graphviz library compiled into WebAssembly](https://github.com/hpcc-systems/hpcc-js-wasm/) to draw the family tree. It uses a default structure that includes grandparents, parents, partners, siblings and children. An abstraction layer built on top of this allows for easily assigning the right data to the right node. | ||
|
||
# GEDCOM format | ||
|
||
* [GEDCOM 5.5.5 Specifications (PDF)](https://www.gedcom.org/specs/GEDCOM555.zip) | ||
* [Grammar](https://www.genealogieonline.nl/GEDCOM-tags/gedcom-5.5-grammar.php) | ||
* [Sample Files](https://www.gedcom.org/samples.html) | ||
|
||
> Implementation of the GEDCOM format in Genea intentionally differentiates itself slightly from the true standard, as it allows a `FAM` record to contain either two `FAM.HUSB` or `FAM.WIFE` records to indicate a same sex marriage. Other types of relationships between people are not supported due to the lack of GEDCOM to specify a gender neutral `FAM.PART(NER)` record. | ||
# Dependencies | ||
|
||
* [Vue.js](https://vuejs.org/v2/guide/) | ||
* [Graphviz library compiled into WebAssembly](https://github.com/hpcc-systems/hpcc-js-wasm/) | ||
* [Materialize](https://materializecss.com/) | ||
* [Material Icons](https://fonts.google.com/icons?selected=Material+Icons) |
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