<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Beutelevision &#187; Symfony</title>
	<atom:link href="http://beutelevision.com/blog2/tags/symfony/feed/" rel="self" type="application/rss+xml" />
	<link>http://beutelevision.com/blog2</link>
	<description>by Thomas Beutel</description>
	<lastBuildDate>Fri, 14 Oct 2011 19:13:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='beutelevision.com' port='80' path='/blog2/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Meta refresh in Symfony &#8211; use view.yml</title>
		<link>http://beutelevision.com/blog2/2009/08/19/meta-refresh-in-symfony-use-viewyml/</link>
		<comments>http://beutelevision.com/blog2/2009/08/19/meta-refresh-in-symfony-use-viewyml/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 18:41:24 +0000</pubDate>
		<dc:creator>Thomas Beutel</dc:creator>
				<category><![CDATA[Symfony]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://beutelevision.com/blog2/?p=153</guid>
		<description><![CDATA[The easiest way I&#8217;ve found to add meta refresh to a specific action in Symfony is to use the view.yml file. Note that I use http_metas, not regular metas.
indexSuccess:
  http_metas:
    refresh: 300
which results in adding the following, as you would expect:
&#60;meta http-equiv="Refresh" content="300" /&#62;
]]></description>
			<content:encoded><![CDATA[<p>The easiest way I&#8217;ve found to add meta refresh to a specific action in Symfony is to use the view.yml file. Note that I use http_metas, not regular metas.</p>
<pre>indexSuccess:
  http_metas:
    refresh: 300</pre>
<p>which results in adding the following, as you would expect:</p>
<pre>&lt;meta http-equiv="Refresh" content="300" /&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://beutelevision.com/blog2/2009/08/19/meta-refresh-in-symfony-use-viewyml/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

