<?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>Message in a bottle.... &#187; WordPress</title>
	<atom:link href="http://junyent.org/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://junyent.org</link>
	<description>I&#039;ll send an SOS to the world....</description>
	<lastBuildDate>Sun, 08 Jan 2012 11:01:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19704</generator>
		<item>
		<title>[Plugin: WordPress Publication Repository] How to start using the plugin?</title>
		<link>http://junyent.org/2011/03/24/plugin-wordpress-publication-repository-how-to-start-using-the-plugin/</link>
		<comments>http://junyent.org/2011/03/24/plugin-wordpress-publication-repository-how-to-start-using-the-plugin/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 19:31:41 +0000</pubDate>
		<dc:creator>joan</dc:creator>
				<category><![CDATA[Converses Disperses]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress-plugins]]></category>

		<guid isPermaLink="false">http://junyent.org/?p=1742</guid>
		<description><![CDATA[The easiest way o display a publications page would be to create a new page template (e.g. cloning the archive or the index template) and add the following code before the loop. query_posts( 'post_type=publications'); You can also create a custom template for the single publications view by naming it single-publication.php]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:junyent.org:blog:1742"><!-- &nbsp; --></abbr>
<p>The easiest way o display a publications page would be to create a new page template (e.g. cloning the archive or the index template) and add the following code before the loop.</p>
<p><code><br />
query_posts( 'post_type=publications');<br />
</code></p>
<p>You can also create a custom template for the single publications view by naming it single-publication.php</p>
]]></content:encoded>
			<wfw:commentRss>http://junyent.org/2011/03/24/plugin-wordpress-publication-repository-how-to-start-using-the-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>junyent.org unAPI</title>
		<link>http://junyent.org/2007/02/21/junyentorg-unapi/</link>
		<comments>http://junyent.org/2007/02/21/junyentorg-unapi/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 22:12:51 +0000</pubDate>
		<dc:creator>joan</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[junyent.org]]></category>
		<category><![CDATA[metadades]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://junyent.org/2007/02/21/junyentorg-unapi/</guid>
		<description><![CDATA[Des de fa uns dies aquest blog implementa un servidor unAPi mitjançant el plugin unAPI Server for WordPress que permet accedir als continguts de manera estructurada. El servidor unAPi implementa els següents formats: OAI-Dublin Core (oai_dc) Metadata Object Description Schema (MODS) SRW-Dublin Core (srw_dc) MARCXML RSS Exemples Retorna tots els formats disponibles Retorna els formats [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:junyent.org:blog:634"><!-- &nbsp; --></abbr>
<p>Des de fa uns dies aquest blog implementa un servidor <a href="http://unapi.info/" hreflang="en" title="unAPI.info">unAPi</a> mitjançant el plugin <a href="http://www.lackoftalent.org/michael/blog/unapi-wordpress-plug-in/" hreflang="en" title="unAPi server for WordPress">unAPI Server for WordPress</a> que permet accedir als continguts de manera estructurada.</p>
<p>El servidor unAPi implementa els següents formats:</p>
<ul>
<li><a href="http://www.openarchives.org/OAI/openarchivesprotocol.html#Record" hreflang="en" title="OAI-Dublin Core">OAI-Dublin Core (oai_dc)</a></li>
<li><a href="http://www.loc.gov/standards/mods/" hreflang="en" title="Metadata Object Description (MODS)">Metadata Object Description Schema (MODS)</a></li>
<li><a href="http://www.loc.gov/standards/sru/cql/dc-context-set.html" hreflang="en" title="SRW-Dublin Core">SRW-Dublin Core (srw_dc)</a></li>
<li><a href="http://www.loc.gov/standards/marcxml/" hreflang="en" title="MARCXML">MARCXML</a></li>
<li><a href="http://www.rssboard.org/rss-2-0/" hreflang="en" title="RSS 2.0">RSS</a></li>
</ul>
<h3>Exemples</h3>
<ul>
<li><a href="http://junyent.org/blog/wp-content/plugins/unapi/server.php">Retorna tots els formats disponibles</a></li>
<li><a href="http://junyent.org/blog/wp-content/plugins/unapi/server.php?id=oai:junyent.org:blog:634">Retorna els formats disponibles per a una entrada</a></li>
<li><a href="http://junyent.org/blog/wp-content/plugins/unapi/server.php?id=oai:junyent.org:blog:634&#038;format=mods"> Retorna un registre MODS d&#8217;una entrada</a></li>
<li><a href="http://junyent.org/blog/wp-content/plugins/unapi/server.php?id=oai:junyent.org:blog:634&#038;format=marcxml">Retorna un registre MARCXML d&#8217;una entrada</a></li>
<li><a href="http://junyent.org/blog/wp-content/plugins/unapi/server.php?id=oai:junyent.org:blog:634&#038;format=oai_dc">Retorna un registre OAI-Dublin Core d&#8217;una entrada</a></li>
<li><a href="http://junyent.org/blog/wp-content/plugins/unapi/server.php?id=oai:junyent.org:blog:634&#038;format=srw_dc">Retorna un registre SRW-Dublin Core d&#8217;una entrada</a></li>
<li><a href="http://junyent.org/blog/wp-content/plugins/unapi/server.php?id=oai:junyent.org:blog:634&#038;format=rss">Retorna un registre RSS d&#8217;una entrada</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://junyent.org/2007/02/21/junyentorg-unapi/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Around this date in the past&#8230; 0.6.1</title>
		<link>http://junyent.org/2007/02/13/around-this-date-in-the-past-061/</link>
		<comments>http://junyent.org/2007/02/13/around-this-date-in-the-past-061/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 12:52:43 +0000</pubDate>
		<dc:creator>joan</dc:creator>
				<category><![CDATA[Programes]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress-plugins]]></category>

		<guid isPermaLink="false">http://junyent.org/arxius/2007/02/13/around-this-date-in-the-past-061/</guid>
		<description><![CDATA[He corregit un error del plugin Around this date in the past&#8230; (i del wigdet derivat d&#8217;aquest mateix plugin). El problema passava quan el tí­tol de les entrades contenia &#8220;cometes dobles&#8221; ja que l&#8217;atribut title dels enllaços es formava malament. Més informació i descarregues de l&#8217;última versió: Around this date in the past&#8230; Around this [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:junyent.org:blog:630"><!-- &nbsp; --></abbr>
<p>He corregit un error del plugin <a lang="en" href="http://junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-plugin/">Around this date in the past&#8230; </a>(i del <a href="http://junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/" title="Around this date in the past... (Widget Edition)"><em lang="es">wigdet</em> derivat d&#8217;aquest mateix plugin</a>). El problema passava quan el tí­tol de les entrades contenia &#8220;cometes dobles&#8221; ja que l&#8217;atribut <em lang="es">title</em> dels enllaços es formava malament.</p>
<p><strong>Més informació i descarregues de l&#8217;última versió:</strong></p>
<ul>
<li><a href="http://www.junyent.org/wiki/index.php?title=Around_this_date_in_the_past..." lang="en">Around this date in the past&#8230;</a> </li>
<li><a href="http://www.junyent.org/wiki/index.php?title=Around_this_date_in_the_past..._%28Widget_Edition%29" lang="en" title="Around this date in the past... (Widget_Edition)">Around this date in the past&#8230;  (Widget Edition)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://junyent.org/2007/02/13/around-this-date-in-the-past-061/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wp_Commentracker 0.1.1</title>
		<link>http://junyent.org/2006/11/26/wp_commentracker-011/</link>
		<comments>http://junyent.org/2006/11/26/wp_commentracker-011/#comments</comments>
		<pubDate>Sun, 26 Nov 2006 18:33:42 +0000</pubDate>
		<dc:creator>joan</dc:creator>
				<category><![CDATA[Programes]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress-plugins]]></category>

		<guid isPermaLink="false">http://www.junyent.org/arxius/2006/11/26/wp_commentracker-011/</guid>
		<description><![CDATA[He corregit un error que hi havia en la primera versió del plugin Wp_Commentracker. Més informació i descarregues: WordPress Commentracker]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:junyent.org:blog:576"><!-- &nbsp; --></abbr>
<p>He corregit un error que hi havia en la primera versió del plugin Wp_Commentracker. Més informació i descarregues: <a href="http://www.junyent.org/blog/arxius/2006/09/06/wordpress-commentracker/">WordPress Commentracker</a></p>
]]></content:encoded>
			<wfw:commentRss>http://junyent.org/2006/11/26/wp_commentracker-011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress CommenTracker</title>
		<link>http://junyent.org/2006/09/06/wordpress-commentracker/</link>
		<comments>http://junyent.org/2006/09/06/wordpress-commentracker/#comments</comments>
		<pubDate>Wed, 06 Sep 2006 08:30:26 +0000</pubDate>
		<dc:creator>joan</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress-plugins]]></category>

		<guid isPermaLink="false">http://www.junyent.org/arxius/2006/09/06/wordpress-commentracker/</guid>
		<description><![CDATA[[ ENGLISH VERSION ] &#124; [ VERSION EN CASTELLANO ] &#124; [ VERSIÓ EN CATALí€ ] Nom del plugin: WordPress CommenTracker URI del plugin: http://www.junyent.org/blog/arxius/2006/08/31/wordpress-commentracker/ Descripció: Plugin que permet conservar una copia dels comentaris que anem deixant en altres blogs. Autor: Joan Junyent Tarrida Versió: 0.1.1 URI del autor: http://www.junyent.org/ ACTUALITZACIÓ: Arreglat error en la [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:junyent.org:blog:519"><!-- &nbsp; --></abbr>
<p><lang_all><br />
[ <a hreflang="en" href="http://www.junyent.org/blog/index.php?p=519&#038;lp_lang_view=en">ENGLISH VERSION</a> ] | [ <a hreflang="es" href="http://www.junyent.org/blog/index.php?p=519&#038;lp_lang_view=es">VERSION EN CASTELLANO</a> ] | [ <a hreflang="ca" href="http://www.junyent.org/blog/index.php?p=519">VERSIÓ EN CATALí€</a> ]<br />
</lang_all><br />
<lang_ca><br />
<strong>Nom del plugin:</strong> <em lang="en">WordPress CommenTracker</em><br />
<strong>URI del plugin:</strong><br /> <a href="http://www.junyent.org/blog/arxius/2006/09/06/wordpress-commentracker/" title="Wordpress Plugins">http://www.junyent.org/blog/arxius/2006/08/31/wordpress-commentracker/</a><br />
<strong>Descripció:</strong> Plugin que permet conservar una copia dels comentaris que anem deixant en altres blogs.<br />
<strong>Autor:</strong> Joan Junyent Tarrida<br />
<strong>Versió:</strong> 0.1.1<br />
<strong>URI del autor:</strong> <a href="http://www.junyent.org/" title="junyent.org">http://www.junyent.org/</a></p>
<p><strong>ACTUALITZACIÓ:</strong> Arreglat error en la funció wpctblogs.<br />
</lang_ca><br />
<lang_es><br />
<strong>Nombre del plugin:</strong> <em lang="en">WordPress CommenTracker</em><br />
<strong>URI del plugin:</strong><br /> <a href="http://www.junyent.org/blog/arxius/2006/09/06/wordpress-commentracker/" title="Wordpress Plugins">http://www.junyent.org/blog/arxius/2006/08/31/wordpress-commentracker/</a><br />
<strong>Descripción:</strong> Plugin para guardar una copia de los comentarios que vamos dejando en otros blogs<br />
<strong>Autor:</strong> Joan Junyent Tarrida<br />
<strong>Versión:</strong> 0.1.1<br />
<strong>URI del autor:</strong> <a href="http://www.junyent.org/" title="junyent.org">http://www.junyent.org/</a></p>
<p><strong>ACTUALIZACIÓN:</strong> Arreglado error en la función wpctblogs.<br />
</lang_es><br />
<lang_en><br />
<strong>Plugin Name:</strong> <em>WordPress CommenTracker</em><br />
<strong>URI del plugin:</strong><br /> <a href="http://www.junyent.org/blog/arxius/2006/09/06/wordpress-commentracker/" title="Wordpress Plugins">http://www.junyent.org/blog/arxius/2006/08/31/wordpress-commentracker/</a><br />
<strong>Description:</strong> It allows to track the comments we post in other blogs.<br />
<strong>Author:</strong> Joan Junyent Tarrida<br />
<strong>Version:</strong> 0.1.1<br />
<strong>URI del autor:</strong> <a href="http://www.junyent.org/" title="junyent.org">http://www.junyent.org/</a></p>
<p><strong>UPDATE:</strong> Fixed bug in wpctblogs function.<br />
</lang_en><br />
<span id="more-519"></span><br />
<lang_ca><br />
Aquest plugin estí  basat en:<br />
	- <a href="http://xergio.net/escrito-292/comentarios-cruzados.html">CommenTracker</a> per Sergio ílvarez (xergio)<br />
	mail@xergio.net</p>
<p>http://xergio.net</p>
<p>	Publicat sota una llicència CC (BY-SA)</p>
<h3>Descripció</h3>
<p>CommenTracker és un sistema per gestionar les Converses Disperses. és a dir, és una sistema que permet desar una copia en el nostre blog dels comentaris que anem deixant en altres blogs.</p>
<p>WordPress Commentracker integra CommenTracker dins de WordPress i desa els comentaris en una categoria especí­fica (per exemple &#8220;converses disperses&#8221;), i així­ permet aprofitat totes les possibilitats que ofereix WordPress com a plataforma de gestió de blogs (arxius, temes, cercador&#8230;).</p>
<h3>Variables</h3>
<ul>
<li>$access: la paraula de pas que vulguem especificar</li>
<li>$post_author: ID de l&#8217;autor al qual vulguem assignar els comentaris. Podem esbrinar l&#8217;ID de l&#8217;autor al menú &#8220;Usuaris&#8221; del panell d&#8217;administració</li>
<li>$wpct_cat: ID de la categoria on vulguem desar els comentaris. Podem esbrinar l&#8217;ID de categoria al menú  &#8220;Gestionar&#8221; > &#8220;Categories&#8221;</li>
<li>$wpct_draft: vols desar els comentaris com a esborranys per a revisar-los abans de publicar-los? Permet dos valors [ 1 , 0 ] 1: SI, 0: NO</li>
<li>$minipost:	vols desar els comentaris com a miniposts? Permet dos valors [ 1 , 0 ] 1: SI, 0: NO</li>
</ul>
<p><strong>NOTA:</strong> Seleccionar l&#8217;opció MiniPost REQUEREIX el plugin <a href="http://doocy.net/mini-posts/">MiniPosts</a></p>
<h3>Instal·lació</h3>
<ul>
<li>1. Descarrega els arxius i extreu-los</li>
<li>2. Crea la categoria on vulguis desar els comentaris</li>
<li>3. Edita les variables que trobarí s a l&#8217;arxiu wpct_plugin.php</li>
<li>4. Reanomena l&#8217;arxiu category-x.php amb el número de categoria corresponent (ex: category-21.php). Si no utilitzes el tema per defecte, potser haurí s d&#8217;adaptar o crear una nova plantilla</li>
<li>5. Carrega els arxius via FTP al servidor on tinguis hostatjat el blog.<br />
		- l&#8217;arxiu wp_commentracker.php ha d&#8217;anar a l&#8217;arrel del blog. Al mateix directori que /wp-config.php<br />
		- l&#8217;arxiu wpct_plugin.php ha d&#8217;anar al directori plugins /wp-content/plugins/<br />
		- l&#8217;arxiu  category-x.php ha d&#8217;anar al directori del tema que estiguis utilitzant, per ex. /wp-content/themes/default/</li>
<li>6. Activa&#8217;l a través del menú de gestió de plugins.</li>
<li>7. Crea un punt d&#8217;interès/bookmarklet/favorito en el teu Firefox (si fas servir un altre navegador consulta com funciona) amb la següent adreça:
<pre>
    		javascript:ct_url='http://your.wordpress.root.url/wp_commentracker.php'; void(z=document.body.appendChild(document.createElement('script'))); void(z.type='text/javascript'); void(z.src=ct_url+'?mode=js'); void(z.id='Wp_Commentracker');
    </pre>
<p>		Pots crear-lo arrossegant el següent enllaç fins a la barra de navegació: <a href="javascript:ct_url='http://your.wordpress.root.url/wp_commentracker.php'; void(z=document.body.appendChild(document.createElement('script'))); void(z.type='text/javascript'); void(z.src=ct_url+'?mode=js'); void(z.id='Wp_Commentracker');">Wp_Commentracker</a></p>
<p>		Canvia http://your.wordpress.root.url/wp_commentracker.php amb l&#8217;adreça que correspongui al teu blog</p>
</li>
<li>8. Ara ja estí  llest per funcionar</li>
</ul>
<h3>íšs</h3>
<p>Un cop tenim el plugin instalat i el &#8220;bookmarklet&#8221; desat al navegador, només cal que a l&#8217;escriure un comentari en un blog, abans de prémer el botó enviar, premem el &#8220;bookmarklet&#8221; omplim la informació que ens demanarí  i el comentari es copiarí  al nostre blog.</p>
<p>Si ens hem oblidat de prémer el &#8220;bookmarklet&#8221; sempre podem afegir el comentari a través de la propi panell de control del WordPress.</p>
<p>Si no vols que els comentaris apareguin en portada hauries de considerar fer servir el plugin <a href="http://doocy.net/mini-posts/">MiniPosts</a></p>
<p>Aquest plugin desa informació com a camps personalitzats. Per tant, si vols que es puguin cercar a través del cercador intern de WordPress hauries de considerar fer servir el plugin <a href="http://dancameron.org/wordpress/wordpress-plugins/search-everything-wordpress-plugin/">Search Everything</a><br />
Si també fas servir el plugin MiniPosts plugin, llavors has de fer servir <a href="http://www.junyent.org/blog/index.php?p=468&#038;lp_lang_view=en">aquesta modificació del plugin Search Everything</a></p>
<h3>Descarrega</h3>
<p>	<strong>íšltima versió:</strong> 0.1.1<br />
	<strong>Descarrega:</strong> <a href="http:///www.junyent.org/eines/php/wp_plugins/wp_commentracker.zip" title="WordPress CommenTracker 0.1.1">WordPress CommenTracker 0.1.1</a><br />
	Amb el botó dret del ratolí­ fes click i selecciona &#8220;anomenar i desar enllaç&#8221;.</p>
<h3>Llicència</h3>
<p>Aquest plugin es publica sota una Llicència <a href="http://creativecommons.org/licenses/by-nc/2.5/ca/deed.ca">Creative Commons Atribució-Compartir Igual 2.5</a>.</p>
<h3>Registre de canvis</h3>
<p>v0.1 = Primera versió.<br />
v0.1.1 = Arreglat error en la funció wpctblogs</p>
<h3>Agraïments</h3>
<p>Agraïments a <a href="http://xergio.net">Sergio ílvarez (xergio)</a> per escriure i compratir <a href="http://xergio.net/escrito-292/comentarios-cruzados.html">CommenTracker</a>.<br />
</lang_ca><br />
<lang_es><br />
Este plugin está basado en:<br />
	- <a href="http://xergio.net/escrito-292/comentarios-cruzados.html">CommenTracker</a> de Sergio ílvarez (xergio)<br />
	mail@xergio.net</p>
<p>http://xergio.net</p>
<p>	Publicado bajo una licéncia CC (BY-SA)</p>
<h3>Descripción</h3>
<p>CommenTracker es un sistema par gestionar las Conversaciones Distribuidas (CD). Esto quiere decir que es un sistema que permite guardar una copia en nustro blog de de los comentarios que vamos dejando en otros blogs.</p>
<p>WordPress Commentracker integra CommenTracker dentro de WordPress y guarda los comentarios en una categoria de nuestra elección (por ejemplo &#8220;CD&#8221;), y así­ permite aprovechar todas las posibilidades que ofrece WordPress como plataforma de gestión de blogs (archivos, temas, plugins, motor de busqueda&#8230;).</p>
<h3>Variables</h3>
<ul>
<li>$access: la contraseña que queramos establecer</li>
<li>$post_author: ID del autor al cual queramos asignar los comentarios. Podemos averiguar el ID del autor en el menú &#8220;Usuarios&#8221; del panel de administración</li>
<li>$wpct_cat: ID de la categorí­a donde queramos guardar los comentarios. Podemos averiguar el ID de la categorí­a en el menú  &#8220;Gestionar&#8221; > &#8220;Categories&#8221;</li>
<li>$wpct_draft: quieres guardar los comentarios como borradores para revisarlos antes de publicarlos? Permite dos valores [ 1 , 0 ] 1: SI, 0: NO</li>
<li>$minipost: quieres guardar los comentarios como miniposts? Permite dos valores [ 1 , 0 ] 1: SI, 0: NO</li>
</ul>
<p><strong>NOTA:</strong> Seleccionar la opción MiniPost REQUIERE el plugin <a href="http://doocy.net/mini-posts/">MiniPosts</a></p>
<h3>Instalación</h3>
<ul>
<li>1. Descarga y extrae los archivos</li>
<li>2. Crea la categorí­a donde quieras guardar los comentarios</li>
<li>3. Edita las variables de configuración en el archivo wpct_plugin.php</li>
<li>4. Renombra el archivo category-x.php con el número de categoria correspondiente (por ej. category-21.php). Si no utilizas el tema por defecto, quizás tendrás que adaptar o crear una nova plantilla</li>
<li>5. Carga los archivos via FTP al servidor donde tengas alojado el blog.<br />
		- El archivo wp_commentracker.php tiene que ir en la raiz del blog. En el mismo directorio que wp-config.php<br />
		- El archivo wpct_plugin.php tiene que ir en el directorio plugins /wp-content/plugins/<br />
		- El archivo category-x.php tiene que ir en el directorio del tema que estés utilizando, por ej. /wp-content/themes/default/</li>
<li>6. Activa el plugin a través del menú de gestión de plugins.</li>
<li>7. Crea un bookmarklet/favorito en tu Firefox (si usas otro navegador consulta como funciona) con la siguiente dirección:
<pre>
    		javascript:ct_url='http://your.wordpress.root.url/wp_commentracker.php'; void(z=document.body.appendChild(document.createElement('script'))); void(z.type='text/javascript'); void(z.src=ct_url+'?mode=js'); void(z.id='Wp_Commentracker');
    </pre>
<p>		Puedes crearlo arrastrando el siguiente enlace a la barra de navegación: <a href="javascript:ct_url='http://your.wordpress.root.url/wp_commentracker.php'; void(z=document.body.appendChild(document.createElement('script'))); void(z.type='text/javascript'); void(z.src=ct_url+'?mode=js'); void(z.id='Wp_Commentracker');">Wp_Commentracker</a></p>
<p>		Cambia http://your.wordpress.root.url/wp_commentracker.php por la dirección de tu blog</p>
</li>
<li>8. Ahora ya estí  listo para funcionar</li>
</ul>
<h3>Uso</h3>
<p>Una vez está el plugin instalado y el &#8220;bookmarklet&#8221; guardado en el navegador, solo hace falta que al escribir un comentari en un blog, antes de pulsar el botón &#8220;enviar&#8221;, pulsemos el &#8220;bookmarklet&#8221; rellenemos la información que nos pide y el comentario quedará guardado en la base de datos del blog.</p>
<p>Si nos hemos olvidado de pulsar en el &#8220;bookmarklet&#8221; siempre podemos añadir el comentario a través del panel de control de WordPress.</p>
<p>Si no quieres que los comentarios aparezcan en portada deberias considerar utilizar el plugin <a href="http://doocy.net/mini-posts/">MiniPosts</a>.</p>
<p>Este plugin guarda información como campos personalizados. Por lo tanto, si quieres que esta información sea acesible a través del buscador interno de WordPress deberias considerar utilizar el plugin <a href="http://dancameron.org/wordpress/wordpress-plugins/search-everything-wordpress-plugin/">Search Everything</a><br />
Si también usas el plugin MiniPosts, entonces debes utilizar <a href="http://www.junyent.org/blog/index.php?p=468&#038;lp_lang_view=en">esta modificación del plugin Search Everything</a></p>
<h3>Descarga</h3>
<p>	<strong>íšltima versión:</strong> 0.1.1<br />
	<strong>Descarga:</strong> <a href="http:///www.junyent.org/eines/php/wp_plugins/wp_commentracker.zip" title="WordPress CommenTracker 0.1.1">WordPress CommenTracker 0.1.1</a><br />
	Con el botón derecho del ratón haz click y selecciona &#8220;guardar como&#8230;&#8221;.</p>
<h3>Licéncia</h3>
<p>Este plugin se publica bajo una licéncia <a href="http://creativecommons.org/licenses/by-nc/2.5/es/deed.es">Creative Commons Atribución-Compartir Igual 2.5</a>.</p>
<h3>Registro de cambios</h3>
<p>v0.1 = Primera versión.<br />
v0.1.1 = Arreglado fallo en la función wpctblogs</p>
<h3>Agradecimientos</h3>
<p>Agradecimientos a <a href="http://xergio.net">Sergio ílvarez (xergio)</a> por escribir y compartir <a href="http://xergio.net/escrito-292/comentarios-cruzados.html">CommenTracker</a>.</p>
<p></lang_es><br />
<lang_en><br />
This plugin is based on:<br />
	- <a href="http://xergio.net/escrito-292/comentarios-cruzados.html">CommenTracker</a> by Sergio ílvarez (xergio)<br />
	mail@xergio.net</p>
<p>http://xergio.net</p>
<p>	Released under a license CC (BY-SA)</p>
<h3>Description</h3>
<p>CommenTracker is a system for managing your Distributed Conversations across the blogosphere. It means it is a way to save a local copy of all the comments you post on another blogs.</p>
<p>WordPress Commentracker integrates CommenTracker into WordPress and saves your comments into a category of your choice, taking advantatge of the advanced capabilities of WordPress as Blogging Platform (archives, themes, search engine&#8230;)  </p>
<h3>Variables</h3>
<ul>
<li>$access: the password you want to use for posting comments</li>
<li>$post_author: the author you want the comments to be assigned. Check the author ID under the &#8220;Users&#8221; menu </li>
<li>$wpct_cat: the category where you want to save your comments. Check the category numbers under the &#8220;Manage&#8221; > &#8220;Categories&#8221; menu</li>
<li>$ct_draft: Do you want to save the comments as drafts to review them later? It allows two values [ 1 , 0 ] 1: YES, 0: NO</li>
<li>$minipost: Do you want to make the comments miniposts?  It allows two values [ 1 , 0 ]   1: YES, 0: NO</li>
</ul>
<p><strong>NOTE:</strong> Enabling the MiniPost option REQUIRES <a href="http://doocy.net/mini-posts/">MiniPosts plugin</a></p>
<h3>Installing</h3>
<h3>
<ul>
<li>1. Download the files and extract them.</li>
<li>2. Create a category where you want to place the comments.</li>
<li>3. Edit the variables you will find in the plugin file (wpct_plugin.php).</li>
<li>4. Change the category-x.php template to the corresponding category number (eg. category-21.php). If you do not use the default theme you will may have to adapt or create a new template.</li>
<li>5. Upload the files through FTP to the server where your WordPress blog is hosted.<br />
		- wp_commentracker.php should go to the root of your wordpress installation. In the same directory of /wp-config.php<br />
		- wpct_plugin.php should go to the plugins directory /wp-content/plugins/<br />
		- category-x.php should go to your theme directory eg. /wp-content/themes/default/</li>
<li>6. Activate it through the plugin management screen.</li>
<li>7. Create a bookmarklet in your Firefox (if you do not use Firefox just look how your browser works) with the following location:
<pre>
    		javascript:ct_url='http://your.wordpress.root.url/wp_commentracker.php'; void(z=document.body.appendChild(document.createElement('script'))); void(z.type='text/javascript'); void(z.src=ct_url+'?mode=js'); void(z.id='Wp_Commentracker');
    </pre>
<p>		You can create a bookmarklet, draging and dropping the following link into your browser navigattion bar: <a href="javascript:ct_url='http://your.wordpress.root.url/wp_commentracker.php'; void(z=document.body.appendChild(document.createElement('script'))); void(z.type='text/javascript'); void(z.src=ct_url+'?mode=js'); void(z.id='Wp_Commentracker');">Wp_Commentracker</a></p>
<p>		Just replace http://your.wordpress.root.url/wp_commentracker.php with your blog URL </p>
</li>
<li>8. Now it&#8217;s ready to be used.</li>
</ul>
</h3>
<h3>Use</h3>
<p>Once the plugin is installed and the bookmarklet is saved in your web browser you just have to write a comment in any blog and, before pressing the send button, press the bookmarklet, fill the information required and your comment will be saved in your WordPress blog.</p>
<p>But if you forgot to press the bookmarklet, don&#8217;t panic! Your comment will not be lost in the net. Just add your comment trought the WorPress administration panel!</p>
<p>If you do not want the comments to apear in the front page you should consider to use the <a href="http://doocy.net/mini-posts/">MiniPosts plugin</a></p>
<p>This plugin saves information as custom fields so if you want to make them searchable for the WordPress search engine you should consider to use the <a href="http://dancameron.org/wordpress/wordpress-plugins/search-everything-wordpress-plugin/">Search Everything Plugin</a><br />
In case that you use also the MiniPosts plugin, you should use <a href="http://www.junyent.org/blog/index.php?p=468&#038;lp_lang_view=en">this modification of the Search Everything plugin</a></p>
<h3>Download</h3>
<p>	<strong>Last version:</strong> 0.1.1<br />
	<strong>Donwload:</strong> <a href="http:///www.junyent.org/eines/php/wp_plugins/wp_commentracker.zip" title="WordPress CommenTracker 0.1.1">WordPress CommenTracker 0.1.1</a><br />
	Right-botton click and select &#8220;save as&#8230;&#8221; to download the file.</p>
<h3>License</h3>
<p>This plugin is relased under a <a href="http://creativecommons.org/licenses/by-sa/2.5/">Creative Commons Attribution-ShareAlike 2.5 License</a>.</p>
<h3>Changelog</h3>
<p>v0.1 = First release.<br />
v0.1.1 = Fixed bug in wpctblogs function.</p>
<h3>Thanks</h3>
<p>Thanks to <a href="http://xergio.net">Sergio ílvarez (xergio)</a> for writing <a href="http://xergio.net/escrito-292/comentarios-cruzados.html">CommenTracker</a>.</p>
<p></lang_en></p>
]]></content:encoded>
			<wfw:commentRss>http://junyent.org/2006/09/06/wordpress-commentracker/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Around this date in the pastâ€¦ 0.6</title>
		<link>http://junyent.org/2006/07/08/around-this-date-in-the-past%e2%80%a6-06/</link>
		<comments>http://junyent.org/2006/07/08/around-this-date-in-the-past%e2%80%a6-06/#comments</comments>
		<pubDate>Sat, 08 Jul 2006 16:23:19 +0000</pubDate>
		<dc:creator>joan</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress-plugins]]></category>

		<guid isPermaLink="false">http://www.junyent.org/arxius/2006/07/08/around-this-date-in-the-past%e2%80%a6-06/</guid>
		<description><![CDATA[[ENGLISH VERSION] [VERSIÓN EN CASTELLANO] [VERSIÓ EN CATALí€] Arran d&#8217;un comentari d&#8217;en Nakadai vaig decidir millorar el Widget per a WordPress Around this date in the pastâ€¦ He afegit 2 modes nous. Ara, a més a més de poder obtenir entrades al voltant de la data d&#8217;avui de fa X anys també es poden obtenir [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:junyent.org:blog:494"><!-- &nbsp; --></abbr>
<p><lang_all><br />
[<a href="http://www.junyent.org/blog/index.php?p=494&#038;lp_lang_view=en">ENGLISH VERSION</a>] [<a href="http://www.junyent.org/blog/index.php?p=494&#038;lp_lang_view=es">VERSIÓN EN CASTELLANO</a>] [<a href="http://www.junyent.org/blog/?p=494">VERSIÓ EN CATALí€</a>]<br />
</lang_all></p>
<p><lang_ca><br />
Arran d&#8217;un <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/#comment-4149">comentari d&#8217;en Nakadai</a> vaig decidir millorar el <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/">Widget per a WordPress Around this date in the pastâ€¦</a></p>
<p>He afegit 2 modes nous. Ara, a més a més de poder obtenir entrades al voltant de la data d&#8217;avui de fa X anys també es poden obtenir entrades dels últims X anys així­ com entrades des d&#8217;un determinat any.</p>
<p><strong>Possibles usos:</strong></p>
<ul>
<li>Mode 1: Mostrar entrades del dia d&#8217;avui de l&#8217;any passat.</li>
<li>Mode 2: Mostrar entrades d&#8217;aquesta setmana dels últims 5 anys.</li>
<li>Mode 3: Mostrar entrades del dia d&#8217;avui des de l&#8217;any 2004.</li>
</ul>
<p>Podeu descarregar la nova versió aquí­: <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/">Around this date in the pastâ€¦ Widget Edition</a></p>
<p><strong>NOTA:</strong> He afegit aquests canvis també a la versió plugin d&#8217;<a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-plugin/">Around this date in the pastâ€¦ </a><br />
</lang_ca></p>
<p><lang_en><br />
Inspired by <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/#comment-4149">a comment from Nakadai</a> I decided to enhance the <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/">WordPress Widget Around this date in the pastâ€¦</a></p>
<p>I added 2 new modes. Now, in addition of being able to retreive posts around today&#8217;s date X years ago, you can also get posts around today&#8217;s date for the last X years or since year X.</p>
<p><strong>Examples of use:</strong></p>
<ul>
<li>Mode 1: Show posts of this date last year.</li>
<li>Mode 2: Show posts of this week for the last 5 years.</li>
<li>Mode 3: Show posts of today&#8217;s date since year 2004.</li>
</ul>
<p>You can donload the new version from here: <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/">Around this date in the pastâ€¦ Widget Edition</a></p>
<p><strong>NOTA:</strong> I also implemented this modifications to thbe plugin version of <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-plugin/">Around this date in the pastâ€¦ </a><br />
</lang_en></p>
<p><lang_es><br />
A raiz de un <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/#comment-4149">comentario de Nakadai</a> decidí­ mejorar el <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/">Widget para WordPress Around this date in the pastâ€¦</a></p>
<p>He añadido dos nuevos modos. Ahora, además de poder obtener entradas/posts alrededor de la fecha de hoy de hace X años, también se pueden obtener entradas de los últims X años así­ como entradas alrededor de la fecha de hoy desde un determinado año.</p>
<p><strong>Posibles usos:</strong></p>
<ul>
<li>Modo 1: Mostrar entradas del dí­a de hoy del año pasado.</li>
<li>Modo 2: Mostrar entradas de esta misma semana de los últimos 5 años.</li>
<li>Modo 3: Mostrar entradas del dí­a de hoy cada año desde el año 2004.</li>
</ul>
<p>Podeis descargar la nueva versión aquí­: <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/">Around this date in the pastâ€¦ Widget Edition</a></p>
<p><strong>NOTA:</strong> He implementado estas modificaciones también a la versión plugin de <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-plugin/">Around this date in the pastâ€¦ </a><br />
</lang_es></p>
]]></content:encoded>
			<wfw:commentRss>http://junyent.org/2006/07/08/around-this-date-in-the-past%e2%80%a6-06/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Around this date in the pastâ€¦ 0.5.2</title>
		<link>http://junyent.org/2006/06/12/around-this-date-in-the-past%e2%80%a6-052/</link>
		<comments>http://junyent.org/2006/06/12/around-this-date-in-the-past%e2%80%a6-052/#comments</comments>
		<pubDate>Mon, 12 Jun 2006 13:32:22 +0000</pubDate>
		<dc:creator>joan</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress-plugins]]></category>

		<guid isPermaLink="false">http://www.junyent.org/arxius/2006/06/12/around-this-date-in-the-past%e2%80%a6-052/</guid>
		<description><![CDATA[[ ENGLISH VERSION ] [ VERSION EN CASTELLANO ] Grí cies a una aportació de Luí­s Pérez (aka Cinéfilo) els plugins Around this date in the past&#8230; i Around this date in the past&#8230; Widget Edition ara generen codi XHTML ví lid. Podeu descarregar-le la última versió (0.5.2) aquí­: Around this date in the past&#8230; Around this [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:junyent.org:blog:477"><!-- &nbsp; --></abbr>
<p><lang_ca><br />
[ <a href="http://www.junyent.org/blog/index.php?p=477&#038;lp_lang_view=en">ENGLISH VERSION</a> ] [ <a href="http://www.junyent.org/blog/index.php?p=477&#038;lp_lang_view=es">VERSION EN CASTELLANO</a> ]</p>
<p>Grí cies a una aportació de <a href="" title="Luí­s Pérez aka Cinéfilo">Luí­s Pérez (aka Cinéfilo)</a> els plugins <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-plugin/" title="Around this date in the past...">Around this date in the past&#8230;</a> i <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/" title="Around this date in the past... Widget Edition">Around this date in the past&#8230; Widget Edition</a> ara generen codi XHTML ví lid.</p>
<p>Podeu descarregar-le la última versió (0.5.2) aquí­:</p>
<ul>
<li><a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-plugin/" title="Around this date in the past...">Around this date in the past&#8230;</a></li>
<li><a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/" title="Around this date in the past... Widget Edition">Around this date in the past&#8230; Widget Edition</a></li>
</ul>
<p></lang_ca><br />
<lang_es><br />
[ <a href="http://www.junyent.org/blog/index.php?p=477&#038;lp_lang_view=en">ENGLISH VERSION</a> ] [ <a href="http://www.junyent.org/blog/index.php?p=477">VERSIÓ EN CATALí€</a> ]</p>
<p>Grácias a una aportación de <a href="" title="Luí­s Pérez aka Cinéfilo">Luí­s Pérez (aka Cinéfilo)</a> los plugins <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-plugin/" title="Around this date in the past...">Around this date in the past&#8230;</a> y <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/" title="Around this date in the past... Widget Edition">Around this date in the past&#8230; Widget Edition</a> generan código XHTML válido.</p>
<p>Podeis descargar la última versión (0.5.2) aquí­:</p>
<ul>
<li><a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-plugin/" title="Around this date in the past...">Around this date in the past&#8230;</a></li>
<li><a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/" title="Around this date in the past... Widget Edition">Around this date in the past&#8230; Widget Edition</a></li>
</ul>
<p></lang_es><br />
<lang_en><br />
[ <a href="http://www.junyent.org/blog/index.php?p=477">VERSIÓ EN CATALí€</a> ] [ <a href="http://www.junyent.org/blog/index.php?p=477&#038;lp_lang_view=es">VERSIÓN EN CASTELLANO</a> ]</p>
<p>Thanks to a modification of <a href="" title="Luí­s Pérez aka Cinéfilo">Luí­s Pérez (aka Cinéfilo)</a> the <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-plugin/" title="Around this date in the past...">Around this date in the past&#8230;</a> and <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/" title="Around this date in the past... Widget Edition">Around this date in the past&#8230; Widget Edition</a> plugins now generate valid XHTML code.</p>
<p>You can download last version (0.5.2) here:</p>
<ul>
<li><a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-plugin/" title="Around this date in the past...">Around this date in the past&#8230;</a></li>
<li><a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/" title="Around this date in the past... Widget Edition">Around this date in the past&#8230; Widget Edition</a></li>
</ul>
<p></lang_en></p>
]]></content:encoded>
			<wfw:commentRss>http://junyent.org/2006/06/12/around-this-date-in-the-past%e2%80%a6-052/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Around this date in the pastâ€¦ 0.5.1</title>
		<link>http://junyent.org/2006/06/06/around-this-date-in-the-past%e2%80%a6-051/</link>
		<comments>http://junyent.org/2006/06/06/around-this-date-in-the-past%e2%80%a6-051/#comments</comments>
		<pubDate>Tue, 06 Jun 2006 18:12:55 +0000</pubDate>
		<dc:creator>joan</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress-plugins]]></category>

		<guid isPermaLink="false">http://www.junyent.org/arxius/2006/06/06/around-this-date-in-the-past%e2%80%a6-051/</guid>
		<description><![CDATA[[ ENGLISH VERSION ] [ VERSION EN CASTELLANO ] He corregit un parell d&#8217;errors dels plugins Around this date in the past&#8230; i Around this date in the past&#8230; Widget Edition. En concret, al plugin li he afegit (a petició d&#8217;en Borja) dos parí metres nous ($daysbefore i $daysafter). Ara té les mateixes opcions de configuració [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:junyent.org:blog:473"><!-- &nbsp; --></abbr>
<p><lang_ca><br />
[ <a href="http://www.junyent.org/blog/index.php?p=473&#038;lp_lang_view=en">ENGLISH VERSION</a> ] [ <a href="http://www.junyent.org/blog/index.php?p=473&#038;lp_lang_view=es">VERSION EN CASTELLANO</a> ]</p>
<p>He corregit un parell d&#8217;errors dels plugins <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-plugin/" title="Around this date in the past...">Around this date in the past&#8230;</a> i <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/" title="Around this date in the past... Widget Edition">Around this date in the past&#8230; Widget Edition</a>.</p>
<p>En concret, al plugin li he afegit (a petició d&#8217;en <a href="http://www.lamateporunyogur.net/">Borja</a>) dos parí metres nous ($daysbefore i $daysafter). Ara té les mateixes opcions de configuració que la versió widget. A la versió widget he corregit un error en el parí metre $yearsago que no estava ben definit i no l&#8217;hi feia cas.</p>
<p>Podeu descarregar-le la última versió (0.5.1) aquí­:</p>
<ul>
<li><a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-plugin/" title="Around this date in the past...">Around this date in the past&#8230;</a></li>
<li><a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/" title="Around this date in the past... Widget Edition">Around this date in the past&#8230; Widget Edition</a></li>
</ul>
<p></lang_ca><br />
<lang_es><br />
[ <a href="http://www.junyent.org/blog/index.php?p=473&#038;lp_lang_view=en">ENGLISH VERSION</a> ] [ <a href="http://www.junyent.org/blog/index.php?p=473">VERSIÓ EN CATALí€</a> ]</p>
<p>He corregido un par de errores de los plugins <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-plugin/" title="Around this date in the past...">Around this date in the past&#8230;</a> y <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/" title="Around this date in the past... Widget Edition">Around this date in the past&#8230; Widget Edition</a>.</p>
<p>En concreto, al plugin le he añadido (a sugeréncia de <a href="http://www.lamateporunyogur.net/">Borja</a>) dos parámetros nuevos ($daysbefore y $daysafter). Ahora tiene las mismas opciones de configuraión que la versión widget. En la versión widget he corregido un error con el parámetro $yearsago que no estaba bien definido y no le hacia caso.</p>
<p>Podeis descargar la última versión (0.5.1) aquí­:</p>
<ul>
<li><a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-plugin/" title="Around this date in the past...">Around this date in the past&#8230;</a></li>
<li><a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/" title="Around this date in the past... Widget Edition">Around this date in the past&#8230; Widget Edition</a></li>
</ul>
<p></lang_es><br />
<lang_en><br />
[ <a href="http://www.junyent.org/blog/index.php?p=473">VERSIÓ EN CATALí€</a> ] [ <a href="http://www.junyent.org/blog/index.php?p=473&#038;lp_lang_view=es">VERSIÓN EN CASTELLANO</a> ]</p>
<p>I fixed a coupple of bugs in the <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-plugin/" title="Around this date in the past...">Around this date in the past&#8230;</a> and <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/" title="Around this date in the past... Widget Edition">Around this date in the past&#8230; Widget Edition</a> plugins.</p>
<p>I added two new parameters (suggested by <a href="http://www.lamateporunyogur.net/">Borja</a>) to the plugin function ($daysbefore and $daysafter). Now it has the same configuration options as the widget version. In the widget version a fixed a bug with the $yearsago variable so now it can be set to something different to the default value.</p>
<p>You can download last version (0.5.1) here:</p>
<ul>
<li><a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-plugin/" title="Around this date in the past...">Around this date in the past&#8230;</a></li>
<li><a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/" title="Around this date in the past... Widget Edition">Around this date in the past&#8230; Widget Edition</a></li>
</ul>
<p></lang_en></p>
]]></content:encoded>
			<wfw:commentRss>http://junyent.org/2006/06/06/around-this-date-in-the-past%e2%80%a6-051/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack per al plugin Search Everything v. 2.2</title>
		<link>http://junyent.org/2006/06/01/hack-per-al-plugin-search-everything-v-22/</link>
		<comments>http://junyent.org/2006/06/01/hack-per-al-plugin-search-everything-v-22/#comments</comments>
		<pubDate>Thu, 01 Jun 2006 19:21:22 +0000</pubDate>
		<dc:creator>joan</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress-plugins]]></category>

		<guid isPermaLink="false">http://www.junyent.org/arxius/2006/06/01/hack-per-al-plugin-search-everything-v-22/</guid>
		<description><![CDATA[[ ENGLISH VERSION ] [ VERSION EN CASTELLANO ] De cara a un plugin que estic preparant, necessitava poder cercar dins dels miniposts (per defecte, el filtre que fa que no surtin en portada també afecta la cerca). &#8220;Afortunadament&#8221; en pof fa un temps va tenir el mateix problema que jo i va modificar el [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:junyent.org:blog:468"><!-- &nbsp; --></abbr>
<p><lang_ca><br />
[ <a href="http://www.junyent.org/blog/index.php?p=468&#038;lp_lang_view=en">ENGLISH VERSION</a> ] [ <a href="http://www.junyent.org/blog/index.php?p=468&#038;lp_lang_view=es">VERSION EN CASTELLANO</a> ]</p>
<p>De cara a un plugin que estic preparant, necessitava poder cercar dins dels <a href="http://doocy.net/mini-posts/">miniposts</a> (per defecte, el filtre que fa que no surtin en portada també afecta la cerca). &#8220;Afortunadament&#8221; en <a href="http://pof.eslack.org/blog/">pof</a> fa un temps va tenir el mateix problema que jo i va <a href="http://pof.eslack.org/blog/2006/03/17/miniposts-bookmarks-i-clipblog/">modificar el plugin Search Everything per a que cerqués també dins dels miniposts</a>.</p>
<p>Per a complicar més la cosa, no en tenia prou amb cercar el contingut dels miniposts, necessitava poder cercar dins les metadates dels posts que fóssin miniposts. Sí­, ja sé que això sembla voler buscar-li tres peus al gat, però era necessí ri. Com que la última versió del plugin <a href="http://dancameron.org/wordpress/wordpress-plugins/search-everything-wordpress-plugin/">Search Everything</a> ho permet, l&#8217;he agafat i l&#8217;hi he afegit el hack d&#8217;en pof.</p>
<p>Si a algú li és d&#8217;utilitat aquí­ teniu la versió 2.2 del plugin modificada: <a href="http://www.junyent.org/eines/php/wp_plugins/search_everything2.2.phps">Search Everything v. 2.2 (miniposts)</a></p>
<p><strong>NOTA:</strong> He afegit el hack de miniposts a la funció del filtre de &#8220;cercar pí gines&#8221; ja que és la més probable que estigui activada, però, de fet, podria estar en qualsevol dels altres filtres.<br />
</lang_ca><br />
<lang_es><br />
[ <a href="http://www.junyent.org/blog/index.php?p=468&#038;lp_lang_view=en">ENGLISH VERSION</a> ] [ <a href="http://www.junyent.org/blog/index.php?p=468">VERSIÓ EN CATALí€</a> ]</p>
<p>He modificado el plugin <a href="http://dancameron.org/wordpress/wordpress-plugins/search-everything-wordpress-plugin/">Search Everything</a> (versión 2.2) para que busque también dentro de los posts que son <a href="http://doocy.net/mini-posts/">miniposts</a>. La modificación se basa en la que <a href="http://pof.eslack.org/blog/">pof</a> hizo en su dia (<a href="http://pof.eslack.org/blog/2006/03/17/miniposts-bookmarks-i-clipblog/">&#8220;Miniposts, bookmarks i clipblog&#8221;</a>).</p>
<p>Podeis descargar la versión 2.2 del plugin modificada de aquí­: <a href="http://www.junyent.org/eines/php/wp_plugins/search_everything2.2.phps">Search Everything v. 2.2 (miniposts)</a></p>
<p><strong>NOTA:</strong> He añadido el hack de miniposts a la función del filtre para &#8220;buscar en páginas&#8221; ya que es el más probable que este activado, pero, de hecho, podrí­a estar en qualquiera de los otros filtros.<br />
</lang_es><br />
<lang_en><br />
[ <a href="http://www.junyent.org/blog/index.php?p=468">VERSIÓ EN CATALí€</a> ] [ <a href="http://www.junyent.org/blog/index.php?p=468&#038;lp_lang_view=es">VERSIÓN EN CASTELLANO</a> ]</p>
<p>I modified the plugin <a href="http://dancameron.org/wordpress/wordpress-plugins/search-everything-wordpress-plugin/">Search Everything</a> (version 2.2) in order to make it inside the <a href="http://doocy.net/mini-posts/">miniposts</a> posts. This hack is based in the one that <a href="http://pof.eslack.org/blog/">pof</a> did once ago (<a href="http://pof.eslack.org/blog/2006/03/17/miniposts-bookmarks-i-clipblog/">&#8220;Miniposts, bookmarks i clipblog&#8221;</a>).</p>
<p>You can download the modification of the 2.2 plugin version here: <a href="http://www.junyent.org/eines/php/wp_plugins/search_everything2.2.phps">Search Everything v. 2.2 (miniposts)</a></p>
<p><strong>NOTA:</strong> I added the miniposts&#8217; hack to the function&#8217;s filter for &#8220;searching in pages&#8221; as it is the most likely option to be active, but, in fact, it could be in any other filter.<br />
</lang_en></p>
]]></content:encoded>
			<wfw:commentRss>http://junyent.org/2006/06/01/hack-per-al-plugin-search-everything-v-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Around this date in the past&#8230; 0.5.01</title>
		<link>http://junyent.org/2006/06/01/around-this-date-in-the-past-0501/</link>
		<comments>http://junyent.org/2006/06/01/around-this-date-in-the-past-0501/#comments</comments>
		<pubDate>Thu, 01 Jun 2006 17:12:32 +0000</pubDate>
		<dc:creator>joan</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress-plugins]]></category>

		<guid isPermaLink="false">http://www.junyent.org/arxius/2006/06/01/around-this-date-in-the-past-0501/</guid>
		<description><![CDATA[[ ENGLISH VERSION ] [ VERSION EN CASTELLANO ] He corregit un error dels plugins Around this date in the past&#8230; i Around this date in the past&#8230; Widget Edition. En concret el que passava és que m&#8217;havia oblidat de passar el parí metre $limit a la consulta SQL. Ara ja estí  solucionat. Podeu descarregar-le la [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="oai:junyent.org:blog:467"><!-- &nbsp; --></abbr>
<p><lang_ca><br />
[ <a href="http://www.junyent.org/blog/index.php?p=467&#038;lp_lang_view=en">ENGLISH VERSION</a> ] [ <a href="http://www.junyent.org/blog/index.php?p=467&#038;lp_lang_view=es">VERSION EN CASTELLANO</a> ]</p>
<p>He corregit un error dels plugins <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-plugin/" title="Around this date in the past...">Around this date in the past&#8230;</a> i <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/" title="Around this date in the past... Widget Edition">Around this date in the past&#8230; Widget Edition</a>.</p>
<p>En concret el que passava és que m&#8217;havia oblidat de passar el parí metre $limit a la consulta SQL. Ara ja estí  solucionat.</p>
<p>Podeu descarregar-le la última versió (0.5.01) aquí­:</p>
<ul>
<li><a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-plugin/" title="Around this date in the past...">Around this date in the past&#8230;</a></li>
<li><a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/" title="Around this date in the past... Widget Edition">Around this date in the past&#8230; Widget Edition</a></li>
</ul>
<p></lang_ca><br />
<lang_es><br />
[ <a href="http://www.junyent.org/blog/index.php?p=467&#038;lp_lang_view=en">ENGLISH VERSION</a> ] [ <a href="http://www.junyent.org/blog/index.php?p=467">VERSIÓ EN CATALí€</a> ]</p>
<p>He corregido un error de los plugins <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-plugin/" title="Around this date in the past...">Around this date in the past&#8230;</a> y <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/" title="Around this date in the past... Widget Edition">Around this date in the past&#8230; Widget Edition</a>.</p>
<p>En concreto, lo que pasaba es que me oblidé de pasar el parámetro $limit a la consulta SQL. Ya está solucionado.</p>
<p>Podeis descargar la última versión (0.5.01) aquí­:</p>
<ul>
<li><a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-plugin/" title="Around this date in the past...">Around this date in the past&#8230;</a></li>
<li><a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/" title="Around this date in the past... Widget Edition">Around this date in the past&#8230; Widget Edition</a></li>
</ul>
<p></lang_es><br />
<lang_en><br />
[ <a href="http://www.junyent.org/blog/index.php?p=467">VERSIÓ EN CATALí€</a> ] [ <a href="http://www.junyent.org/blog/index.php?p=467&#038;lp_lang_view=es">VERSIÓN EN CASTELLANO</a> ]</p>
<p>I fixed a bug in the <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-plugin/" title="Around this date in the past...">Around this date in the past&#8230;</a> and <a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/" title="Around this date in the past... Widget Edition">Around this date in the past&#8230; Widget Edition</a> plugins.</p>
<p>The problem was that I forgot to pass the parameter $limit to the SQL query. Now, it works.</p>
<p>You can download last version (0.5.01) here:</p>
<ul>
<li><a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-plugin/" title="Around this date in the past...">Around this date in the past&#8230;</a></li>
<li><a href="http://www.junyent.org/blog/arxius/2006/05/20/around-this-date-in-the-past-wordpress-widget/" title="Around this date in the past... Widget Edition">Around this date in the past&#8230; Widget Edition</a></li>
</ul>
<p></lang_en></p>
]]></content:encoded>
			<wfw:commentRss>http://junyent.org/2006/06/01/around-this-date-in-the-past-0501/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

