2332: Allow reorder of Data in the Data tab of Source: make Data SourceAttribute, which have sourcetype,

link with GEPS 018: Evidence
This is step 1 needed for GEPS 018. All types are defined needed to evidence style references
This commit also contains fix for 6777: Crash on export to GEDCOM when there are addresses


svn: r22423
This commit is contained in:
Benny Malengier
2013-05-26 19:28:57 +00:00
parent 3d9559cfae
commit bf29e57039
38 changed files with 10286 additions and 419 deletions

19
data/evidencestyle/README Normal file
View File

@@ -0,0 +1,19 @@
* Original evidence_style downloaded from
http://jytangledweb.org/genealogy/evidencestyle/ which are given there
for use in genealogy programs
* 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.