This module provides historical facts (in Polish) for webtrees.
This module contains almost 200 events from Polish history. It is based on Kalendarium historii Polski (PL).
Same as Webtrees system requirements.
Tested with 2.0.17 version of webtrees.
- Backup webtrees database
- Download the latest release
- Unzip the package into your
webtrees/modules_v4
directory of your Webtrees installation - Log in as administrator in your Webtress.
- Activate this module in
Control Panel
/Modules
/Individual page
/Historic events
.
Once the module is enabled, the Historic events should appear in Facts and events tab on person details page.
Events are hardcoded in module.php
. They are in GEDCOM format. To make it easier to edit the events, an auxiliary ODS file can be found in events/historia_polski.ods
. This file can be edited using e.g. LibreOffice. All changes should be done in the first tab Dane. The result can be copied from automatically generated content in the Wynik tab. Tab Pola is auxiliary is not meant to be edited manually.
A release package can be generated manually but using an Apache Ant build script is preferable. Once you have Ant installed, simply run:
ant clean release
The release package will be generated in release
folder.
To test the module, you can install it manually in a Webtrees installation or use a dockerized version.
docker-compose up -d
Known issue - when running for the first time, start the database first, wait until fully loaded and then start Webtrees container.
docker-compose up -d db
# wait until db is fully up and running
docker-compose up -d webtrees