https://github.com/hieberst/webtrees-extended-slide-show
Adds the lifetime next to a person's name in webtrees slide show
https://github.com/hieberst/webtrees-extended-slide-show
webtrees
Last synced: 5 months ago
JSON representation
Adds the lifetime next to a person's name in webtrees slide show
- Host: GitHub
- URL: https://github.com/hieberst/webtrees-extended-slide-show
- Owner: hieberst
- License: gpl-3.0
- Created: 2023-03-05T10:49:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T13:30:48.000Z (almost 2 years ago)
- Last Synced: 2024-11-06T17:51:47.816Z (7 months ago)
- Topics: webtrees
- Language: PHP
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Extended slide show for webtrees
This [webtrees](https://www.webtrees.net) module extends the slide show in such a way that, in addition to the names of the people, their lifespan is also shown.
It registers a custom view for the slide show, which is based on the original view and just adds the lifespan output.
## Deprecation notice
This module is deprecated as of webtrees 1.2.21 and above.See PR [#5025 More information about people connected to slide-show photo](https://github.com/fisharebest/webtrees/pull/5025)
## Installation
Unzip the files into the folder of your webtrees installation.
## Building the module
You need [Composer](https://getcomposer.org) and the PHP [xdiff](https://pecl.php.net/package/xdiff) extension to build this custom webtrees module.
```sh
composer update
composer build
```The `build` command creates the custom view by patching the original view and then packs all relevant files into a zip file.