<?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 for Chatteren</title>
	<atom:link href="http://herself.movielady.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://herself.movielady.net</link>
	<description>Natterings on the state of my world</description>
	<lastBuildDate>Sat, 08 Jan 2011 00:57:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Dear idiot package maintainer: by Juan Francisco</title>
		<link>http://herself.movielady.net/2010/03/19/dear-idiot-package-maintainer/comment-page-1/#comment-13261</link>
		<dc:creator>Juan Francisco</dc:creator>
		<pubDate>Sat, 08 Jan 2011 00:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://herself.movielady.net/?p=31#comment-13261</guid>
		<description>Thanks a lot for this post.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dear idiot package maintainer: by Dean Hall</title>
		<link>http://herself.movielady.net/2010/03/19/dear-idiot-package-maintainer/comment-page-1/#comment-12030</link>
		<dc:creator>Dean Hall</dc:creator>
		<pubDate>Sun, 30 May 2010 14:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://herself.movielady.net/?p=31#comment-12030</guid>
		<description>Found you on the googles.

After your hint that NGINX_MODULES_HTTP is a USE_EXPAND variable (which I hadn&#039;t heard of before), I did a little looking and found this, , which I&#039;m sure you also did.

In /usr/portage/profiles/base/make.defaults, NGINX_MODULES_HTTP (and _MAIL) are already listed as USE_EXPAND variables, and, though I haven&#039;t seen any docs on USE_EXPAND, it doesn&#039;t seem necessary.

Once I put the appropriate use flags into NGINX_MODULES_HTTP in /etc/make.conf, emerge appears to de-select the other use flags in NGINX_MODULES_HTTP, which is nice, since you can&#039;t specify &quot;-useflag&quot; in a USE_EXPAND variable.

In my /etc/make.conf:

NGINX_MODULES_HTTP=&#039;fastcgi gzip gzip-static realip stub_status uwsgi&#039;

Then to see what would happen:

# ACCEPT_KEYWORDS=&#039;~amd64&#039; emerge -pv nginx

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] app-vim/nginx-syntax-0.3.1  6 kB
[ebuild  N    ] www-servers/nginx-0.8.38  USE=&quot;aio http http-cache pcre ssl vim-syntax -debug -ipv6 -libatomic&quot; NGINX_MODULES_HTTP=&quot;fastcgi gzip realip stub_status uwsgi -access -addition -auth_basic -autoindex -browser -charset -dav -degradation -empty_gif -flv -geo -geoip -gzip_static -headers_more -image_filter -limit_req -limit_zone -map -memcached -passenger -perl -proxy -push -random_index -referer -rewrite -secure_link -split_clients -ssi -sub -upstream_ip_hash -userid -xslt&quot; NGINX_MODULES_MAIL=&quot;-imap -pop3 -smtp&quot; RUBY_TARGETS=&quot;ruby18&quot; 725 kB

