forked from gramps-project/addons-source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
32 lines (20 loc) · 1.07 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
DynamicWeb Gramps report addon
For license, see file 'dynamicweb.py'
This add-on for GRAMPS is an alternative to the Narrative Web Report.
It exports the database as web pages.
See https://gramps-project.org/wiki/index.php?title=DynamicWeb_report for more information.
See http://belissent.github.io/GrampsDynamicWebReport/ for reports examples.
GRAMPS branches 4.2, 5.0 (master) are supported, previous branches are not supported.
Instructions for generating report examples (GRAMPS version 5.0):
- See .travis.yml in the addons-source repository, which lists the installations to be performed first.
- Run nosetests -vv -a 'report'
- Results are in the directory DynamicWeb/reports
Instructions for generating report examples (GRAMPS version 4.2):
- Import example database:
In the directory DynamicWeb
python run_dynamicweb.py -i
- Run Gramps and set the base directory for media relative paths to %GRAMPS_RESOURCES%/examples/gramps
- Generate the example reports:
In the directory DynamicWeb
python run_dynamicweb.py
- Results are in the directory DynamicWeb/reports