<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Instalacion</title><link>https://sourceforge.net/p/simatconky/wiki/Instalacion/</link><description>Recent changes to Instalacion</description><atom:link href="https://sourceforge.net/p/simatconky/wiki/Instalacion/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 12 May 2012 22:34:52 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/simatconky/wiki/Instalacion/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Instalacion modified by David Moreno</title><link>https://sourceforge.net/p/simatconky/wiki/Instalacion/</link><description>&lt;pre&gt;--- v9 
+++ v10 
@@ -37,46 +37,3 @@
 O en Ubuntu:
 
 &gt; sudo apt-get install libwww-perl libhtml-strip-perl
-
-&lt;br&gt;
-
-***
-
-Problemas comunes
-=================
-simat-conky no muestra ninguna información
-------------------------------------------
-
-Esto puede deberse a varias causas:
-
-* **La ruta es incorrecta**&lt;br&gt;&lt;br&gt;
-Revisa la ruta hacia simat-conky.pl en tu *.conkyrc*.&lt;br&gt;&amp;nbsp;
-* **No hay permiso de ejecución**&lt;br&gt;&lt;br&gt;
-Dale permiso de ejecución a simat-conky.pl&lt;br&gt;&amp;nbsp;
-* **Red local lenta o sitio web de simat con mucho tráfico**&lt;br&gt;&lt;br&gt;
-Trata de esperar algo mas de 10 minutos o reinicia conky:&lt;br&gt;&amp;nbsp;
-&gt; killall -SIGUSR1 conky
-
-&lt;br&gt;
-
-simat-conky no se muestra totalmente
-------------------------------------
-
-El buffer de texto de conky es demasiado pequeño, agrega la siguiente línea a tu *.conkyrc*:
-
-&gt; text_buffer_size 720
-
-&lt;br&gt;
-
-simat-conky se muestra totalmente, pero la información aparece desordenada
---------------------------------------------------------------------------
-
-Es necesario utilizar una fuente monoespaciada. Puedes tratar especificando la fuente por default:
-
-&gt; font Monospace:size=8
-
-&lt;br&gt;
-
-O bien, especificar una fuente sólo para simat-conky:
-
-&gt; **${font monospace:size=8}**${execpi 600 /PATH/simat-conky.pl}**${font}**
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Moreno</dc:creator><pubDate>Sat, 12 May 2012 22:34:52 -0000</pubDate><guid>https://sourceforge.net375f2c918a724b525657ab23d6f62979ab3f0969</guid></item><item><title>WikiPage Instalacion modified by David Moreno</title><link>https://sourceforge.net/p/simatconky/wiki/Instalacion/</link><description>&lt;pre&gt;--- v8 
+++ v9 
@@ -1,43 +1,82 @@
 Instalación de simat-conky
 ==========================
 
-Coloca simat-conky.pl en algún directorio apropiado. Por ejemplo:
-
+* Coloca simat-conky.pl en algún directorio apropiado. Por ejemplo:
+
 &gt; .conky_scripts/
 
-
-Edita tu conkyrc y agrega esta línea:
+&lt;br&gt;
+
+* Dale permiso de ejecución (sustituyendo **PATH** por la ruta hacia simat-conky.pl):
+
+&gt; chmod u+x PATH/simat-conky.pl
+
+&lt;br&gt;
+Esto también puedes hacerlo desde Nautilus, Thunar, etc.
+&lt;br&gt;&amp;nbsp;
+
+* Edita tu *.conkyrc* y agrega esta línea:
 
 &gt; ${execpi 600 /PATH/simat-conky.pl}
 
-
-Sustituyendo PATH con la ruta hacia simat-conky.pl, en este caso quedaría así:
+&lt;br&gt;
+
+Recuerda cambiar **PATH** por la ruta completa hacia simat-conky.pl. Debe de quedar algo como esto:
 
 &gt; ${execpi 600 /home/user/.conky_scripts/simat-conky.pl}
 
-
-Posiblemente tengas que instalar los paquetes **libwww-perl** y **libhtml-strip-perl**. Esto es muy fácil en los sistemas Debian:
+&lt;br&gt;
+
+* Posiblemente tengas que instalar los paquetes **libwww-perl** y **libhtml-strip-perl**. Esto es muy fácil en los sistemas Debian:
+
+&gt; su
+&gt; apt-get install libwww-perl libhtml-strip-perl
+
+&lt;br&gt;
+
+O en Ubuntu:
 
 &gt; sudo apt-get install libwww-perl libhtml-strip-perl
 
+&lt;br&gt;
+
 ***
 
 Problemas comunes
