Türkçe

Genealogy at its simplest


What?

This is a simple software for recording your extended family and relationships while enjoying the following advantages:

Features available in those web pages

How?

Family Tree : family tree
Check raw data in XML : relationships persons pictures contactinfo configuration
Check more readable data in html: relationships persons pictures contactinfo configuration
Debug: what is missing?

How is this possible?

The technically knowledgeable may want to check this article by Kurt Cagle : Creating Generic XSLT Transforms

Is that all?

If one day you decide to move your data to another program, it can easily be done (manually or with an xsl script). It may be more difficult to move the other way (from most other genealogy programs to this).

This setup may be expanded with more complex features. Some features may require that one gives up the principle of using only programs found in all PC's.

In fact anybody can expand this setup since the source code is available. Here are some possible improvements:

The generated web pages are multilingual. If you want your data presented in a language other than the two available in config.xml, you can add your language and use it. Language is chosen by configuring at line 2 ("language") in config.xml. A new language is added by replicating all data (id=value pairs) in english and modifying the new copies:

Download

 

Legal Statement

Copyright (c) 2008 Satilmis Yayla

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ''Software''), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

  1. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  2. The name of the authors when specified in the source files shall be kept unmodified.

THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL Satilmis Yayla BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 

Version 0.3 genealogy.zip This template, a winzip file containing three dozen files, is an example that contains the genealogy of royals in the family of Genghiz Khan. In fact 14 of the files are portraits, several are copies of this page, the rest are 2 or 3 files (htm, xsl, xml) per implemented view.
Improvement in v0.2 compared to version (version 0.1):
  1. better looking tree,
  2. corrected defect in "focus onto person with number" function.
Instructions:
  1. Download and open this zip file, extract the files into yor disk (a folder where you want your genealogy project).
  2. Edit at least three (persons.xml, relationships.xml, pictures.xml) of the five xml files to contain your data, replace picture files with your picture files;
    make sure to encode unusual characters properly (use for example Æ instead of Æ).
  3. Open index.html with Microsoft Internet Explorer version 6.0 or higher;
    It will look like this page except for the zip link above, which will not work.
  4. View them as web pages by following the links in the table in the section how