<?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>Marco Rodrigues - Personal Page</title>
	<atom:link href="http://marco.tondela.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://marco.tondela.org</link>
	<description>TI, Coding, Ideas, Facts and News</description>
	<lastBuildDate>Wed, 03 Mar 2010 23:20:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Your public_html with PHP5 isn&#8217;t working in Ubuntu 10.04 Lucid ?</title>
		<link>http://marco.tondela.org/2010/03/your-public_html-with-php5-isnt-working-in-ubuntu-lucid/</link>
		<comments>http://marco.tondela.org/2010/03/your-public_html-with-php5-isnt-working-in-ubuntu-lucid/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 23:19:44 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[public_html]]></category>

		<guid isPermaLink="false">http://marco.tondela.org/?p=235</guid>
		<description><![CDATA[This weekend I&#8217;ve dist-upgraded from Ubuntu 9.10 *Karmic* to Ubuntu 10.04 *Lucid*, but only today I got a problem&#8230;
This was a big headache to figure out. First I got uninstallable packages for Apache2. In one or two hours I got the mirror updated and then installed it again, but my public_html with PHP5 stopped working.
I [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend I&#8217;ve dist-upgraded from Ubuntu 9.10 *Karmic* to Ubuntu 10.04 *Lucid*, but only today I got a problem&#8230;</p>
<p>This was a big headache to figure out. First I got uninstallable packages for Apache2. In one or two hours I got the mirror updated and then installed it again, but my public_html with PHP5 stopped working.<br />
I tried many things, like apt-get &#8211;reinstall, aptitude -o DPkg::Options::=&#8221;&#8211;force-confmiss&#8221; on apache2 + php5 packages and nothing was solving my problem.</p>
<p>So I&#8217;ve investigated a little more.. why the hell my ~userdir isn&#8217;t working with PHP5 and keep me asking to download the php source file, when the &#8216;localhost&#8217; was working perfectly. Damn.. a bad day? ;(</p>
<p>So let&#8217;s analyze it..</p>
<p>$ sudo vim /etc/apache2/mods-enabled/php5.conf</p>
<pre class="brush: xml">
    &lt;ifmodule mod_userdir.c&gt;
        &lt;directory /home/*/public_html&gt;
            php_admin_value engine Off
        &lt;/directory&gt;
    &lt;/ifmodule&gt;
</pre>
<p>Looks like the php engine was disabled for public_html directories, so we need to change it from Off to On and then: $ sudo service apache2 reload</p>
<p>Still not working.. but after some hours later of investigation, I figured out that if I comment that lines of mod_userdir.c and then: $ sudo service apache2 reload, it will just work like always.</p>
<pre class="brush: xml">
#    &lt;ifmodule mod_userdir.c&gt;
#        &lt;directory /home/*/public_html&gt;
#            php_admin_value engine On
#        &lt;/directory&gt;
#    &lt;/ifmodule&gt;
</pre>
<p>Just this <img src='http://marco.tondela.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Why &#8220;php_admin_value engine On&#8221; doesn&#8217;t work? It was supposed too..</p>
]]></content:encoded>
			<wfw:commentRss>http://marco.tondela.org/2010/03/your-public_html-with-php5-isnt-working-in-ubuntu-lucid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D Engine v1.0 em C &#8211; Trabalho final de 12º ano de TLP</title>
		<link>http://marco.tondela.org/2010/02/3d-engine-v1-0-em-c-trabalho-final-de-12%c2%ba-ano-de-tlp/</link>
		<comments>http://marco.tondela.org/2010/02/3d-engine-v1-0-em-c-trabalho-final-de-12%c2%ba-ano-de-tlp/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 11:28:49 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[c]]></category>
		<category><![CDATA[escola]]></category>
		<category><![CDATA[informatica]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[Turbo C++]]></category>

		<guid isPermaLink="false">http://marco.tondela.org/?p=218</guid>
		<description><![CDATA[Encontrei uma daquelas relíquias nos meus backups, que é sempre bom partilhar, pois poderá ajudar alguém que precise de umas dicas / ideias para o projecto final de TLP do 12º ano. Ao contrário de alguns colegas meus da altura, em que nada foi partilhado, eu não tenho qualquer problema em fazê-lo, bem porque a [...]]]></description>
			<content:encoded><![CDATA[<p>Encontrei uma daquelas relíquias nos meus backups, que é sempre bom partilhar, pois poderá ajudar alguém que precise de umas dicas / ideias para o projecto final de TLP do 12º ano. Ao contrário de alguns colegas meus da altura, em que nada foi partilhado, eu não tenho qualquer problema em fazê-lo, bem porque a minha base serviu na altura para outros colegas.</p>
<p>/*<br />
<strong>3D Engine v1.0 em C com duas funções em Assembly!</strong> <img src='http://marco.tondela.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Composição de quatro pirâmides pentagonais de base centrada na origem com a altura oito vezes superior a medida da aresta da base.</p>
<p>Por Marco Rodrigues em 2003 &#8211; http://Marco.Tondela.org</p>
<p>Requisitos: Turbo C++ 3.0 para Ms-Dos.<br />
Nota: Devido ao Assembly a Instruction Set do compilador tem de ser 80186.<br />
*/</p>
<p><a href="http://marco.tondela.org/stuff/3dengine10.cpp">3D Engine v1.0 em C</a></p>
<p>P.S:. Obrigado Prof. Cortez por toda a ajuda quando precisei.</p>
<p>EnJoY It <img src='http://marco.tondela.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://marco.tondela.org/2010/02/3d-engine-v1-0-em-c-trabalho-final-de-12%c2%ba-ano-de-tlp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Qmailtoaster change &#8216;postmaster&#8217; password for all domains</title>
		<link>http://marco.tondela.org/2010/02/qmailtoaster-change-postmaster-password-for-all-domains/</link>
		<comments>http://marco.tondela.org/2010/02/qmailtoaster-change-postmaster-password-for-all-domains/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 15:25:42 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[qmailtoaster]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://marco.tondela.org/?p=209</guid>
		<description><![CDATA[Last year I needed to change the password of all postmaster accounts at company server and I didn&#8217;t googled anything, so I made this script:

#!/bin/bash
#############################################################
# Qmailtoaster change &#039;postmaster&#039; password for all domains #
#############################################################
# bY Marco Rodrigues (Kmos) in 2k                 [...]]]></description>
			<content:encoded><![CDATA[<p>Last year I needed to change the password of all postmaster accounts at company server and I didn&#8217;t googled anything, so I made this script:</p>
<pre class="brush: bash">
#!/bin/bash
#############################################################
# Qmailtoaster change &#039;postmaster&#039; password for all domains #
#############################################################
# bY Marco Rodrigues (Kmos) in 2k                           #
# http://Marco.Tondela.org                                  #
#############################################################

# Check every directory (domain) recursively and change postmaster password.
for dir in `ls -R`; do
    if [[ $dir =~ [^\.]+\.(com|net|org|pt)$ ]]; then
        /home/vpopmail/bin/vpasswd postmaster@$dir password
        echo &quot;Password changed for postmaster@$dir&quot;
    fi
done
</pre>
<p>I hope it could help *you* some day <img src='http://marco.tondela.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://marco.tondela.org/2010/02/qmailtoaster-change-postmaster-password-for-all-domains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check Machines Network Status</title>
		<link>http://marco.tondela.org/2010/01/check-machines-network-status-2/</link>
		<comments>http://marco.tondela.org/2010/01/check-machines-network-status-2/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 23:05:16 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://marco.tondela.org/?p=194</guid>
		<description><![CDATA[This is a little script I wrote some time ago for a friend in a big ISP. It could be also useful for someone. Feel free to use it.

#!/bin/bash
###################################
# Check Machines Network Status   #
###################################
# bY Marco Rodrigues (Kmos) in 2k #
# http://Marco.Tondela.org       #
###################################

# Results:
# - Answers without [...]]]></description>
			<content:encoded><![CDATA[<p>This is a little script I wrote some time ago for a friend in a big ISP. It could be also useful for someone. Feel free to use it.</p>
<pre class="brush: bash">
#!/bin/bash
###################################
# Check Machines Network Status   #
###################################
# bY Marco Rodrigues (Kmos) in 2k #
# http://Marco.Tondela.org       #
###################################

# Results:
# - Answers without problems (UP)
# - Not responding (DOWN)
# - Unknown host (DNS not configured)

# Ask range of machines to ping.
printf &quot;\nPlease enter the hostnames that you want to check: (e.g: console{1..100}.pt1)\n&quot;
read consoles_to_check

# Check hosts and ping results.
for console in `bash -c &quot;echo $consoles_to_check&quot;` ; do
        if [ -x &#039;/bin/ping&#039; ] ; then
                PINGTEST=`/bin/ping -c 1 $console 2&gt;&amp;amp;amp;amp;1`

                if [ -n &quot;`echo $PINGTEST | grep -o &#039;100% packet loss&#039;`&quot; ] ; then
                        result=&quot;DOWN&quot;
                elif [ -n &quot;`echo $PINGTEST | grep -o &#039;0% packet loss&#039;`&quot; ] ; then
                        result=&quot;UP&quot;
                elif [ -n &quot;`echo $PINGTEST | grep -o &#039;unknown host&#039;`&quot; ] ; then
                        result=&quot;DNS not configured&quot;
                fi
        else
            result=&quot;Error: Ping is not correctly installed...&quot;
        fi
        echo $console &quot;:&quot; $result
done

exit 0
</pre>
]]></content:encoded>
			<wfw:commentRss>http://marco.tondela.org/2010/01/check-machines-network-status-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SAPO PunyURL for Ubiquity</title>
		<link>http://marco.tondela.org/2009/08/sapo-punyurl-for-ubiquity/</link>
		<comments>http://marco.tondela.org/2009/08/sapo-punyurl-for-ubiquity/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 20:45:22 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[puny]]></category>
		<category><![CDATA[punyurl]]></category>
		<category><![CDATA[sapo]]></category>
		<category><![CDATA[software livre]]></category>
		<category><![CDATA[ubiquity]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ubuntu-pt]]></category>

		<guid isPermaLink="false">http://marco.tondela.org/?p=180</guid>
		<description><![CDATA[I saw the latest news about Ubiquity and decided to give a try in my Firefox 3.5 / Ubuntu and I notice it can be helpful in various ways. It&#8217;s like an keyboard shortcut always there for something we need instantly. So I decided to use my jQuery knowledge and work on something cool in [...]]]></description>
			<content:encoded><![CDATA[<p>I saw the latest news about Ubiquity and decided to give a try in my Firefox 3.5 / Ubuntu and I notice it can be helpful in various ways. It&#8217;s like an keyboard shortcut always there for something we need instantly. So I decided to use my jQuery knowledge and work on something cool in Portugal.</p>
<p>Nothing better to do it with <a href="http://services.sapo.pt/Metadata/Service/PunyURL?culture=EN" target="_blank">SAPO PunyURL</a> <img src='http://marco.tondela.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Just install <a href="http://ubiquity.mozilla.com/" target="_blank">Ubiquity</a> first and after <a href="https://wiki.mozilla.org/Labs/Ubiquity/Commands_In_The_Wild#PunyURL" target="_blank">this</a>. Enjoy =)</p>
]]></content:encoded>
			<wfw:commentRss>http://marco.tondela.org/2009/08/sapo-punyurl-for-ubiquity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SAPO PunyURL PHP Class</title>
		<link>http://marco.tondela.org/2009/07/sapo-punyurl-php-class/</link>
		<comments>http://marco.tondela.org/2009/07/sapo-punyurl-php-class/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 19:50:37 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[class]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpclasses]]></category>
		<category><![CDATA[puny]]></category>
		<category><![CDATA[punyurl]]></category>
		<category><![CDATA[sapo]]></category>
		<category><![CDATA[software livre]]></category>

		<guid isPermaLink="false">http://marco.tondela.org/?p=177</guid>
		<description><![CDATA[O PunyURL é um produto nacional criado no SAPO, e por isso utilize-o até não poder mais   senão o esforço que tive em criar a Class será em vão 
Agora já podemos adicionar links &#8220;curtos&#8221; para o twitter (entre outros..) em PHP de uma forma simplificada e rápida.
Como descarregar? fácil.. é só visitar [...]]]></description>
			<content:encoded><![CDATA[<p>O <a href="http://puny.sapo.pt" target="_blank">PunyURL</a> é um produto nacional criado no SAPO, e por isso utilize-o até não poder mais <img src='http://marco.tondela.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  senão o esforço que tive em criar a Class será em vão <img src='http://marco.tondela.org/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /><br />
Agora já podemos adicionar links &#8220;curtos&#8221; para o twitter (entre outros..) em PHP de uma forma simplificada e rápida.</p>
<p>Como descarregar? fácil.. é só visitar este <a href="http://www.phpclasses.org/punyurl" target="_blank">link</a> no PHP Classes ou este <a href="http://github.com/gothicx/php-shorten-punyurl/" target="_blank">link</a> no github.</p>
]]></content:encoded>
			<wfw:commentRss>http://marco.tondela.org/2009/07/sapo-punyurl-php-class/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Display Comments Statistics Adopted</title>
		<link>http://marco.tondela.org/2009/07/display-comments-statistics-adopted/</link>
		<comments>http://marco.tondela.org/2009/07/display-comments-statistics-adopted/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 09:03:39 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://marco.tondela.org/?p=171</guid>
		<description><![CDATA[Taking the spirit of open-source and to maintain something that I use in my blog / personal website, I&#8217;ve adopted Display Comments Statistics plugin for Wordpress.
Display Comments Statistics was originally created by Mário Gamito (R.I.P). I think he deserves someone to maintain it.
&#8221; This plugin shows the total number of articles and comments as well [...]]]></description>
			<content:encoded><![CDATA[<p>Taking the spirit of open-source and to maintain something that I use in my blog / personal website, I&#8217;ve adopted<strong></strong> Display Comments Statistics plugin for Wordpress.</p>
<p><strong>Display Comments Statistics</strong> was originally created by <a href="http://www.apeadeiro.org/" target="_blank">Mário Gamito</a> (R.I.P). I think he deserves someone to maintain it.</p>
<p><em>&#8221; This plugin shows the total number of articles and comments as well as statistics about which platforms and browsers were used in comment writing. It uses icons to identify both platforms and browsers.&#8221;</em></p>
<p>I&#8217;ve made some license and code changes, but the original idea and most of the code is there. If you want to help, contact me to be co-maintainer.</p>
<p>More information can be found at <a href="http://marco.tondela.org/comments-plugin/">http://marco.tondela.org/comments-plugin/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://marco.tondela.org/2009/07/display-comments-statistics-adopted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian GNU/Linux Lenny is released</title>
		<link>http://marco.tondela.org/2009/02/debian-gnulinux-lenny-is-released/</link>
		<comments>http://marco.tondela.org/2009/02/debian-gnulinux-lenny-is-released/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 10:01:28 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[squeeze]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://marco.tondela.org/?p=159</guid>
		<description><![CDATA[In the first hand I&#8217;m announcing that Debian GNU/Linux Lenny is finally released and it&#8217;s homepage was updated 6 minutes ago, while I&#8217;m writing this post.
Release notes can be view here.
Downloads can be done here.
Let&#8217;s keep the good work! Next one is &#8220;Squeeze&#8221;.
]]></description>
			<content:encoded><![CDATA[<p>In the first hand I&#8217;m announcing that Debian GNU/Linux Lenny is finally released and it&#8217;s homepage was updated 6 minutes ago, while I&#8217;m writing this post.</p>
<p>Release notes can be view <a href="http://www.debian.org/News/2009/20090214" target="_blank">here</a>.</p>
<p>Downloads can be done <a href="http://www.debian.org/releases/stable/debian-installer/" target="_blank">here</a>.</p>
<p>Let&#8217;s keep the good work! Next one is &#8220;Squeeze&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://marco.tondela.org/2009/02/debian-gnulinux-lenny-is-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Babiloo &#8211; dictionary viewer with multi-languages support</title>
		<link>http://marco.tondela.org/2009/02/babiloo-dictionary-viewer-with-multi-languages-support/</link>
		<comments>http://marco.tondela.org/2009/02/babiloo-dictionary-viewer-with-multi-languages-support/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 11:49:10 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[launchpad]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[pykde]]></category>
		<category><![CDATA[pyqt]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[software livre]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://marco.tondela.org/?p=154</guid>
		<description><![CDATA[Babiloo is an open source free OS independent dictionary application that works in offline mode.
Features:
* Runs on all the platforms, Windows, Linux, MacOS, Nokia S60 (&#62;1.9).
* Supports dictionaries in SDictionary and StarDict formats.
* HTML displaying for the supported dictionaries.
* Able to download more dictionaries within the application.
* Support for many languages / fonts rendering.
* Don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<div class="description"><a href="http://launchpad.net/babiloo" target="_blank">Babiloo</a> is an open source free OS independent dictionary application that works in offline mode.</div>
<p><strong>Features:</strong></p>
<p>* Runs on all the platforms, Windows, Linux, MacOS, Nokia S60 (&gt;1.9).<br />
* Supports dictionaries in SDictionary and StarDict formats.<br />
* HTML displaying for the supported dictionaries.<br />
* Able to download more dictionaries within the application.<br />
* Support for many languages / fonts rendering.<br />
* Don&#8217;t convert dictionaries, use originals.<br />
* Phonetic sounds.<br />
* Advanced search.<br />
* Collaborative dictionaries.</p>
<p><strong>Icon design:</strong> Nuno from <a href="http://www.oxygen-icons.org/" target="_blank">Oxygen-Icons</a></p>
<p>We currently need peopple for testing and report bugs / features, so we can have the best out there. You can already test it in Windows (version 2.0) and Debian/Ubuntu (version 2.0.1).</p>
<p>Try it <a href="https://launchpad.net/~babiloo-developers/+archive/ppa" target="_blank">here</a> from our PPA in Launchpad (you&#8217;ve the instructions in the site). I&#8217;ll try to have it the most updated in PPA, so you can see the latest features currently in development.</p>
<p><strong>UPDATE:</strong> It was accepted yesterday in Debian with version 2.0.3.1.</p>
]]></content:encoded>
			<wfw:commentRss>http://marco.tondela.org/2009/02/babiloo-dictionary-viewer-with-multi-languages-support/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tondela Online renovado em Rails</title>
		<link>http://marco.tondela.org/2009/01/tondela-online-renovado-em-rails/</link>
		<comments>http://marco.tondela.org/2009/01/tondela-online-renovado-em-rails/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 13:19:05 +0000</pubDate>
		<dc:creator>Marco</dc:creator>
				<category><![CDATA[clustercube]]></category>
		<category><![CDATA[mongrel]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[portal]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[software livre]]></category>
		<category><![CDATA[tondela]]></category>

		<guid isPermaLink="false">http://marco.tondela.org/?p=146</guid>
		<description><![CDATA[O meu site de estimação (my pet site), o Portal Tondela Online foi renovado, e desta vez refeito de raíz, mas numa nova linguagem, que estou a aprender, o Ruby on Rails. O alojamento é fornecido gratuitamente pela empresa ClusterCube, que desde já agradeço publicamente.
Espero que gostem e sobretudo o visitem, comentem e dêm a [...]]]></description>
			<content:encoded><![CDATA[<p>O meu site de estimação (my pet site), o <a href="http://www.tondela.org" target="_blank">Portal Tondela Online</a> foi renovado, e desta vez refeito de raíz, mas numa nova linguagem, que estou a aprender, o <a href="http://pt.wikipedia.org/wiki/Ruby_on_rails" target="_blank">Ruby on Rails</a>. O alojamento é fornecido gratuitamente pela empresa <a href="http://www.clustercube.com" target="_blank">ClusterCube</a>, que desde já agradeço publicamente.</p>
<p>Espero que gostem e sobretudo o visitem, comentem e dêm a sua opinião. A ideia é fazer algo completamente diferente e de não repetir os conteúdos / serviços do site da <a href="http://www.cm-tondela.pt" target="_blank">Câmara Municipal</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://marco.tondela.org/2009/01/tondela-online-renovado-em-rails/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
