[Collab-qa-commits] r2197 - udd/udd

Andreas Tille tille at alioth.debian.org
Thu Mar 29 20:01:34 UTC 2012


Author: tille
Date: 2012-03-29 20:01:33 +0000 (Thu, 29 Mar 2012)
New Revision: 2197

Modified:
   udd/udd/bibref_gatherer.py
Log:
Enable the following additional fields in References: 'comment', 'in' and 'debian-package'


Modified: udd/udd/bibref_gatherer.py
===================================================================
--- udd/udd/bibref_gatherer.py	2012-03-29 16:28:00 UTC (rev 2196)
+++ udd/udd/bibref_gatherer.py	2012-03-29 20:01:33 UTC (rev 2197)
@@ -46,9 +46,12 @@
     defined_fields = { 'article'   : 0,
                        'author'    : 0,
                        'booktitle' : 0,
+                       'comment'   : 0,
+                       'debian-package' : 0,
                        'doi'       : 0,
                        'editor'    : 0,
                        'eprint'    : 0,
+                       'in'        : 0,
                        'issn'      : 0,
                        'journal'   : 0,
                        'license'   : 0,




More information about the Collab-qa-commits mailing list