Skip to content
Snippets Groups Projects
Select Git revision
  • 5.x-2.x
  • master default
  • 5.x-1.x
  • 5.x-3.x
  • 6.x-1.x
  • 6.x-2.x
  • 6.x-3.x
  • 7.x-1.x
  • 4.7.x-1.x
  • 4.6.x-1.x
  • 7.x-1.0
  • 6.x-3.x-dev
  • 6.x-3.1
  • 6.x-3.2
  • 6.x-2.0-beta1
  • 6.x-2.0-beta2
  • 6.x-2.0-beta3
  • 6.x-1.2
  • 6.x-1.1
  • 6.x-1.0-beta2
  • 6.x-1.0-beta1
  • 5.x-3.3
  • 5.x-1.3
  • 5.x-1.4
  • 5.x-3.2
  • 5.x-3.1
  • 5.x-3.0-beta3
  • 5.x-3.0-beta2
  • 5.x-3.0-beta1
  • 5.x-3.0-alpha1
30 results

family

  • Open with
  • Download source code
  • user avatar
    The Great Git Migration authored and Drupal Git User (LDAP) committed
    99bc1c2c
    History
    Overview
    --------
    The famiy module allows you to display family trees on your Drupal website.
    
    Users of your website can be given ownership of banners, and be allowed to
    modify certain settings and view statistics.
    
    Requirements
    ------------
    Drupal 4.7.x
    
    Features
    --------
       * Import from GEDCOM files
       * Editing capabilities for individual data (currently not for family relationships)
       * Automated privacy system to protect privacy of living people. It estimates birth dates of people, based
         on their relatives, to decide which records should be protected.
         Role based access control to public / private records.
       * Individual nodes showing full information on individual: Name, Birth/Death dates and places, parents, spouses, children
       * Full linking to other individuals
       * Biography may be added to each individual
       * Listing of all individuals
    
    Installation
    ------------
    Set mySQL tables, using family.mysql
    Install files in modules folder and enable it in admin/modules.
    Set access in admin/access control
    Import GEDCOM file from your favorite genealogy software (admin/family/import).
    If you want privacy, run auto privacy algorithm (admin/family/privacy). It is recommended to check manually the results.
    
    
    Bugs and Suggestions
    --------------------
     - Family website: http://family.jonasfamily.org
     - Maintainer:  Amnon Jonas
    
    Planned features (please tell us what is useful to you)
    -------------------------------------------------------
     - Full online editing capability
     - Location nodes
     - Source nodes (file/book,document,personal evidence, etc.)
     - Other nodes, based on GEDCOM record types: Header, Multimedia, Repository, Submitter.
     - Indexes - Sorted names, surnames, places
     - Multiple trees
     - Generating reports/trees.
     - Revisions control - users add or change data, while admin/editor can approve or deny changes.
     - GEDCOM import merge - update data from GEDCOM file to current database
     - GEDCOM export
     - Automatic names linking filter - link names in non family nodes to the individual page.
     - Advanced search (e.g. born in Atlantis, bet. 3000 to 4000 b.c.)
     - statistics (e.g. mean lifespan, number of individuals,...)
     - events calendar (birthdays, events anniversaries)
     - relationship calculator (find the relationship of x to y)
     - Link to individuals on other family tree websites
     - Check for errors
     - Dates conversion (Gregorian, Hebrew, Muslim,...)