Le but de l'application est de créer, modifier, sauvegarder et afficher un arbre de famille.
Créez une nouvelle famille à l'aide de la commande de menu Nouvelle famille . Exportez d'abord la famille actuelle car la nouvelle famille (vide) écrase la famille actuellement affichée.
Importez une famille existante à l'aide de la commande de menu Importer une famille . La famille importée remplace la famille actuellement affichée. Veuillez lire plus de détails sur Importer .
Cliquez sur le signe '+' pour ajouter une nouvelle personne à la famille.
Cliquez sur le signe "crayon" pour modifier la personne actuellement sélectionnée.
Amelia | Sexe: femme 'F', |
John | Sexe: homme 'M', |
Alex | Genre: 'X' non spécifié, ○ |
![]() |
Personne adoptée |
▸ | Enfant |
![]() |
Paire: marié '1', ⚭ |
![]() |
Paire: séparés '2', ⚮ |
![]() |
Pair: '0' non spécifié, ⚯ |
Enregistrez (exportez) régulièrement votre famille dans un fichier externe. en utilisant la commande Exporter la famille . Exportez vers le dossier Téléchargements et utilisez toujours le format propriétaire XML. Utilisez les formats ged et csv uniquement lors de l'exportation vers d'autres applications.
Vous pouvez charger (importer) un fichier de famille depuis le dossier Téléchargements à l'aide de la commande Importer la famille . Sauvez toujours votre famille avant d'importer une autre famille parce que la nouvelle famille écrasera complètement la famille actuelle.
La version gratuite affiche des publicités et limite les fonctionnalités:
Exemple:
<?xml version='1.0' encoding='UTF-8'?>
<Family Name='Family name' Version='2.0' Updated='2019-04-17'>
<Person ID='1'>
<FirstName>Robert</FirstName>
<SurName>Taylor</SurName>
<NickName>Bob</NickName>
<Gender>M</Gender>
<!-- Gender: M (male) or F (female) or X (other) -->
<ParentsID>0</ParentsID>
<!-- Entries with ID=0 can be omitted -->
<AdoptiveParentsID>0</AdoptiveParentsID>
<BirthDate>1938-09-14</BirthDate>
<BirthPlace>London</BirthPlace>
<DeathDate>2018-12-30</DeathDate>
<DeathPlace>New York</DeathPlace>
<Address>123 Unknown Street
P.O. Box 7
London
W1J 0D3
United Kingdom</Address>
<!-- Address, Occupation and Note can span several lines -->
<Occupation>Programmer</Occupation>
<Note>Hobby: hiking</Note>
</Person>
<Person ID='2'>
<FirstName>Mary</FirstName>
<SurName>Taylor</SurName>
<BirthName>Brown</BirthName>
<!-- BirthName: maiden name / name at birth -->
<Gender>F</Gender>
</Person>
<Person ID='3'>
<FirstName>John</FirstName>
<SurName>Taylor</SurName>
<Gender>X</Gender>
<ParentsID>1</ParentsID>
</Person>
<Person ID='4'>
<FirstName>Peter</FirstName>
<SurName>Taylor</SurName>
<BirthName>Jones</BirthName>
<Gender>M</Gender>
<AdoptiveParentsID>1</AdoptiveParentsID>
</Person>
<Pair ID='1'>
<FemaleID>2</FemaleID>
<!-- FemaleID: ID of partner 1 - can have other gender -->
<MaleID>1</MaleID>
<!-- MaleID: ID of partner 2 - could have other gender -->
<Status>1</Status>
<!-- Status: 1 (married) or 2 (separated) or 3 (other) -->
<Note>marriage on 1969-08-11</Note>
</Pair>
</Family>
Seules les balises GEDCOM de base sont prises en charge. Exemple:
0 HEAD
1 SOUR ch.nosco.famtree
2 NAME
2 VERS 1.5-23
1 SUBM @SUBM@
1 GEDC
2 VERS 5.5.1
2 FORM LINEAGE-LINKED
1 CHAR UTF-8
0 @SUBM@ SUBM
1 NAME Unknown
0 @I1@ INDI
1 NAME George /Crossan/
2 SURN Crossan
2 GIVN George
1 SEX M
1 BIRT
2 DATE 14 SEP 1948
2 PLAC London
1 FAMS @F1@
1 FAMS @F5@
1 RESI
2 ADDR 123 Unknown Street
3 CONT P.O. Box 7
3 CONT London
3 CONT W1J 0DA, United Kingdom
1 OCCU Scientist
2 CONT Publisher
1 NOTE Hobbies:
2 CONT - hiking
2 CONT - tennis
2 CONT - chess
0 @I3@ INDI
1 NAME Marianne /Crossan/
2 SURN Crossan
2 GIVN Marianne
1 NAME /Wellstone/
2 TYPE birth
1 SEX F
1 BIRT
2 DATE 17 APR 1951
2 PLAC Bath
1 FAMS @F1@
1 OCCU Teacher
0 @I8@ INDI
1 NAME Myla /Gofton/
2 SURN Gofton
2 GIVN Myla
1 NAME /Crossan/
2 TYPE birth
1 SEX F
1 BIRT
2 DATE 20 OCT 1987
2 PLAC London
1 FAMC @F1@
1 FAMS @F4@
1 OCCU Psychologist
0 @I9@ INDI
1 NAME X. /Crossan/
2 SURN Crossan
2 GIVN X.
1 NAME /Smith/
2 TYPE birth
1 SEX U
1 BIRT
2 DATE 18 NOV 1994
2 PLAC London
1 FAMC @F1@
2 PEDI adopted
1 OCCU Baker
0 @I10@ INDI
1 NAME Stephen /Gofton/
2 SURN Gofton
2 GIVN Stephen
2 NICK Steve
1 SEX M
1 BIRT
2 DATE 11 MAR 1980
2 PLAC Leeds
1 FAMS @F4@
1 OCCU Engineer
0 @I11@ INDI
1 NAME Mary /Crossan/
2 SURN Crossan
2 GIVN Mary
2 NICK Mara
1 NAME /Dowson/
2 TYPE birth
1 SEX F
1 BIRT
2 DATE 25 JUN 1948
2 PLAC Oxford
1 DEAT
2 DATE 27 APR 1984
2 PLAC London
1 FAMS @F5@
1 OCCU Chemist
1 NOTE serious illness
0 @F1@ FAM
1 WIFE @I3@
1 HUSB @I1@
1 MARR Y
1 CHIL @I8@
1 CHIL @I9@
1 NOTE 1986-08-11 (second marriage)
0 @F4@ FAM
1 WIFE @I8@
1 HUSB @I10@
0 @F5@ FAM
1 WIFE @I11@
1 HUSB @I1@
1 NOTE first marriage until 1984
0 TRLR