<?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: web.py Released</title>
	<atom:link href="http://scott.yang.id.au/2006/01/webpy-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://scott.yang.id.au/2006/01/webpy-released/</link>
	<description>Faith, Technology and Randomness in Life, According to Scott</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:17:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: web.py Gone Public Domain &#124; FuCoder.com</title>
		<link>http://scott.yang.id.au/2006/01/webpy-released/#comment-87920</link>
		<dc:creator>web.py Gone Public Domain &#124; FuCoder.com</dc:creator>
		<pubDate>Thu, 23 Mar 2006 09:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://scott.yang.id.au/2006/01/49/#comment-87920</guid>
		<description>[...] Related Post 28 Jan: Guido wants your input on Python web frameworks04 Jan: web.py Released11 Mar: Gosling on PHP/Ruby, DHH on Gosling15 Sep: Google Blog Search08 Oct: Google Reader, the Ajaxified RSS Aggregator in Beta [...]</description>
		<content:encoded><![CDATA[<p>[...] Related Post 28 Jan: Guido wants your input on Python web frameworks04 Jan: web.py Released11 Mar: Gosling on PHP/Ruby, DHH on Gosling15 Sep: Google Blog Search08 Oct: Google Reader, the Ajaxified RSS Aggregator in Beta [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guido wants your input on Python web frameworks &#124; FuCoder.com</title>
		<link>http://scott.yang.id.au/2006/01/webpy-released/#comment-87889</link>
		<dc:creator>Guido wants your input on Python web frameworks &#124; FuCoder.com</dc:creator>
		<pubDate>Fri, 27 Jan 2006 22:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://scott.yang.id.au/2006/01/49/#comment-87889</guid>
		<description>[...] Related Post 04 Jan: web.py Released04 Jan: Ajax Python!06 Jan: Ease of Deployment Matters15 Dec: Picking up Django17 Nov: Bloglines2HTML 0.2 Released [...]</description>
		<content:encoded><![CDATA[<p>[...] Related Post 04 Jan: web.py Released04 Jan: Ajax Python!06 Jan: Ease of Deployment Matters15 Dec: Picking up Django17 Nov: Bloglines2HTML 0.2 Released [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J</title>
		<link>http://scott.yang.id.au/2006/01/webpy-released/#comment-87888</link>
		<dc:creator>J</dc:creator>
		<pubDate>Mon, 16 Jan 2006 10:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://scott.yang.id.au/2006/01/49/#comment-87888</guid>
		<description>IANAL, but 

&quot;must offer an equivalent opportunity for all users interacting with your Program through a computer network to request immediate transmission by HTTP of the complete source code of your modified version or other derivative work.&quot;

that does at least cover any modifications you made to web.py. I don&#039;t know if the web app is a derivative work. If so, web.py indeed suffers from GPL poisoning. Wouldn&#039;t it be better if it were licensed under LGPL?</description>
		<content:encoded><![CDATA[<p>IANAL, but </p>
<p>&#8220;must offer an equivalent opportunity for all users interacting with your Program through a computer network to request immediate transmission by HTTP of the complete source code of your modified version or other derivative work.&#8221;</p>
<p>that does at least cover any modifications you made to web.py. I don&#8217;t know if the web app is a derivative work. If so, web.py indeed suffers from GPL poisoning. Wouldn&#8217;t it be better if it were licensed under LGPL?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Yang</title>
		<link>http://scott.yang.id.au/2006/01/webpy-released/#comment-87884</link>
		<dc:creator>Scott Yang</dc:creator>
		<pubDate>Tue, 10 Jan 2006 20:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://scott.yang.id.au/2006/01/49/#comment-87884</guid>
		<description>There&#039;s no obligation to release source code created in C, because your application does not include GCC in anyway but maybe some libraries which might be licensed differently.

web.py is not released under GNU GPL, but rather &lt;a href=&quot;http://www.affero.org/oagpl.html&quot; rel=&quot;nofollow&quot;&gt;Affero GPL&lt;/a&gt;. Read the article by Robert Sayre I&#039;ve linked to, and cast your own judgement...</description>
		<content:encoded><![CDATA[<p>There&#8217;s no obligation to release source code created in C, because your application does not include GCC in anyway but maybe some libraries which might be licensed differently.</p>
<p>web.py is not released under GNU GPL, but rather <a href="http://www.affero.org/oagpl.html" rel="nofollow">Affero GPL</a>. Read the article by Robert Sayre I&#8217;ve linked to, and cast your own judgement&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J</title>
		<link>http://scott.yang.id.au/2006/01/webpy-released/#comment-87883</link>
		<dc:creator>J</dc:creator>
		<pubDate>Tue, 10 Jan 2006 14:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://scott.yang.id.au/2006/01/49/#comment-87883</guid>
		<description>Isn&#039;t GCC licensed under the GPL (v2 I think) ? If so, there&#039;s no obligation to release source code created in C that&#039;s compiled with GCC, so how does that differ from a webapp vs. web.py?</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t GCC licensed under the GPL (v2 I think) ? If so, there&#8217;s no obligation to release source code created in C that&#8217;s compiled with GCC, so how does that differ from a webapp vs. web.py?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

