X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/2728d12b6169a978aa3dc2e35390923d2eecd295..7778a321b14898bc8dabe4bb19c8ce5cb0100654:/hotline/file_types.go diff --git a/hotline/file_types.go b/hotline/file_types.go index 90ff57f..269c1a3 100644 --- a/hotline/file_types.go +++ b/hotline/file_types.go @@ -19,10 +19,10 @@ var fileTypes = map[string]fileType{ TypeCode: "PDF ", CreatorCode: "CARO", }, - "gif": { - TypeCode: "GIFf", - CreatorCode: "ogle", - }, + // "gif": { + // TypeCode: "GIFf", + // CreatorCode: "ogle", + // }, "txt": { TypeCode: "TEXT", CreatorCode: "ttxt", @@ -35,24 +35,24 @@ var fileTypes = map[string]fileType{ TypeCode: "Gzip ", CreatorCode: "SITx", }, - "hqx": { - TypeCode: "TEXT ", - CreatorCode: "SITx", - }, - "jpg": { - TypeCode: "JPEG ", - CreatorCode: "ogle", - }, - "img": { - TypeCode: "rohd ", - CreatorCode: "ddsk", - }, - "sea": { - TypeCode: "APPL ", - CreatorCode: "aust", - }, - "mov": { - TypeCode: "MooV ", - CreatorCode: "TVOD", - }, + // "hqx": { + // TypeCode: "TEXT ", + // CreatorCode: "SITx", + // }, + // "jpg": { + // TypeCode: "JPEG ", + // CreatorCode: "ogle", + // }, + // "img": { + // TypeCode: "rohd ", + // CreatorCode: "ddsk", + // }, + // "sea": { + // TypeCode: "APPL ", + // CreatorCode: "aust", + // }, + // "mov": { + // TypeCode: "MooV ", + // CreatorCode: "TVOD", + // }, }