# Families (marriages/parent-child links) for fam in families: lines.append(f"0 @{fam.id}@ FAM") if fam.husband_id: lines.append(f"1 HUSB @{fam.husband_id}@") if fam.wife_id: lines.append(f"1 WIFE @{fam.wife_id}@") for child_id in fam.child_ids: lines.append(f"1 CHIL @{child_id}@") if fam.marriage_date: lines.append("1 MARR") lines.append(f"2 DATE {fam.marriage_date}")
Once the data was prepared, FamilyTree Heritage published it on their website, making it available to anyone interested in researching their family history. The Ashwood Genealogical Society was thrilled to see their hard work and dedication come to life, as people from all over the world began to access and explore their town's rich genealogical heritage. gedcom publisher
: Photos are resized correctly for various screen sizes. : It is specifically optimized for advanced programs
: It is specifically optimized for advanced programs like Family Historian , supporting complex functions like AgeAt , Witness roles, and source templates. supporting complex functions like AgeAt
You would need to:
If your feature is a :
If you can clarify: