~ubuntu-branches/ubuntu/quantal/dokuwiki/quantal

« back to all changes in this revision

Viewing changes to conf/mediameta.php

  • Committer: Package Import Robot
  • Author(s): Tanguy Ortolo
  • Date: 2012-01-26 23:10:28 UTC
  • mfrom: (1.1.14) (19.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20120126231028-gdcxrxo3j4jqp2de
Tags: 0.0.20120125-1
* New upstream release.
* debian/patches/debianize.diff: updated for the new release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
                'img_title',
30
30
                'text'),
31
31
 
32
 
    20 => array('Iptc.Caption',
 
32
    20 => array('',
 
33
                'img_date',
 
34
                'date',
 
35
                array('Date.EarliestTime')),
 
36
 
 
37
    30 => array('',
 
38
                'img_fname',
 
39
                'text',
 
40
                array('File.Name')),
 
41
 
 
42
    40 => array('Iptc.Caption',
33
43
                'img_caption',
34
44
                'textarea',
35
45
                array('Exif.UserComment',
36
46
                      'Exif.TIFFImageDescription',
37
47
                      'Exif.TIFFUserComment')),
38
48
 
39
 
    30 => array('Iptc.Byline',
 
49
    50 => array('Iptc.Byline',
40
50
                'img_artist',
41
51
                'text',
42
52
                array('Exif.TIFFArtist',
43
53
                      'Exif.Artist',
44
54
                      'Iptc.Credit')),
45
55
 
46
 
    40 => array('Iptc.CopyrightNotice',
 
56
    60 => array('Iptc.CopyrightNotice',
47
57
                'img_copyr',
48
58
                'text',
49
59
                array('Exif.TIFFCopyright',
50
60
                      'Exif.Copyright')),
51
61
 
52
 
    50 => array('Iptc.Keywords',
 
62
    70 => array('',
 
63
                'img_format',
 
64
                'text',
 
65
                array('File.Format')),
 
66
 
 
67
    80 => array('',
 
68
                'img_fsize',
 
69
                'text',
 
70
                array('File.NiceSize')),
 
71
 
 
72
    90 => array('',
 
73
                'img_width',
 
74
                'text',
 
75
                array('File.Width')),
 
76
 
 
77
    100 => array('',
 
78
                'img_height',
 
79
                'text',
 
80
                array('File.Height')),
 
81
 
 
82
    110 => array('',
 
83
                'img_camera',
 
84
                'text',
 
85
                array('Simple.Camera')),
 
86
 
 
87
    120 => array('Iptc.Keywords',
53
88
                'img_keywords',
54
89
                'text',
55
90
                array('Exif.Category')),
56
91
);
57