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