<?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: Ode to wgd and the command line</title>
	<atom:link href="http://blog.patspam.com/2009/ode-to-wgd-and-the-command-line/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.patspam.com/2009/ode-to-wgd-and-the-command-line</link>
	<description>patspam patspam patspam</description>
	<lastBuildDate>Fri, 18 Jun 2010 23:44:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=5098</generator>
	<item>
		<title>By: patspam.com &#187; Blog Archive &#187; Finding missing WebGUI Templates</title>
		<link>http://blog.patspam.com/2009/ode-to-wgd-and-the-command-line/comment-page-1#comment-1166</link>
		<dc:creator>patspam.com &#187; Blog Archive &#187; Finding missing WebGUI Templates</dc:creator>
		<pubDate>Thu, 30 Jul 2009 09:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patspam.com/?p=1171#comment-1166</guid>
		<description>[...] Graham on Ode to wgd and the command lineGraham on Ode to wgd and the command linePatrick on Ode to wgd and the command lineEhab on Ode to [...]</description>
		<content:encoded><![CDATA[<p>[...] Graham on Ode to wgd and the command lineGraham on Ode to wgd and the command linePatrick on Ode to wgd and the command lineEhab on Ode to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham</title>
		<link>http://blog.patspam.com/2009/ode-to-wgd-and-the-command-line/comment-page-1#comment-688</link>
		<dc:creator>Graham</dc:creator>
		<pubDate>Tue, 14 Jul 2009 22:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patspam.com/?p=1171#comment-688</guid>
		<description>I should also mention that feature requests, bugs, or other things you think should be changed can go on the GitHub Issues page: http://github.com/haarg/wgdev/issues</description>
		<content:encoded><![CDATA[<p>I should also mention that feature requests, bugs, or other things you think should be changed can go on the GitHub Issues page: <a href="http://github.com/haarg/wgdev/issues" rel="nofollow">http://github.com/haarg/wgdev/issues</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham</title>
		<link>http://blog.patspam.com/2009/ode-to-wgd-and-the-command-line/comment-page-1#comment-663</link>
		<dc:creator>Graham</dc:creator>
		<pubDate>Tue, 14 Jul 2009 15:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patspam.com/?p=1171#comment-663</guid>
		<description>There isn&#039;t much for install documentation as it works as a standard CPAN module.  I am doing proper releases through the WebGUI bazaar: http://www.webgui.org/bazaar/wgdev  The main thing I need to finish for 0.4.0 is finishing the documentation improvements I have in progress.

I&#039;ll be pulling Patrick&#039;s changes into my repository soon as well.</description>
		<content:encoded><![CDATA[<p>There isn&#8217;t much for install documentation as it works as a standard CPAN module.  I am doing proper releases through the WebGUI bazaar: <a href="http://www.webgui.org/bazaar/wgdev" rel="nofollow">http://www.webgui.org/bazaar/wgdev</a>  The main thing I need to finish for 0.4.0 is finishing the documentation improvements I have in progress.</p>
<p>I&#8217;ll be pulling Patrick&#8217;s changes into my repository soon as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://blog.patspam.com/2009/ode-to-wgd-and-the-command-line/comment-page-1#comment-662</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 14 Jul 2009 11:54:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patspam.com/?p=1171#comment-662</guid>
		<description>@Ehab: I&#039;m not sure if there is much in the way of structured releases yet, (or install docs) so I&#039;m just building direct from git. 

Clone from Graham&#039;s repo:

$ git clone git://github.com/haarg/wgdev.git 

Or mine if you want the &#039;ls&#039; changes that I pushed up today:
$ git clone git://github.com/pdonelan/wgdev.git 

And then cd into the newly created dir and run:
perl Build.PL &amp;&amp; ./Build test &amp;&amp; ./Build install

Or just:
cpan .

One of the nice things is that you can run wgd on a completely different perl than the one your modperl is using. For instance, I use my Ubuntu system perl for wgd, which means I don&#039;t have to source /data/wre/sbin/setenvironment.sh anymore. It also means that you can e.g. run wgd in a threaded perl (which the wre perl is not) - which is necessary if you want to use the Padre WebGUI/wgd plugin.</description>
		<content:encoded><![CDATA[<p>@Ehab: I&#8217;m not sure if there is much in the way of structured releases yet, (or install docs) so I&#8217;m just building direct from git. </p>
<p>Clone from Graham&#8217;s repo:</p>
<p>$ git clone git://github.com/haarg/wgdev.git </p>
<p>Or mine if you want the &#8216;ls&#8217; changes that I pushed up today:<br />
$ git clone git://github.com/pdonelan/wgdev.git </p>
<p>And then cd into the newly created dir and run:<br />
perl Build.PL &#038;&#038; ./Build test &#038;&#038; ./Build install</p>
<p>Or just:<br />
cpan .</p>
<p>One of the nice things is that you can run wgd on a completely different perl than the one your modperl is using. For instance, I use my Ubuntu system perl for wgd, which means I don&#8217;t have to source /data/wre/sbin/setenvironment.sh anymore. It also means that you can e.g. run wgd in a threaded perl (which the wre perl is not) &#8211; which is necessary if you want to use the Padre WebGUI/wgd plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ehab</title>
		<link>http://blog.patspam.com/2009/ode-to-wgd-and-the-command-line/comment-page-1#comment-661</link>
		<dc:creator>Ehab</dc:creator>
		<pubDate>Tue, 14 Jul 2009 11:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.patspam.com/?p=1171#comment-661</guid>
		<description>Amazing stuff, can you point me to any documentation on how to install wgd</description>
		<content:encoded><![CDATA[<p>Amazing stuff, can you point me to any documentation on how to install wgd</p>
]]></content:encoded>
	</item>
</channel>
</rss>
