<?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 Thinking in GIS</title>
	<atom:link href="http://www.paolocorti.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paolocorti.net</link>
	<description>a blog about GIS, CMS, agile development and design patterns</description>
	<pubDate>Fri, 12 Mar 2010 19:12:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Using MongoDb to store geographic data by Paolo Corti</title>
		<link>http://www.paolocorti.net/2009/12/06/using-mongodb-to-store-geographic-data/comment-page-1/#comment-94401</link>
		<dc:creator>Paolo Corti</dc:creator>
		<pubDate>Sun, 31 Jan 2010 17:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.paolocorti.net/?p=202#comment-94401</guid>
		<description>Stefan, thanks for the links. I were not aware of this attempt, I may give a try sooner or later at it. If only I had more spare time nowadays :(</description>
		<content:encoded><![CDATA[<p>Stefan, thanks for the links. I were not aware of this attempt, I may give a try sooner or later at it. If only I had more spare time nowadays <img src='http://www.paolocorti.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using MongoDb to store geographic data by stefan</title>
		<link>http://www.paolocorti.net/2009/12/06/using-mongodb-to-store-geographic-data/comment-page-1/#comment-92946</link>
		<dc:creator>stefan</dc:creator>
		<pubDate>Thu, 28 Jan 2010 05:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.paolocorti.net/?p=202#comment-92946</guid>
		<description>the other experiment using Spatial Data with CouchDB by Volker Mische, blog:
http://vmx.cx/cgi-bin/blog/index.cgi/2009-12
http://vmx.cx/cgi-bin/blog/index.cgi/2009-11
he presented this actually at FOSS4G 2009</description>
		<content:encoded><![CDATA[<p>the other experiment using Spatial Data with CouchDB by Volker Mische, blog:<br />
<a href="http://vmx.cx/cgi-bin/blog/index.cgi/2009-12" onclick="javascript:pageTracker._trackPageview('/outbound/comment/vmx.cx');" rel="nofollow">http://vmx.cx/cgi-bin/blog/index.cgi/2009-12</a><br />
<a href="http://vmx.cx/cgi-bin/blog/index.cgi/2009-11" onclick="javascript:pageTracker._trackPageview('/outbound/comment/vmx.cx');" rel="nofollow">http://vmx.cx/cgi-bin/blog/index.cgi/2009-11</a><br />
he presented this actually at FOSS4G 2009</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Pinax Tutorial #4: Using avatars, pagination and profiles by PhilGo20</title>
		<link>http://www.paolocorti.net/2009/12/19/the-pinax-tutorial-4-using-avatars-pagination-and-profiles/comment-page-1/#comment-82796</link>
		<dc:creator>PhilGo20</dc:creator>
		<pubDate>Tue, 05 Jan 2010 16:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.paolocorti.net/?p=221#comment-82796</guid>
		<description>In fact, probably because of the order used in the listed template_dirs of settings.py, it first use whatever it finds in PROJECT_ROOT/templates and if it cannot resolve, use PINAX_ROOT. That keeps it simple and clean. thanks for the tip !</description>
		<content:encoded><![CDATA[<p>In fact, probably because of the order used in the listed template_dirs of settings.py, it first use whatever it finds in PROJECT_ROOT/templates and if it cannot resolve, use PINAX_ROOT. That keeps it simple and clean. thanks for the tip !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Pinax Tutorial #1: Installing Pinax and making basic customisation by PhilGo20</title>
		<link>http://www.paolocorti.net/2009/10/10/the-pinax-tutorial-1-installing-pinax-and-making-basic-customisation/comment-page-1/#comment-82774</link>
		<dc:creator>PhilGo20</dc:creator>
		<pubDate>Tue, 05 Jan 2010 15:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.paolocorti.net/?p=138#comment-82774</guid>
		<description>You are right. I was confused  because the intranet apps folder is pretty much empty, everything refers to the PINAX_ROOT. Should have checked first ;-)</description>
		<content:encoded><![CDATA[<p>You are right. I was confused  because the intranet apps folder is pretty much empty, everything refers to the PINAX_ROOT. Should have checked first <img src='http://www.paolocorti.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Pinax Tutorial #1: Installing Pinax and making basic customisation by PhilGo20</title>
		<link>http://www.paolocorti.net/2009/10/10/the-pinax-tutorial-1-installing-pinax-and-making-basic-customisation/comment-page-1/#comment-82769</link>
		<dc:creator>PhilGo20</dc:creator>
		<pubDate>Tue, 05 Jan 2010 15:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.paolocorti.net/?p=138#comment-82769</guid>
		<description>Based on my pinax install

"The urls for the about/ views of our project are included in the PROJECT_ROOT/apps/about/urls.py file:"

should read 

"The urls for the about/ views of our project are included in the PINAX_ROOT/apps/about/urls.py file:"

except if the social_project is way different than the intranet_project</description>
		<content:encoded><![CDATA[<p>Based on my pinax install</p>
<p>&#8220;The urls for the about/ views of our project are included in the PROJECT_ROOT/apps/about/urls.py file:&#8221;</p>
<p>should read </p>
<p>&#8220;The urls for the about/ views of our project are included in the PINAX_ROOT/apps/about/urls.py file:&#8221;</p>
<p>except if the social_project is way different than the intranet_project</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Pinax Tutorial #4: Using avatars, pagination and profiles by PhilGo20</title>
		<link>http://www.paolocorti.net/2009/12/19/the-pinax-tutorial-4-using-avatars-pagination-and-profiles/comment-page-1/#comment-82763</link>
		<dc:creator>PhilGo20</dc:creator>
		<pubDate>Tue, 05 Jan 2010 15:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.paolocorti.net/?p=221#comment-82763</guid>
		<description>You would have to specify to your app the use the new profile.html template or it would still use the pinax original template ... correct ?</description>
		<content:encoded><![CDATA[<p>You would have to specify to your app the use the new profile.html template or it would still use the pinax original template &#8230; correct ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Pinax Tutorial #1: Installing Pinax and making basic customisation by Ray Wang</title>
		<link>http://www.paolocorti.net/2009/10/10/the-pinax-tutorial-1-installing-pinax-and-making-basic-customisation/comment-page-1/#comment-81219</link>
		<dc:creator>Ray Wang</dc:creator>
		<pubDate>Sat, 02 Jan 2010 07:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.paolocorti.net/?p=138#comment-81219</guid>
		<description>Thank you, this tutorial is awesome. I did for Karmic and it works great.</description>
		<content:encoded><![CDATA[<p>Thank you, this tutorial is awesome. I did for Karmic and it works great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Pinax Tutorial #2: Developing the basic application and plugging it in Pinax by Paolo Corti</title>
		<link>http://www.paolocorti.net/2009/11/29/the-pinax-tutorial-2-developing-the-basic-application-and-plugging-it-in-pinax/comment-page-1/#comment-76789</link>
		<dc:creator>Paolo Corti</dc:creator>
		<pubDate>Thu, 24 Dec 2009 17:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.paolocorti.net/?p=182#comment-76789</guid>
		<description>you are right, thanks ;-)</description>
		<content:encoded><![CDATA[<p>you are right, thanks <img src='http://www.paolocorti.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Pinax Tutorial #2: Developing the basic application and plugging it in Pinax by Sanya</title>
		<link>http://www.paolocorti.net/2009/11/29/the-pinax-tutorial-2-developing-the-basic-application-and-plugging-it-in-pinax/comment-page-1/#comment-76784</link>
		<dc:creator>Sanya</dc:creator>
		<pubDate>Thu, 24 Dec 2009 16:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.paolocorti.net/?p=182#comment-76784</guid>
		<description>Also in forms.py 'tags' should be removed from fields tuple since Book model does not have such field yet.</description>
		<content:encoded><![CDATA[<p>Also in forms.py &#8216;tags&#8217; should be removed from fields tuple since Book model does not have such field yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Pinax Tutorial #5: Adding a comment system by MJ</title>
		<link>http://www.paolocorti.net/2009/12/21/the-pinax-tutorial-5-adding-a-comment-system/comment-page-1/#comment-75929</link>
		<dc:creator>MJ</dc:creator>
		<pubDate>Wed, 23 Dec 2009 03:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.paolocorti.net/?p=237#comment-75929</guid>
		<description>Hey Paolo thanks for the great tutorials so far, keep up the good work. Regarding this topic in pinax i've got 2 questions which you might be able to answer. I'm using pinax 0.7.1

The first is whether it's possible to create extra fields? The only extra field i'd like to add is the url field as above. That field is standard in the freethreadedcomments but not in the threaded comments you talked about above. I need it for authentificated users. Tried it so far by adding the ``website`` field from freethreadedcomments to the model, view, admin and form of threadedcomments but it hangs

Secondly i was wondering whether it's possible in Pinax to remove the {% if user.is_authenticated %} tag from the template to show the input textarea for users not login in yet. Ideally i'd like to see this order:  1) textarea which can be filled in by not yet loged in users 2) login screen 3) submitted comment + loged in user. If i remove the {% if user.is_authenticated %} tag now it gives a template error for preview_comment.html 

Looking forward to see more of your work
Ciao</description>
		<content:encoded><![CDATA[<p>Hey Paolo thanks for the great tutorials so far, keep up the good work. Regarding this topic in pinax i&#8217;ve got 2 questions which you might be able to answer. I&#8217;m using pinax 0.7.1</p>
<p>The first is whether it&#8217;s possible to create extra fields? The only extra field i&#8217;d like to add is the url field as above. That field is standard in the freethreadedcomments but not in the threaded comments you talked about above. I need it for authentificated users. Tried it so far by adding the &#8220;website&#8220; field from freethreadedcomments to the model, view, admin and form of threadedcomments but it hangs</p>
<p>Secondly i was wondering whether it&#8217;s possible in Pinax to remove the {% if user.is_authenticated %} tag from the template to show the input textarea for users not login in yet. Ideally i&#8217;d like to see this order:  1) textarea which can be filled in by not yet loged in users 2) login screen 3) submitted comment + loged in user. If i remove the {% if user.is_authenticated %} tag now it gives a template error for preview_comment.html </p>
<p>Looking forward to see more of your work<br />
Ciao</p>
]]></content:encoded>
	</item>
</channel>
</rss>
