# -*- ruby -*- mime_type["txt"] = "text/plain" mime_type["gz"] = "application/x-gzip" mime_type["tgz"] = "application/x-gtar-compressed" mime_type["tar"] = "application/x-tar" mime_type["htm"] = "text/html" mime_type["html"] = "text/html" mime_type["xhtml"] = "application/xhtml+xml" mime_type["xml"] = "text/xml" mime_type["css"] = "text/css" mime_type["csv"] = "text/csv" mime_type["tsv"] = "text/tab-separated-values"