<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Zero_Dogg's blog &#187; Ruby</title>
	<atom:link href="http://blog.zerodogg.org/category/programming-languages/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zerodogg.org</link>
	<description>Geeky comments on geeky things</description>
	<lastBuildDate>Mon, 27 Sep 2010 16:37:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Fixing PHP documentation woes</title>
		<link>http://blog.zerodogg.org/2009/10/14/fixing-php-documentation-woes/</link>
		<comments>http://blog.zerodogg.org/2009/10/14/fixing-php-documentation-woes/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 15:50:27 +0000</pubDate>
		<dc:creator>Zero_Dogg</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.zerodogg.org/?p=154</guid>
		<description><![CDATA[I prefer writing in Perl or Ruby, but sometimes the choice of language has been made by someone else, a position I have found myself in lately. When using perl and ruby, there&#8217;s always perldoc and ri, so documentation is a quick command away in any of my terminals, which thanks to screen is never [...]]]></description>
			<content:encoded><![CDATA[<p>I prefer writing in Perl or Ruby, but sometimes the choice of language has been made by someone else, a position I have found myself in lately. When using perl and ruby, there&#8217;s always <code>perldoc</code> and <code>ri</code>, so documentation is a quick command away in any of my terminals, which thanks to <i>screen</i> is never fewer than ten. PHP however, has no such tool, the docs are in HTML and many distros don&#8217;t even package the HTML docs. So, to avoid the pain of switching out of the safety of my terminal and into a web browser all the time, and speed up my work, I wrote an app, <a href="http://random.zerodogg.org/phpdocr">phpdocr</a>. It&#8217;s quite simple, it scrapes php.net (and caches the result for quick viewing later) and displays the parsed HTML in your pager &#8211; resulting in something sort of like <code>perldoc</code> or <code>ri</code>. So if you have the same itch, grab it from <a href="http://random.zerodogg.org/phpdocr">http://random.zerodogg.org/phpdocr</a>.</p>
<p>The app itself, of course, is not written in PHP &#8211; it&#8217;s written in ruby.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zerodogg.org/2009/10/14/fixing-php-documentation-woes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

