Extension:Semantic Genealogy
From MediaWiki.org
|
Semantic Genealogy Release status: experimental |
|
|---|---|
| Implementation | Special page |
| Description | Provides the ability to view genealogy trees and export GEDCOM files |
| Author(s) | Thomas Pellissier Tanon (Tpttalk) |
| Last version | 0.1 alpha |
| MediaWiki | 1.19+ |
| PHP | 5.3+ |
| Database changes | no |
| License | GNU GPL v2+ |
| Download |
README |
| Check usage and version matrix; Genealogy stats | |
The Semantic Genealogy extension provides the ability to view genealogy trees and export GEDCOM files.
Installation[edit]
Having MediaWiki (version 1.19 or higher), Semantic MediaWiki (version 1.7 or higher) installed is a precondition for the Semantic Genealogy extension. The code will not work without them. Lower versions might work but are not tested.
- Download and extract the files in a directory called "
SemanticGenealogy" in your extensions/ folder. - Add the following code to your LocalSettings.php (at the bottom)
require_once( "$IP/extensions/SemanticGenealogy/SemanticGenealogy.php" );