Subject:
|
autoFAQpost /cad/ldraw_mime-types.en.faq
|
Newsgroups:
|
lugnet.faq
|
Date:
|
Mon, 12 Jul 1999 23:28:18 GMT
|
Viewed:
|
1231 times
|
| |
| |
Subject: What are the MIME types for LDraw and MPD files?
Content-Language: en
Topic-Level: 0
Revision: Jacob Sparre Andersen, 1999-05-14
Location: /cad/,/cad/dev/
Comment: Unedited cut from the LDraw FAQ.
<P><DL>
<DT>LDraw files:
<DD><Code>application/x-ldraw</Code>
<DT>Multi-part DAT files (MPD):
<DD><Code>application/x-multi-part-ldraw</Code>
<DT>LDLite files:
<DD><Code>application/x-ldlite</Code>
</DL></P>
<P>
The web server
<A Href="http://hugin.ldraw.org/"><Code>hugin.ldraw.org</Code></A>, which
hosts the FAQ has been configured by adding:
<Pre>
AddType application/x-ldraw dat
AddType application/x-multi-part-ldraw mpd
AddType application/x-ldlite ldlite
</Pre>
to the file <Code>/etc/httpd/conf/httpd.conf</Code> (it's
<A Href="http://www.apache.org/">Apache</A>). Most people prefer to use
three letter extensions, so the LDLite line should probably read:
<Pre>
AddType application/x-ldlite ldl
</Pre>
</P>
|
|
1 Message in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|