<?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>LuAuF &#187; Ruby</title>
	<atom:link href="http://luauf.com/category/programacion/ruby-programacion/feed/" rel="self" type="application/rss+xml" />
	<link>http://luauf.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 Jan 2012 01:44:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Jython 2.5a1</title>
		<link>http://luauf.com/2008/07/20/jython-25a1/</link>
		<comments>http://luauf.com/2008/07/20/jython-25a1/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 01:33:55 +0000</pubDate>
		<dc:creator>Luciano</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programación]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Phyton]]></category>

		<guid isPermaLink="false">http://luauf.com/?p=536</guid>
		<description><![CDATA[Para los que no lo sabían, como es mi caso, Jython es una implementación de Python escrita 100% en Java e integrada como una sola pieza en la plataforma Java. Esto así permite ejecutar Python en cualquier plataforma Java. Este martes el equipo de desarrollo de Jython anunció que había liberado la versión 2.5.a1 del [...]]]></description>
			<content:encoded><![CDATA[<p>Para los que no lo sabían, como es mi caso, <a href="http://jython.org/Project/index.html" target="_blank">Jython </a>es una implementación de Python escrita 100% en Java e integrada como una sola pieza en la plataforma Java. Esto así permite ejecutar Python en cualquier plataforma Java.</p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-537" title="jython" src="http://luauf.com/wp-content/uploads/2008/07/jython.png" alt="" width="100" height="65" /></p>
<p>Este martes el equipo de desarrollo de Jython anunció que había liberado la versión 2.5.a1 del proyecto, se trata de una versión alpha no recomendada para ambientes en producción.<br />
Se trata de un salto bastante grande desde la última versión estable (que era compatible con Python 2.2). Además, aunque por aún se trate de una versión alpha, lleva a esta implementación de Python sobre Java a la par con la implementación oficial.</p>
<p><span id="more-536"></span></p>
<p>¿Acaso llegará el día en que Java sea un plataforma que corra Python o Ruby y que por otro lado programarás en NetBeans o en Eclipse, como si se tratara de Java, incluyendo el diseño visual de la interfaz gráfica de usuario y el debugging?</p>
<p>Vía: <a href="http://www.javahispano.org/contenidos/es/jython_2_5_alpha/?utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank">javaHispano</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luauf.com/2008/07/20/jython-25a1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prueba Ruby! (en tu navegador)</title>
		<link>http://luauf.com/2008/06/22/prueba-ruby-en-tu-navegador/</link>
		<comments>http://luauf.com/2008/06/22/prueba-ruby-en-tu-navegador/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 02:22:54 +0000</pubDate>
		<dc:creator>Luciano</dc:creator>
				<category><![CDATA[Programación]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://luauf.com/?p=457</guid>
		<description><![CDATA[Ruby es un lenguaje de programación que tiene sus orígenes por Japón (disponible en ruby-lang.org) el cual está revolucionando la web por su balance entre simplicidad y poder. Si quieres hacer unas pruebas en Ruby, puedes hacerlo sin instalar nada, mira Try Ruby! Try Ruby! es un shell interactivo que corre en tu propio browser [...]]]></description>
			<content:encoded><![CDATA[<p>Ruby es un lenguaje de programación que tiene sus orígenes por Japón (disponible en <a href="http://ruby-lang.org/" target="_new">ruby-lang.org</a>) el cual está revolucionando la web por su balance entre simplicidad y poder.</p>
<p style="text-align: center;"><a href="http://luauf.com/wp-content/uploads/2008/06/ruby_logo.png"><img class="aligncenter size-medium wp-image-458" title="ruby_logo" src="http://luauf.com/wp-content/uploads/2008/06/ruby_logo-299x300.png" alt="" width="179" height="180" /></a></p>
<p>Si quieres hacer unas pruebas en Ruby, puedes hacerlo sin instalar nada, mira <a href="http://tryruby.hobix.com/" target="_blank">Try Ruby!</a></p>
<p><span id="more-457"></span></p>
<p><a href="http://tryruby.hobix.com/" target="_blank">Try Ruby!</a> es un shell interactivo que corre en tu propio browser y te permite probar un poco de Ruby. Pero no todo termina allí, pues también ofrece un breve tutorial interactivo, solo tienes que escribir <strong>help</strong> en el shell para dar inicio al mismo. De la misma forma, escribiendo <strong>help 2</strong> puedes acceder al segundo capítulo del tutorial.</p>
<p style="text-align: center;"><a href="http://luauf.com/wp-content/uploads/2008/06/try_ruby_in_your_browser.png"><img class="aligncenter size-medium wp-image-459" title="try_ruby_in_your_browser" src="http://luauf.com/wp-content/uploads/2008/06/try_ruby_in_your_browser-300x200.png" alt="" width="300" height="200" /></a></p>
<p>Vía: <a href="http://www.elcodigok.com.ar/2008/06/proba-ruby-sin-instalarlo/" target="_blank">El CoDiGo K</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luauf.com/2008/06/22/prueba-ruby-en-tu-navegador/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ruby on Rails: hoja de referencia</title>
		<link>http://luauf.com/2008/06/01/ruby-on-rails-hoja-de-referencia/</link>
		<comments>http://luauf.com/2008/06/01/ruby-on-rails-hoja-de-referencia/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 01:00:42 +0000</pubDate>
		<dc:creator>Luciano</dc:creator>
				<category><![CDATA[Programación]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://luauf.com/?p=357</guid>
		<description><![CDATA[Si bien me estoy iniciando en Ruby on Rails, una cheat sheet es útil en cualquier etapa del aprendizaje. La siguiente hoja de referencia fue desarrollada para caber en una hoja A4 y para vivir en vuestros escritorios: La hoja de referencia incluye: Estructura de directorios: por defecto, Ruby on Rails utiliza una cantidad de [...]]]></description>
			<content:encoded><![CDATA[<p>Si bien me estoy iniciando en Ruby on Rails, una cheat sheet es útil en cualquier etapa del aprendizaje. La siguiente hoja de referencia fue desarrollada para caber en una hoja A4 y para vivir en vuestros escritorios:</p>
<p style="text-align: center;"><a href="http://luauf.com/wp-content/uploads/2008/06/ruby_on_rails_cheat_sheet.png"><img class="aligncenter size-medium wp-image-358" title="ruby_on_rails_cheat_sheet" src="http://luauf.com/wp-content/uploads/2008/06/ruby_on_rails_cheat_sheet-220x300.png" alt="" width="220" height="300" /></a></p>
<p><span id="more-357"></span></p>
<p>La hoja de referencia incluye:</p>
<ul>
<li><strong>Estructura de directorios: </strong>por defecto, Ruby on Rails utiliza una cantidad de archivos y carpetas organizados en una estructura de directorios.</li>
<li><strong>Variables predefinidas: </strong>como la mayoría de los lenguajes, Ruby on Rails incluye un gran número de variables predefinidas</li>
<li><strong>Palabras reservadas: </strong>tal como las variables predefinidas, Ruby on Rails hace uso de palabras reservadas y estas, a menudo, son difíciles de recordar.</li>
<li><strong>Sintaxis de expresiones regulares: </strong>sin importar el lenguaje, la mayoría de los desarrolladores tropiezan con las expresiones regulares, antes de sentirse cómodos con las mismas.</li>
<li><strong>Métodos: </strong>Ruby es un lenguaje orientado a objetos, en esta sección se describen los métodos más comunes de los objetos String, Array, Time y Regex.</li>
</ul>
<p>Descargar:</p>
<ul>
<li><a href="http://luauf.com/wp-content/uploads/2008/06/ruby_on_rails_cheat_sheet.png" target="_self">PNG</a></li>
<li><a href="http://luauf.com/wp-content/uploads/2008/06/ruby_on_rails_cheat_sheet.pdf">PDF</a></li>
</ul>
<p>Vía: <a href="http://www.ilovejackdaniels.com/cheat-sheets/ruby-on-rails-cheat-sheet/" target="_blank">ILoveJackDaniels</a></p>
]]></content:encoded>
			<wfw:commentRss>http://luauf.com/2008/06/01/ruby-on-rails-hoja-de-referencia/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mi primer Ruby sobre Rieles</title>
		<link>http://luauf.com/2008/06/01/mi-primer-ruby-sobre-rieles/</link>
		<comments>http://luauf.com/2008/06/01/mi-primer-ruby-sobre-rieles/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 00:03:12 +0000</pubDate>
		<dc:creator>Luciano</dc:creator>
				<category><![CDATA[Programación]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://luauf.com/?p=353</guid>
		<description><![CDATA[Tiempo atrás hice, muy brevemente, una introducción acerca Ruby on Rails. En esta ocasión, con el objetivo de dar los primeros pasos sobre rieles, veremos una instalación básica y una aplicación de ejemplo. La instalación la realicé sobre un Ubuntu 8.04 Hardy Heron, a través del Gestor de Paquetes Synaptic. Desde el mismo busqué y [...]]]></description>
			<content:encoded><![CDATA[<p>Tiempo atrás hice, muy brevemente, una introducción acerca <a href="http://luauf.com/2008/05/26/ruby-on-rails-requisitos-minimos/" target="_self">Ruby on Rails</a>. En esta ocasión, con el objetivo de dar los primeros pasos sobre rieles, veremos una instalación básica y una aplicación de ejemplo.</p>
<p style="text-align: center;"><a href="http://luauf.com/wp-content/uploads/2008/06/ruby-on-rails.jpg"><img class="aligncenter size-medium wp-image-354" title="ruby-on-rails" src="http://luauf.com/wp-content/uploads/2008/06/ruby-on-rails-300x187.jpg" alt="" width="300" height="187" /></a></p>
<p><span id="more-353"></span></p>
<p>La instalación la realicé sobre un Ubuntu 8.04 Hardy Heron, a través del Gestor de Paquetes Synaptic. Desde el mismo busqué y seleccioné <strong>rails </strong>(MVC Based framework geared for web application development) y. marque los paquetes que necesitaba (dependencias).</p>
<p style="text-align: center;"><a href="http://luauf.com/wp-content/uploads/2008/06/rails.jpg"><img class="aligncenter size-medium wp-image-355" title="rails" src="http://luauf.com/wp-content/uploads/2008/06/rails-300x209.jpg" alt="" width="300" height="209" /></a></p>
<p>Una vez instalado, abrí una consola y ejecuté el comando <strong>rails </strong>para crear el proyecto '<strong>mi_primer_rail</strong>', este comando me creó la estructura de directorios, scripts y archivos y otros archivos de configuración para la aplicación:</p>
<p><code></p>
<div class="syntax_hilite">
<div id="code-9">
<div class="code">$ rails mi_primer_rail<br />
&nbsp; &nbsp; &nbsp; create&nbsp; <br />
&nbsp; &nbsp; &nbsp; create&nbsp; app/controllers<br />
&nbsp; &nbsp; &nbsp; create&nbsp; app/helpers<br />
&nbsp; &nbsp; &nbsp; create&nbsp; app/models<br />
&nbsp; &nbsp; &nbsp; create&nbsp; app/views/layouts<br />
&nbsp; &nbsp; &nbsp; create&nbsp; config/environments<br />
&nbsp; &nbsp; &nbsp; create&nbsp; config/initializers<br />
&nbsp; &nbsp; &nbsp; create&nbsp; db<br />
&nbsp; &nbsp; &nbsp; create&nbsp; doc<br />
&nbsp; &nbsp; &nbsp; create&nbsp; lib<br />
&nbsp; &nbsp; &nbsp; create&nbsp; lib/tasks<br />
&nbsp; &nbsp; &nbsp; create&nbsp; log<br />
&nbsp; &nbsp; &nbsp; create&nbsp; public/images<br />
&nbsp; &nbsp; &nbsp; create&nbsp; public/javascripts<br />
&nbsp; &nbsp; &nbsp; create&nbsp; public/stylesheets<br />
&nbsp; &nbsp; &nbsp; create&nbsp; script/performance<br />
&nbsp; &nbsp; &nbsp; create&nbsp; script/process<br />
&nbsp; &nbsp; &nbsp; create&nbsp; test/fixtures<br />
&nbsp; &nbsp; &nbsp; create&nbsp; test/functional<br />
&nbsp; &nbsp; &nbsp; create&nbsp; test/integration<br />
&nbsp; &nbsp; &nbsp; create&nbsp; test/mocks/development<br />
&nbsp; &nbsp; &nbsp; create&nbsp; test/mocks/test<br />
&nbsp; &nbsp; &nbsp; create&nbsp; test/unit<br />
&nbsp; &nbsp; &nbsp; create&nbsp; vendor<br />
&nbsp; &nbsp; &nbsp; create&nbsp; vendor/plugins<br />
&nbsp; &nbsp; &nbsp; create&nbsp; tmp/sessions<br />
&nbsp; &nbsp; &nbsp; create&nbsp; tmp/sockets<br />
&nbsp; &nbsp; &nbsp; create&nbsp; tmp/cache<br />
&nbsp; &nbsp; &nbsp; create&nbsp; tmp/pids<br />
&nbsp; &nbsp; &nbsp; create&nbsp; Rakefile<br />
&nbsp; &nbsp; &nbsp; create&nbsp; README<br />
&nbsp; &nbsp; &nbsp; create&nbsp; app/controllers/application.<span style="">rb</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; app/helpers/application_helper.<span style="">rb</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; test/test_helper.<span style="">rb</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; config/database.<span style="">yml</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; config/routes.<span style="">rb</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; public/.<span style="">htaccess</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; config/initializers/inflections.<span style="">rb</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; config/initializers/mime_types.<span style="">rb</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; config/boot.<span style="">rb</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; config/environment.<span style="">rb</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; config/environments/production.<span style="">rb</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; config/environments/development.<span style="">rb</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; config/environments/test.<span style="">rb</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; script/about<br />
&nbsp; &nbsp; &nbsp; create&nbsp; script/console<br />
&nbsp; &nbsp; &nbsp; create&nbsp; script/destroy<br />
&nbsp; &nbsp; &nbsp; create&nbsp; script/generate<br />
&nbsp; &nbsp; &nbsp; create&nbsp; script/performance/benchmarker<br />
&nbsp; &nbsp; &nbsp; create&nbsp; script/performance/profiler<br />
&nbsp; &nbsp; &nbsp; create&nbsp; script/performance/request<br />
&nbsp; &nbsp; &nbsp; create&nbsp; script/process/reaper<br />
&nbsp; &nbsp; &nbsp; create&nbsp; script/process/spawner<br />
&nbsp; &nbsp; &nbsp; create&nbsp; script/process/inspector<br />
&nbsp; &nbsp; &nbsp; create&nbsp; script/runner<br />
&nbsp; &nbsp; &nbsp; create&nbsp; script/server<br />
&nbsp; &nbsp; &nbsp; create&nbsp; script/plugin<br />
&nbsp; &nbsp; &nbsp; create&nbsp; public/dispatch.<span style="">rb</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; public/dispatch.<span style="">cgi</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; public/dispatch.<span style="">fcgi</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; public/<span style="color:#800000;">404</span>.<span style="">html</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; public/<span style="color:#800000;">422</span>.<span style="">html</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; public/<span style="color:#800000;">500</span>.<span style="">html</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; public/index.<span style="">html</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; public/favicon.<span style="">ico</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; public/robots.<span style="">txt</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; public/images/rails.<span style="">png</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; public/javascripts/prototype.<span style="">js</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; public/javascripts/effects.<span style="">js</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; public/javascripts/dragdrop.<span style="">js</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; public/javascripts/controls.<span style="">js</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; public/javascripts/application.<span style="">js</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; doc/README_FOR_APP<br />
&nbsp; &nbsp; &nbsp; create&nbsp; log/server.<span style="">log</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; log/production.<span style="">log</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; log/development.<span style="">log</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; log/test.<span style="">log</span><br />
$ <br />
$ cd mi_primer_rail<br />
$</div>
</div>
</div>
<p>
</code></p>
<p>Recordando que Ruby on Rails utiliza en patrón MVC, utilicé el script <strong>generate </strong>y el argumento <strong>controller </strong>para crear el controlador '<strong>hola</strong>':</p>
<p><code></p>
<div class="syntax_hilite">
<div id="code-10">
<div class="code">$ script/generate controller hola<br />
&nbsp; &nbsp; &nbsp; exists&nbsp; app/controllers/<br />
&nbsp; &nbsp; &nbsp; exists&nbsp; app/helpers/<br />
&nbsp; &nbsp; &nbsp; create&nbsp; app/views/hola<br />
&nbsp; &nbsp; &nbsp; exists&nbsp; test/functional/<br />
&nbsp; &nbsp; &nbsp; create&nbsp; app/controllers/hola_controller.<span style="">rb</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; test/functional/hola_controller_test.<span style="">rb</span><br />
&nbsp; &nbsp; &nbsp; create&nbsp; app/helpers/hola_helper.<span style="">rb</span><br />
$</div>
</div>
</div>
<p>
</code></p>
<p>Con gedit edité el archivo del controlador .<strong>rb </strong>y creé el archivo .<strong>rhtml </strong>para la vista:</p>
<p><code></p>
<div class="syntax_hilite">
<div id="code-11">
<div class="code">$ gedit app/controllers/hola_controller.<span style="">rb</span></div>
</div>
</div>
<p>
</code></p>
<p><code></p>
<div class="syntax_hilite">
<div id="ruby-12">
<div class="ruby"><span style="color:#9966CC; font-weight:bold;">class</span> HolaController &lt;ApplicationController<br />
&nbsp; &nbsp; <span style="color:#9966CC; font-weight:bold;">def</span> index<br />
&nbsp; &nbsp; &nbsp; &nbsp; @hello=<span style="color:#996600;">"Hola Rails!"</span><br />
&nbsp; &nbsp; <span style="color:#9966CC; font-weight:bold;">end</span><br />
<span style="color:#9966CC; font-weight:bold;">end</span></div>
</div>
</div>
<p>
</code></p>
<p><code></p>
<div class="syntax_hilite">
<div id="code-13">
<div class="code">$ gedit app/views/hola/index.<span style="">rhtml</span></div>
</div>
</div>
<p>
</code></p>
<p><code></p>
<div class="syntax_hilite">
<div id="html-14">
<div class="html"><span style="color: #009900;">&lt;%= @hello %<span style="color: #000000; font-weight: bold;">&gt;</span></a></span></div>
</div>
</div>
<p>
</code></p>
<p>Para este ejemplo no utilicé base de datos, de todas formas edité el archivo de configuración database.yml, indicando nombre de usuario y contraseña y modificando la base de datos 'mi_primer_rail_development' por 'test'. Está de más decir que en mi sistema tenía intalada una base de datos mysql, aunque de todas formas rails permite utilizar varias bases de datos, como mysql, postgresql, oracle o sqlite.</p>
<p><code></p>
<div class="syntax_hilite">
<div id="code-15">
<div class="code">$ gedit config/database.<span style="">yml</span> </p>
<p>development:<br />
&nbsp; adapter: mysql<br />
&nbsp; encoding: utf8<br />
&nbsp; #database: mi_primer_rail_development<br />
&nbsp; database: test<br />
&nbsp; username: mi_user<br />
&nbsp; password: mi_pass<br />
&nbsp; socket: /var/run/mysqld/mysqld.<span style="">sock</span></div>
</div>
</div>
<p>
</code></p>
<p>Finalmente corrí el server de aplicaciones WEBrick con el script <strong>server</strong>.</p>
<p><code></p>
<div class="syntax_hilite">
<div id="code-16">
<div class="code">$ script/server <br />
=&gt; Booting WEBrick...<br />
=&gt; Rails application started on http:<span style="color:#FF9933; font-style:italic;">//127.0.0.1:3000</span><br />
=&gt; Ctrl-C to shutdown server; call with --help for options</div>
</div>
</div>
<p>
</code></p>
<p>Desde mi browser ejecuté: http:\\localhost:3000\hola, donde '3000' es el puerto al que escucha el servidor WEBrick y 'hola' es el nombre del controlador y pasó lo que tenía que pasar:</p>
<p style="text-align: center;"><a href="http://luauf.com/wp-content/uploads/2008/06/server.jpg"><img class="aligncenter size-medium wp-image-356" title="server" src="http://luauf.com/wp-content/uploads/2008/06/server-300x209.jpg" alt="" width="300" height="209" /></a></p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://luauf.com/2008/06/01/mi-primer-ruby-sobre-rieles/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

