Download the PHP package magicsunday/webtrees-pedigree-chart without Composer
On this page you can find all versions of the php package magicsunday/webtrees-pedigree-chart. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download magicsunday/webtrees-pedigree-chart
More information about magicsunday/webtrees-pedigree-chart
Files in magicsunday/webtrees-pedigree-chart
Package webtrees-pedigree-chart
Short Description This modules provides an SVG pedigree chart for the [webtrees](https://www.webtrees.net) genealogy application.
License GPL-3.0-or-later
Informations about the package webtrees-pedigree-chart
- Pedigree chart
- Installation
- Manual installation
- Using Composer
- Latest version
- Using Git
- Configuration
- Usage
- Development
- Run tests
Pedigree chart
This module provides an SVG pedigree chart for the webtrees genealogy application. It is capable of displaying up to 25 generations of ancestors from an individual.
But beware, if you select too many generations, it may take a while and even slow down your system significantly.
Fig. 1: A five-generations pedigree chart (drawn top to bottom)
Fig. 2: A five-generations pedigree chart (drawn left to right)
Installation
Requires webtrees 2.2.
There are several ways to install the module. The method using composer is suitable for experienced users, as a developer you can also use git to get a copy of the repository. For all other users, however, manual installation is recommended.
Manual installation
To manually install the module, perform the following steps:
- Download the latest release of the module.
- Upload the downloaded file to your web server.
- Unzip the package into your
modules_v4
directory. - Rename the folder to
webtrees-pedigree-chart
If everything was successful, you should see a subdirectory webtrees-pedigree-chart
with the unpacked content
in the modules_v4
directory.
Then follow the steps described in usage.
Using Composer
Typically, to install with composer, just run the following command from the command line, from the root of your Webtrees installation.
The module will automatically install into the modules_v4
directory of your webtrees installation.
To remove the module run:
Then follow the steps described in usage.
Latest version
If you are using the development version of Webtrees (main branch), you may also need to install the development version of the module. For this, please use the following command:
Using Git
If you are using git
, you could also clone the current master branch directly into your modules_v4
directory
by calling:
Then follow the steps described in usage.
Configuration
Go to the control panel (admin section) of your installation and scroll down to the Modules
section. Click
on Charts
(in subsection Genealogy). Enable the Pedigree chart
custom module (optionally disable the original
installed pedigree chart module) and save your settings.
Fig. 3: Control panel - Module administration
Usage
At the charts' menu, you will find a new link called Pedigree chart
. Use the provided configuration options
to adjust the layout of the charts according to your needs.
Development
To build/update the javascript, run the following commands:
Run tests
All versions of webtrees-pedigree-chart with dependencies
ext-json Version *
fisharebest/webtrees Version ~2.2.0
magicsunday/webtrees-module-base Version ^1.0
magicsunday/webtrees-module-installer-plugin Version ^1.3