<?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>Blog do Zé Andrade &#187; SoftwareLivre</title>
	<atom:link href="http://www.zeandrade.com.br/category/ti/softwarelivre/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zeandrade.com.br</link>
	<description>T.I. , Software Livre &#38; Generalidades</description>
	<lastBuildDate>Mon, 21 Nov 2011 19:13:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Editando PDF&#8217;s no Linux</title>
		<link>http://www.zeandrade.com.br/2011/05/editando-pdfs-no-linux/</link>
		<comments>http://www.zeandrade.com.br/2011/05/editando-pdfs-no-linux/#comments</comments>
		<pubDate>Thu, 12 May 2011 22:54:44 +0000</pubDate>
		<dc:creator>zeandrade</dc:creator>
				<category><![CDATA[SoftwareLivre]]></category>
		<category><![CDATA[T.I.]]></category>
		<category><![CDATA[broffice]]></category>
		<category><![CDATA[draw]]></category>
		<category><![CDATA[editar pdf]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://www.zeandrade.com.br/?p=265</guid>
		<description><![CDATA[Resolvi publicar este post pois muitas fontes na web ao tratar de edição de PDF no Linux fazem referência ao pdfedit , um aplicativo &#8220;sofrido&#8221; de usar. Existem outras alternativas mais amigáveis. 1ª) Através de uma extensão disponível em http://extensions.services.openoffice.org/project/pdfimport é possível realizar a edição de PDF&#8217;s no OpenOffice ( BrOffice/LibreOffice) Draw. Para mim, o [...]]]></description>
			<content:encoded><![CDATA[<p>Resolvi publicar este post pois muitas fontes na web ao tratar de edição de PDF no Linux fazem referência ao pdfedit , um aplicativo &#8220;sofrido&#8221; de usar. Existem outras alternativas mais amigáveis.</p>
<p>1ª) Através de uma extensão disponível em <a href="http://extensions.services.openoffice.org/project/pdfimport">http://extensions.services.openoffice.org/project/pdfimport</a> é possível realizar a edição de PDF&#8217;s no OpenOffice ( BrOffice/LibreOffice) Draw.</p>
<p>Para mim, o resultado foi muito legal e fácil de conseguir.</p>
<p>2ª) O editor de vetores<a href="http://www.inkscape.org"> Inkscape</a> realiza a importação de PDF&#8217;s com bastante fidelidade. Mas as modificações exigem familiaridade com a ferramenta.</p>
<p>&nbsp;</p>
<p>Obviamente,para ambos os casos a edição não se aplica a documentos protegidos. <img src='http://www.zeandrade.com.br/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zeandrade.com.br/2011/05/editando-pdfs-no-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>firefox4 ubuntu11.04 java</title>
		<link>http://www.zeandrade.com.br/2011/05/firefox4-ubuntu1104-java/</link>
		<comments>http://www.zeandrade.com.br/2011/05/firefox4-ubuntu1104-java/#comments</comments>
		<pubDate>Tue, 03 May 2011 18:15:34 +0000</pubDate>
		<dc:creator>zeandrade</dc:creator>
				<category><![CDATA[instalação]]></category>
		<category><![CDATA[SoftwareLivre]]></category>
		<category><![CDATA[T.I.]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox4]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.zeandrade.com.br/?p=260</guid>
		<description><![CDATA[firefox4+ubuntu11.04+java Como fazemos  para funcionar: 1. Baixar o java e extraia o conteúdo ( eu joguei tudo no /opt) 2. Como root: cd /usr/lib/mozilla/plugins ln -s /opt/jre1.6.0_25/lib/i386/libnpjp2.so  . 3. Testar  (http://java.com/pt_BR/download/installed.jsp) clique no botão vermelho. Para mim deu certo, detalhe na primeira vez em que  ele é carregado o Firefox parece que trava (carregando&#8230;) mas [...]]]></description>
			<content:encoded><![CDATA[<p>firefox4+ubuntu11.04+java</p>
<p>Como fazemos  para funcionar:</p>
<p>1. Baixar o java e extraia o conteúdo ( eu joguei tudo no /opt)</p>
<p>2. Como root:</p>
<p>cd /usr/lib/mozilla/plugins</p>
<p>ln -s /opt/jre1.6.0_25/lib/i386/libnpjp2.so  .</p>
<p>3. Testar  (http://java.com/pt_BR/download/installed.jsp) clique no botão vermelho.</p>
<p>Para mim deu certo, detalhe na primeira vez em que  ele é carregado o Firefox parece que trava (carregando&#8230;) mas não trava : )</p>
<p>&nbsp;</p>
<p>me baseei nas informações do site da Oracle: <a href="http://www.oracle.com/technetwork/java/javase/manual-plugin-install-linux-136395.html" target="_blank">http://www.oracle.com/technetwork/java/javase/manual-plugin-install-linux-136395.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zeandrade.com.br/2011/05/firefox4-ubuntu1104-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Calcular o hash MD5 recursivamente de um diretório no Linux</title>
		<link>http://www.zeandrade.com.br/2011/03/calcular-o-hash-md5-recursivamente-de-um-diretorio-no-linux/</link>
		<comments>http://www.zeandrade.com.br/2011/03/calcular-o-hash-md5-recursivamente-de-um-diretorio-no-linux/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 20:27:49 +0000</pubDate>
		<dc:creator>zeandrade</dc:creator>
				<category><![CDATA[SoftwareLivre]]></category>
		<category><![CDATA[T.I.]]></category>
		<category><![CDATA[conteúdo igual nomes diferentes]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[md5]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://www.zeandrade.com.br/?p=219</guid>
		<description><![CDATA[É possível gerar no Linux , através do  md5sum ou do sha1sum ,  recursivamente , o hash de arquivos presentes em um diretório. Se não há subdiretórios, basta: md5sum um-diretorio-que-deseja-listar/*.* Porém , num ponto com muitos subdiretórios, pode se usar: (Para facilitar o trabalho , primeiramente, instale o comando tree.) Debian/Ubuntu: apt-get install tree Eis [...]]]></description>
			<content:encoded><![CDATA[<p>É possível gerar no Linux , através do  md5sum ou do sha1sum ,  recursivamente , o hash de arquivos presentes em um diretório.</p>
<p>Se não há subdiretórios, basta:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">md5sum um-diretorio-que-deseja-listar<span style="color: #000000; font-weight: bold;">/*</span>.<span style="color: #000000; font-weight: bold;">*</span></pre></div></div>

<p>Porém , num ponto com muitos subdiretórios, pode se usar:</p>
<p>(Para facilitar o trabalho , primeiramente, instale o comando <strong>tree.</strong>)</p>
<p>Debian/Ubuntu:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #c20cb9; font-weight: bold;">tree</span></pre></div></div>

<p>Eis o comando:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">md5sum $<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #c20cb9; font-weight: bold;">tree</span> <span style="color: #660033;">-ifF</span> um-diretorio-que-deseja-listar <span style="color: #000000; font-weight: bold;">|</span>
 <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-v</span> <span style="color: #ff0000;">'\/$'</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-v</span> <span style="color: #ff0000;">'^$'</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #660033;">-v</span> <span style="color: #ff0000;">'directories, '</span><span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div>

<p>Isto pode ser útil para encontrar arquivos de conteúdo igual, porém com nomes diferentes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zeandrade.com.br/2011/03/calcular-o-hash-md5-recursivamente-de-um-diretorio-no-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apresentações com JessyInk</title>
		<link>http://www.zeandrade.com.br/2011/03/apresentacoes-com-jessyink/</link>
		<comments>http://www.zeandrade.com.br/2011/03/apresentacoes-com-jessyink/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 16:10:18 +0000</pubDate>
		<dc:creator>zeandrade</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[SoftwareLivre]]></category>
		<category><![CDATA[T.I.]]></category>
		<category><![CDATA[apresentações]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[svg]]></category>
		<category><![CDATA[vetores]]></category>

		<guid isPermaLink="false">http://www.zeandrade.com.br/?p=217</guid>
		<description><![CDATA[Utilizando os arquivo vetoriais SVG produzidos pelo Inkscape, associado  a Javascript, o JessyInk produz arquivos para apresentações, que são executados diretamente do navegador. O resultado é muito bom. Porém a produção das apresentações exige um prévio conhecimento do funcionamento do Inkscape Conheça melhor o complemento em: http://code.google.com/p/jessyink/]]></description>
			<content:encoded><![CDATA[<p>Utilizando os arquivo vetoriais SVG produzidos pelo <a href="http://www.inkscape.org" target="_blank">Inkscape</a>, associado  a Javascript, o JessyInk produz arquivos para apresentações, que são executados diretamente do navegador. O resultado é muito bom. Porém a produção das apresentações exige um prévio conhecimento do funcionamento do <a href="http://www.inkscape.org" target="_blank">Inkscape</a></p>
<p>Conheça melhor o complemento em:</p>
<p><a href="http://code.google.com/p/jessyink/" target="_blank">http://code.google.com/p/jessyink/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zeandrade.com.br/2011/03/apresentacoes-com-jessyink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xubuntu &#8211; ativar o numlock por padrão</title>
		<link>http://www.zeandrade.com.br/2010/10/xubuntu-ativar-o-numlock-por-padrao/</link>
		<comments>http://www.zeandrade.com.br/2010/10/xubuntu-ativar-o-numlock-por-padrao/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 12:45:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SoftwareLivre]]></category>
		<category><![CDATA[T.I.]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://an.drade.nom.br/?p=184</guid>
		<description><![CDATA[Atualmente tenho me aventurado a utilizar o Xubuntu ( nada relacionado com a Xuxa, que aliás, não entende lhufas de informática: veja http://migre.me/1yHfK) . Xubuntu é uma versão do Ubuntu Linux, utilizando a interface gráfica Xfce4 &#8211; mais leve e mais simples que as tradicionais Gnome ou Kde. Em toda &#8220;migração&#8221;, algumas coisas acabam faltando. [...]]]></description>
			<content:encoded><![CDATA[<p>Atualmente tenho me aventurado a utilizar o Xubuntu ( nada relacionado com a Xuxa, que aliás, não entende lhufas de informática: <a href="http://migre.me/1yHfK" target="_blank">veja http://migre.me/1yHfK</a>) . Xubuntu é uma versão do Ubuntu Linux, utilizando a interface gráfica Xfce4 &#8211; mais leve e mais simples que as tradicionais Gnome ou Kde.  Em toda &#8220;migração&#8221;, algumas coisas acabam faltando. E algo que me incomodava era o Numlock desativado&#8230;, bem nesta página encontrei a solução:  <a href="http://migre.me/1yHqd" target="_blank">http://migre.me/1yHqd</a></p>
<div id="post_message_5232097">
<p>É necessário editar este arquivo:</p>
<div>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> mousepad <span style="color: #000000; font-weight: bold;">/</span> etc <span style="color: #000000; font-weight: bold;">/</span>gdm<span style="color: #000000; font-weight: bold;">/</span>Init<span style="color: #000000; font-weight: bold;">/</span>Default</pre></div></div>

</div>
<div>
<p>a última linha do arquivo provavelmente será:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">exit</span> <span style="color: #000000;">0</span></pre></div></div>

</div>
<div>
<p>Antes dela adicione:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #660033;">-x</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span> bin <span style="color: #000000; font-weight: bold;">/</span>numlockx <span style="color: #7a0874; font-weight: bold;">&#93;</span>; <span style="color: #000000; font-weight: bold;">then</span>
  <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span> bin <span style="color: #000000; font-weight: bold;">/</span>numlockx on
<span style="color: #000000; font-weight: bold;">fi</span></pre></div></div>

<p>e pronto!</p>
<p>Obs: desconsiderar  os espaços  em &#8220;etc&#8221; e &#8220;bin&#8221;,  que foram colocados para &#8220;viabilizar &#8221; a publicação de trechos de código,  barrados no filtro de segurança do provedor que utilizo.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.zeandrade.com.br/2010/10/xubuntu-ativar-o-numlock-por-padrao/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Circuito Celepar de Software Livre &#8211; Etapa Londrina</title>
		<link>http://www.zeandrade.com.br/2010/04/circuito-celepar-de-software-livre-etapa-londrina/</link>
		<comments>http://www.zeandrade.com.br/2010/04/circuito-celepar-de-software-livre-etapa-londrina/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 18:27:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Sem categoria]]></category>
		<category><![CDATA[SoftwareLivre]]></category>
		<category><![CDATA[T.I.]]></category>
		<category><![CDATA[celepar]]></category>
		<category><![CDATA[palestra]]></category>
		<category><![CDATA[software livre]]></category>

		<guid isPermaLink="false">http://an.drade.nom.br/?p=162</guid>
		<description><![CDATA[Estive em Londrina-PR neste último fim de semana (24/04) para efetuar uma palestra sobre segurança e software livre. acompanhe as datas e obtenha os conteúdos em : www.circuito.pr.gov.br]]></description>
			<content:encoded><![CDATA[<p>Estive em Londrina-PR neste último fim de semana (24/04) para efetuar uma palestra sobre segurança e software livre.</p>
<p style="text-align: center;"><a href="José Roberto Andrade Junior"><img class="aligncenter" title="José Roberto Andrade Junior" src="http://www.circuito.pr.gov.br/modules/galeria/uploads/12/00075_00123.jpg" alt="[foto de José Roberto Andrade Junior]" width="225" height="267" /></a></p>
<p>acompanhe as datas e obtenha os conteúdos em :<br />
<a href="http://www.circuito.pr.gov.br">www.circuito.pr.gov.br</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zeandrade.com.br/2010/04/circuito-celepar-de-software-livre-etapa-londrina/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emacs + OrgMode : Impressionante</title>
		<link>http://www.zeandrade.com.br/2010/03/emacs-orgmode-impressionante/</link>
		<comments>http://www.zeandrade.com.br/2010/03/emacs-orgmode-impressionante/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 18:54:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SoftwareLivre]]></category>
		<category><![CDATA[T.I.]]></category>
		<category><![CDATA[editor de texto]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[orgmode]]></category>

		<guid isPermaLink="false">http://an.drade.nom.br/?p=135</guid>
		<description><![CDATA[Uma piada nerd diz que o Emacs é um excelente &#8220;sistema operacional&#8221; em que só falta um &#8220;editor de texto&#8221;.  O poder deste editor me surpreendeu esses dias.(confesso que nunca tinha usado o Emacs) . Meu camarada Leslie me apresentou o http://orgmode.org/ , que integrado ao Emacs, permite barbaridades em termos de organização. Resumindo, é [...]]]></description>
			<content:encoded><![CDATA[<p>Uma piada nerd diz que o Emacs é um excelente &#8220;sistema operacional&#8221; em que só falta um &#8220;editor de texto&#8221;.  O poder deste editor me surpreendeu esses dias.(confesso que nunca tinha usado o Emacs) . Meu camarada Leslie me apresentou o <a href="http://orgmode.org/" target="_blank">http://orgmode.org/</a> , que integrado ao Emacs, permite barbaridades em termos de organização. Resumindo, é a versão &#8220;bloco de notas&#8221; de uma agenda muito poderosa.</p>
<p>Emacs + OrgMode = um organizador para nerd nenhum botar defeito.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zeandrade.com.br/2010/03/emacs-orgmode-impressionante/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inkscape 0.47 no Debian Lenny</title>
		<link>http://www.zeandrade.com.br/2009/12/inkscape-047-no-debian-lenny/</link>
		<comments>http://www.zeandrade.com.br/2009/12/inkscape-047-no-debian-lenny/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 13:07:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[instalação]]></category>
		<category><![CDATA[SoftwareLivre]]></category>
		<category><![CDATA[T.I.]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[inkscape]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software livre]]></category>
		<category><![CDATA[vetores]]></category>

		<guid isPermaLink="false">http://an.drade.nom.br/?p=114</guid>
		<description><![CDATA[1º &#8211; Baixe o código- fonte em : http://downloads.sourceforge.net/inkscape/inkscape-0.47.tar.bz2 (também disponível em .gz) 2º &#8211; Descompacte o arquivo inkscape-0.47.tar.bz2 com usuário  root: 3º- Instale as dependências e bibliotecas necessário. No meu caso, que uso um Debian Lenny sempre atualizado , foram requeridas: apt-get install intltool  libgc-dev  liblcms1-dev pkg-config  libgsl0-dev libsigc++-dev  libxslt-dev  libgsl0-dev  libgtkmm-dev  libgtkmm-2.4-dev  libboost-dev  [...]]]></description>
			<content:encoded><![CDATA[<p>1º &#8211; Baixe o código- fonte em :</p>
<p style="padding-left: 30px;">http://downloads.sourceforge.net/inkscape/inkscape-0.47.tar.bz2</p>
<p style="padding-left: 30px;">(também disponível em .gz)</p>
<p>2º &#8211; Descompacte o arquivo inkscape-0.47.tar.bz2</p>
<p><strong>com usuário  root:</strong></p>
<p>3º- Instale as dependências e bibliotecas necessário. No meu caso, que uso um Debian Lenny sempre atualizado , foram requeridas:</p>
<p style="padding-left: 30px;">apt-get install intltool  libgc-dev  liblcms1-dev pkg-config  libgsl0-dev libsigc++-dev  libxslt-dev  libgsl0-dev  libgtkmm-dev  libgtkmm-2.4-dev  libboost-dev  libpopt-dev</p>
<p style="padding-left: 30px;">(e  demais automaticamente atreladas)</p>
<p>4º &#8211; Acesse o diretório  &#8220;inkscape-0.47&#8243;   e digite  <strong>./configure</strong></p>
<p style="padding-left: 30px;">se ele reclamara de mais alguma dependência tente encontrá-la entre as &#8216;libs&#8217; &#8211; e pegue sempre a &#8216;dev&#8217; . Por ex:   libpopt-dev</p>
<p>5º-  No diretório , digite <strong>make </strong></p>
<p style="padding-left: 30px;">esta etapa demora um pouco e mostra muita coisa na tela&#8230;</p>
<p>6º &#8211; Ainda no diretório , digite <strong>make install</strong></p>
<p>7º &#8211; Teste o inkscape 0.47 <strong>. Espero que dê certo para você, pois para mim funcionou legal.</strong></p>
<p><strong><br />
</strong></p>
<p style="padding-left: 30px;">
]]></content:encoded>
			<wfw:commentRss>http://www.zeandrade.com.br/2009/12/inkscape-047-no-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FISL 10</title>
		<link>http://www.zeandrade.com.br/2009/06/fisl-10/</link>
		<comments>http://www.zeandrade.com.br/2009/06/fisl-10/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 23:26:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SoftwareLivre]]></category>
		<category><![CDATA[T.I.]]></category>
		<category><![CDATA[FISL]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[software livre]]></category>

		<guid isPermaLink="false">http://an.drade.nom.br/?p=94</guid>
		<description><![CDATA[Na próxima semana ocorre a 10ª edição do Fórum Internacional de Software Livre.  De 24 a 27 de Junho de 2009,  em Porto Alegre &#8211; RS &#8211; Brasil.  Mais detalhes em www.fisl.org.br.]]></description>
			<content:encoded><![CDATA[<p>Na próxima semana ocorre a 10ª edição do Fórum Internacional de Software Livre.  De 24 a 27 de Junho de 2009,  em Porto Alegre &#8211; RS &#8211; Brasil.  Mais detalhes em <a title="FISL" href="http://www.fisl.org.br" target="_blank">www.fisl.org.br</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zeandrade.com.br/2009/06/fisl-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CMS Brasil 2009</title>
		<link>http://www.zeandrade.com.br/2009/05/cms-brasil-2009/</link>
		<comments>http://www.zeandrade.com.br/2009/05/cms-brasil-2009/#comments</comments>
		<pubDate>Tue, 19 May 2009 21:49:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SoftwareLivre]]></category>
		<category><![CDATA[T.I.]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[software livre]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://an.drade.nom.br/?p=89</guid>
		<description><![CDATA[Para os técnicos que estão habituados à produtividade propriciada pelos CMS  (ferramentas de gestão de conteúdo &#8211; como o WordPress), eis aí um excelente evento: CMS Brasil 2009 (http://www.cmsbrasil2009.com/)]]></description>
			<content:encoded><![CDATA[<p>Para os técnicos que estão habituados à produtividade propriciada pelos CMS  (ferramentas de gestão de conteúdo &#8211; como o WordPress), eis aí um excelente evento: CMS Brasil 2009 (<a href="http://www.cmsbrasil2009.com/ " target="_blank">http://www.cmsbrasil2009.com/</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zeandrade.com.br/2009/05/cms-brasil-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

