<?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/"
	>

<channel>
	<title>Liberame</title>
	<atom:link href="http://liberame.com.ar/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://liberame.com.ar</link>
	<description></description>
	<pubDate>Sat, 07 Apr 2007 14:51:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Feed en Formato JSON para Wordpress</title>
		<link>http://liberame.com.ar/?p=13</link>
		<comments>http://liberame.com.ar/?p=13#comments</comments>
		<pubDate>Sat, 07 Apr 2007 14:38:27 +0000</pubDate>
		<dc:creator>artux</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Desarrollo]]></category>

		<category><![CDATA[Diseño]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://liberame.com.ar/?p=13</guid>
		<description><![CDATA[Para que Wordpress sirva el contenido en formato JSON, copiar el siguiente código y guardarlo, en el directorio raíz del correspondiente blog, con el nombre wp-json.php


&#60;?php

if (empty($wp)) {
    require_once('wp-config.php');
    wp('feed=rss2');
}

function json_cats() {
    $categories = get_the_category();
    $the_list = '';
    foreach ( [...]]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://liberame.com.ar/?feed=rss2&amp;p=13</wfw:commentRss>
		</item>
		<item>
		<title>Como Integrar un Live Search en tu Theme Wordpress con Prototype</title>
		<link>http://liberame.com.ar/?p=10</link>
		<comments>http://liberame.com.ar/?p=10#comments</comments>
		<pubDate>Thu, 22 Feb 2007 06:49:40 +0000</pubDate>
		<dc:creator>artux</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Desarrollo]]></category>

		<category><![CDATA[Diseño]]></category>

		<category><![CDATA[WP-Themes]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://liberame.com.ar/?p=10</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://liberame.com.ar/?feed=rss2&amp;p=10</wfw:commentRss>
		</item>
		<item>
		<title>Probando plugin Syntax CALAS - Código a lo Alex Sancho</title>
		<link>http://liberame.com.ar/?p=3</link>
		<comments>http://liberame.com.ar/?p=3#comments</comments>
		<pubDate>Thu, 22 Feb 2007 02:35:30 +0000</pubDate>
		<dc:creator>artux</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Desarrollo]]></category>

		<category><![CDATA[Diseño]]></category>

		<category><![CDATA[WP-Plugins]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://liberame.com.ar/?p=3</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://liberame.com.ar/?feed=rss2&amp;p=3</wfw:commentRss>
		</item>
		<item>
		<title>BlueContent Version 1.0 Disponible para Descargar</title>
		<link>http://liberame.com.ar/?p=8</link>
		<comments>http://liberame.com.ar/?p=8#comments</comments>
		<pubDate>Thu, 15 Feb 2007 03:44:56 +0000</pubDate>
		<dc:creator>artux</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Desarrollo]]></category>

		<category><![CDATA[Diseño]]></category>

		<category><![CDATA[WP-Themes]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://liberame.com.ar/?p=8</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://liberame.com.ar/?feed=rss2&amp;p=8</wfw:commentRss>
		</item>
		<item>
		<title>Blue Content Version 1.0 - First Preview!</title>
		<link>http://liberame.com.ar/?p=1</link>
		<comments>http://liberame.com.ar/?p=1#comments</comments>
		<pubDate>Mon, 12 Feb 2007 05:35:56 +0000</pubDate>
		<dc:creator>artux</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[Desarrollo]]></category>

		<category><![CDATA[Diseño]]></category>

		<category><![CDATA[WP-Themes]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://liberame.com.ar/?feed=rss2&amp;p=1</wfw:commentRss>
		</item>
	</channel>
</rss>
