[Server-devel] [PATCH] httpd conf: add OLPC-specific MIME types
martin.langhoff at gmail.com
martin.langhoff at gmail.com
Wed Jul 16 23:19:23 EDT 2008
From: Martin Langhoff <martin at laptop.org>
---
fsroot.olpc.img/etc/httpd/conf.d/mime_olpc.conf | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
create mode 100644 fsroot.olpc.img/etc/httpd/conf.d/mime_olpc.conf
diff --git a/fsroot.olpc.img/etc/httpd/conf.d/mime_olpc.conf b/fsroot.olpc.img/etc/httpd/conf.d/mime_olpc.conf
new file mode 100644
index 0000000..3c88563
--- /dev/null
+++ b/fsroot.olpc.img/etc/httpd/conf.d/mime_olpc.conf
@@ -0,0 +1,12 @@
+<IfModule mod_mime.c>
+
+# See wiki.laptop.org for documentation
+# on these formats.
+AddType application/vnd.olpc-sugar .xo
+AddType application/vnd.olpc-content .xol
+AddType application/vnd.olpc-journal-entry .xoj
+
+# Squeak
+AddType application/x-squeak-project .pr
+AddType application/x-squeak-source .sts
+AddType application/x-squeak-object .sqo
\ No newline at end of file
--
1.5.6.dirty
More information about the Server-devel
mailing list