MediaWiki  REL1_21
7.result.php
Go to the documentation of this file.
00001 <?php
00002 $result = array (
00003         'xmp-exif' =>
00004         array (
00005                 'CameraOwnerName' => 'Me!',
00006         ),
00007         'xmp-general' =>
00008         array (
00009                 'LicenseUrl' => 'http://creativecommons.com/cc-by-2.9',
00010                 'ImageDescription' =>
00011                 array (
00012                         'x-default' => 'Test image for the cc: xmp: xmpRights: namespaces in xmp',
00013                         '_type' => 'lang',
00014                 ),
00015                 'ObjectName' =>
00016                 array (
00017                         'x-default' => 'xmp core/xmp rights/cc ns test',
00018                         '_type' => 'lang',
00019                 ),
00020                 'DateTimeDigitized' => '2005:04:03',
00021                 'Software' => 'The one true editor: Vi (ok i used gimp)',
00022                 'Identifier' =>
00023                 array (
00024                         0 => 'http://example.com/identifierurl',
00025                         1 => 'urn:sha1:342524abcdef',
00026                         '_type' => 'ul',
00027                 ),
00028                 'Label' => 'Test image',
00029                 'DateTimeMetadata' => '2011:05:12',
00030                 'DateTime' => '2007:03:04 06:34:10',
00031                 'Nickname' => 'My little xmp test image',
00032                 'Rating' => '5',
00033                 'RightsCertificate' => 'http://example.com/rights-certificate/',
00034                 'Copyrighted' => 'True',
00035                 'CopyrightOwner' =>
00036                 array (
00037                         0 => 'Bawolff is copyright owner',
00038                         '_type' => 'ul',
00039                 ),
00040                 'UsageTerms' =>
00041                 array (
00042                         'x-default' => 'do whatever you want',
00043                         'en-gb' => 'Do whatever you want in british english',
00044                         '_type' => 'lang',
00045                 ),
00046                 'WebStatement' => 'http://example.com/web_statement',
00047         ),
00048         'xmp-deprecated' =>
00049         array (
00050                 'Identifier' => 'http://example.com/identifierurl/wrong',
00051         ),
00052 );