https://github.com/bmarwell/webtrees-module-skeleton
A skeleton module for webtrees.
https://github.com/bmarwell/webtrees-module-skeleton
Last synced: 2 months ago
JSON representation
A skeleton module for webtrees.
- Host: GitHub
- URL: https://github.com/bmarwell/webtrees-module-skeleton
- Owner: bmarwell
- Created: 2015-09-05T20:05:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-05T20:44:41.000Z (over 9 years ago)
- Last Synced: 2025-04-02T01:11:09.895Z (2 months ago)
- Language: Makefile
- Size: 94.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## About
This repository will help you create a module for webtrees.
It is a basic, working module with no functionality.## Usage
Copy/clone to the directory you will develop your module and change those variables:
* `src/modulename` to the modulename (lower case recommended)
* `src/modulename/module.php` - each occurence of "modulename" with the module's name (lower case recommended).
* The rest inside `module.php` as you desire.
## Links
* [Webtrees on github](https://github.com/fisharebest/webtrees)
## LICENSE
Public Domain or no licence - this project does not achieve the needed threshold of originality.