diff --git a/README.md b/README.md index 5edc66f4..d00ebe69 100644 --- a/README.md +++ b/README.md @@ -3,33 +3,30 @@ GVExport This is a repository for a webtrees module known as gvexport. GVExport's goal is to produce an "all in one tree" of every person in a family tree and their relationships. +Authors: + + - Ferenc Kurucz + - https://github.com/IJMacD + - https://github.com/pceres + - Till Schulte-Coerne (https://github.com/tillsc) + Webtrees -------- -[Webtrees](http://webtrees.net/index.php/en/) is an online collaborative genealogy application. It started life as [PhpGedView](http://webtrees.net/index.php/en/) but PGV has since had limited development. Webtrees was born as a fork of PGV after issues regarding using SourceForge arose. +[Webtrees](https://webtrees.net/) is an online collaborative genealogy application. It started life as [PhpGedView](http://webtrees.net/index.php/en/) but PGV has since had limited development. Webtrees was born as a fork of PGV after issues regarding using SourceForge arose. + +Installation +------------ + +Download all files into `modules_v4/GVExport` directory and enable the plugin via modules administration page. GraphViz -------- -The ouptut format of the module is known as DOT and is used by [GraphViz](http://www.graphviz.org/) which is a general pupose graphing tool. If GraphViz is installed on the server the module can use it to generate image files directly. +The ouptut format of the module is known as DOT and is used by [GraphViz](http://www.graphviz.org/) which is a general pupose graphing tool. If GraphViz is installed on the server the module can use it to generate image files directly. GVExport Module --------------- The original [GVExport Module](http://wiki.phpgedview.net/en/index.php?title=GVExport_module) appears on the PhpGedView Wiki but the developer states he hasn't worked on the module in over two years and doesn't plan to any further. - -pceres' GVExport ----------------- - -pceres created a [GitHub repository](https://github.com/pceres/GVExport) as a maintenance repository after the original developer's notice about ceasing development. - However this module is still targeted at the stale PhpGedView. This repository is a -fork of pceres' repository. - -GVExport --------- - -This module therefore is the missing piece of the puzzle. It is the updated version of GVExport based on pceres' latest developments but instead targeted at latest version of Webtrees. - -Here is a sample of the type of graph which can be produced: -![Sample All-in-one tree](http://ijmacd.com/FamilySample.png) \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index 6ce05b29..1592cde6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,9 +1,14 @@ ===================================================================== Change Log GVExport module for phpGedView - - Contact : Ferenc Kurucz ===================================================================== +Version 2.0.0 (2021-05-21) + - New : Webtrees 2.0 compatibility + - New : Clientside graphviz rendering via viz.js + - Changed : Complete form / JavaScript rewrite for Webtrees compatibility + - Changed : I18n support / translations dropeed + + Version 0.8.3 (2009-11-24) - New : Additional settings to control the look of the tree (dpi, ranksep, nodesep) - Fixed : Combined tree (request by Meliza Amity)