Lightning talk on Starting a business...

jonasbn on 2004-09-19T19:45:14

I have made my lightning talk presentation available online.


MIME type

TorgoX on 2004-09-19T22:32:38

That web server it serving it as text/plain! Yow!

Re:MIME type

rooneg on 2004-09-20T01:26:38

He's serving it out of a Subversion repository, so if he wants it to get served up as text/html he just needs to set the svn:mime-type on the files in question, otherwise they'll just get served as text/plain or application/octet-stream.

Or in the meantime you can just check the files out and read them locally ;-)

Re:MIME type

jonasbn on 2004-09-20T06:29:52

Hmmm, I have no problems reading the files as HTML using Safari on OSX, I will look into changing the mime-type, thanks for the tip.

jonasbn

Re:MIME type

jonasbn on 2004-09-20T06:48:49

I have changed the mime-type now to text/html, please let me know if you have still have problems...

Re:MIME type

RoMo on 2004-09-20T08:19:04

xxx:~ # HEAD http://copenhagen.pm.org/svn/trunk/presentations/ProfitInPerl/ProfitInPerl.htm 200 OK Connection: close Date: Mon, 20 Sep 2004 08:18:05 GMT Accept-Ranges: bytes ETag: "1446//trunk/presentations/ProfitInPerl/ProfitInPerl.htm" Server: Apache Content-Type: text/plain; charset=ISO-8859-1 Client-Date: Mon, 20 Sep 2004 08:18:04 GMT Client-Peer: 62.79.97.21:80 Client-Response-Num: 1 :-(

Re:MIME type

jonasbn on 2004-09-20T09:30:27

Ok, now it should work, thanks for the help guys :)

jonasbn