{ ApplicationDescription = "GUI for various compressed file formats"; ApplicationName = "Zipper"; ApplicationRelease = "1.2"; ApplicationURL = "http://xanthippe.dyndns.org/Zipper/"; NSIcon = "zipper.tiff"; Authors = ("Dirk Olmes "); Copyright = "Copyright (C) 2003/2004/2005 Dirk Olmes"; CopyrightDescription = "Do with Zipper what you like and don't bother me with licensing issues."; NSTypes = ( { NSName = "Zip"; NSHumanReadableName = "Zip Archive"; NSUnixExtensions = ( "zip", "ZIP", "jar", "JAR" ); NSIcon = "FileIcon.tiff"; NSDocumentClass = "ZipperDocument"; NSRole = "Editor"; }, { NSName = "7Zip"; NSHumanReadableName = "7Zip Archive"; NSUnixExtensions = ( "7z", "7Z", "7za", "7ZA" ); NSIcon = "FileIcon.tiff"; NSDocumentClass = "ZipperDocument"; NSRole = "Editor"; }, { NSName = "Tar"; NSHumanReadableName = "Tar Archive"; NSUnixExtensions = ( "tar", "TAR" ); NSIcon = "FileIcon.tiff"; NSDocumentClass = "ZipperDocument"; NSRole = "Editor"; }, { NSName = "TarGz"; NSHumanReadableName = "Compressed Tar Archive"; NSUnixExtensions = ( "gz", "GZ", "tgz", "TGZ" ); NSIcon = "FileIcon.tiff"; NSDocumentClass = "ZipperDocument"; NSRole = "Editor"; }, { NSName = "TarBz"; NSHumanReadableName = "Compressed Tar Archive"; NSUnixExtensions = ( "bz2", "BZ2", "tbz2", "TBZ2" ); NSIcon = "FileIcon.tiff"; NSDocumentClass = "ZipperDocument"; NSRole = "Editor"; }, { NSName = "Rar"; NSHumanReadableName = "Rar Archive"; NSUnixExtensions = ( "rar", "RAR" ); NSIcon = "FileIcon.tiff"; NSDocumentClass = "ZipperDocument"; NSRole = "Editor"; }, { NSName = "Lha"; NSHumanReadableName = "Lha Archive"; NSUnixExtensions = ( "lha", "LHA" ); NSIcon = "FileIcon.tiff"; NSDocumentClass = "ZipperDocument"; NSRole = "Editor"; }, { NSName = "Lzx"; NSHumanReadableName = "Lzx Archive"; NSUnixExtensions = ( "lzx", "LZX" ); NSIcon = "FileIcon.tiff"; NSDocumentClass = "ZipperDocument"; NSRole = "Editor"; } ); NSServices = ( { NSPortName = "Zipper"; NSMessage = "createZippedTarArchive"; NSSendTypes = (NSFilenamesPboardType); NSMenuItem = { default = "Zipper/Create archive"; }; } ); }