<?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 lua nova</title>
	<atom:link href="http://luanova.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://luanova.org</link>
	<description>welcome to the moon</description>
	<lastBuildDate>Tue, 22 Dec 2009 20:56:59 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Sputnik: An Introduction I by lua nova &#187; An introduction to Orbit</title>
		<link>http://luanova.org/sputnik/comment-page-1/#comment-39</link>
		<dc:creator>lua nova &#187; An introduction to Orbit</dc:creator>
		<pubDate>Tue, 22 Dec 2009 20:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://luanova.org/?p=21#comment-39</guid>
		<description>&lt;p&gt;[...] is a lightweight framework for Web applications written in Lua. Unlike Sputnik, Orbit gives you the basic tools for constructing applications built on WSAPI. If you want [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] is a lightweight framework for Web applications written in Lua. Unlike Sputnik, Orbit gives you the basic tools for constructing applications built on WSAPI. If you want [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sputnik: An Introduction I by Yuri</title>
		<link>http://luanova.org/sputnik/comment-page-1/#comment-31</link>
		<dc:creator>Yuri</dc:creator>
		<pubDate>Mon, 23 Nov 2009 19:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://luanova.org/?p=21#comment-31</guid>
		<description>&lt;p&gt;This is a great article. Thank you for writing it!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is a great article. Thank you for writing it!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch: getting Lua installed by Thijs</title>
		<link>http://luanova.org/launch-getting-lua-installed/comment-page-1/#comment-10</link>
		<dc:creator>Thijs</dc:creator>
		<pubDate>Tue, 14 Jul 2009 11:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://luanova.org/2007/11/10/launch-getting-lua-installed/#comment-10</guid>
		<description>&lt;p&gt;I think you meant to say the new location is: http://svn.textmate.org/trunk/Bundles/Lua.tmbundle&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I think you meant to say the new location is: <a href="http://svn.textmate.org/trunk/Bundles/Lua.tmbundle" rel="nofollow">http://svn.textmate.org/trunk/Bundles/Lua.tmbundle</a></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch: getting Lua installed by Daniel</title>
		<link>http://luanova.org/launch-getting-lua-installed/comment-page-1/#comment-9</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 12 Jul 2009 02:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://luanova.org/2007/11/10/launch-getting-lua-installed/#comment-9</guid>
		<description>&lt;p&gt;The location changed. To download the bundle use: svn co http://svn.textmate.org/trunk/Bundles/trunk/Lua.tmbundle&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The location changed. To download the bundle use: svn co <a href="http://svn.textmate.org/trunk/Bundles/trunk/Lua.tmbundle" rel="nofollow">http://svn.textmate.org/trunk/Bundles/trunk/Lua.tmbundle</a></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lua and the web: an overview by Brian</title>
		<link>http://luanova.org/lua-web-overview/comment-page-1/#comment-12</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 05 Apr 2008 03:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://luanova.wordpress.com/?p=11#comment-12</guid>
		<description>&lt;p&gt;Bertrand,&lt;/p&gt;

&lt;p&gt;mod_wombat exposes the httpd constructs directly, not CGI derivitives. A CGI-alike could be built on top, though.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Bertrand,</p>

<p>mod_wombat exposes the httpd constructs directly, not CGI derivitives. A CGI-alike could be built on top, though.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lua and the web: an overview by Bertrand Mansion</title>
		<link>http://luanova.org/lua-web-overview/comment-page-1/#comment-11</link>
		<dc:creator>Bertrand Mansion</dc:creator>
		<pubDate>Sun, 30 Mar 2008 17:32:17 +0000</pubDate>
		<guid isPermaLink="false">http://luanova.wordpress.com/?p=11#comment-11</guid>
		<description>&lt;p&gt;I now use lighttpd with magnet.c from http://jan.kneschke.de/projects/lua and wsapi.fastcgi from wsapi. I tried mod_wombat before but didn&#039;t have much success because I had troubles with the way it handles cache and the environment is wrong in my opinion (PATH_INFO, SCRIPTNAME are messed up for example). Furthermore, it unfortunately doesn&#039;t seem to be very actively maintained despite being so promising.&lt;/p&gt;

&lt;p&gt;Now I prefer to rely on WSAPI and eventually write a connector if I change of SAPI (from fastcgi to mod_wombat for example).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I now use lighttpd with magnet.c from <a href="http://jan.kneschke.de/projects/lua" rel="nofollow">http://jan.kneschke.de/projects/lua</a> and wsapi.fastcgi from wsapi. I tried mod_wombat before but didn&#8217;t have much success because I had troubles with the way it handles cache and the environment is wrong in my opinion (PATH_INFO, SCRIPTNAME are messed up for example). Furthermore, it unfortunately doesn&#8217;t seem to be very actively maintained despite being so promising.</p>

<p>Now I prefer to rely on WSAPI and eventually write a connector if I change of SAPI (from fastcgi to mod_wombat for example).</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch: getting Lua installed by Nathan Youngman</title>
		<link>http://luanova.org/launch-getting-lua-installed/comment-page-1/#comment-8</link>
		<dc:creator>Nathan Youngman</dc:creator>
		<pubDate>Thu, 24 Jan 2008 09:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://luanova.org/2007/11/10/launch-getting-lua-installed/#comment-8</guid>
		<description>&lt;p&gt;Perhaps Nicolas should&#039;ve linked to the Niko VM page that haXe compiles to (mod_niko), which is compared to Lua as being similar in some ways: http://nekovm.org/lua&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Perhaps Nicolas should&#8217;ve linked to the Niko VM page that haXe compiles to (mod_niko), which is compared to Lua as being similar in some ways: <a href="http://nekovm.org/lua" rel="nofollow">http://nekovm.org/lua</a></p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch: getting Lua installed by zet</title>
		<link>http://luanova.org/launch-getting-lua-installed/comment-page-1/#comment-7</link>
		<dc:creator>zet</dc:creator>
		<pubDate>Mon, 12 Nov 2007 19:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://luanova.org/2007/11/10/launch-getting-lua-installed/#comment-7</guid>
		<description>&lt;p&gt;what does haxe has to do with lua?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>what does haxe has to do with lua?</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by steved</title>
		<link>http://luanova.org/about/comment-page-1/#comment-2</link>
		<dc:creator>steved</dc:creator>
		<pubDate>Mon, 12 Nov 2007 12:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.luanova.org.php5-4.dfw1-2.websitetestlink.com/?page_id=2#comment-2</guid>
		<description>&lt;p&gt;This is pretty cool, Nathan - nicely laid out.  Are you thinking of perhaps having guest &#039;speakers&#039;?&lt;/p&gt;

&lt;p&gt;Every now and then one of your readers might like a soapbox ;)&lt;/p&gt;

&lt;p&gt;steve d.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is pretty cool, Nathan &#8211; nicely laid out.  Are you thinking of perhaps having guest &#8217;speakers&#8217;?</p>

<p>Every now and then one of your readers might like a soapbox <img src='http://luanova.org/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>

<p>steve d.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Launch: getting Lua installed by Nicolas</title>
		<link>http://luanova.org/launch-getting-lua-installed/comment-page-1/#comment-6</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Sun, 11 Nov 2007 08:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://luanova.org/2007/11/10/launch-getting-lua-installed/#comment-6</guid>
		<description>&lt;p&gt;Hi, I saw on the Lua list that your were interested in Web development using Lua. I think that if you don&#039;t know yet about it you might be interested by haXe as well (see http://haxe.org). Best,&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, I saw on the Lua list that your were interested in Web development using Lua. I think that if you don&#8217;t know yet about it you might be interested by haXe as well (see <a href="http://haxe.org)" rel="nofollow">http://haxe.org)</a>. Best,</p>]]></content:encoded>
	</item>
</channel>
</rss>
