[hackers] [quark] config.def.h: add jpeg alias, ogg audio mimetype || Hiltjo Posthuma

From: <git_AT_suckless.org>
Date: Tue, 27 Jun 2017 23:31:29 +0200 (CEST)

commit 434f2b3067e759cf55b52da1a73f89c2ebb133cb
Author: Hiltjo Posthuma <hiltjo_AT_codemadness.org>
AuthorDate: Tue Jun 27 23:15:18 2017 +0200
Commit: Laslo Hunhold <dev_AT_frign.de>
CommitDate: Tue Jun 27 23:31:08 2017 +0200

    config.def.h: add jpeg alias, ogg audio mimetype

diff --git a/config.def.h b/config.def.h
index 440ae0f..d3e4206 100644
--- a/config.def.h
+++ b/config.def.h
_AT_@ -20,7 +20,6 @@ static const struct {
         { "htm", "text/html; charset=UTF-8" },
         { "css", "text/css" },
         { "txt", "text/plain" },
- { "text", "text/plain" },
         { "md", "text/plain" },
         { "c", "text/plain" },
         { "h", "text/plain" },
_AT_@ -29,12 +28,14 @@ static const struct {
         { "pdf", "application/x-pdf" },
         { "png", "image/png" },
         { "gif", "image/gif" },
+ { "jpeg", "image/jpg" },
         { "jpg", "image/jpg" },
         { "iso", "application/x-iso9660-image" },
         { "webp", "image/webp" },
         { "svg", "image/svg+xml" },
         { "flac", "audio/flac" },
         { "mp3", "audio/mpeg" },
+ { "ogg", "audio/ogg" },
         { "mp4", "video/mp4" },
         { "ogv", "video/ogg" },
         { "webm", "video/webm" },
Received on Tue Jun 27 2017 - 23:31:29 CEST

This archive was generated by hypermail 2.3.0 : Tue Jun 27 2017 - 23:37:13 CEST