https://github.com/dkniffin/webtrees-svgtree
An alternative tree module for Webtrees
https://github.com/dkniffin/webtrees-svgtree
Last synced: about 2 months ago
JSON representation
An alternative tree module for Webtrees
- Host: GitHub
- URL: https://github.com/dkniffin/webtrees-svgtree
- Owner: dkniffin
- Created: 2013-07-30T20:24:21.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-04-17T15:38:20.000Z (about 10 years ago)
- Last Synced: 2025-02-10T07:17:11.296Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 2.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
webtrees-svgtree
================
An alternative tree module for the webtrees program. **This is still very much a work in progress. It still has some major bugs.**Installation
------------
Simply extract the contents of this repo into a directory called svgtree in
your webtrees modules_v3 directory.cd /modules_v3/
git clone https://github.com/oddityoverseer13/webtrees-svgtree.git svgtreeOnce you've done that, you'll need to enable the plugin in the administration panel.
Usage
-----
You can access the charts provided by the module via the SVG Tree menu. If you
don't see it, you might need to enable the menu in the administration panel.There are also some URL options you may pass directly to the module:
* genup - # of generations to display upward from the root person
Styling
-------
All colors and such are stylable via CSS and SVG documents. More details to come later.To Do
-----
* Smash some bugs
* URL options
* gendown - # of generations to render downward
* renderSiblings - Boolean indicating whether to render siblings or not
* renderSpouses - Boolean indicating whether to render spouses or not
* boxType - Thumbnail, full, etc
* orientation - portrait or landscape
* A "full" box type, which will display more details about the individual
* Get the tabs working
* Maybe have some global options in the admin pages for things like connection spacing, etc
* Add some export functionality (SVG and PDF, hopefully).