<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: New Ogg MIME Types ratified</title>
	<atom:link href="http://blog.gingertech.net/2008/09/05/new-ogg-mime-types-ratified/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gingertech.net/2008/09/05/new-ogg-mime-types-ratified/</link>
	<description>Silvia&#039;s blog</description>
	<lastBuildDate>Sat, 13 Mar 2010 01:13:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: video tag, Dreamhost and Firefox 3.5 &#124; On the blink</title>
		<link>http://blog.gingertech.net/2008/09/05/new-ogg-mime-types-ratified/comment-page-1/#comment-821</link>
		<dc:creator>video tag, Dreamhost and Firefox 3.5 &#124; On the blink</dc:creator>
		<pubDate>Tue, 10 Mar 2009 00:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=168#comment-821</guid>
		<description>[...] 2: You should look at this post from Silvia for the correct information. Thanks, [...]</description>
		<content:encoded><![CDATA[<p>[...] 2: You should look at this post from Silvia for the correct information. Thanks, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: silvia</title>
		<link>http://blog.gingertech.net/2008/09/05/new-ogg-mime-types-ratified/comment-page-1/#comment-674</link>
		<dc:creator>silvia</dc:creator>
		<pubDate>Mon, 08 Sep 2008 08:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=168#comment-674</guid>
		<description>Nice one, thanks, Glen!</description>
		<content:encoded><![CDATA[<p>Nice one, thanks, Glen!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen Turner</title>
		<link>http://blog.gingertech.net/2008/09/05/new-ogg-mime-types-ratified/comment-page-1/#comment-673</link>
		<dc:creator>Glen Turner</dc:creator>
		<pubDate>Mon, 08 Sep 2008 04:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=168#comment-673</guid>
		<description>My comment ate the pointy brackets:

# Ogg
&lt;IfModule mod_mime.c&gt;
  AddType audio/ogg .oga .ogg .spx
  AddType video/ogg .ogv
  AddType application/ogg .ogx
  AddType audio/flac .flac
  AddType audio/annodex .axa
  AddType video/annodex .axv
  AddType application/annodex .anx
  Addtype application/xspf+xml .xspf
&lt;/IfModule&gt;
&lt;IfModule mod_autoindex.c&gt;
  AddDescription &quot;Ogg compressed music&quot; .oga .ogg
  AddDescription &quot;Speex compressed voice&quot; .spx
  AddDescription &quot;Ogg compressed video&quot; .ogv
  AddDescription &quot;Ogg multimedia&quot; .ogx
  AddDescription &quot;FLAC lossless music&quot; .flac
  AddDescription &quot;Annodex audio&quot; .axa
  AddDescription &quot;Annodex video&quot; .axv
  AddDescription &quot;Annodex multimedia&quot; .anx
  AddDescription &quot;XSPF playlist&quot; .xspf
&lt;/IfModule&gt;</description>
		<content:encoded><![CDATA[<p>My comment ate the pointy brackets:</p>
<p># Ogg<br />
&lt;IfModule mod_mime.c&gt;<br />
  AddType audio/ogg .oga .ogg .spx<br />
  AddType video/ogg .ogv<br />
  AddType application/ogg .ogx<br />
  AddType audio/flac .flac<br />
  AddType audio/annodex .axa<br />
  AddType video/annodex .axv<br />
  AddType application/annodex .anx<br />
  Addtype application/xspf+xml .xspf<br />
&lt;/IfModule&gt;<br />
&lt;IfModule mod_autoindex.c&gt;<br />
  AddDescription &#8220;Ogg compressed music&#8221; .oga .ogg<br />
  AddDescription &#8220;Speex compressed voice&#8221; .spx<br />
  AddDescription &#8220;Ogg compressed video&#8221; .ogv<br />
  AddDescription &#8220;Ogg multimedia&#8221; .ogx<br />
  AddDescription &#8220;FLAC lossless music&#8221; .flac<br />
  AddDescription &#8220;Annodex audio&#8221; .axa<br />
  AddDescription &#8220;Annodex video&#8221; .axv<br />
  AddDescription &#8220;Annodex multimedia&#8221; .anx<br />
  AddDescription &#8220;XSPF playlist&#8221; .xspf<br />
&lt;/IfModule&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen Turner</title>
		<link>http://blog.gingertech.net/2008/09/05/new-ogg-mime-types-ratified/comment-page-1/#comment-672</link>
		<dc:creator>Glen Turner</dc:creator>
		<pubDate>Mon, 08 Sep 2008 04:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=168#comment-672</guid>
		<description>Apache configuration is

# Ogg

  AddType audio/ogg .oga .ogg .spx
  AddType video/ogg .ogv
  AddType application/ogg .ogx
  AddType audio/flac .flac
  AddType audio/annodex .axa
  AddType video/annodex .axv
  AddType application/annodex .anx
  Addtype application/xspf+xml .xspf


  AddDescription &quot;Ogg compressed music&quot; .oga .ogg
  AddDescription &quot;Speex compressed voice&quot; .spx
  AddDescription &quot;Ogg compressed video&quot; .ogv
  AddDescription &quot;Ogg multimedia&quot; .ogx
  AddDescription &quot;FLAC lossless music&quot; .flac
  AddDescription &quot;Annodex audio&quot; .axa
  AddDescription &quot;Annodex video&quot; .axv
  AddDescription &quot;Annodex multimedia&quot; .anx
  AddDescription &quot;XSPF playlist&quot; .xspf
</description>
		<content:encoded><![CDATA[<p>Apache configuration is</p>
<p># Ogg</p>
<p>  AddType audio/ogg .oga .ogg .spx<br />
  AddType video/ogg .ogv<br />
  AddType application/ogg .ogx<br />
  AddType audio/flac .flac<br />
  AddType audio/annodex .axa<br />
  AddType video/annodex .axv<br />
  AddType application/annodex .anx<br />
  Addtype application/xspf+xml .xspf</p>
<p>  AddDescription &#8220;Ogg compressed music&#8221; .oga .ogg<br />
  AddDescription &#8220;Speex compressed voice&#8221; .spx<br />
  AddDescription &#8220;Ogg compressed video&#8221; .ogv<br />
  AddDescription &#8220;Ogg multimedia&#8221; .ogx<br />
  AddDescription &#8220;FLAC lossless music&#8221; .flac<br />
  AddDescription &#8220;Annodex audio&#8221; .axa<br />
  AddDescription &#8220;Annodex video&#8221; .axv<br />
  AddDescription &#8220;Annodex multimedia&#8221; .anx<br />
  AddDescription &#8220;XSPF playlist&#8221; .xspf</p>
]]></content:encoded>
	</item>
</channel>
</rss>