------------------
-
-**simat-conky no se muestra totalmente**
+=================
+simat-conky no muestra ninguna información
+------------------------------------------
+
+Esto puede deberse a varias causas:
+
+* **La ruta es incorrecta**&lt;br&gt;&lt;br&gt;
+Revisa la ruta hacia simat-conky.pl en tu *.conkyrc*.&lt;br&gt;&amp;nbsp;
+* **No hay permiso de ejecución**&lt;br&gt;&lt;br&gt;
+Dale permiso de ejecución a simat-conky.pl&lt;br&gt;&amp;nbsp;
+* **Red local lenta o sitio web de simat con mucho tráfico**&lt;br&gt;&lt;br&gt;
+Trata de esperar algo mas de 10 minutos o reinicia conky:&lt;br&gt;&amp;nbsp;
+&gt; killall -SIGUSR1 conky
+
+&lt;br&gt;
+
+simat-conky no se muestra totalmente
+------------------------------------
 
 El buffer de texto de conky es demasiado pequeño, agrega la siguiente línea a tu *.conkyrc*:
 
 &gt; text_buffer_size 720
 
-
-**simat-conky se muestra totalmente, pero la información aparece desordenada**
+&lt;br&gt;
+
+simat-conky se muestra totalmente, pero la información aparece desordenada
+--------------------------------------------------------------------------
 
 Es necesario utilizar una fuente monoespaciada. Puedes tratar especificando la fuente por default:
 
 &gt; font Monospace:size=8
 
-O bien, espeficicar una fuente sólo para simat-conky:
+&lt;br&gt;
+
+O bien, especificar una fuente sólo para simat-conky:
 
 &gt; **${font monospace:size=8}**${execpi 600 /PATH/simat-conky.pl}**${font}**
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Moreno</dc:creator><pubDate>Sat, 12 May 2012 11:40:32 -0000</pubDate><guid>https://sourceforge.net0b0891b849ff72936b613c5b22841b6a807c5cbd</guid></item><item><title>WikiPage Instalacion modified by David Moreno</title><link>https://sourceforge.net/p/simatconky/wiki/Instalacion/</link><description>&lt;pre&gt;--- v7 
+++ v8 
@@ -20,6 +20,7 @@
 
 &gt; sudo apt-get install libwww-perl libhtml-strip-perl
 
+***
 
 Problemas comunes
 -----------------
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Moreno</dc:creator><pubDate>Sat, 12 May 2012 10:47:11 -0000</pubDate><guid>https://sourceforge.netb35eae26b842cb527bdcc4efdad5f81674a1e84e</guid></item><item><title>WikiPage Instalacion modified by David Moreno</title><link>https://sourceforge.net/p/simatconky/wiki/Instalacion/</link><description>&lt;pre&gt;--- v6 
+++ v7 
@@ -5,26 +5,31 @@
 
 &gt; .conky_scripts/
 
+
 Edita tu conkyrc y agrega esta línea:
 
 &gt; ${execpi 600 /PATH/simat-conky.pl}
 
+
 Sustituyendo PATH con la ruta hacia simat-conky.pl, en este caso quedaría así:
 
 &gt; ${execpi 600 /home/user/.conky_scripts/simat-conky.pl}
 
+
 Posiblemente tengas que instalar los paquetes **libwww-perl** y **libhtml-strip-perl**. Esto es muy fácil en los sistemas Debian:
 
 &gt; sudo apt-get install libwww-perl libhtml-strip-perl
 
+
 Problemas comunes
 -----------------
 
 **simat-conky no se muestra totalmente**
 
 El buffer de texto de conky es demasiado pequeño, agrega la siguiente línea a tu *.conkyrc*:
 
 &gt; text_buffer_size 720
+
 
 **simat-conky se muestra totalmente, pero la información aparece desordenada**
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Moreno</dc:creator><pubDate>Sat, 12 May 2012 10:45:48 -0000</pubDate><guid>https://sourceforge.net6c3fcbe93df5c790c31b65172480f97ca6f275b9</guid></item><item><title>WikiPage Instalacion modified by David Moreno</title><link>https://sourceforge.net/p/simatconky/wiki/Instalacion/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -20,8 +20,18 @@
 Problemas comunes
 -----------------
 
-**Simat-conky no se muestra totalmente**
-
-El buffer de texto de conky es demasiado pequeño, agrega la siguiente línea a tu *.conkyrc*
-
+**simat-conky no se muestra totalmente**
+
+El buffer de texto de conky es demasiado pequeño, agrega la siguiente línea a tu *.conkyrc*:
+
 &gt; text_buffer_size 720
