~ubuntu-branches/ubuntu/dapper/preview.app/dapper

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
    ApplicationDescription = "Image viewer";
    ApplicationIcon = Preview;
    ApplicationName = Preview;
    ApplicationRelease = "0.7.5";
    ApplicationURL = "http://gna.org/projects/gsimageapps";
    Authors = ("Fabien VALLON <fabien.vallon@fr.alcove.com>");
    Copyright = "Copyright \U00a9 2003,2004 Fabien VALLON";
    CopyrightDescription = "Released under the GNU GPL.";
    FullVersionID = "0.7.5";
    NSTypes = (
    {
       NSName = "jpg";
       NSHumanReadableName = "JPEG Image";
       NSUnixExtensions = (jpg,jpeg,JPG,JPEG);
       NSDOSExtensions = (jpg);
       NSMIMETypes = ("image/jpeg");
       NSRole = Viewer;
       NSIcon = FileIcon_jpeg.tiff;
       NSDocumentClass = Document;
    },
    {
       NSName = "png";
       NSHumanReadableName = "PNG Image";
       NSUnixExtensions = (png,PNG);
       NSDOSExtensions = (png);
       NSMIMETypes = ("image/png");
       NSRole = Viewer;
       NSIcon = FileIcon_png.tiff;
       NSDocumentClass = Document;
    },
    {
       NSName = "gif";
       NSHumanReadableName = "GIF Image";
       NSUnixExtensions = (gif,GIF);
       NSDOSExtensions = (gif);
       NSMIMETypes = ("image/gif");
       NSRole = Viewer;
       NSIcon = FileIcon_gif.tiff;
       NSDocumentClass = Document;
    },
    {
       NSName = "xpm";
       NSHumanReadableName = "XPM Image";
       NSUnixExtensions = (xpm,XPM);
       NSDOSExtensions = (xpm);
       NSMIMETypes = ("image/xpm");
       NSRole = Viewer;
       NSIcon = FileIcon_xpm.tiff;
       NSDocumentClass = Document;
    },
    {
       NSName = "tiff";
       NSHumanReadableName = "TIFF Image";
       NSUnixExtensions = (tiff,TIFF,tif,TIF);
       NSDOSExtensions = (tiff);
       NSMIMETypes = ("image/tiff");
       NSRole = Editor;
       NSIcon = FileIcon_tiff.tiff;
       NSDocumentClass = Document;
    },
    {
       NSName = "pnm";
       NSHumanReadableName = "PNM Image";
       NSUnixExtensions = (pnm,PNM);
       NSDOSExtensions = (pnm);
       NSMIMETypes = ("image/pnm");
       NSRole = Viewer;
       NSIcon = FileIcon_pnm.tiff;
       NSDocumentClass = Document;
    }
 );
}