<?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: Treating configuration values as templates</title>
	<atom:link href="http://blog.ianbicking.org/2009/04/20/treating-configuration-values-as-templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ianbicking.org/2009/04/20/treating-configuration-values-as-templates/</link>
	<description></description>
	<lastBuildDate>Sat, 31 Jul 2010 22:23:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ian Bicking</title>
		<link>http://blog.ianbicking.org/2009/04/20/treating-configuration-values-as-templates/comment-page-1/#comment-157190</link>
		<dc:creator>Ian Bicking</dc:creator>
		<pubDate>Thu, 25 Mar 2010 04:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ianbicking.org/?p=116#comment-157190</guid>
		<description>No, quite the contrary, you can&#039;t do anything sectional.  It&#039;s doing textual substitution on a per-setting basis, with the ability to recurse between settings.  In most cases though I don&#039;t think the braces are common.</description>
		<content:encoded><![CDATA[<p>No, quite the contrary, you can&#8217;t do anything sectional.  It&#8217;s doing textual substitution on a per-setting basis, with the ability to recurse between settings.  In most cases though I don&#8217;t think the braces are common.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Craig Rhodes</title>
		<link>http://blog.ianbicking.org/2009/04/20/treating-configuration-values-as-templates/comment-page-1/#comment-157182</link>
		<dc:creator>Brandon Craig Rhodes</dc:creator>
		<pubDate>Thu, 25 Mar 2010 02:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ianbicking.org/?p=116#comment-157182</guid>
		<description>On the one hand, having to double-brace interesting values looks rather tedious to my eyes, and I would be tempted instead to have a separate form of equals sign for values that are expressions:

    value1 = normal
    value2 := &#039;%s%d&#039; % (fname, fnum)

On the other hand, does the fact that this is a general template language you&#039;re using mean that whole sections or groups of values could be substituted, rather than just values as you have above?

    [section]
    value1 = normal
    {{six_other_values_each_on_their_own_line}}

    {{a_whole_section_with_two_values_in_it}}</description>
		<content:encoded><![CDATA[<p>On the one hand, having to double-brace interesting values looks rather tedious to my eyes, and I would be tempted instead to have a separate form of equals sign for values that are expressions:</p>

<pre><code>value1 = normal
value2 := '%s%d' % (fname, fnum)
</code></pre>

<p>On the other hand, does the fact that this is a general template language you&#8217;re using mean that whole sections or groups of values could be substituted, rather than just values as you have above?</p>

<pre><code>[section]
value1 = normal
{{six_other_values_each_on_their_own_line}}

{{a_whole_section_with_two_values_in_it}}
</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: louis vuitton</title>
		<link>http://blog.ianbicking.org/2009/04/20/treating-configuration-values-as-templates/comment-page-1/#comment-113689</link>
		<dc:creator>louis vuitton</dc:creator>
		<pubDate>Fri, 26 Jun 2009 08:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ianbicking.org/?p=116#comment-113689</guid>
		<description>But I wrong when I use this code,and the wrong is if attr.startswith(&#039;_&#039;),not &quot; &#039;&quot;,
When I read for detail but I think i see it wrong.This is a nice post
thanks share</description>
		<content:encoded><![CDATA[<p>But I wrong when I use this code,and the wrong is if attr.startswith(&#8216;_&#8217;),not &#8221; &#8216;&#8221;,
When I read for detail but I think i see it wrong.This is a nice post
thanks share</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.787 seconds -->
