-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparams.json
1 lines (1 loc) · 2.29 KB
/
params.json
1
{"name":"GRAMPS dynamic web report examples","tagline":"Examples for the GRAMPS dynamic web report add-on (client-side Javascript web pages)","body":"# GRAMPS dynamic web report examples\r\n\r\n## Description\r\nThis add-on for [Gramps](https://gramps-project.org/) is an alternative to the [Narrative Web Report](https://gramps-project.org/wiki/index.php?title=Gramps_4.0_Wiki_Manual_-_Reports_-_part_7). \r\nIt exports the database as web pages.\r\n\r\n## Features\r\n- **Browsable** and zoomable bi-directional family tree view [[demo]](reports/report_000/tree_svg.html?igid=I0044). \r\n- **Search** by individual. \r\n- Clickable pictures [[demo]](reports/report_001/media.html?mgid=O0010) \r\n- Based on client-side **Javascript**. \r\n\r\n## Demos\r\n- [Example using the default style](reports/report_000/person.html?igid=I0044) \r\n- [Example of graphical family tree](reports/report_000/tree_svg.html?igid=I0044) - \r\n[example bis](reports/report_000/tree_svg.html?igid=I0044&svgshape=4&svgbk=0) - \r\n[example ter](reports/report_000/tree_svg.html?igid=I0177&svgshape=0&svgbk=7) \r\n- [Example using another style ('Mainz' style of the narrative web report)](reports/report_001/person.html?igid=I0044) \r\n- [Example of clickable picture](reports/report_001/media.html?mgid=O0010) \r\n- [Example with minimal features (without private data, notes, sources, addresses, gallery, places, families, events)](reports/report_004/person.html?igid=I0044)\r\n\r\n## Features details\r\n- **browsable** family tree:\r\n This graphical family tree is printed using the SVG format. \r\n It could be zoomed (like google map) in order to print 20 generations or more. \r\n It show descendants or ancestry (or both), as a tree or as concentric circles. \r\n Possibility to use the mouse or a context menu for navigation in the tree. \r\n- **Indexes** could be sorted by any column. \r\n- Clickable pictures: \r\n The clickable regions correspond to the Gramps database media references regions \r\n- Client-side **Javascript**: \r\n No impact on server resources \r\n The generated site is smaller, and contains much less files. \r\n The web pages could be browsed in a regular web site or on the local machine. \r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}