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

<channel>
	<title>Command not found</title>
	<atom:link href="http://anibalpacheco.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://anibalpacheco.com/blog</link>
	<description>beta</description>
	<pubDate>Sat, 29 May 2010 21:37:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Conceptos de localía</title>
		<link>http://anibalpacheco.com/blog/post/p-50-conceptos-de-localia/</link>
		<comments>http://anibalpacheco.com/blog/post/p-50-conceptos-de-localia/#comments</comments>
		<pubDate>Sat, 29 May 2010 21:21:34 +0000</pubDate>
		<dc:creator>anibal</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

		<category><![CDATA[south africa 2010]]></category>

		<guid isPermaLink="false">http://anibalpacheco.com/blog/?p=50</guid>
		<description><![CDATA[Es sabido que el país que organiza el mundial ya está clasificado, en este caso para Sudáfrica 2010 se está cometiendo una gran injusticia, Lesoto debería estar clasificado.
Lesoto es un país que es más que local, está dentro del local. A no engañarnos, clasificar a Lesoto señores, es mucho más coehrente que organizar la payasada [...]]]></description>
			<content:encoded><![CDATA[<p>Es sabido que el país que organiza el mundial ya está clasificado, en este caso para Sudáfrica 2010 se está cometiendo una gran injusticia, <a href="http://es.wikipedia.org/wiki/Lesoto">Lesoto</a> debería estar clasificado.</p>
<p>Lesoto es un país que es más que local, está dentro del local. A no engañarnos, clasificar a Lesoto señores, es mucho más coehrente que organizar la payasada de Japón-Corea en 2002. Desde este pequeño rincón del ciberespacio quebramos una lanza zulú por Lesoto, lo dicho.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/LocationLesotho.svg/250px-LocationLesotho.svg.png" alt="" width="250" height="125" /></p>
<p style="text-align: left;">Y para los vivos que están pensando &#8220;¿Lesoto? ¿Lesoto tendrá selección?&#8221; aquí está la LEFA: <a href="http://www.cafonline.com/association/lesotho/information">http://www.cafonline.com/association/lesotho/information</a></p>
]]></content:encoded>
			<wfw:commentRss>http://anibalpacheco.com/blog/post/p-50-conceptos-de-localia/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ImportError: No module named interface</title>
		<link>http://anibalpacheco.com/blog/post/p-49-importerror-no-module-named-interface/</link>
		<comments>http://anibalpacheco.com/blog/post/p-49-importerror-no-module-named-interface/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 14:27:56 +0000</pubDate>
		<dc:creator>anibal</dc:creator>
		
		<category><![CDATA[programming]]></category>

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

		<category><![CDATA[python2.6]]></category>

		<guid isPermaLink="false">http://anibalpacheco.com/blog/?p=49</guid>
		<description><![CDATA[OS=Ubuntu 9.10
Python version=2.6
After install a zope module using pip, for example z3c.password your zope installation gets broken.
This is because pip have installed the module in /usr/local/lib/python2.6/dist-packages/zope and the original module zope.interface is in /usr/share/pyshared/zope/interface/ and has minor relevance when importing.
Quick fix:
cd /usr/local/lib/python2.6/dist-packages/zope
sudo ln -s /usr/share/pyshared/zope/interface/
]]></description>
			<content:encoded><![CDATA[<p>OS=Ubuntu 9.10<br />
Python version=2.6<br />
After install a zope module using pip, for example z3c.password your zope installation gets broken.</p>
<p>This is because pip have installed the module in /usr/local/lib/python2.6/dist-packages/zope and the original module zope.interface is in /usr/share/pyshared/zope/interface/ and has minor relevance when importing.</p>
<p>Quick fix:<br />
<code>cd /usr/local/lib/python2.6/dist-packages/zope<br />
sudo ln -s /usr/share/pyshared/zope/interface/</code></p>
]]></content:encoded>
			<wfw:commentRss>http://anibalpacheco.com/blog/post/p-49-importerror-no-module-named-interface/feed/</wfw:commentRss>
		</item>
		<item>
		<title>jQuery ui datepicker + jQuery editInPlace</title>
		<link>http://anibalpacheco.com/blog/post/p-47-jquery-ui-datepicker-jquery-editinplace/</link>
		<comments>http://anibalpacheco.com/blog/post/p-47-jquery-ui-datepicker-jquery-editinplace/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 17:30:51 +0000</pubDate>
		<dc:creator>anibal</dc:creator>
		
		<category><![CDATA[programming]]></category>

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

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

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

		<guid isPermaLink="false">http://anibalpacheco.com/blog/?p=47</guid>
		<description><![CDATA[The goal of this post is to show how editInPlace plugin for jQuery can be used with the ui.jQuery.datepicker. Jacob Terry already made this very good but modifying Dave Hauenstein&#8217;s editInPlace plugin.

Before show you the snippet here is the key: Use two elements, one for each widget, the datepicker hidden but with the icon option, [...]]]></description>
			<content:encoded><![CDATA[<p>The goal of this post is to show how <a href="http://code.google.com/p/jquery-in-place-editor/">editInPlace</a> plugin for jQuery can be used with the <a href="http://jqueryui.com/demos/datepicker">ui.jQuery.datepicker</a>. Jacob Terry <a href="http://www.jacobterry.com/editinplace.php">already made this very good</a> but modifying Dave Hauenstein&#8217;s editInPlace plugin.<a style="white-space: nowrap;" href="http://code.google.com/u/DaveHauenstein/"><br />
</a></p>
<p>Before show you <a href="http://dpaste.org/WHFi/">the snippet</a> here is the key: Use two elements, one for each widget, the datepicker hidden but with the icon option, and to trigger click &amp; blur events for the other in the onClose callback function of the datepicker.</p>
<p>There&#8217;s still an important (but I think not hard) TODO: Update the datepicker value when the editInPlace widget is edited by hand. Anyone can contribute?</p>
]]></content:encoded>
			<wfw:commentRss>http://anibalpacheco.com/blog/post/p-47-jquery-ui-datepicker-jquery-editinplace/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Consumo de ADSL por mail - ANTELDATA</title>
		<link>http://anibalpacheco.com/blog/post/p-46-consumo-de-adsl-por-mail-anteldata/</link>
		<comments>http://anibalpacheco.com/blog/post/p-46-consumo-de-adsl-por-mail-anteldata/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 22:09:13 +0000</pubDate>
		<dc:creator>anibal</dc:creator>
		
		<category><![CDATA[programming]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://anibalpacheco.com/blog/?p=46</guid>
		<description><![CDATA[cuentagigas.info es una interfaz simple para un bot(programa) que hace tiempo quería hacer para estar al tanto de cuántos gigas voy gastando en el adsl sin tener que estar entrando al sitio de anteldata, &#8230; si quieren probarlo:

Detalles técnicos:

El robot actualmente revisa el consumo 2 veces por día y decide si hay que enviar o [...]]]></description>
			<content:encoded><![CDATA[<p><a title="cuentagigas.info" href="http://cuentagigas.info">cuentagigas.info</a> es una interfaz simple para un bot(programa) que hace tiempo quería hacer para estar al tanto de cuántos gigas voy gastando en el adsl sin tener que estar entrando al sitio de anteldata, &#8230; si quieren probarlo:</p>
<p style="text-align: center;"><a title="cuentagigas.info" href="http://cuentagigas.info"><img class="aligncenter" src="http://li24-200.members.linode.com/anibal/cuentagigas.jpg" alt="cuentagigas.info" width="423" /></a></p>
<p style="text-align: left;"><strong>Detalles técnicos:</strong></p>
<ul>
<li>El robot actualmente revisa el consumo 2 veces por día y decide si hay que enviar o no una notificación a cada cuenta. Está hecho en Python, es un <a href="http://scrapy.org">Scrapy</a>-spider bastante simple. Si alguien quiere ver el código lo puedo publicar.<a href="http://scrapy.org"><br />
</a></li>
<li>La interfaz es un <a href="http://djangoproject.com/">Django</a>-site también bastante simple.</li>
<li>Permite dar de alta varios emails, útil cuando varias personas usan el mismo adsl. También permite cancelar el envío de notificaciones o cambiar los datos asociados. Se irá mejorando en base al feedback recibido.</li>
<li>Funciona con usuarios de adsl y adsl móvil.</li>
</ul>
<p>Gracias.</p>
]]></content:encoded>
			<wfw:commentRss>http://anibalpacheco.com/blog/post/p-46-consumo-de-adsl-por-mail-anteldata/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JSP mysql tomcat5.5 debian: forbidden by default</title>
		<link>http://anibalpacheco.com/blog/post/p-45-jsp-mysql-tomcat55-debian-forbidden-by-default/</link>
		<comments>http://anibalpacheco.com/blog/post/p-45-jsp-mysql-tomcat55-debian-forbidden-by-default/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 18:41:51 +0000</pubDate>
		<dc:creator>anibal</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anibalpacheco.com/blog/?p=45</guid>
		<description><![CDATA[If you are getting this error while trying to connect to mysql from JSP in debian:
java.net.SocketPermission 127.0.0.1:3306 connect,resolve
Then you should allow the connection in tomcat policy, add this line:
&#8220;java.net.SocketPermission 127.0.0.1:3306 connect,resolve&#8221; to the &#8220;grant{&#8221; block in the file &#8220;/etc/tomcat5.5/policy.d/04webapps.policy&#8221;
source: http://www.linuxquestions.org/questions/programming-9/jspjava-mysql-connection-fails-218903/
]]></description>
			<content:encoded><![CDATA[<p>If you are getting this error while trying to connect to mysql from JSP in debian:</p>
<p><strong>java.net.SocketPermission 127.0.0.1:3306 connect,resolve</strong></p>
<p>Then you should allow the connection in tomcat policy, add this line:</p>
<p>&#8220;<strong>java.net.SocketPermission 127.0.0.1:3306 connect,resolve</strong>&#8221; to the &#8220;grant{&#8221; block in the file &#8220;<strong>/etc/tomcat5.5/policy.d/04webapps.policy</strong>&#8221;</p>
<p>source: http://www.linuxquestions.org/questions/programming-9/jspjava-mysql-connection-fails-218903/</p>
]]></content:encoded>
			<wfw:commentRss>http://anibalpacheco.com/blog/post/p-45-jsp-mysql-tomcat55-debian-forbidden-by-default/feed/</wfw:commentRss>
		</item>
		<item>
		<title>trac-accountmanager in debian</title>
		<link>http://anibalpacheco.com/blog/post/p-44-trac-accountmanager-in-debian/</link>
		<comments>http://anibalpacheco.com/blog/post/p-44-trac-accountmanager-in-debian/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 00:23:56 +0000</pubDate>
		<dc:creator>anibal</dc:creator>
		
		<category><![CDATA[linux]]></category>

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

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

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

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

		<guid isPermaLink="false">http://anibalpacheco.com/blog/?p=44</guid>
		<description><![CDATA[This advice is probably  too late for you but: Don&#8217;t install the package trac-accountmanager in debian, seems broken. Install the plugin directly with &#8220;sudo easy-install &#8230;&#8221; as described in track-hacks.org
Corolary: why I&#8217;m using ArchLinux? Speed. And also because I have about an 80% less packages installed by hand. Also I can contrib easily with [...]]]></description>
			<content:encoded><![CDATA[<p>This advice is probably  too late for you but: Don&#8217;t install the package trac-accountmanager in debian, seems broken. Install the plugin directly with &#8220;sudo easy-install &#8230;&#8221; as described in track-hacks.org<br />
Corolary: why I&#8217;m using ArchLinux? Speed. And also because I have about an 80% less packages installed by hand. Also I can contrib easily with new packages in AUR.</p>
]]></content:encoded>
			<wfw:commentRss>http://anibalpacheco.com/blog/post/p-44-trac-accountmanager-in-debian/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JSP Hello World Howto</title>
		<link>http://anibalpacheco.com/blog/post/p-43-jsp-hello-world-howto/</link>
		<comments>http://anibalpacheco.com/blog/post/p-43-jsp-hello-world-howto/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 20:50:23 +0000</pubDate>
		<dc:creator>anibal</dc:creator>
		
		<category><![CDATA[linux]]></category>

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

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

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

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

		<guid isPermaLink="false">http://anibalpacheco.com/blog/?p=43</guid>
		<description><![CDATA[This can be called a howto of &#8220;How can I make a hello world in JSP without unnecessary tools like, Eclipse, struts, servlets, JBoss, etc.?&#8221; only you, your text editor, tomcat and of course, your GNU-Linux box.
1. Create a directory anywhere to store your app, let&#8217;s create one called &#8220;myapp&#8221;: mkdir myapp
2. Create your hello.jsp [...]]]></description>
			<content:encoded><![CDATA[<p>This can be called a howto of &#8220;How can I make a hello world in JSP without unnecessary tools like, Eclipse, struts, servlets, JBoss, etc.?&#8221; only you, your text editor, tomcat and of course, your GNU-Linux box.</p>
<p>1. Create a directory anywhere to store your app, let&#8217;s create one called &#8220;myapp&#8221;: mkdir myapp</p>
<p>2. Create your hello.jsp web page: echo &#8216;&lt;% String hello=&#8221;Hello World&#8221;; %&gt;&lt;%=hello%&gt;&#8217; &gt; myapp/hello.jsp</p>
<p>3. Create your app&#8217;s web.xml file, you should have this file under (create it) the WEB-INF directory, under &#8220;myapp&#8221;:</p>
<p>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;ISO-8859-1&#8243;?&gt;<br />
&lt;web-app xmlns=&#8221;http://java.sun.com/xml/ns/j2ee&#8221;<br />
xmlns:xsi=&#8221;http://www.w3.org/2001/XMLSchema-instance&#8221;<br />
xsi:schemaLocation=&#8221;http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd&#8221;<br />
version=&#8221;2.4&#8243;&gt;<br />
&lt;display-name&gt;Hello World&lt;/display-name&gt;<br />
&lt;description&gt;My hello world app.&lt;/description&gt;<br />
&lt;welcome-file-list&gt;<br />
&lt;welcome-file&gt;hello.jsp&lt;/welcome-file&gt;<br />
&lt;/welcome-file-list&gt;<br />
&lt;/web-app&gt;</p>
<p>4. Install tomcat, for example, in Arch I&#8217;ve typed: sudo pacman -Sy  tomcat</p>
<p>5. Make your app. available: sudo ln -s /path/to/myapp /opt/tomcat/webapps</p>
<p>6. Start tomcat, for example, in arch I&#8217;ve typed: sudo /etc/rc.d/tomcat start</p>
<p>7. Point your browser to: localhost:8080/myapp</p>
]]></content:encoded>
			<wfw:commentRss>http://anibalpacheco.com/blog/post/p-43-jsp-hello-world-howto/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Python: using a module written in C</title>
		<link>http://anibalpacheco.com/blog/post/p-42-python-using-a-module-written-in-c/</link>
		<comments>http://anibalpacheco.com/blog/post/p-42-python-using-a-module-written-in-c/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 05:38:57 +0000</pubDate>
		<dc:creator>anibal</dc:creator>
		
		<category><![CDATA[linux]]></category>

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

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

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

		<guid isPermaLink="false">http://anibalpacheco.com/blog/?p=42</guid>
		<description><![CDATA[This is a brief tutorial for using a module written in C inside a Python program. It&#8217;s a summarized recipe fr those who want to run and test something fast without falling in reading the docs, but I recommend to read.
[1] http://docs.python.org/extending/extending.html
[2] http://docs.python.org/extending/building.html
Let&#8217;s write a module called spam, the same as the example in [1], [...]]]></description>
			<content:encoded><![CDATA[<p>This is a brief tutorial for using a module written in C inside a Python program. It&#8217;s a summarized recipe fr those who want to run and test something fast without falling in reading the docs, but I recommend to read.</p>
<p>[1] <a href="http://docs.python.org/extending/extending.html">http://docs.python.org/extending/extending.html</a><br />
[2] <a href="http://docs.python.org/extending/building.html">http://docs.python.org/extending/building.html</a></p>
<p>Let&#8217;s write a module called spam, the same as the example in [1], our spammodule.c will look like this:</p>
<pre>
#include <Python.h>
static PyObject *SpamError;
static PyObject *
spam_system(PyObject *self, PyObject *args){
    const char *command;
    int sts;
    if (!PyArg_ParseTuple(args, &#8220;s&#8221;, &#038;command))
        return NULL;
    sts = system(command);
    return Py_BuildValue(&#8221;i&#8221;, sts);
}
static PyMethodDef SpamMethods[] = {
    {&#8221;system&#8221;,  spam_system, METH_VARARGS,
     &#8220;Execute a shell command.&#8221;},
    {NULL, NULL, 0, NULL}        /* Sentinel */
};
PyMODINIT_FUNC
initspam(void){
    PyObject *m;
    m = Py_InitModule(&#8221;spam&#8221;, SpamMethods);
    if (m == NULL)
        return;
    SpamError = PyErr_NewException(&#8221;spam.error&#8221;, NULL, NULL);
    Py_INCREF(SpamError);
    PyModule_AddObject(m, &#8220;error&#8221;, SpamError);
}
</pre>
<p>Ok, now, rather than compiling it by hand, let&#8217;s use an automated mechanism: distutils [2]. Edit a setup.py file which will be the &#8220;driver&#8221; for compile and make yur module in C importable from Python.</p>
<pre>
from distutils.core import setup, Extension
module1 = Extension('spam', sources = ['spammodule.c'])
setup(name = &#8216;PackageName&#8217;, version = &#8216;1.0&#8242;, description = &#8216;This is a demo package&#8217;,
          ext_modules = [module1])
</pre>
<p>Compile the C module using the driver: <strong>$ python setup.py build</strong><br />
An example of the output I get:</p>
<pre>
running build
running build_ext
building 'spam' extension
creating build
creating build/temp.linux-x86_64-2.6
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c spammodule.c -o build/temp.linux-x86_64-2.6/spammodule.o
creating build/lib.linux-x86_64-2.6
gcc -pthread -shared build/temp.linux-x86_64-2.6/spammodule.o -L/usr/lib -lpython2.6 -o build/lib.linux-x86_64-2.6/spam.so
</pre>
<p>Test it!, depending on your platform and settings you&#8217;ll get a directory tree created, I&#8217;ll cd into mine:</p>
<pre>
$ cd build/lib.linux-x86_64-2.6
$ python
>>> import spam
>>> spam.system('echo "hello world"')
hello world
0
>>>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://anibalpacheco.com/blog/post/p-42-python-using-a-module-written-in-c/feed/</wfw:commentRss>
		</item>
		<item>
		<title>re-quemado</title>
		<link>http://anibalpacheco.com/blog/post/p-41-re-quemado/</link>
		<comments>http://anibalpacheco.com/blog/post/p-41-re-quemado/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 05:22:48 +0000</pubDate>
		<dc:creator>anibal</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anibalpacheco.com/blog/?p=41</guid>
		<description><![CDATA[Peñarol presentará hoy ante la AUF una propuesta para que la liguilla &#8220;la jueguen todos&#8221;: que los 6 primeros clasifiquen al campeonato uruguayo y los demás a las copas
Estaría todo pronto para que en las próximas horas la dirigencia de peñarol presente ante la AUF una propuesta innovadora para el fútbol profesional uruguayo, jugar primero [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong><em>Peñarol presentará hoy ante la AUF una propuesta para que la liguilla &#8220;la jueguen todos&#8221;: que los 6 primeros clasifiquen al campeonato uruguayo y los demás a las copas</em></strong></p>
<p style="text-align: left;">Estaría todo pronto para que en las próximas horas la dirigencia de peñarol presente ante la AUF una propuesta innovadora para el fútbol profesional uruguayo, jugar primero la liguilla y que la misma clasifique al uruguayo y los que no lleguen, vayan a las copas. &#8220;Nos parece lógico, esto está muy quieto, hay que modificar el reglamento nuevamente, ya hace casi un año que está igual!&#8221;, declaró el presidente de peñarol el sr. Damianchi en diálogo con la prensa deportiva, &#8220;tenemos que ajustarnos, en todo el mundo se está ideando algo parecido. Así podemos optar por dedicarnos a una o a otra cosa, por ejemplo, ahora estaríamos en zona de Copa Libertadores. El año que viene entramos al uruguayo y así&#8230;&#8221;.  -Pero usted ha tenido apoyo del resto de la dirigencia del club?. -&#8221;Que si he tenido apoyo? pero por favor pibe&#8221; -Pero no cree que esto perjudica a algunos equipos? -&#8221;Peñarol es peñarol&#8221; En definitiva no se pudieron obtener argumentos sólidos en favor de la propuesta, lo cual indica que la misma tiene firmes chances de ser adoptada por la AUF.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://li24-200.members.linode.com/anibal/Carvao.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://anibalpacheco.com/blog/post/p-41-re-quemado/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Penca de la copa libertadores 2009</title>
		<link>http://anibalpacheco.com/blog/post/p-39-penca-de-la-copa-libertadores-2009/</link>
		<comments>http://anibalpacheco.com/blog/post/p-39-penca-de-la-copa-libertadores-2009/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 06:02:48 +0000</pubDate>
		<dc:creator>anibal</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://anibalpacheco.com/blog/?p=39</guid>
		<description><![CDATA[Amigos, se largó la penca de la libertadores, en predgame.com
La idea es la de siempre, divertirnos entre amigos jugando un poco. Por que un dominio nuevo? bueno, la idea es que el sitio vaya creciendo, por ahora se está desarrollando de a poco, en los ratos libres  pero la idea es seguirlo. Django y [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://predgame.com/predgame/media/site_media/predictiongame/lanterna.gif" alt="" width="48" height="48" />Amigos, se largó la penca de la libertadores, en <a title="penca de la libertadores" href="http://predgame.com/" target="_blank">predgame.com</a></p>
<p>La idea es la de siempre, divertirnos entre amigos jugando un poco. Por que un dominio nuevo? bueno, la idea es que el sitio vaya creciendo, por ahora se está desarrollando de a poco, en los ratos libres <img src='http://anibalpacheco.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> pero la idea es seguirlo. <a href="http://djangoproject.com/" target="_blank">Django</a> y <a href="http://pinaxproject.com" target="_blank">Pinax</a> han ayudado mucho a la rápida puesta en producción del sitio pero lógicamente se necesitan ajustes. Tenemos muchas ideas desde hace tiempo para esto con varios amigos, el sitio esta listo para jugar pero le faltan muchas features muy necesarias que iran saliendo de a poco, por ejemplo:</p>
<ul>
<li><span style="text-decoration: line-through;">Aviso de falta de pronosticos por email</span></li>
<li><span style="text-decoration: line-through;">Scraping de partidos y resultados usando <a href="http://scrapy.org" target="_blank">scrapy</a></span></li>
<li>Autenticacion segura</li>
<li><span style="text-decoration: line-through;">Multipenca support</span></li>
<li>Mas idiomas en la i18n</li>
<li>Muchas mejoras en la gui</li>
<li>Conseguir sponsor para que hayan premios <img src='http://anibalpacheco.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p>saludos !!</p>
]]></content:encoded>
			<wfw:commentRss>http://anibalpacheco.com/blog/post/p-39-penca-de-la-copa-libertadores-2009/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
