gramps/data/evidencestyle
Benny Malengier 0a2580e9c5 GEP 18: 1. Source templates as new plugin type
2. EE templates in their own plugin, loading from csv in data


svn: r22611
2013-06-25 22:26:56 +00:00
..
evidence_style.csv GEP 18: 1. Source templates as new plugin type 2013-06-25 22:26:56 +00:00
evidencefieldgenerator.py GEP 18: remove subgroup, replace by section 2013-06-23 21:42:54 +00:00
extract_trans_csv.py GEP 18: 1. Source templates as new plugin type 2013-06-25 22:26:56 +00:00
README copyright on evidence style, see private mail of John H. Yates to bmcage 2013-05-29 07:47:32 +00:00

* Original evidence_style templates are provided in the public domain courtesy of
  John H. Yates (see more info on http://jytangledweb.org/genealogy/evidencestyle )

* Several fixes done in the csv file which I believe were errors

* Run

  $ python evidencefield.py

  to generate two files with python code usable in srcattrtype.py in Gramps.

* If in the future one wants to insert _NEW_ evidence styles, add them at the 
  bottom of the csv file, generate the data, and copy to srcattrtype.py

* CAREFUL: When adding or changing things, DON'T change the type of already 
  released versions in Gramps! That means the integer indexes used must remain
  the same! If only styles are added at the bottom and no lines removed, 
  this should not be a problem.