An open API service indexing awesome lists of open source software.

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

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.