<?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 for 0pointer</title>
	<atom:link href="http://0pointer.com.ar/comments/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>Thu, 19 Jan 2012 07:38:39 -0300</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>Comment on WP-Terminal by Sk8er</title>
		<link>http://0pointer.com.ar/wp-terminal/comment-page-1/#comment-20106</link>
		<dc:creator>Sk8er</dc:creator>
		<pubDate>Thu, 19 Jan 2012 07:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://0pointer.com.ar/?page_id=367#comment-20106</guid>
		<description>I use your plugin here: http://ubuntovod.ru/</description>
		<content:encoded><![CDATA[<p>I use your plugin here: <a href="http://ubuntovod.ru/" rel="nofollow">http://ubuntovod.ru/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on To Shoot Without Shooting by Cris</title>
		<link>http://0pointer.com.ar/to-shoot-without-shooting/comment-page-1/#comment-19867</link>
		<dc:creator>Cris</dc:creator>
		<pubDate>Thu, 12 Jan 2012 04:22:10 +0000</pubDate>
		<guid isPermaLink="false">http://0pointer.com.ar/?p=1704#comment-19867</guid>
		<description>Muchas gracias por subir este video! Formidable animación.</description>
		<content:encoded><![CDATA[<p>Muchas gracias por subir este video! Formidable animación.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on El (Loco) Gaitero del Tren by GAITERO DEL TREN</title>
		<link>http://0pointer.com.ar/el-loco-gaitero-del-tren/comment-page-1/#comment-19175</link>
		<dc:creator>GAITERO DEL TREN</dc:creator>
		<pubDate>Sat, 17 Dec 2011 05:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://0pointer.com.ar/?p=277#comment-19175</guid>
		<description>HOLA LI!! este es mi tel 15 6 501 9627
mandame sms o mail
gaiterodeltren@hotmail.com
y te mando la data del show! 
abrazo!</description>
		<content:encoded><![CDATA[<p>HOLA LI!! este es mi tel 15 6 501 9627<br />
mandame sms o mail<br />
<a href="mailto:gaiterodeltren@hotmail.com">gaiterodeltren@hotmail.com</a><br />
y te mando la data del show!<br />
abrazo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on El (Loco) Gaitero del Tren by GAITERO DEL TREN</title>
		<link>http://0pointer.com.ar/el-loco-gaitero-del-tren/comment-page-1/#comment-19174</link>
		<dc:creator>GAITERO DEL TREN</dc:creator>
		<pubDate>Sat, 17 Dec 2011 05:27:26 +0000</pubDate>
		<guid isPermaLink="false">http://0pointer.com.ar/?p=277#comment-19174</guid>
		<description>HOLA LI!! este es mi tel 15 6 501 9627
mandame sms o mail
gaiterodeltren@hotmail.com
y te mando la data del show!</description>
		<content:encoded><![CDATA[<p>HOLA LI!! este es mi tel 15 6 501 9627<br />
mandame sms o mail<br />
<a href="mailto:gaiterodeltren@hotmail.com">gaiterodeltren@hotmail.com</a><br />
y te mando la data del show!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP-Terminal by Mariano</title>
		<link>http://0pointer.com.ar/wp-terminal/comment-page-1/#comment-17796</link>
		<dc:creator>Mariano</dc:creator>
		<pubDate>Mon, 17 Oct 2011 02:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://0pointer.com.ar/?page_id=367#comment-17796</guid>
		<description>Nice idea!!! Thanks a lot for sharing. I&#039;ll see if I can improve the plugin including this.</description>
		<content:encoded><![CDATA[<p>Nice idea!!! Thanks a lot for sharing. I&#8217;ll see if I can improve the plugin including this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP-Terminal by Jochem</title>
		<link>http://0pointer.com.ar/wp-terminal/comment-page-1/#comment-17788</link>
		<dc:creator>Jochem</dc:creator>
		<pubDate>Sun, 16 Oct 2011 22:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://0pointer.com.ar/?page_id=367#comment-17788</guid>
		<description>Really cool, thanks!

Since I&#039;m lazy, I&#039;ve taken the css code and changed a few bits to my theme. Now I can use the &#039;quote&#039; button in the wysiwyg editor and get the same effect, without having to think about the variables.

With basic knowledge of css it should be quite easy to change the blockquote style used by your theme. Mine looks like this now:

.entry blockquote {
 color:#FFF;
 background-color:#444;
 background-image:url(&#039;images/terminal.png&#039;);
 border-top:1px solid #AAA;
 border-bottom:1px solid #AAA;
 font-family: &#039;Courier New&#039;, Courier, Fixed;
 background-position:15px 10px;
 background-repeat:no-repeat;
 margin-bottom:10px;
 margin-left:0;
 margin-top:10px;
 text-align:left;
 padding:5px 10px 0px 40px
}

.entry blockquote p { font-style: normal }

.entry blockquote p:before { content: &#039;user:$ &#039;; font-style: italic; }

The &quot;p:before&quot; puts some text before each line (in my case &quot;user:$&quot;).</description>
		<content:encoded><![CDATA[<p>Really cool, thanks!</p>
<p>Since I&#8217;m lazy, I&#8217;ve taken the css code and changed a few bits to my theme. Now I can use the &#8216;quote&#8217; button in the wysiwyg editor and get the same effect, without having to think about the variables.</p>
<p>With basic knowledge of css it should be quite easy to change the blockquote style used by your theme. Mine looks like this now:</p>
<p>.entry blockquote {<br />
 color:#FFF;<br />
 background-color:#444;<br />
 background-image:url(&#8216;images/terminal.png&#8217;);<br />
 border-top:1px solid #AAA;<br />
 border-bottom:1px solid #AAA;<br />
 font-family: &#8216;Courier New&#8217;, Courier, Fixed;<br />
 background-position:15px 10px;<br />
 background-repeat:no-repeat;<br />
 margin-bottom:10px;<br />
 margin-left:0;<br />
 margin-top:10px;<br />
 text-align:left;<br />
 padding:5px 10px 0px 40px<br />
}</p>
<p>.entry blockquote p { font-style: normal }</p>
<p>.entry blockquote p:before { content: &#8216;user:$ &#8216;; font-style: italic; }</p>
<p>The &#8220;p:before&#8221; puts some text before each line (in my case &#8220;user:$&#8221;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP-Terminal by Mariano</title>
		<link>http://0pointer.com.ar/wp-terminal/comment-page-1/#comment-17370</link>
		<dc:creator>Mariano</dc:creator>
		<pubDate>Wed, 28 Sep 2011 14:04:09 +0000</pubDate>
		<guid isPermaLink="false">http://0pointer.com.ar/?page_id=367#comment-17370</guid>
		<description>I&#039;m sorry, but you can&#039;t, right now. It doesn&#039;t have the feature you want yet (feel free to fork the project and add it)</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry, but you can&#8217;t, right now. It doesn&#8217;t have the feature you want yet (feel free to fork the project and add it)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP-Terminal by seqizz</title>
		<link>http://0pointer.com.ar/wp-terminal/comment-page-1/#comment-17367</link>
		<dc:creator>seqizz</dc:creator>
		<pubDate>Wed, 28 Sep 2011 10:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://0pointer.com.ar/?page_id=367#comment-17367</guid>
		<description>Hi, i&#039;m using with one wish. How can I not show the prompt, the user@computer part? I want to use that for also the &lt;/code tag</description>
		<content:encoded><![CDATA[<p>Hi, i&#8217;m using with one wish. How can I not show the prompt, the user@computer part? I want to use that for also the &lt;/code tag</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WP-Terminal by Digit Oktavianto</title>
		<link>http://0pointer.com.ar/wp-terminal/comment-page-1/#comment-16041</link>
		<dc:creator>Digit Oktavianto</dc:creator>
		<pubDate>Thu, 11 Aug 2011 06:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://0pointer.com.ar/?page_id=367#comment-16041</guid>
		<description>Hai bro, i just tested your plugin with the newest wordpress version. It works. :) just give a rating in wordpress.org. And now, i will use your plugin in my blog. Thanks a lot :)</description>
		<content:encoded><![CDATA[<p>Hai bro, i just tested your plugin with the newest wordpress version. It works. <img src='http://0pointer.com.ar/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  just give a rating in wordpress.org. And now, i will use your plugin in my blog. Thanks a lot <img src='http://0pointer.com.ar/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gente F.I.U.B.A: Fernando Acero by Mariano</title>
		<link>http://0pointer.com.ar/gente-fiuba-fernando-acero/comment-page-1/#comment-14745</link>
		<dc:creator>Mariano</dc:creator>
		<pubDate>Wed, 13 Jul 2011 16:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://0pointer.com.ar/?p=682#comment-14745</guid>
		<description>Nahuel, me veo en la obligación de relativizar un poco lo que decís...

Acero me parece un gran docente: Explica MUY bien, corrige en concordancia con lo que enseña y no tiene problemas en repetir mil veces, y de maneras distintas, lo que uno no entiende. Sin embargo, su humor cínico puede no parecer el adecuado en todas las circunstancias. De todas formas, la anécdota es más una nota de color en mi vida universitaria que algo que haya sufrido.

Sobre que en la U.B.A. se reciben los mejores... &quot;Si quieren véanlo así&quot;: Se dice por ahí que si tirás un ladrillo y lo dejás un par de años en la F.I.U.B.A., lo pasás a buscar y ya es Ingeniero. Me consta cierta calidad académica, pero no generalizaría tanto</description>
		<content:encoded><![CDATA[<p>Nahuel, me veo en la obligación de relativizar un poco lo que decís&#8230;</p>
<p>Acero me parece un gran docente: Explica MUY bien, corrige en concordancia con lo que enseña y no tiene problemas en repetir mil veces, y de maneras distintas, lo que uno no entiende. Sin embargo, su humor cínico puede no parecer el adecuado en todas las circunstancias. De todas formas, la anécdota es más una nota de color en mi vida universitaria que algo que haya sufrido.</p>
<p>Sobre que en la U.B.A. se reciben los mejores&#8230; &#8220;Si quieren véanlo así&#8221;: Se dice por ahí que si tirás un ladrillo y lo dejás un par de años en la F.I.U.B.A., lo pasás a buscar y ya es Ingeniero. Me consta cierta calidad académica, pero no generalizaría tanto</p>
]]></content:encoded>
	</item>
</channel>
</rss>