+
+**simat-conky se muestra totalmente, pero la información aparece desordenada**
+
+Es necesario utilizar una fuente monoespaciada. Puedes tratar especificando la fuente por default:
+
+&gt; font Monospace:size=8
+
+O bien, espeficicar una fuente sólo para simat-conky:
+
+&gt; **${font monospace:size=8}**${execpi 600 /PATH/simat-conky.pl}**${font}**
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Moreno</dc:creator><pubDate>Sat, 12 May 2012 08:40:45 -0000</pubDate><guid>https://sourceforge.net78c549fb6cd6c340b701d486542b2a739e828629</guid></item><item><title>WikiPage Instalacion modified by David Moreno</title><link>https://sourceforge.net/p/simatconky/wiki/Instalacion/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -16,3 +16,12 @@
 Posiblemente tengas que instalar los paquetes **libwww-perl** y **libhtml-strip-perl**. Esto es muy fácil en los sistemas Debian:
 
 &gt; sudo apt-get install libwww-perl libhtml-strip-perl
+
+Problemas comunes
+-----------------
+
+**Simat-conky no se muestra totalmente**
+
+El buffer de texto de conky es demasiado pequeño, agrega la siguiente línea a tu *.conkyrc*
+
+&gt; text_buffer_size 720
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Moreno</dc:creator><pubDate>Wed, 09 May 2012 21:31:59 -0000</pubDate><guid>https://sourceforge.netcf082624414abfc17ee10c6099c99e0b532ad789</guid></item><item><title>WikiPage Instalacion modified by David Moreno</title><link>https://sourceforge.net/p/simatconky/wiki/Instalacion/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -9,6 +9,10 @@
 
 &gt; ${execpi 600 /PATH/simat-conky.pl}
 
+Sustituyendo PATH con la ruta hacia simat-conky.pl, en este caso quedaría así:
+
+&gt; ${execpi 600 /home/user/.conky_scripts/simat-conky.pl}
+
 Posiblemente tengas que instalar los paquetes **libwww-perl** y **libhtml-strip-perl**. Esto es muy fácil en los sistemas Debian:
 
 &gt; sudo apt-get install libwww-perl libhtml-strip-perl
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Moreno</dc:creator><pubDate>Tue, 08 May 2012 03:04:49 -0000</pubDate><guid>https://sourceforge.neta5248db1d55001dc5184684a5b06feb7048bff71</guid></item><item><title>WikiPage Instalacion modified by David Moreno</title><link>https://sourceforge.net/p/simatconky/wiki/Instalacion/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -3,12 +3,12 @@
 
 Coloca simat-conky.pl en algún directorio apropiado. Por ejemplo:
 
-.conky_scripts/
-
+&gt; .conky_scripts/
+
 Edita tu conkyrc y agrega esta línea:
 
-${execpi 600 /PATH/simat-conky.pl}
+&gt; ${execpi 600 /PATH/simat-conky.pl}
 
 Posiblemente tengas que instalar los paquetes **libwww-perl** y **libhtml-strip-perl**. Esto es muy fácil en los sistemas Debian:
 
-sudo apt-get install libwww-perl libhtml-strip-perl
+&gt; sudo apt-get install libwww-perl libhtml-strip-perl
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Moreno</dc:creator><pubDate>Tue, 08 May 2012 03:02:35 -0000</pubDate><guid>https://sourceforge.netab6fd8c7e63e44676742f7f332456626bd2b4f95</guid></item><item><title>WikiPage Instalacion modified by David Moreno</title><link>https://sourceforge.net/p/simatconky/wiki/Instalacion/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -9,6 +9,6 @@
 
 ${execpi 600 /PATH/simat-conky.pl}
 
-Posiblemente tengas que instalar los paquetes *libwww-perl* y *libhtml-strip-perl*. Esto es muy fácil en los sistemas Debian:
+Posiblemente tengas que instalar los paquetes **libwww-perl** y **libhtml-strip-perl**. Esto es muy fácil en los sistemas Debian:
 
 sudo apt-get install libwww-perl libhtml-strip-perl
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Moreno</dc:creator><pubDate>Tue, 08 May 2012 02:20:50 -0000</pubDate><guid>https://sourceforge.net02fc52ae6048a03edb87bae4851f8a51320f3233</guid></item><item><title>WikiPage Instalacion modified by David Moreno</title><link>https://sourceforge.net/p/simatconky/wiki/Instalacion/</link><description>Instalación de simat-conky
==========================

Coloca simat-conky.pl en algún directorio apropiado. Por ejemplo:

.conky_scripts/

Edita tu conkyrc y agrega esta línea:

${execpi 600 /PATH/simat-conky.pl}

Posiblemente tengas que instalar los paquetes *libwww-perl* y *libhtml-strip-perl*. Esto es muy fácil en los sistemas Debian:

sudo apt-get install libwww-perl libhtml-strip-perl</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">David Moreno</dc:creator><pubDate>Tue, 08 May 2012 02:17:31 -0000</pubDate><guid>https://sourceforge.netd014512ccc4a93efeb38311ef6e02d5d7efb9b9b</guid></item></channel></rss>