werc-1.5.0-tweaks

Tweaks for the werc website builder created by the mad architect Uriel
Log | Files | Refs | README

mime.types (5231B)


      1 
      2 types {
      3     text/html                                        html htm shtml;
      4     text/css                                         css;
      5     text/xml                                         xml;
      6     image/gif                                        gif;
      7     image/jpeg                                       jpeg jpg;
      8     application/javascript                           js;
      9     application/atom+xml                             atom;
     10     application/rss+xml                              rss;
     11 
     12     text/mathml                                      mml;
     13     text/plain                                       txt;
     14     text/vnd.sun.j2me.app-descriptor                 jad;
     15     text/vnd.wap.wml                                 wml;
     16     text/x-component                                 htc;
     17 
     18     image/png                                        png;
     19     image/svg+xml                                    svg svgz;
     20     image/tiff                                       tif tiff;
     21     image/vnd.wap.wbmp                               wbmp;
     22     image/webp                                       webp;
     23     image/x-icon                                     ico;
     24     image/x-jng                                      jng;
     25     image/x-ms-bmp                                   bmp;
     26 
     27     font/woff                                        woff;
     28     font/woff2                                       woff2;
     29 
     30     application/java-archive                         jar war ear;
     31     application/json                                 json;
     32     application/mac-binhex40                         hqx;
     33     application/msword                               doc;
     34     application/pdf                                  pdf;
     35     application/postscript                           ps eps ai;
     36     application/rtf                                  rtf;
     37     application/vnd.apple.mpegurl                    m3u8;
     38     application/vnd.google-earth.kml+xml             kml;
     39     application/vnd.google-earth.kmz                 kmz;
     40     application/vnd.ms-excel                         xls;
     41     application/vnd.ms-fontobject                    eot;
     42     application/vnd.ms-powerpoint                    ppt;
     43     application/vnd.oasis.opendocument.graphics      odg;
     44     application/vnd.oasis.opendocument.presentation  odp;
     45     application/vnd.oasis.opendocument.spreadsheet   ods;
     46     application/vnd.oasis.opendocument.text          odt;
     47     application/vnd.openxmlformats-officedocument.presentationml.presentation
     48                                                      pptx;
     49     application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
     50                                                      xlsx;
     51     application/vnd.openxmlformats-officedocument.wordprocessingml.document
     52                                                      docx;
     53     application/vnd.wap.wmlc                         wmlc;
     54     application/x-7z-compressed                      7z;
     55     application/x-cocoa                              cco;
     56     application/x-java-archive-diff                  jardiff;
     57     application/x-java-jnlp-file                     jnlp;
     58     application/x-makeself                           run;
     59     application/x-perl                               pl pm;
     60     application/x-pilot                              prc pdb;
     61     application/x-rar-compressed                     rar;
     62     application/x-redhat-package-manager             rpm;
     63     application/x-sea                                sea;
     64     application/x-shockwave-flash                    swf;
     65     application/x-stuffit                            sit;
     66     application/x-tcl                                tcl tk;
     67     application/x-x509-ca-cert                       der pem crt;
     68     application/x-xpinstall                          xpi;
     69     application/xhtml+xml                            xhtml;
     70     application/xspf+xml                             xspf;
     71     application/zip                                  zip;
     72 
     73     application/octet-stream                         bin exe dll;
     74     application/octet-stream                         deb;
     75     application/octet-stream                         dmg;
     76     application/octet-stream                         iso img;
     77     application/octet-stream                         msi msp msm;
     78 
     79     audio/midi                                       mid midi kar;
     80     audio/mpeg                                       mp3;
     81     audio/ogg                                        ogg;
     82     audio/x-m4a                                      m4a;
     83     audio/x-realaudio                                ra;
     84 
     85     video/3gpp                                       3gpp 3gp;
     86     video/mp2t                                       ts;
     87     video/mp4                                        mp4;
     88     video/mpeg                                       mpeg mpg;
     89     video/quicktime                                  mov;
     90     video/webm                                       webm;
     91     video/x-flv                                      flv;
     92     video/x-m4v                                      m4v;
     93     video/x-mng                                      mng;
     94     video/x-ms-asf                                   asx asf;
     95     video/x-ms-wmv                                   wmv;
     96     video/x-msvideo                                  avi;
     97 }