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

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.

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.