<?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>Simplish Demo &#187; preformatted</title>
	<atom:link href="http://simplish-demo.pomfolio.com/tag/preformatted/feed/" rel="self" type="application/rss+xml" />
	<link>http://simplish-demo.pomfolio.com</link>
	<description>v.2.4</description>
	<lastBuildDate>Mon, 19 Oct 2009 04:25:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Preformatted &amp; Code</title>
		<link>http://simplish-demo.pomfolio.com/2008/06/20/pre/</link>
		<comments>http://simplish-demo.pomfolio.com/2008/06/20/pre/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 16:14:46 +0000</pubDate>
		<dc:creator>brianna</dc:creator>
				<category><![CDATA[pre]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[preformatted]]></category>
		<category><![CDATA[styles]]></category>

		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=27</guid>
		<description><![CDATA[Code/pre elements don't follow the ‘greenscreen’ style in Hardy's <a href="http://quotedprintable.com/pages/scribbish">Scribbish</a>.]]></description>
			<content:encoded><![CDATA[<p>These don&#8217;t follow the ‘greenscreen’ style in Hardy&#8217;s <a href="http://quotedprintable.com/pages/scribbish">Scribbish</a>. Instead, they look like this:</p>
<p>Code tags usually style references to things like files names inline: <code>comments.php</code>, or things you should type exactly:<br />
<code><br />
for file in *.html ; do mv $file `echo $file | sed 's/\(.*\.\)html/\1php/'` ; done<br />
</code></p>
<p>While pre tags make preformatted text in a block, like:</p>
<pre>/*
 * Switch to stack of the new process and set up
 * his segmentation registers.
 */
retu(rp-&gt;p_addr);
sureg();
/*
 * If the new process paused because it was
 * swapped out, set the stack level to the last call
 * to savu(u_ssav).  This means that the return
 * which is executed immediately after the call to aretu
 * actually returns from the last routine which did
 * the savu.
 *
 * You are not expected to understand this.
 */
if(rp-&gt;p_flag&amp;SSWAP) {
	rp-&gt;p_flag =&amp; ~SSWAP;
	aretu(u.u_ssav);
}
/*
 * The value returned here has many subtle implications.
 * See the newproc comments.
 */
return(1);</pre>
<p><a href="http://cm.bell-labs.com/who/dmr/odd.html">that</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://simplish-demo.pomfolio.com/2008/06/20/pre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
