[Groonga-commit] ranguba/chupa-text at bfa20d9 [master] Add XHML MIME type

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jan 3 19:49:17 JST 2014


Kouhei Sutou	2014-01-03 19:49:17 +0900 (Fri, 03 Jan 2014)

  New Revision: bfa20d94c75a2e44acbefd9cdbaf251071874b53
  https://github.com/ranguba/chupa-text/commit/bfa20d94c75a2e44acbefd9cdbaf251071874b53

  Message:
    Add XHML MIME type

  Modified files:
    data/mime-types.conf

  Modified: data/mime-types.conf (+3 -2)
===================================================================
--- data/mime-types.conf    2014-01-03 19:32:38 +0900 (e1b5fef)
+++ data/mime-types.conf    2014-01-03 19:49:17 +0900 (fa4af83)
@@ -7,8 +7,9 @@ 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["htm"]   = "text/html"
+mime_type["html"]  = "text/html"
+mime_type["xhtml"] = "application/xhtml+xml"
 
 mime_type["xml"] = "text/xml"
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index