GRAMPS dynamic web report examples
Warning |
Some users experience performance issues with databases over 5000 people, and some experience bugs over 10000 people. The issue is in progress (see #0009647) |
Description
This add-on for Gramps is an alternative to the Narrative Web Report.
It exports the database as web pages.
Features
- Browsable and zoomable bi-directional family tree view [demo].
- Search by individual.
- Clickable pictures [demo]
- Based on client-side Javascript.
Demos
Features details
- browsable family tree:
This graphical family tree is printed using the SVG format.
It could be zoomed (like google map) in order to print 20 generations or more.
It show descendants or ancestry (or both), as a tree or as concentric circles.
Possibility to use the mouse or a context menu for navigation in the tree.
- Indexes could be sorted by any column.
- Clickable pictures:
The clickable regions correspond to the Gramps database media references regions
- Client-side Javascript:
No impact on server resources
The generated site is smaller, and contains much less files.
The web pages could be browsed in a regular web site or on the local machine.
More…