Total: 2 packages (2 new), Size of downloads: 731 kB</description>
		<content:encoded><![CDATA[<p>Found you on the googles.</p>
<p>After your hint that NGINX_MODULES_HTTP is a USE_EXPAND variable (which I hadn't heard of before), I did a little looking and found this, , which I'm sure you also did.</p>
<p>In /usr/portage/profiles/base/make.defaults, NGINX_MODULES_HTTP (and _MAIL) are already listed as USE_EXPAND variables, and, though I haven't seen any docs on USE_EXPAND, it doesn't seem necessary.</p>
<p>Once I put the appropriate use flags into NGINX_MODULES_HTTP in /etc/make.conf, emerge appears to de-select the other use flags in NGINX_MODULES_HTTP, which is nice, since you can't specify "-useflag" in a USE_EXPAND variable.</p>
<p>In my /etc/make.conf:</p>
<p>NGINX_MODULES_HTTP='fastcgi gzip gzip-static realip stub_status uwsgi'</p>
<p>Then to see what would happen:</p>
<p># ACCEPT_KEYWORDS='~amd64' emerge -pv nginx</p>
<p>These are the packages that would be merged, in order:</p>
<p>Calculating dependencies&#8230; done!<br />
[ebuild  N    ] app-vim/nginx-syntax-0.3.1  6 kB<br />
[ebuild  N    ] www-servers/nginx-0.8.38  USE="aio http http-cache pcre ssl vim-syntax -debug -ipv6 -libatomic" NGINX_MODULES_HTTP="fastcgi gzip realip stub_status uwsgi -access -addition -auth_basic -autoindex -browser -charset -dav -degradation -empty_gif -flv -geo -geoip -gzip_static -headers_more -image_filter -limit_req -limit_zone -map -memcached -passenger -perl -proxy -push -random_index -referer -rewrite -secure_link -split_clients -ssi -sub -upstream_ip_hash -userid -xslt" NGINX_MODULES_MAIL="-imap -pop3 -smtp" RUBY_TARGETS="ruby18" 725 kB</p>
<p>Total: 2 packages (2 new), Size of downloads: 731 kB</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Django snippet — Template tag: split list to n sublists by Steve</title>
		<link>http://herself.movielady.net/2008/07/16/split-list-to-columns-django-template-tag/comment-page-1/#comment-12021</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 28 May 2010 23:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://herself.movielady.net/2008/07/16/split-list-to-columns-django-template-tag/#comment-12021</guid>
		<description>Thanks for sharing. The templatetag is really useful. 

The templatetag has some performance issues when splitting querysets though. A large number of SQL queries are executed. To reduce the number of queries you could evaluate the queryset prior to splitting. I posted one approach on the django-snippets page. 

Thanks again for sharing.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing. The templatetag is really useful. </p>
<p>The templatetag has some performance issues when splitting querysets though. A large number of SQL queries are executed. To reduce the number of queries you could evaluate the queryset prior to splitting. I posted one approach on the django-snippets page. </p>
<p>Thanks again for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing symfony on Dreamhost using PEAR by El Camello, el León y el niño. O la evolución del perro al lobo &#187; Blog Archive &#187; Scripting: Instalar Symfony 1.4.2 en Dreamhost.com</title>
		<link>http://herself.movielady.net/2007/07/13/installing-symfony-on-dreamhost/comment-page-1/#comment-11250</link>
		<dc:creator>El Camello, el León y el niño. O la evolución del perro al lobo &#187; Blog Archive &#187; Scripting: Instalar Symfony 1.4.2 en Dreamhost.com</dc:creator>
		<pubDate>Sun, 14 Feb 2010 13:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://herself.movielady.net/2007/07/13/installing-symfony-on-dreamhost/#comment-11250</guid>
		<description>[...] - Installing symfony on DreamHost using PEAR [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; Installing symfony on DreamHost using PEAR [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing symfony on Dreamhost using PEAR by Guillermo</title>
		<link>http://herself.movielady.net/2007/07/13/installing-symfony-on-dreamhost/comment-page-1/#comment-10893</link>
		<dc:creator>Guillermo</dc:creator>
		<pubDate>Tue, 19 Jan 2010 00:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://herself.movielady.net/2007/07/13/installing-symfony-on-dreamhost/#comment-10893</guid>
		<description>Hi, I apologize for that but my mistake was the case sentive of linux. I am working on windows and I forgot that difference.
Thanks!!
Guillermo</description>
		<content:encoded><![CDATA[<p>Hi, I apologize for that but my mistake was the case sentive of linux. I am working on windows and I forgot that difference.<br />
Thanks!!<br />
Guillermo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing symfony on Dreamhost using PEAR by Guillermo</title>
		<link>http://herself.movielady.net/2007/07/13/installing-symfony-on-dreamhost/comment-page-1/#comment-10710</link>
		<dc:creator>Guillermo</dc:creator>
		<pubDate>Tue, 05 Jan 2010 04:09:07 +0000</pubDate>
		<guid isPermaLink="false">http://herself.movielady.net/2007/07/13/installing-symfony-on-dreamhost/#comment-10710</guid>
		<description>Hello!!
I followed those steps and I could set my first symfony project on dreamhost.
Then, I replace the server files with the files from my PC and my project is accessible now.
The only problem is that images are broken.
Could you help me please to fix the images problem?
Thanks in advance.
Guillermo</description>
		<content:encoded><![CDATA[<p>Hello!!<br />
I followed those steps and I could set my first symfony project on dreamhost.<br />
Then, I replace the server files with the files from my PC and my project is accessible now.<br />
The only problem is that images are broken.<br />
Could you help me please to fix the images problem?<br />
Thanks in advance.<br />
Guillermo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing symfony on Dreamhost using PEAR by Guillermo</title>
		<link>http://herself.movielady.net/2007/07/13/installing-symfony-on-dreamhost/comment-page-1/#comment-10613</link>
		<dc:creator>Guillermo</dc:creator>
		<pubDate>Thu, 31 Dec 2009 03:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://herself.movielady.net/2007/07/13/installing-symfony-on-dreamhost/#comment-10613</guid>
		<description>Thank you very much!!! Your tutorial is very useful!!</description>
		<content:encoded><![CDATA[<p>Thank you very much!!! Your tutorial is very useful!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing symfony on Dreamhost using PEAR by Yon</title>
		<link>http://herself.movielady.net/2007/07/13/installing-symfony-on-dreamhost/comment-page-1/#comment-10561</link>
		<dc:creator>Yon</dc:creator>
		<pubDate>Sun, 27 Dec 2009 13:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://herself.movielady.net/2007/07/13/installing-symfony-on-dreamhost/#comment-10561</guid>
		<description>Amazingly well explained ;) THANKS</description>
		<content:encoded><![CDATA[<p>Amazingly well explained ;) THANKS</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing symfony on Dreamhost using PEAR by Flossy</title>
		<link>http://herself.movielady.net/2007/07/13/installing-symfony-on-dreamhost/comment-page-1/#comment-8292</link>
		<dc:creator>Flossy</dc:creator>
		<pubDate>Wed, 29 Jul 2009 05:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://herself.movielady.net/2007/07/13/installing-symfony-on-dreamhost/#comment-8292</guid>
		<description>Just want to add to cacophony.  This is an excellent tutorial that saved me what I assume would otherwise have been hours/days/weeks of digging for this information.  Couldn&#039;t have been more thorough and easy to comprehend.  Cheers to your altruism.</description>
		<content:encoded><![CDATA[<p>Just want to add to cacophony.  This is an excellent tutorial that saved me what I assume would otherwise have been hours/days/weeks of digging for this information.  Couldn't have been more thorough and easy to comprehend.  Cheers to your altruism.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing symfony on Dreamhost using PEAR by Dreamhost did it again &#124; Simpa studio blog</title>
		<link>http://herself.movielady.net/2007/07/13/installing-symfony-on-dreamhost/comment-page-1/#comment-4594</link>
		<dc:creator>Dreamhost did it again &#124; Simpa studio blog</dc:creator>
		<pubDate>Sat, 21 Mar 2009 22:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://herself.movielady.net/2007/07/13/installing-symfony-on-dreamhost/#comment-4594</guid>
		<description>[...] you need to install symfony application on DreamHost I recommend Chatteren&#8217;s [...]</description>
		<content:encoded><![CDATA[<p>[...] you need to install symfony application on DreamHost I recommend Chatteren's [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

