4 messages in com.googlegroups.google-gadgets-apiRe: Problem hosting .htm files at Goo...
FromSent OnAttachments
ajfern17 May 2007 06:04 
Dann (Google Employee)18 May 2007 10:23 
ajfern18 May 2007 15:50 
ajfern22 May 2007 00:26 
Subject:Re: Problem hosting .htm files at Google Code for use in Google Gadget
From:ajfern (ajfe@gmail.com)
Date:05/22/2007 12:26:38 AM
List:com.googlegroups.google-gadgets-api

Just an update for anyone else who runs into this problem.

Dann's directions were spot on. I used TortoiseSVN as my visual interface to SVN.

To update the mime types using TortoiseSVN, select all your html files on your local machine, then follow these steps:

(1) Right click and select TortoiseSVN -> Properties

(2) In the properties window, click [Add]

(3) From the drop down box select svn:mimetype

(4) Type text/html as the property value

(5) Click OK - TortoiseSVN will then add the mimetype property to all your local files.

(6) Commit all the altered files to SVN and you're all done!

Your html pages should now work in both IE and Firefox :o)

Cheers,

Anthony