"Fossies" - the Fresh Open Source Software Archive 
Member "cb2bib-2.0.1/src/xml/ExifTool_config" (12 Feb 2021, 1009 Bytes) of package /linux/privat/cb2bib-2.0.1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the last
Fossies "Diffs" side-by-side code changes report for "ExifTool_config":
1.9.7_vs_1.9.8.
1 %Image::ExifTool::UserDefined::BibTeX = (
2 GROUPS => { 0 => 'XMP', 1 => 'XMP-bibtex', 2 => 'Reference' },
3 NAMESPACE => { 'bibtex' => 'https://www.molspaces.com/cb2bib' },
4 WRITABLE => 'string',
5 type => { },
6 abstract => { },
7 address => { },
8 annote => { },
9 author => { },
10 booktitle => { },
11 chapter => { },
12 doi => { },
13 edition => { },
14 editor => { },
15 eprint => { },
16 file => { },
17 institution => { },
18 isbn => { },
19 issn => { },
20 journal => { },
21 keywords => { },
22 month => { },
23 note => { },
24 number => { },
25 organization => { },
26 pages => { },
27 publisher => { },
28 school => { },
29 series => { },
30 title => { },
31 url => { },
32 volume => { },
33 year => { },
34 );
35
36 %Image::ExifTool::UserDefined = (
37 'Image::ExifTool::XMP::Main' => {
38 bibtex => {
39 SubDirectory => {
40 TagTable => 'Image::ExifTool::UserDefined::BibTeX',
41 },
42 },
43 },
44 );
45
46 1;