templates/config/mime.types

Sun, 27 Nov 2022 13:33:30 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 27 Nov 2022 13:33:30 +0100
changeset 443
ef3c8a0e1fee
parent 200
4796fa483825
permissions
-rw-r--r--

improve daemon startup
parent will wait until daemon is started and returns error code if startup failed
daemon startup log messages will be printed by parent

39
de4bc3cd2d36 added mime type configuration file
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
1 type=image/png exts=png
de4bc3cd2d36 added mime type configuration file
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
2 type=image/x-icon exts=ico
de4bc3cd2d36 added mime type configuration file
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
3 type=image/gif exts=gif
de4bc3cd2d36 added mime type configuration file
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
4 type=image/jpeg exts=jpeg,jpg,jpe,jfif,pjpeg,pjp
de4bc3cd2d36 added mime type configuration file
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
5 type=image/tiff exts=tiff,tif
de4bc3cd2d36 added mime type configuration file
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
6 type=image/bmp exts=bmp
de4bc3cd2d36 added mime type configuration file
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
7 type=application/pdf exts=pdf
de4bc3cd2d36 added mime type configuration file
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
8 type=application/postscript exts=ai,eps,ps
de4bc3cd2d36 added mime type configuration file
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
9 type=application/x-sh exts=sh
de4bc3cd2d36 added mime type configuration file
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
10 type=text/css exts=css
de4bc3cd2d36 added mime type configuration file
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
11 type=text/html exts=htm,html
de4bc3cd2d36 added mime type configuration file
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
12 type=text/plain exts=txt
de4bc3cd2d36 added mime type configuration file
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
13 type=text/xml exts=xml
de4bc3cd2d36 added mime type configuration file
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
14 type=application/x-javascript exts=js
de4bc3cd2d36 added mime type configuration file
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
15 type=application/x-javascript;charset=UTF-8 exts=jsu
de4bc3cd2d36 added mime type configuration file
Olaf Wintermann <olaf.wintermann@gmail.com>
parents:
diff changeset
16 type=application/x-tex exts=tex
200
4796fa483825 add some mime types for source code files
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 39
diff changeset
17 type=text/x-c exts=c,C,cc,cpp
4796fa483825 add some mime types for source code files
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 39
diff changeset
18 type=text/x-h exts=h,hh,hpp,H
4796fa483825 add some mime types for source code files
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 39
diff changeset
19 type=text/x-java-source exts=java
4796fa483825 add some mime types for source code files
Olaf Wintermann <olaf.wintermann@gmail.com>
parents: 39
diff changeset
20

mercurial