On 9 ago, 04:41, Ben Caldwell <
benny.caldw...@gmail.com> wrote:
> Cool, you have to send me a link to your recipe site when it is ready!
Yes, I will do. Im thinking about how to do a simple "reciper".. now i
have to choose between a CMS like Interactive Tools CMS Builder or try
with php+codeigniter (maybe more custom).
> If it helps, I use a "text/xml" mime-type filter to open Bites as this
> is what google sites was serving my recipe.xml files as. I read
> somewhere that this mime-type is being deprecated in favour of
> "application/xml" but I'll just use whatever works.
I found a nice article here:
http://www.boutell.com/newfaq/creating/forcedownload.html
Needs php to force the server sending xml as atachment.
If there is no php choice, creating the .htaccess file should be fine.
Maybe easy for people with free hostings because they will not have
access to apache config files.
Your mime choice can be set with: AddType text/xml xml in the
directory where xml are stored. Same way, with the .htaccess
>
> I don't know much about apache and mime-types so if you have any ideas
> about ways to serve recipe.xml files let me know and I'll try them
> out.
Looks like very discussed topic in forums... Some choices as compress
zip recipe files is good with PC/Mac users, but not with androids.