~ubuntu-branches/ubuntu/trusty/node-mime/trusty-proposed

« back to all changes in this revision

Viewing changes to types/node.types

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2013-08-14 11:48:50 UTC
  • mfrom: (1.1.2) (2.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130814114850-hhhm9bmva4jwobla
Tags: 1.2.10-1
* Upstream update
* control:
  + fix Homepage
  + canonicalize Vcs fields
  + fix Node.js name in description and add stub.
* copyright: add Upstream-Contact, Source fields.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# What: WebVTT
 
2
# Why: To allow formats intended for marking up external text track resources.
 
3
# http://dev.w3.org/html5/webvtt/
 
4
# Added by: niftylettuce
 
5
text/vtt  vtt
 
6
 
1
7
# What: Google Chrome Extension
2
8
# Why: To allow apps to (work) be served with the right content type header.
3
9
# http://codereview.chromium.org/2830017
4
10
# Added by: niftylettuce
5
11
application/x-chrome-extension  crx
6
12
 
7
 
# What: OTF Message Silencer
8
 
# Why: To silence the "Resource interpreted as font but transferred with MIME
9
 
# type font/otf" message that occurs in Google Chrome
10
 
# Added by: niftylettuce
11
 
font/opentype  otf
12
 
 
13
13
# What: HTC support
14
14
# Why: To properly render .htc files such as CSS3PIE
15
15
# Added by: niftylettuce
16
16
text/x-component  htc
17
17
 
18
 
# What: HTML5 application cache manifest
 
18
# What: HTML5 application cache manifes ('.manifest' extension)
19
19
# Why: De-facto standard. Required by Mozilla browser when serving HTML5 apps
20
20
# per https://developer.mozilla.org/en/offline_resources_in_firefox
21
21
# Added by: louisremi
22
 
text/cache-manifest  appcache manifest
 
22
text/cache-manifest  manifest
23
23
 
24
24
# What: node binary buffer format
25
25
# Why: semi-standard extension w/in the node community
32
32
application/mp4  m4p
33
33
audio/mp4  m4a
34
34
 
35
 
# What: Music playlist format (http://en.wikipedia.org/wiki/M3U)
36
 
# Why: See https://github.com/bentomas/node-mime/pull/6
37
 
# Added by: mjrusso
38
 
application/x-mpegURL  m3u8
39
 
 
40
35
# What: Video format, Part of RFC1890
41
36
# Why: See https://github.com/bentomas/node-mime/pull/6
42
37
# Added by: mjrusso
43
38
video/MP2T  ts
44
39
 
45
 
# What: The FLAC lossless codec format
46
 
# Why: Streaming and serving FLAC audio
47
 
# Added by: jacobrask
48
 
audio/flac  flac
 
 
b'\\ No newline at end of file'
 
40
# What: EventSource mime type
 
41
# Why: mime type of Server-Sent Events stream
 
42
# http://www.w3.org/TR/eventsource/#text-event-stream
 
43
# Added by: francois2metz
 
44
text/event-stream  event-stream
 
45
 
 
46
# What: Mozilla App manifest mime type
 
47
# Why: https://developer.mozilla.org/en/Apps/Manifest#Serving_manifests
 
48
# Added by: ednapiranha
 
49
application/x-web-app-manifest+json   webapp
 
50
 
 
51
# What: Lua file types
 
52
# Why: Googling around shows de-facto consensus on these
 
53
# Added by: creationix (Issue #45)
 
54
text/x-lua  lua
 
55
application/x-lua-bytecode  luac
 
56
 
 
57
# What: Markdown files, as per http://daringfireball.net/projects/markdown/syntax
 
58
# Why: http://stackoverflow.com/questions/10701983/what-is-the-mime-type-for-markdown
 
59
# Added by: avoidwork
 
60
text/x-markdown  markdown md mkd
 
61
 
 
62
# What: ini files
 
63
# Why: because they're just text files
 
64
# Added by: Matthew Kastor
 
65
text/plain  ini
 
66
 
 
67
# What: DASH Adaptive Streaming manifest
 
68
# Why: https://developer.mozilla.org/en-US/docs/DASH_Adaptive_Streaming_for_HTML_5_Video
 
69
# Added by: eelcocramer
 
70
application/dash+xml mdp
 
71
 
 
72
# What: OpenType font files - http://www.microsoft.com/typography/otspec/
 
73
# Why:  Browsers usually ignore the font MIME types and sniff the content,
 
74
#       but Chrome, shows a warning if OpenType fonts aren't served with
 
75
#       the `font/opentype` MIME type: http://i.imgur.com/8c5RN8M.png.
 
76
# Added by: alrra
 
77
font/opentype  otf