~ubuntu-branches/ubuntu/jaunty/viewpdf.app/jaunty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    ApplicationDescription = "A spicy PDF Reader.";
    ApplicationIcon = Vindaloo;
    ApplicationName = Vindaloo;
    ApplicationRelease = "0.2";
    ApplicationURL = "http://home.gna.org/gsimageapps/";
    Authors = ("Stefan Kleine Stegemann<stefankst@gmail.com>");
    Copyright = "Copyright \U00a9 2005 Stefan Kleine Stegemann";
    CopyrightDescription = "Released under the GNU GPL.";
    FullVersionID = "1.0";
    NSTypes = (
    {
       NSName = "pdf";
       NSHumanReadableName = "PDF Document";
       NSUnixExtensions = (pdf,PDF);
       NSDOSExtensions = (pdf);
       NSMIMETypes = ("application/pdf");
       NSRole = Editor;
       NSDocumentClass = Document;
    });
}