https://github.com/bmarwell/webtrees-missingtombstones
Prints a list of individuals who deceased in the past 30 years not having an image of a tombstone
https://github.com/bmarwell/webtrees-missingtombstones
Last synced: 3 months ago
JSON representation
Prints a list of individuals who deceased in the past 30 years not having an image of a tombstone
- Host: GitHub
- URL: https://github.com/bmarwell/webtrees-missingtombstones
- Owner: bmarwell
- License: gpl-3.0
- Created: 2015-06-14T15:39:29.000Z (about 10 years ago)
- Default Branch: wt2.0-next
- Last Pushed: 2019-10-28T11:51:10.000Z (over 5 years ago)
- Last Synced: 2025-04-02T01:11:09.879Z (3 months ago)
- Language: PHP
- Size: 897 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Missing tombstones module for webtrees
[](http://www.gnu.org/licenses/gpl-3.0) [](https://travis-ci.org/bmhm/webtrees-missingtombstones) [](https://www.codacy.com/manual/bmarwell/webtrees-missingtombstones?utm_source=github.com&utm_medium=referral&utm_content=bmhm/webtrees-missingtombstones&utm_campaign=Badge_Grade) [](https://www.codacy.com/manual/bmarwell/webtrees-missingtombstones?utm_source=github.com&utm_medium=referral&utm_content=bmhm/webtrees-missingtombstones&utm_campaign=Badge_Coverage)
## Contents
* [Introduction](#introduction)
* [Installation](#installation)
* [Verification](#verification)
* [Usage](#usage)
* [Settings](#configuration)
* [Development](#development)
* [Translation](#translation)
* [Links](#links)
* [License](#license)## Introduction
This module for webtrees 1.7.x will create a list of persons, deceased in the past 30 years,
who do not have any media of `type = tombstone` attached. This is useful, if you need to add data which can be found
on tombstones, gravestones, headstones (like birth year, year of death, maiden name). Headstones are also a historical and
[cultural property](https://en.wikipedia.org/wiki/Cultural_property), which should be preserved.### Installation
1. Extract the `.tar.bz2` file to your `webtrees/modules_v3`-folder.
2. Go to the admin menu and modules, then enable the Missing Tombstones-Module.### Verification
To see if it works, open this link:
`module.php?mod=missingtombstones&mod_action=general`There should also be a menu link in the reports menu.
## Usage
From the reports menu, select the link that says "Missing Tombstones".
You should get a menu which looks like this:
### Configuration
At the moment you can configure how many years the page should show.
For this, go to the _control panel_, select _Module Administration_ and
click on the **missing tombstones** entry. You should now see a configuration
page, where you can select the desired amount of years.
## Development
### Translation
If you'd like to commit translation files, please send me your `.po` files using a pull request.
You can generate a `messages.pot`-file using `make update` from the command line.## Links
* Forum discussion: [Webtrees: Missing Tombstones](http://www.webtrees.net/index.php/en/forum/4-customising/30329-missing-tombstones-module#53294).
* The parent project’s website is [webtrees.net](http://webtrees.net).
* German Description: [Webtrees-Module](https://www.bmarwell.de/projekte/webtrees-module/).### Links for finding tombstones online
* For Germany: [grabsteine.genealogy.net](http://grabsteine.genealogy.net).
* Czech Gravestones: [Same link](http://grabsteine.genealogy.net/cemlist.php?n=CZ).
* Monument Project (German): [Monument Project](http://www.denkmalprojekt.org/).
* Irish Gravestone Photographs: [From Ireland/Gravestones](http://www.from-ireland.net/free-gravestone-photographs/).
* Canadian Headstones: [Find a Grave in Canada](http://canadianheadstones.com/findagrave.htm).
* International, but mostly US-American: [Find a Grave](http://www.findagrave.com/).
* International Directory: [Gravestone Photographic Resource](http://www.gravestonephotos.com/).## License
webtrees missing tombstones: online genealogy missing tombstones-module.
Copyright (C) 2015 webtrees development teamThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .