jhove-service 1.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE.rdoc +23 -0
- data/README.rdoc +36 -0
- data/bin/aiff-hul-1.6.1-RC1.jar +0 -0
- data/bin/ascii-hul-1.4.1.jar +0 -0
- data/bin/cache/xhtml-attribs-1.xsd +73 -0
- data/bin/cache/xhtml-base-1.xsd +36 -0
- data/bin/cache/xhtml-bdo-1.xsd +71 -0
- data/bin/cache/xhtml-blkphras-1.xsd +160 -0
- data/bin/cache/xhtml-blkpres-1.xsd +37 -0
- data/bin/cache/xhtml-blkstruct-1.xsd +49 -0
- data/bin/cache/xhtml-csismap-1.xsd +96 -0
- data/bin/cache/xhtml-datatypes-1.xsd +242 -0
- data/bin/cache/xhtml-edit-1.xsd +39 -0
- data/bin/cache/xhtml-events-1.xsd +130 -0
- data/bin/cache/xhtml-form-1.xsd +327 -0
- data/bin/cache/xhtml-framework-1.xsd +66 -0
- data/bin/cache/xhtml-hypertext-1.xsd +47 -0
- data/bin/cache/xhtml-image-1.xsd +46 -0
- data/bin/cache/xhtml-inlphras-1.xsd +163 -0
- data/bin/cache/xhtml-inlpres-1.xsd +39 -0
- data/bin/cache/xhtml-inlstruct-1.xsd +50 -0
- data/bin/cache/xhtml-inlstyle-1.xsd +27 -0
- data/bin/cache/xhtml-link-1.xsd +45 -0
- data/bin/cache/xhtml-list-1.xsd +99 -0
- data/bin/cache/xhtml-meta-1.xsd +54 -0
- data/bin/cache/xhtml-object-1.xsd +76 -0
- data/bin/cache/xhtml-param-1.xsd +51 -0
- data/bin/cache/xhtml-pres-1.xsd +51 -0
- data/bin/cache/xhtml-ruby-1.xsd +170 -0
- data/bin/cache/xhtml-script-1.xsd +71 -0
- data/bin/cache/xhtml-ssismap-1.xsd +43 -0
- data/bin/cache/xhtml-struct-1.xsd +130 -0
- data/bin/cache/xhtml-style-1.xsd +53 -0
- data/bin/cache/xhtml-table-1.xsd +272 -0
- data/bin/cache/xhtml-target-1.xsd +49 -0
- data/bin/cache/xhtml-text-1.xsd +67 -0
- data/bin/cache/xhtml11-model-1.xsd +716 -0
- data/bin/cache/xhtml11-modules-1.xsd +605 -0
- data/bin/cache/xhtml11.xsd +104 -0
- data/bin/cache/xml.xsd +287 -0
- data/bin/console +9 -0
- data/bin/extension-mimetype.conf +209 -0
- data/bin/gif-hul-1.4.2-RC1.jar +0 -0
- data/bin/html-hul-1.4.1.jar +0 -0
- data/bin/jhove-README-1st.txt +2 -0
- data/bin/jhove-apps-1.24.0-RC1.jar +0 -0
- data/bin/jhove-ext-modules-1.24.0-RC1.jar +0 -0
- data/bin/jhove.conf +98 -0
- data/bin/jhoveToolkit.sh +87 -0
- data/bin/jpeg-hul-1.5.2-RC1.jar +0 -0
- data/bin/jpeg2000-hul-1.4.2-RC1.jar +0 -0
- data/bin/pdf-hul-1.12.2-RC1.jar +0 -0
- data/bin/tiff-hul-1.9.2-RC1.jar +0 -0
- data/bin/utf8-hul-1.7.1.jar +0 -0
- data/bin/wave-hul-1.8.1-RC1.jar +0 -0
- data/bin/xml-hul-1.5.1.jar +0 -0
- data/lib/jhove_service.rb +127 -0
- data/lib/jhove_technical_metadata.rb +284 -0
- metadata +172 -0
@@ -0,0 +1,104 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<xs:schema
|
3
|
+
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
4
|
+
targetNamespace="http://www.w3.org/1999/xhtml"
|
5
|
+
xmlns:xh11d="http://www.w3.org/1999/xhtml/datatypes/"
|
6
|
+
xmlns="http://www.w3.org/1999/xhtml"
|
7
|
+
elementFormDefault="qualified" >
|
8
|
+
<xs:annotation>
|
9
|
+
<xs:documentation>
|
10
|
+
This is the XML Schema driver for XHTML 1.1.
|
11
|
+
Please use this namespace for XHTML elements:
|
12
|
+
|
13
|
+
"http://www.w3.org/1999/xhtml"
|
14
|
+
|
15
|
+
$Id: xhtml11.xsd,v 1.7 2009/02/03 15:14:49 ahby Exp $
|
16
|
+
</xs:documentation>
|
17
|
+
<xs:documentation source="xhtml-copyright-1.xsd"/>
|
18
|
+
</xs:annotation>
|
19
|
+
<xs:annotation>
|
20
|
+
<xs:documentation>
|
21
|
+
This is XHTML, a reformulation of HTML as a modular XML application
|
22
|
+
The Extensible HyperText Markup Language (XHTML)
|
23
|
+
Copyright ©1998-2007 World Wide Web Consortium
|
24
|
+
(Massachusetts Institute of Technology, European Research Consortium
|
25
|
+
for Informatics and Mathematics, Keio University).
|
26
|
+
All Rights Reserved.
|
27
|
+
|
28
|
+
Permission to use, copy, modify and distribute the XHTML Schema
|
29
|
+
modules and their accompanying xs:documentation for any purpose
|
30
|
+
and without fee is hereby granted in perpetuity, provided that the above
|
31
|
+
copyright notice and this paragraph appear in all copies.
|
32
|
+
The copyright holders make no representation about the suitability of
|
33
|
+
these XML Schema modules for any purpose.
|
34
|
+
|
35
|
+
They are provided "as is" without expressed or implied warranty.
|
36
|
+
</xs:documentation>
|
37
|
+
</xs:annotation>
|
38
|
+
<xs:annotation>
|
39
|
+
<xs:documentation>
|
40
|
+
This is the Schema Driver file for XHTML1.1
|
41
|
+
Document Type
|
42
|
+
|
43
|
+
This schema
|
44
|
+
+ imports external schemas (xml.xsd)
|
45
|
+
+ refedines (and include)s schema modules for XHTML1.1 Document Type.
|
46
|
+
+ includes Schema for Named content model for the
|
47
|
+
XHTML1.1 Document Type
|
48
|
+
|
49
|
+
XHTML1.1 Document Type includes the following Modules
|
50
|
+
XHTML Core modules (Required for XHTML Family Conformance)
|
51
|
+
+ text
|
52
|
+
+ hypertext
|
53
|
+
+ lists
|
54
|
+
+ structure
|
55
|
+
Other XHTML modules
|
56
|
+
+ Edit
|
57
|
+
+ Bdo
|
58
|
+
+ Presentational
|
59
|
+
+ Link
|
60
|
+
+ Meta
|
61
|
+
+ Base
|
62
|
+
+ Scripting
|
63
|
+
+ Style
|
64
|
+
+ Image
|
65
|
+
+ Applet
|
66
|
+
+ Object
|
67
|
+
+ Param (Applet/Object modules require Param Module)
|
68
|
+
+ Tables
|
69
|
+
+ Forms
|
70
|
+
+ Client side image maps
|
71
|
+
+ Server side image maps
|
72
|
+
+ Ruby
|
73
|
+
</xs:documentation>
|
74
|
+
</xs:annotation>
|
75
|
+
<xs:import
|
76
|
+
namespace="http://www.w3.org/XML/1998/namespace"
|
77
|
+
schemaLocation="http://www.w3.org/2001/xml.xsd">
|
78
|
+
<xs:annotation>
|
79
|
+
<xs:documentation>
|
80
|
+
This import brings in the XML namespace attributes
|
81
|
+
The XML attributes are used by various modules.
|
82
|
+
</xs:documentation>
|
83
|
+
</xs:annotation>
|
84
|
+
</xs:import>
|
85
|
+
<xs:include
|
86
|
+
schemaLocation="https://www.w3.org/MarkUp/SCHEMA/xhtml11-model-1.xsd">
|
87
|
+
<xs:annotation>
|
88
|
+
<xs:documentation>
|
89
|
+
Document Model module for the XHTML1.1 Document Type.
|
90
|
+
This schema file defines all named models used by XHTML
|
91
|
+
Modularization Framework for XHTML1.1 Document Type
|
92
|
+
</xs:documentation>
|
93
|
+
</xs:annotation>
|
94
|
+
</xs:include>
|
95
|
+
<xs:include
|
96
|
+
schemaLocation="https://www.w3.org/MarkUp/SCHEMA/xhtml11-modules-1.xsd">
|
97
|
+
<xs:annotation>
|
98
|
+
<xs:documentation>
|
99
|
+
Schema that includes all modules (and redefinitions)
|
100
|
+
for XHTML1.1 Document Type.
|
101
|
+
</xs:documentation>
|
102
|
+
</xs:annotation>
|
103
|
+
</xs:include>
|
104
|
+
</xs:schema>
|
data/bin/cache/xml.xsd
ADDED
@@ -0,0 +1,287 @@
|
|
1
|
+
<?xml version='1.0'?>
|
2
|
+
<?xml-stylesheet href="../2008/09/xsd.xsl" type="text/xsl"?>
|
3
|
+
<xs:schema targetNamespace="http://www.w3.org/XML/1998/namespace"
|
4
|
+
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
5
|
+
xmlns ="http://www.w3.org/1999/xhtml"
|
6
|
+
xml:lang="en">
|
7
|
+
|
8
|
+
<xs:annotation>
|
9
|
+
<xs:documentation>
|
10
|
+
<div>
|
11
|
+
<h1>About the XML namespace</h1>
|
12
|
+
|
13
|
+
<div class="bodytext">
|
14
|
+
<p>
|
15
|
+
This schema document describes the XML namespace, in a form
|
16
|
+
suitable for import by other schema documents.
|
17
|
+
</p>
|
18
|
+
<p>
|
19
|
+
See <a href="http://www.w3.org/XML/1998/namespace.html">
|
20
|
+
http://www.w3.org/XML/1998/namespace.html</a> and
|
21
|
+
<a href="http://www.w3.org/TR/REC-xml">
|
22
|
+
http://www.w3.org/TR/REC-xml</a> for information
|
23
|
+
about this namespace.
|
24
|
+
</p>
|
25
|
+
<p>
|
26
|
+
Note that local names in this namespace are intended to be
|
27
|
+
defined only by the World Wide Web Consortium or its subgroups.
|
28
|
+
The names currently defined in this namespace are listed below.
|
29
|
+
They should not be used with conflicting semantics by any Working
|
30
|
+
Group, specification, or document instance.
|
31
|
+
</p>
|
32
|
+
<p>
|
33
|
+
See further below in this document for more information about <a
|
34
|
+
href="#usage">how to refer to this schema document from your own
|
35
|
+
XSD schema documents</a> and about <a href="#nsversioning">the
|
36
|
+
namespace-versioning policy governing this schema document</a>.
|
37
|
+
</p>
|
38
|
+
</div>
|
39
|
+
</div>
|
40
|
+
</xs:documentation>
|
41
|
+
</xs:annotation>
|
42
|
+
|
43
|
+
<xs:attribute name="lang">
|
44
|
+
<xs:annotation>
|
45
|
+
<xs:documentation>
|
46
|
+
<div>
|
47
|
+
|
48
|
+
<h3>lang (as an attribute name)</h3>
|
49
|
+
<p>
|
50
|
+
denotes an attribute whose value
|
51
|
+
is a language code for the natural language of the content of
|
52
|
+
any element; its value is inherited. This name is reserved
|
53
|
+
by virtue of its definition in the XML specification.</p>
|
54
|
+
|
55
|
+
</div>
|
56
|
+
<div>
|
57
|
+
<h4>Notes</h4>
|
58
|
+
<p>
|
59
|
+
Attempting to install the relevant ISO 2- and 3-letter
|
60
|
+
codes as the enumerated possible values is probably never
|
61
|
+
going to be a realistic possibility.
|
62
|
+
</p>
|
63
|
+
<p>
|
64
|
+
See BCP 47 at <a href="http://www.rfc-editor.org/rfc/bcp/bcp47.txt">
|
65
|
+
http://www.rfc-editor.org/rfc/bcp/bcp47.txt</a>
|
66
|
+
and the IANA language subtag registry at
|
67
|
+
<a href="http://www.iana.org/assignments/language-subtag-registry">
|
68
|
+
http://www.iana.org/assignments/language-subtag-registry</a>
|
69
|
+
for further information.
|
70
|
+
</p>
|
71
|
+
<p>
|
72
|
+
The union allows for the 'un-declaration' of xml:lang with
|
73
|
+
the empty string.
|
74
|
+
</p>
|
75
|
+
</div>
|
76
|
+
</xs:documentation>
|
77
|
+
</xs:annotation>
|
78
|
+
<xs:simpleType>
|
79
|
+
<xs:union memberTypes="xs:language">
|
80
|
+
<xs:simpleType>
|
81
|
+
<xs:restriction base="xs:string">
|
82
|
+
<xs:enumeration value=""/>
|
83
|
+
</xs:restriction>
|
84
|
+
</xs:simpleType>
|
85
|
+
</xs:union>
|
86
|
+
</xs:simpleType>
|
87
|
+
</xs:attribute>
|
88
|
+
|
89
|
+
<xs:attribute name="space">
|
90
|
+
<xs:annotation>
|
91
|
+
<xs:documentation>
|
92
|
+
<div>
|
93
|
+
|
94
|
+
<h3>space (as an attribute name)</h3>
|
95
|
+
<p>
|
96
|
+
denotes an attribute whose
|
97
|
+
value is a keyword indicating what whitespace processing
|
98
|
+
discipline is intended for the content of the element; its
|
99
|
+
value is inherited. This name is reserved by virtue of its
|
100
|
+
definition in the XML specification.</p>
|
101
|
+
|
102
|
+
</div>
|
103
|
+
</xs:documentation>
|
104
|
+
</xs:annotation>
|
105
|
+
<xs:simpleType>
|
106
|
+
<xs:restriction base="xs:NCName">
|
107
|
+
<xs:enumeration value="default"/>
|
108
|
+
<xs:enumeration value="preserve"/>
|
109
|
+
</xs:restriction>
|
110
|
+
</xs:simpleType>
|
111
|
+
</xs:attribute>
|
112
|
+
|
113
|
+
<xs:attribute name="base" type="xs:anyURI"> <xs:annotation>
|
114
|
+
<xs:documentation>
|
115
|
+
<div>
|
116
|
+
|
117
|
+
<h3>base (as an attribute name)</h3>
|
118
|
+
<p>
|
119
|
+
denotes an attribute whose value
|
120
|
+
provides a URI to be used as the base for interpreting any
|
121
|
+
relative URIs in the scope of the element on which it
|
122
|
+
appears; its value is inherited. This name is reserved
|
123
|
+
by virtue of its definition in the XML Base specification.</p>
|
124
|
+
|
125
|
+
<p>
|
126
|
+
See <a
|
127
|
+
href="http://www.w3.org/TR/xmlbase/">http://www.w3.org/TR/xmlbase/</a>
|
128
|
+
for information about this attribute.
|
129
|
+
</p>
|
130
|
+
</div>
|
131
|
+
</xs:documentation>
|
132
|
+
</xs:annotation>
|
133
|
+
</xs:attribute>
|
134
|
+
|
135
|
+
<xs:attribute name="id" type="xs:ID">
|
136
|
+
<xs:annotation>
|
137
|
+
<xs:documentation>
|
138
|
+
<div>
|
139
|
+
|
140
|
+
<h3>id (as an attribute name)</h3>
|
141
|
+
<p>
|
142
|
+
denotes an attribute whose value
|
143
|
+
should be interpreted as if declared to be of type ID.
|
144
|
+
This name is reserved by virtue of its definition in the
|
145
|
+
xml:id specification.</p>
|
146
|
+
|
147
|
+
<p>
|
148
|
+
See <a
|
149
|
+
href="http://www.w3.org/TR/xml-id/">http://www.w3.org/TR/xml-id/</a>
|
150
|
+
for information about this attribute.
|
151
|
+
</p>
|
152
|
+
</div>
|
153
|
+
</xs:documentation>
|
154
|
+
</xs:annotation>
|
155
|
+
</xs:attribute>
|
156
|
+
|
157
|
+
<xs:attributeGroup name="specialAttrs">
|
158
|
+
<xs:attribute ref="xml:base"/>
|
159
|
+
<xs:attribute ref="xml:lang"/>
|
160
|
+
<xs:attribute ref="xml:space"/>
|
161
|
+
<xs:attribute ref="xml:id"/>
|
162
|
+
</xs:attributeGroup>
|
163
|
+
|
164
|
+
<xs:annotation>
|
165
|
+
<xs:documentation>
|
166
|
+
<div>
|
167
|
+
|
168
|
+
<h3>Father (in any context at all)</h3>
|
169
|
+
|
170
|
+
<div class="bodytext">
|
171
|
+
<p>
|
172
|
+
denotes Jon Bosak, the chair of
|
173
|
+
the original XML Working Group. This name is reserved by
|
174
|
+
the following decision of the W3C XML Plenary and
|
175
|
+
XML Coordination groups:
|
176
|
+
</p>
|
177
|
+
<blockquote>
|
178
|
+
<p>
|
179
|
+
In appreciation for his vision, leadership and
|
180
|
+
dedication the W3C XML Plenary on this 10th day of
|
181
|
+
February, 2000, reserves for Jon Bosak in perpetuity
|
182
|
+
the XML name "xml:Father".
|
183
|
+
</p>
|
184
|
+
</blockquote>
|
185
|
+
</div>
|
186
|
+
</div>
|
187
|
+
</xs:documentation>
|
188
|
+
</xs:annotation>
|
189
|
+
|
190
|
+
<xs:annotation>
|
191
|
+
<xs:documentation>
|
192
|
+
<div xml:id="usage" id="usage">
|
193
|
+
<h2><a name="usage">About this schema document</a></h2>
|
194
|
+
|
195
|
+
<div class="bodytext">
|
196
|
+
<p>
|
197
|
+
This schema defines attributes and an attribute group suitable
|
198
|
+
for use by schemas wishing to allow <code>xml:base</code>,
|
199
|
+
<code>xml:lang</code>, <code>xml:space</code> or
|
200
|
+
<code>xml:id</code> attributes on elements they define.
|
201
|
+
</p>
|
202
|
+
<p>
|
203
|
+
To enable this, such a schema must import this schema for
|
204
|
+
the XML namespace, e.g. as follows:
|
205
|
+
</p>
|
206
|
+
<pre>
|
207
|
+
<schema . . .>
|
208
|
+
. . .
|
209
|
+
<import namespace="http://www.w3.org/XML/1998/namespace"
|
210
|
+
schemaLocation="http://www.w3.org/2001/xml.xsd"/>
|
211
|
+
</pre>
|
212
|
+
<p>
|
213
|
+
or
|
214
|
+
</p>
|
215
|
+
<pre>
|
216
|
+
<import namespace="http://www.w3.org/XML/1998/namespace"
|
217
|
+
schemaLocation="http://www.w3.org/2009/01/xml.xsd"/>
|
218
|
+
</pre>
|
219
|
+
<p>
|
220
|
+
Subsequently, qualified reference to any of the attributes or the
|
221
|
+
group defined below will have the desired effect, e.g.
|
222
|
+
</p>
|
223
|
+
<pre>
|
224
|
+
<type . . .>
|
225
|
+
. . .
|
226
|
+
<attributeGroup ref="xml:specialAttrs"/>
|
227
|
+
</pre>
|
228
|
+
<p>
|
229
|
+
will define a type which will schema-validate an instance element
|
230
|
+
with any of those attributes.
|
231
|
+
</p>
|
232
|
+
</div>
|
233
|
+
</div>
|
234
|
+
</xs:documentation>
|
235
|
+
</xs:annotation>
|
236
|
+
|
237
|
+
<xs:annotation>
|
238
|
+
<xs:documentation>
|
239
|
+
<div id="nsversioning" xml:id="nsversioning">
|
240
|
+
<h2><a name="nsversioning">Versioning policy for this schema document</a></h2>
|
241
|
+
<div class="bodytext">
|
242
|
+
<p>
|
243
|
+
In keeping with the XML Schema WG's standard versioning
|
244
|
+
policy, this schema document will persist at
|
245
|
+
<a href="http://www.w3.org/2009/01/xml.xsd">
|
246
|
+
http://www.w3.org/2009/01/xml.xsd</a>.
|
247
|
+
</p>
|
248
|
+
<p>
|
249
|
+
At the date of issue it can also be found at
|
250
|
+
<a href="http://www.w3.org/2001/xml.xsd">
|
251
|
+
http://www.w3.org/2001/xml.xsd</a>.
|
252
|
+
</p>
|
253
|
+
<p>
|
254
|
+
The schema document at that URI may however change in the future,
|
255
|
+
in order to remain compatible with the latest version of XML
|
256
|
+
Schema itself, or with the XML namespace itself. In other words,
|
257
|
+
if the XML Schema or XML namespaces change, the version of this
|
258
|
+
document at <a href="http://www.w3.org/2001/xml.xsd">
|
259
|
+
http://www.w3.org/2001/xml.xsd
|
260
|
+
</a>
|
261
|
+
will change accordingly; the version at
|
262
|
+
<a href="http://www.w3.org/2009/01/xml.xsd">
|
263
|
+
http://www.w3.org/2009/01/xml.xsd
|
264
|
+
</a>
|
265
|
+
will not change.
|
266
|
+
</p>
|
267
|
+
<p>
|
268
|
+
Previous dated (and unchanging) versions of this schema
|
269
|
+
document are at:
|
270
|
+
</p>
|
271
|
+
<ul>
|
272
|
+
<li><a href="http://www.w3.org/2009/01/xml.xsd">
|
273
|
+
http://www.w3.org/2009/01/xml.xsd</a></li>
|
274
|
+
<li><a href="http://www.w3.org/2007/08/xml.xsd">
|
275
|
+
http://www.w3.org/2007/08/xml.xsd</a></li>
|
276
|
+
<li><a href="http://www.w3.org/2004/10/xml.xsd">
|
277
|
+
http://www.w3.org/2004/10/xml.xsd</a></li>
|
278
|
+
<li><a href="http://www.w3.org/2001/03/xml.xsd">
|
279
|
+
http://www.w3.org/2001/03/xml.xsd</a></li>
|
280
|
+
</ul>
|
281
|
+
</div>
|
282
|
+
</div>
|
283
|
+
</xs:documentation>
|
284
|
+
</xs:annotation>
|
285
|
+
|
286
|
+
</xs:schema>
|
287
|
+
|
data/bin/console
ADDED
@@ -0,0 +1,209 @@
|
|
1
|
+
3dmf=x-world/x-3dmf
|
2
|
+
ai=application/vnd.adobe-illustrator
|
3
|
+
aif=audio/x-aiff
|
4
|
+
aifc=audio/x-aiff
|
5
|
+
aiff=audio/x-aiff
|
6
|
+
als=image/x-vivid
|
7
|
+
art=image/x-first-publisher-art
|
8
|
+
asc=image/x-hp-graphic-obj
|
9
|
+
asf=video/x-ms-asf
|
10
|
+
asp=text/html
|
11
|
+
asx=video/x-ms-asx
|
12
|
+
au=audio/x-au
|
13
|
+
avi=video/x-msvideo
|
14
|
+
bcpio=application/dca-rft
|
15
|
+
bin=application/macbinary
|
16
|
+
bm=image/x-xbitmap
|
17
|
+
bmp=image/bmp
|
18
|
+
c4=image/x-ccitt4
|
19
|
+
cal=image/x-cals
|
20
|
+
cals=image/x-cals
|
21
|
+
ccrf=image/x-calcomp-ccrf
|
22
|
+
cdda=audio/x-aiff
|
23
|
+
cdr=image/vnd.corel-draw
|
24
|
+
cel=image/x-lumena-cel
|
25
|
+
cfm=text/html
|
26
|
+
cgi=text/html
|
27
|
+
class=application/octet-stream
|
28
|
+
clp=application/x-pcpaint
|
29
|
+
cm=image/x-puzzle
|
30
|
+
cpio=application/x-DisplayWrite-txt
|
31
|
+
crf=image/x-calcomp-ccrf
|
32
|
+
css=text/css
|
33
|
+
ct=image/x-scitex-ct
|
34
|
+
dcr=application/x-director
|
35
|
+
dcx=image/x-pcx
|
36
|
+
dir=application/x-director
|
37
|
+
doc=application/vnd.ms-word
|
38
|
+
dvi=application/x-dvi
|
39
|
+
dxf=application/x-autoCAD-dxf
|
40
|
+
dxr=application/x-director
|
41
|
+
eml=text/plain
|
42
|
+
epi=image/x-eps-interchange
|
43
|
+
eps=image/eps
|
44
|
+
epsf=image/eps
|
45
|
+
epsi=image/x-eps-interchange
|
46
|
+
etx=text/x-setextetx
|
47
|
+
evy=application/x-envoy
|
48
|
+
exe=application/octet-stream
|
49
|
+
fh7=application/vnd.mm-freehand
|
50
|
+
fif=image/x-fractal
|
51
|
+
gif=image/gif
|
52
|
+
gis=application/x-erdas-lan
|
53
|
+
gm=image/x-autologic-gm
|
54
|
+
gm2=image/x-autologic-gm
|
55
|
+
gm4=image/x-autologic-gm
|
56
|
+
goe=image/x-goes
|
57
|
+
goes=image/x-goes
|
58
|
+
grb=image/x-hp-graphic-obj
|
59
|
+
gtar=application/x-gtar
|
60
|
+
hdf=application/vnd.samna
|
61
|
+
hpg=application/vnd.hp-HPGL
|
62
|
+
hpgl=application/vnd.hp-HPGL
|
63
|
+
hqx=application/mac-binhex40
|
64
|
+
hrf=image/x-hitachi-raster
|
65
|
+
htm=text/html
|
66
|
+
html=text/html
|
67
|
+
ico=image/x-sun-icon
|
68
|
+
icon=image/x-sun-icon
|
69
|
+
ics=application/ProWrite
|
70
|
+
idc=image/x-core-idc
|
71
|
+
ief=image/ief
|
72
|
+
iff=image/x-iff-ilbm
|
73
|
+
ilbm=image/x-iff-ilbm
|
74
|
+
im=image/x-sun-raster
|
75
|
+
im1=image/x-sun-raster
|
76
|
+
im24=image/x-sun-raster
|
77
|
+
im32=image/x-sun-raster
|
78
|
+
im8=image/x-sun-raster
|
79
|
+
img=image/x-vivid
|
80
|
+
ind=application/vnd.adobe-indesign
|
81
|
+
indd=application/vnd.adobe-indesign
|
82
|
+
jpe=image/jpeg
|
83
|
+
jpeg=image/jpeg
|
84
|
+
jpg=image/jpeg
|
85
|
+
jp2=image/jp2
|
86
|
+
js=application/x-javascript
|
87
|
+
kar=audio/midi
|
88
|
+
lan=application/x-erdas-lan
|
89
|
+
latex=application/x-latex
|
90
|
+
lbm=image/x-iff-ilbm
|
91
|
+
mac=image/x-iff-ilbm
|
92
|
+
mcw=application/vnd.ms-word
|
93
|
+
mdb=application/x-msaccess
|
94
|
+
mht=text/html
|
95
|
+
mid=audio/midi
|
96
|
+
midi=audio/midi
|
97
|
+
mif=application/vnd.framemaker-mif
|
98
|
+
mov=video/quicktime
|
99
|
+
movie=video/x-sgi-movie
|
100
|
+
mp2=audio/x-mpeg
|
101
|
+
MP2=audio/x-mpeg
|
102
|
+
mp3=audio/x-mpeg
|
103
|
+
mpa=audio/x-mpeg,video/x-mpeg
|
104
|
+
mpe=video/mpeg
|
105
|
+
mpeg=video/mpeg
|
106
|
+
mpg=video/mpeg
|
107
|
+
mpga=audio/x-mpeg
|
108
|
+
ms-powerpoint=application/vnd.ms-powerpoint
|
109
|
+
msword=application/vnd.ms-word
|
110
|
+
mtv=image/x-mtv-ray
|
111
|
+
navb=image/x-navb
|
112
|
+
octet-stream=application/octet-stream
|
113
|
+
oda=application/x-pfsWrite
|
114
|
+
pat=image/x-us-patent
|
115
|
+
pbm=image/x-portable-bitmap
|
116
|
+
pcd=image/x-photo-cd
|
117
|
+
pcl=application/vnd.hp-PCL
|
118
|
+
pcx=image/x-pcx
|
119
|
+
pdf=application/pdf
|
120
|
+
pds=application/vnd.NASA-PDS
|
121
|
+
pgm=image/x-portable-graymap
|
122
|
+
photo=text/plain
|
123
|
+
php=text/plain
|
124
|
+
pic=image/x-macintosh-pict
|
125
|
+
pict=image/x-macintosh-pict
|
126
|
+
pjpeg=image/jpeg
|
127
|
+
pl=text/plain
|
128
|
+
pm=image/x-ibm-picture-mkr
|
129
|
+
png=image/png
|
130
|
+
pnm=image/x-portable-anymap
|
131
|
+
ppm=image/x-portable-pixmap
|
132
|
+
pps=application/vnd.ms-powerpoint
|
133
|
+
ppt=application/vnd.ms-powerpoint
|
134
|
+
ppz=application/vnd.ms-powerpoint
|
135
|
+
prn=image/x-calcomp-ccrf
|
136
|
+
ps=application/postscript
|
137
|
+
psd=application/vnd.adobe-photoshop
|
138
|
+
puzzle=image/x-puzzle
|
139
|
+
pzl=image/x-puzzle
|
140
|
+
qdv=image/x-qdv
|
141
|
+
qpr=application/quattroPro
|
142
|
+
qt=video/quicktime
|
143
|
+
qxd=application/vnd.quark
|
144
|
+
ra=audio/vnd.realaudio
|
145
|
+
ram=audio/x-pn-realaudio
|
146
|
+
ras=image/x-sun-raster
|
147
|
+
rast=image/x-qdv
|
148
|
+
raw=application/vnd.adobe-photoshop
|
149
|
+
rg=image/x-raster-graphics
|
150
|
+
rgb=image/x-rgb
|
151
|
+
rix=image/x-rix
|
152
|
+
rlc=image/x-rlc
|
153
|
+
rle=image/x-utah-raster
|
154
|
+
rm=audio/x-realmedia,video/vnd.realvideo
|
155
|
+
rnc=application/vnd.relax-ng.rnc
|
156
|
+
rtf=text/richtext
|
157
|
+
rtl=application/vnd.hp-RTL
|
158
|
+
scd=image/x-scodl
|
159
|
+
scx=image/x-rix
|
160
|
+
sea=application/sit
|
161
|
+
sgi=image/x-sgi-image
|
162
|
+
sgm=text/sgml
|
163
|
+
sgml=text/sgml
|
164
|
+
shtml=text/html
|
165
|
+
sit=application/sit
|
166
|
+
smil=application/smil
|
167
|
+
snd=audio/basic
|
168
|
+
spl=application/futuresplash
|
169
|
+
spr=application/x-sprite
|
170
|
+
sprite=application/x-sprite
|
171
|
+
sst=image/x-avhrr
|
172
|
+
svp=video/x-pn-realvideo
|
173
|
+
swf=application/x-shockwave-flash
|
174
|
+
tar=application/x-tar
|
175
|
+
tbk=application/toolbook
|
176
|
+
tex=application/x-tex
|
177
|
+
texi=application/x-FirstChoice
|
178
|
+
texinfo=application/x-FirstChoice
|
179
|
+
tga=image/x-targa
|
180
|
+
tif=image/tiff
|
181
|
+
tiff=image/tiff
|
182
|
+
tsp=application/x-SmartDraw
|
183
|
+
tsv=text/tab-separated-values
|
184
|
+
txt=text/plain
|
185
|
+
ustar=application/x-wordstar
|
186
|
+
vi=image/x-jovian-vi
|
187
|
+
vif=image/x-verity-image
|
188
|
+
vit=image/x-vitec
|
189
|
+
vrml=x-world/x-vrml
|
190
|
+
wav=audio/x-wave
|
191
|
+
wk1=application/vnd.lotus1-2-3
|
192
|
+
wk3=application/vnd.lotus1-2-3
|
193
|
+
wk4=application/vnd.lotus1-2-3
|
194
|
+
wks=application/vnd.lotus1-2-3
|
195
|
+
wma=audio/x-ms-wma
|
196
|
+
wmv=video/x-ms-wmv
|
197
|
+
wpd=application/wordperfect
|
198
|
+
wpg=application/x-wordperfect-graphic
|
199
|
+
wrl=x-world/x-vrml
|
200
|
+
xbm=image/x-xbitmap
|
201
|
+
xls=application/vnd.ms-excel
|
202
|
+
xml=text/xml
|
203
|
+
xsd=text/xml
|
204
|
+
xsl=text/xml
|
205
|
+
xpm=image/x-xpixmap
|
206
|
+
x-png=image/png
|
207
|
+
x-shockwave-flash=application/x-shockwave-flash
|
208
|
+
xwd=image/x-xwindowdump
|
209
|
+
zip=application/zip
|