8ea8b6a8f7
Using <object> and <embed> were forbidden for obvious security reasons. Instiki now permits embedding video via the HTML5 <video> element (Ogg/Theora encoded videos only, with .ogg or .ogv extensions). You can even upload videos with [[foo.ogg:video]] Instiki now support x-sendfile. See the Proxying page for configuring Apache (with the x-sendfile module). Lighttpd should work similarly. Update Rails to latest Edge (hopefully converging on RC2!).
16 lines
327 B
YAML
16 lines
327 B
YAML
---
|
|
.avi: video/avi
|
|
.gz: application/x-gzip
|
|
.js: application/x-javascript
|
|
.nb: application/mathematica
|
|
.oga: audio/ogg
|
|
.ogg: audio/ogg
|
|
.ogv: video/ogg
|
|
.pdf: application/pdf
|
|
.svg: application/svg+xml
|
|
.tar: application/x-tar
|
|
.tex: application/x-tex
|
|
.xhtml: application/xhtml+xml
|
|
.xml: application/xml
|
|
.xslt: application/xslt+xml
|