<?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: WP-Terminal</title>
	<atom:link href="http://0pointer.com.ar/wp-terminal/feed/" rel="self" type="application/rss+xml" />
	<link>http://0pointer.com.ar</link>
	<description>Pointing Nowhere. Un lugar sin sentido ni dirección, sólo desvaríos y cosas sueltas que andan por ahí.</description>
	<lastBuildDate>Mon, 28 Jun 2010 16:12:47 -0300</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Serge</title>
		<link>http://0pointer.com.ar/wp-terminal/comment-page-1/#comment-2837</link>
		<dc:creator>Serge</dc:creator>
		<pubDate>Thu, 18 Mar 2010 16:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://0pointer.com.ar/?page_id=367#comment-2837</guid>
		<description>Thanks for this post, I was looking for information like this.</description>
		<content:encoded><![CDATA[<p>Thanks for this post, I was looking for information like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tw</title>
		<link>http://0pointer.com.ar/wp-terminal/comment-page-1/#comment-2622</link>
		<dc:creator>tw</dc:creator>
		<pubDate>Sun, 06 Dec 2009 16:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://0pointer.com.ar/?page_id=367#comment-2622</guid>
		<description>nice plugin! good for Linuxers.</description>
		<content:encoded><![CDATA[<p>nice plugin! good for Linuxers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ecarrion</title>
		<link>http://0pointer.com.ar/wp-terminal/comment-page-1/#comment-2615</link>
		<dc:creator>Ecarrion</dc:creator>
		<pubDate>Wed, 02 Dec 2009 06:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://0pointer.com.ar/?page_id=367#comment-2615</guid>
		<description>I have started to use it on my blog to, Nice Work.</description>
		<content:encoded><![CDATA[<p>I have started to use it on my blog to, Nice Work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tash</title>
		<link>http://0pointer.com.ar/wp-terminal/comment-page-1/#comment-2614</link>
		<dc:creator>tash</dc:creator>
		<pubDate>Tue, 01 Dec 2009 21:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://0pointer.com.ar/?page_id=367#comment-2614</guid>
		<description>&lt;a href=&quot;#comment-1365&quot; rel=&quot;nofollow&quot;&gt;@rudson &lt;/a&gt; 
I&#039;ve been using wp-terminal for a while, but I just replaced the wp-terminal.php from rudson&#039;s modifications and the [prompt] replacement was one of the things I really wanted in the plugin :)
the &#039;color&#039; option needs some work though.   I might add some updates of my own to this plugin soon</description>
		<content:encoded><![CDATA[<p><a href="#comment-1365" rel="nofollow">@rudson </a><br />
I&#8217;ve been using wp-terminal for a while, but I just replaced the wp-terminal.php from rudson&#8217;s modifications and the [prompt] replacement was one of the things I really wanted in the plugin <img src='http://0pointer.com.ar/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
the &#8216;color&#8217; option needs some work though.   I might add some updates of my own to this plugin soon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rudson</title>
		<link>http://0pointer.com.ar/wp-terminal/comment-page-1/#comment-1365</link>
		<dc:creator>rudson</dc:creator>
		<pubDate>Sun, 26 Jul 2009 18:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://0pointer.com.ar/?page_id=367#comment-1365</guid>
		<description>Hello again,

I made some more changes to its plugin and packaged it in http://rra.etc.br/linux/wp/wp-terminal.0.3.zip

The changes were:

- Added the option &quot;color&quot; to color the prompt (like gentoo-linux prompt). The possible values are &quot;true/false&quot;, with the default &quot;false&quot;;

- Now the plugin replaces the occurrence of the key [prompt] for the $prompt;

- Put the $prompt string in bold to highlight.

- Remove blank lines from the beginning and end of &lt;pre&gt; block. This allows you to create code as:

&lt;pre&gt;
ls-la
total 788
drwxr-xr-x 3 rudson users 4096 2009-07-26 14:55. /
drwxr-xr-x 4 rudson users 48 2009-07-24 14:35 .. /
-rw-r - r - 1 rudson users 207679 2009-07-24 11:56 category-icons.2.1.zip
&lt;/pre&gt;
 
but not put blank lines at the beginning or end of the block of commands.

These changes were made by my friend Almir Mendes (m3nd3s@gmail.com) and other minor changes by me (rudsonalves@rra.etc.br).</description>
		<content:encoded><![CDATA[<p>Hello again,</p>
<p>I made some more changes to its plugin and packaged it in <a href="http://rra.etc.br/linux/wp/wp-terminal.0.3.zip" rel="nofollow">http://rra.etc.br/linux/wp/wp-terminal.0.3.zip</a></p>
<p>The changes were:</p>
<p>- Added the option &#8220;color&#8221; to color the prompt (like gentoo-linux prompt). The possible values are &#8220;true/false&#8221;, with the default &#8220;false&#8221;;</p>
<p>- Now the plugin replaces the occurrence of the key [prompt] for the $prompt;</p>
<p>- Put the $prompt string in bold to highlight.</p>
<p>- Remove blank lines from the beginning and end of
<pre> block. This allows you to create code as:
</pre>
<pre>
ls-la
total 788
drwxr-xr-x 3 rudson users 4096 2009-07-26 14:55. /
drwxr-xr-x 4 rudson users 48 2009-07-24 14:35 .. /
-rw-r - r - 1 rudson users 207679 2009-07-24 11:56 category-icons.2.1.zip
</pre>
<p>but not put blank lines at the beginning or end of the block of commands.</p>
<p>These changes were made by my friend Almir Mendes (m3nd3s@gmail.com) and other minor changes by me (rudsonalves@rra.etc.br).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rudson</title>
		<link>http://0pointer.com.ar/wp-terminal/comment-page-1/#comment-1361</link>
		<dc:creator>rudson</dc:creator>
		<pubDate>Sun, 26 Jul 2009 12:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://0pointer.com.ar/?page_id=367#comment-1361</guid>
		<description>Add change prompt from user root:

if ($user == &#039;root&#039;) {
    $prompt = $user.&quot;@&quot;.$computer.&quot;:# &quot;; 
} else {
    $prompt = $user.&quot;@&quot;.$computer.&quot;:$ &quot;;
}</description>
		<content:encoded><![CDATA[<p>Add change prompt from user root:</p>
<p>if ($user == &#8216;root&#8217;) {<br />
    $prompt = $user.&#8221;@&#8221;.$computer.&#8221;:# &#8220;;<br />
} else {<br />
    $prompt = $user.&#8221;@&#8221;.$computer.&#8221;:$ &#8220;;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mariano</title>
		<link>http://0pointer.com.ar/wp-terminal/comment-page-1/#comment-1256</link>
		<dc:creator>Mariano</dc:creator>
		<pubDate>Fri, 17 Jul 2009 15:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://0pointer.com.ar/?page_id=367#comment-1256</guid>
		<description>Hi Pablo! Glad you liked it.

Even it&#039;s in my plans to add a config page, I don&#039;t know when I&#039;ll be able to do it. In the meanwhile, you can edit wp-terminal.php and modify the defaults in lines 85 and 87 as a workaround ;)</description>
		<content:encoded><![CDATA[<p>Hi Pablo! Glad you liked it.</p>
<p>Even it&#8217;s in my plans to add a config page, I don&#8217;t know when I&#8217;ll be able to do it. In the meanwhile, you can edit wp-terminal.php and modify the defaults in lines 85 and 87 as a workaround <img src='http://0pointer.com.ar/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J. Pablo Fernández</title>
		<link>http://0pointer.com.ar/wp-terminal/comment-page-1/#comment-1255</link>
		<dc:creator>J. Pablo Fernández</dc:creator>
		<pubDate>Fri, 17 Jul 2009 15:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://0pointer.com.ar/?page_id=367#comment-1255</guid>
		<description>&lt;a href=&quot;#comment-1254&quot; rel=&quot;nofollow&quot;&gt;@J. Pablo Fernández &lt;/a&gt; 
Nevermind, disregard that comment.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1254" rel="nofollow">@J. Pablo Fernández </a><br />
Nevermind, disregard that comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J. Pablo Fernández</title>
		<link>http://0pointer.com.ar/wp-terminal/comment-page-1/#comment-1254</link>
		<dc:creator>J. Pablo Fernández</dc:creator>
		<pubDate>Fri, 17 Jul 2009 15:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://0pointer.com.ar/?page_id=367#comment-1254</guid>
		<description>The documentation says that we should add an id=&quot;terminal&quot; to each pre, but ids should be unique so you either end up with only one terminal per post, or with broken HTML. It should be class, not id, for the argument.</description>
		<content:encoded><![CDATA[<p>The documentation says that we should add an id=&#8221;terminal&#8221; to each pre, but ids should be unique so you either end up with only one terminal per post, or with broken HTML. It should be class, not id, for the argument.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J. Pablo Fernández</title>
		<link>http://0pointer.com.ar/wp-terminal/comment-page-1/#comment-1252</link>
		<dc:creator>J. Pablo Fernández</dc:creator>
		<pubDate>Fri, 17 Jul 2009 10:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://0pointer.com.ar/?page_id=367#comment-1252</guid>
		<description>Excellent plug in! Thank you very much for making it!

I have a feature request. Could you make the default username and computer globally configurable in a settings section on the WordPress configuration, so that I don&#039;t have to put them everywhere except where I want a different one and still have a nice username and computer on my web site.</description>
		<content:encoded><![CDATA[<p>Excellent plug in! Thank you very much for making it!</p>
<p>I have a feature request. Could you make the default username and computer globally configurable in a settings section on the WordPress configuration, so that I don&#8217;t have to put them everywhere except where I want a different one and still have a nice username and computer on my web site.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
