Author: tille Date: 2012-05-07 21:25:14 +0000 (Mon, 07 May 2012) New Revision: 2280
Modified: udd/udd/bibref_gatherer.py Log: Allow fields 'Address' and 'Type' in Reference fields Modified: udd/udd/bibref_gatherer.py =================================================================== --- udd/udd/bibref_gatherer.py 2012-05-07 21:06:12 UTC (rev 2279) +++ udd/udd/bibref_gatherer.py 2012-05-07 21:25:14 UTC (rev 2280) @@ -80,7 +80,8 @@ def setref(self, references, source, package, rank): year='' - defined_fields = { 'article' : 0, + defined_fields = { 'address' : 0, + 'article' : 0, 'author' : 0, 'booktitle' : 0, 'comment' : 0, @@ -98,6 +99,7 @@ 'publisher' : 0, 'pmid' : 0, 'title' : 0, + 'type' : 0, 'url' : 0, 'volume' : 0, 'year' : 0, _______________________________________________ Collab-qa-commits mailing list Collab-qa-commits@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/collab-qa-commits