]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/file_types.go
patch: v0.2.3
[rbdr/mobius] / hotline / file_types.go
index 90ff57fb96d6681a5c39355476c38e9c272fb251..269c1a3f1c2fc4e2546fc2ea9fb80f7090f396e8 100644 (file)
@@ -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",
+       // },
 }