<?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>Random Things &#187; Blogging</title>
	<atom:link href="http://www.edna.narrabilis.com/category/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edna.narrabilis.com</link>
	<description></description>
	<lastBuildDate>Sat, 18 Jul 2009 15:07:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>colorized code in posts</title>
		<link>http://www.edna.narrabilis.com/2006/03/03/colorized-code-in-posts/</link>
		<comments>http://www.edna.narrabilis.com/2006/03/03/colorized-code-in-posts/#comments</comments>
		<pubDate>Fri, 03 Mar 2006 21:08:38 +0000</pubDate>
		<dc:creator>ednawig</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.edna.narrabilis.com/2006/03/03/colorized-code-in-posts/</guid>
		<description><![CDATA[This seems to work: (from the command line. php cli needs to be installed)

&#160;&#160; echo &#34;&#60;?php echo highlight_file(&#039;file.php&#039;); ?&#62;&#34; &#124; php -q &#62; file.html

Upload the resulting file and link it to the post as appropriate.
]]></description>
			<content:encoded><![CDATA[<p>This seems to work: (from the command line. php cli needs to be installed)<br />
<code><br />
&nbsp;&nbsp; echo &quot;&lt;?php echo highlight_file(&#039;file.php&#039;); ?&gt;&quot; | php -q &gt; file.html<br />
</code></p>
<p>Upload the resulting file and link it to the post as appropriate.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edna.narrabilis.com/2006/03/03/colorized-code-in-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
