[Server-devel] [PATCH] httpd conf: add OLPC-specific MIME types

martin.langhoff at gmail.com martin.langhoff at gmail.com
Wed Jul 16 23:32:42 EDT 2008


From: Martin Langhoff <martin at laptop.org>

---

This one is the correct version - apologies.

---

 fsroot.olpc.img/etc/httpd/conf.d/mime_olpc.conf |   14 ++++++++++++++
 1 files changed, 14 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..a51c1b1
--- /dev/null
+++ b/fsroot.olpc.img/etc/httpd/conf.d/mime_olpc.conf
@@ -0,0 +1,14 @@
+<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
+
+</IfModule>
-- 
1.5.6.dirty



More information about the Server-devel mailing list