<?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>anselmolsm.org &#187; Video</title>
	<atom:link href="http://anselmolsm.org/blog/tag/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://anselmolsm.org</link>
	<description></description>
	<lastBuildDate>Fri, 13 Apr 2012 18:10:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Canola2 menu layout with Qt Kinetic</title>
		<link>http://anselmolsm.org/blog/canola2-menu-layout-with-qt-kinetic/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=canola2-menu-layout-with-qt-kinetic</link>
		<comments>http://anselmolsm.org/blog/canola2-menu-layout-with-qt-kinetic/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 21:56:58 +0000</pubDate>
		<dc:creator>anselmolsm</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[GPSL]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[INdT]]></category>
		<category><![CDATA[Kinetic]]></category>
		<category><![CDATA[openBossa]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.anselmolsm.org/blog/?p=520</guid>
		<description><![CDATA[Welcome back dear readers. This is my second post of the day talking about what is happening in the development of animated layouts in Qt Kinetic. As I said in my previous post, we discussed about new good examples that could show use cases of this new API. In the … <a href="http://anselmolsm.org/blog/canola2-menu-layout-with-qt-kinetic/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
			<content:encoded><![CDATA[<p><!--:pt-->Welcome back dear readers. This is my second post of the day talking about what is happening in the development of animated layouts in <a href="http://labs.trolltech.com/page/Projects/Graphics/Kinetic" target="_blank">Qt Kinetic</a>.</p>
<p>As I said in my <a href="http://www.anselmolsm.org/blog/qt-state-machine-and-animated-layouts-integration/" target="_blank">previous post</a>, we discussed about new good examples that could show use cases of this new API. In the end, only one example was created, but it&#8217;s really cool =) .</p>
<p>Maybe some of you will recognize this interface, it looks like <a href="http://openbossa.indt.org.br/canola/index.html" target="_blank">canola2</a>&#8216;s main menu, another software developed by <a href="http://www.indt.org.br/" target="_blank">INdT</a> for Nokia <a href="http://en.wikipedia.org/wiki/Internet_Tablet" target="_blank">internet tablets</a> (e.g. <a href="http://en.wikipedia.org/wiki/N810" target="_blank">N810</a>) &#8211; and as you can read <a href="http://etrunko.blogspot.com/2009/03/canola-is-free.html" target="_blank">here</a>, an <a href="https://bugs.maemo.org/show_bug.cgi?id=3881" target="_blank">old bug was fixed</a> and canola2 is now a <a href="http://en.wikipedia.org/wiki/Free_software" target="_blank">free software</a>, released under <a href="http://en.wikipedia.org/wiki/Gplv3#Version_3" target="_blank">GPLv3</a>. In <a href="http://wouwlabs.com/blogs/jeez/?p=99" target="_blank">this post</a> you can read more about the development of that interface.</p>
<p>So, we wrote an example based on that concept. During the development we had nice discussions regarding the algorithm for the engine that controls the icons distribution on the screen.</p>
<p>Check it out:</p>
<p style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=eJcTBJaPRZg">http://www.youtube.com/watch?v=eJcTBJaPRZg</a></p>
</p>
<p style="text-align: center;">http://www.youtube.com/watch?v=eJcTBJaPRZg</p>
<p>The source code is not available yet, but it will be published soon in a git repository near you, then you will be able to check how animated layouts were used and also see that algorithm I&#8217;ve just mentined. So, stay tuned!<!--:--><!--:en--><!--:--></p>
]]></content:encoded>
			<wfw:commentRss>http://anselmolsm.org/blog/canola2-menu-layout-with-qt-kinetic/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Qt State Machine and Animated Layouts Integration</title>
		<link>http://anselmolsm.org/blog/qt-state-machine-and-animated-layouts-integration/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=qt-state-machine-and-animated-layouts-integration</link>
		<comments>http://anselmolsm.org/blog/qt-state-machine-and-animated-layouts-integration/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 21:00:49 +0000</pubDate>
		<dc:creator>anselmolsm</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[INdT]]></category>
		<category><![CDATA[Kinetic]]></category>
		<category><![CDATA[openBossa]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.anselmolsm.org/blog/?p=513</guid>
		<description><![CDATA[Hey! Another post regarding our work with Qt Kinetic here at openbossa/INdT. A quick introduction:  in the end of February I posted a video showing the first example of layouts animations.  At that time, the API wasn&#8217;t complete and there was no integration with states and some stuff were hardcoded. … <a href="http://anselmolsm.org/blog/qt-state-machine-and-animated-layouts-integration/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
			<content:encoded><![CDATA[<p>Hey! Another post regarding our work with  <a href="http://en.wikipedia.org/wiki/Qt_(toolkit)" target="_blank">Qt</a> <a href="http://labs.trolltech.com/page/Projects/Graphics/Kinetic" target="_blank">Kinetic</a> here at <a href="http://www.openbossa.org/" target="_blank">openbossa</a>/<a href="http://www.indt.org.br/" target="_blank">INdT</a>.</p>
<p>A quick introduction:  in the end of February I <a href="http://www.anselmolsm.org/blog/layout-animations-with-qt-kinetic/" target="_blank">posted</a> a <a href="http://www.youtube.com/watch?v=M3HbmrNvQl4" target="_blank">video</a> showing the first example of layouts animations.  At that time, the API wasn&#8217;t complete and there was no integration with states and some stuff were hardcoded.</p>
<p>In March some <a href="http://www.qtsoftware.com/" target="_blank">Trolls</a> visited Recife to speak at <a href="http://www.bossaconference.org/" target="_blank">Bossa Conference 2009</a> (you can watch the presentations on <a href="http://openbossa.blip.tv" target="_blank">http://openbossa.blip.tv</a>). It was nice because we could talk about the work we&#8217;re doing together using whiteboards, what makes a huge difference =) .</p>
<p>After Bossa, we continued the development of the Animated Layouts API, making layout proxies transparent and integrating with the <a href="http://doc.trolltech.com/solutions/4/qtstatemachine/statemachine-api.html" target="_blank">Qt State Machine Framework</a>. It now allows the customization of animations per widget, bringing more flexibility in the creation of rich user interfaces using Qt.</p>
<p>The following video shows the <a href="http://www.youtube.com/watch?v=M3HbmrNvQl4" target="_blank">old example</a> with these improvements:</p>
<p style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=wZo1wskBs0A">http://www.youtube.com/watch?v=wZo1wskBs0A</a></p>
</p>
<p style="text-align: center;">link: http://www.youtube.com/watch?v=wZo1wskBs0A</p>
<p>After that, we created some examples in order to show use cases and also to test what had been developed, but it is the next post&#8217;s subject! (remember what I said in the beginning? ;) )</p>
]]></content:encoded>
			<wfw:commentRss>http://anselmolsm.org/blog/qt-state-machine-and-animated-layouts-integration/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Layout Animations with Qt Kinetic</title>
		<link>http://anselmolsm.org/blog/layout-animations-with-qt-kinetic/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=layout-animations-with-qt-kinetic</link>
		<comments>http://anselmolsm.org/blog/layout-animations-with-qt-kinetic/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 20:45:59 +0000</pubDate>
		<dc:creator>anselmolsm</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[en]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[INdT]]></category>
		<category><![CDATA[Kinetic]]></category>
		<category><![CDATA[openBossa]]></category>
		<category><![CDATA[Qt]]></category>

		<guid isPermaLink="false">http://www.anselmolsm.org/blog/?p=443</guid>
		<description><![CDATA[My first post about stuff I&#8217;m working on ;) We are working together with Qt Software guys in the Qt Kinetic project, specifically with animated layout transitions. Last week we made our first demo of what is being developed. It uses the basics we&#8217;ve just finished, now we&#8217;re working to … <a href="http://anselmolsm.org/blog/layout-animations-with-qt-kinetic/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
			<content:encoded><![CDATA[<p>My first post about stuff I&#8217;m working on ;)</p>
<p><a href="http://www.openbossa.org/" target="_blank">We</a> are working together with <a href="http://www.qtsoftware.com/" target="_blank">Qt Software</a> guys in the <a href="http://labs.trolltech.com/page/Projects/Graphics/Kinetic" target="_blank">Qt Kinetic</a> project, specifically with animated layout transitions.</p>
<p>Last week we made our first demo of what is being developed. It uses the basics we&#8217;ve just finished, now we&#8217;re working to define the final API.  The following video shows this demo:</p>
<p style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=M3HbmrNvQl4">http://www.youtube.com/watch?v=M3HbmrNvQl4</a></p>
</p>
<p style="text-align: left;">video link: http://www.youtube.com/watch?v=M3HbmrNvQl4</p>
<p>Interested? Read this <a href="http://blog.morpheuz.cc/26/02/2009/animated-layouts-with-qt-kinetic/" target="_blank">overview</a> and <a href="http://blog.eduardofleury.com/archives/2009/02/51/" target="_blank">more details about internals</a> written by co-workers, then join us at #qt-kinetic @ Freenode =)</p>
<p>PS: &lt;portuguese&gt;Há também uma visão geral em português a respeito <a href="http://wouwlabs.com/blogs/jeez/?p=62" target="_blank">neste post</a>. &lt;/portuguese&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://anselmolsm.org/blog/layout-animations-with-qt-kinetic/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Opera Mini &#8211; PSP</title>
		<link>http://anselmolsm.org/blog/opera-mini-psp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=opera-mini-psp</link>
		<comments>http://anselmolsm.org/blog/opera-mini-psp/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 02:18:06 +0000</pubDate>
		<dc:creator>anselmolsm</dc:creator>
				<category><![CDATA[pt_BR]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[psp]]></category>

		<guid isPermaLink="false">http://www.anselmolsm.org/blog/?p=295</guid>
		<description><![CDATA[Se você é mais um dos que acham que o browser que vem com o PSP é triste, eis uma alternativa: Utilizar o Opera Mini. Sim, aquele que também dá pra usar em celulares. Para isso é necessário instalar o PSPKVM (uma máquina virtual Java ME para PSP) e de … <a href="http://anselmolsm.org/blog/opera-mini-psp/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
			<content:encoded><![CDATA[<p>Se você é mais um dos que acham que o browser que vem com o <a href="http://en.wikipedia.org/wiki/PlayStation_Portable" target="_blank">PSP</a> é triste, eis uma alternativa: Utilizar o <a href="http://en.wikipedia.org/wiki/Opera_mini" target="_blank">Opera Mini</a>. Sim, aquele que também dá pra usar em celulares. Para isso é necessário instalar o <a href="http://www.pspkvm.com-a.googlepages.com/" target="_blank">PSPKVM</a> (uma máquina virtual <a href="http://en.wikipedia.org/wiki/Java_Platform,_Micro_Edition" target="_blank">Java ME</a> para PSP) e de dentro dele instalar e executar o Opera mini. Mais detalhes (incluindo links para downloads) em <a href="http://my.opera.com/community/blog/2008/10/22/a-better-browser" target="_blank">http://my.opera.com/community/blog/2008/10/22/a-better-browser</a>.</p>
<p>A utilização do Opera Mini no começo é bem chata pois as posições dos comandos na tela não correspondem com os botões do PSP, mas com um pouco de treino melhora. Por exemplo, para inserir a URL na barra de endereços os comandos necessários são:</p>
<p><strong>select</strong>, para abrir o menu lateral e <strong>select</strong> novamente para selecionar a opção <em>Enter Address</em>. Com a barra de endereços selecionada, use o direcional analógico para exibir as opções <em>Search</em> e <em>Insert symbol&#8230; . </em>A segunda opção exibirá um teclado qwerty que facilitará inserção de caracteres. O direcional analógico navega entre as teclas do teclado virtual. Terminada a edição da URL, aperte <strong>start</strong> e entao selecione <em>OK</em> no menu. Na sequência, use o botão &#8220;<strong>O</strong>&#8221; para acessar o endereço inserido.</p>
<p><a href="http://www.youtube.com/watch?v=uUlw6xWZVkM">http://www.youtube.com/watch?v=uUlw6xWZVkM</a></p>
<p>Enfim, tem lá suas chatices, mas também algumas vantagens.</p>
<p>Alguma outra sugestão de browser para o PSP?</p>
]]></content:encoded>
			<wfw:commentRss>http://anselmolsm.org/blog/opera-mini-psp/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Avast, salty sea-dog!</title>
		<link>http://anselmolsm.org/blog/avast-salty-sea-dog/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=avast-salty-sea-dog</link>
		<comments>http://anselmolsm.org/blog/avast-salty-sea-dog/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 16:10:20 +0000</pubDate>
		<dc:creator>anselmolsm</dc:creator>
				<category><![CDATA[pt_BR]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[arroy!]]></category>
		<category><![CDATA[pirate]]></category>

		<guid isPermaLink="false">http://www.anselmolsm.org/blog/?p=201</guid>
		<description><![CDATA[19/09: Talk like a pirate day! http://www.talklikeapirate.com/ http://www.youtube.com/watch?v=fqMu6e5Dgtg Arroy!]]></description>
			<content:encoded><![CDATA[<p>19/09: Talk like a pirate day!<a href="http://en.wikipedia.org/wiki/Talk_like_a_pirate_day" target="_blank"></a></p>
<p><a href="http://www.talklikeapirate.com/" target="_blank">http://www.talklikeapirate.com/</a></p>
<p><a href="http://www.youtube.com/watch?v=fqMu6e5Dgtg">http://www.youtube.com/watch?v=fqMu6e5Dgtg</a></p>
<p>Arroy!</p>
]]></content:encoded>
			<wfw:commentRss>http://anselmolsm.org/blog/avast-salty-sea-dog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vídeo no PSP</title>
		<link>http://anselmolsm.org/blog/video-no-psp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=video-no-psp</link>
		<comments>http://anselmolsm.org/blog/video-no-psp/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 03:28:55 +0000</pubDate>
		<dc:creator>anselmolsm</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[pt_BR]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[psp]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.anselmolsm.org/blog/?p=182</guid>
		<description><![CDATA[O Otubo publicou um script para converter vídeos para tocar no PSP. Conforme escrevi lá nos comentários, aqui vai o script que encontrei e utilizei em alguns poucos testes que fiz só para ver o PSP tocando vídeos. O script encodepsp pode ser encontrado aqui. Uso: encodepsp inputfile outputfile ou: … <a href="http://anselmolsm.org/blog/video-no-psp/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
			<content:encoded><![CDATA[<p style="justify;">O Otubo <a href="http://www.otubo.net/2008/08/assistindo-filmes-do-seu-psp-linux.html" target="_blank">publicou</a> um script para converter vídeos para tocar no PSP. Conforme escrevi lá nos comentários, aqui vai o script que <a href="http://voidpointer.org/?p=17" target="_blank">encontrei</a> e utilizei em alguns poucos testes que fiz só para ver o PSP tocando vídeos.</p>
<p style="justify;">O script <em>encodepsp</em> pode ser encontrado <a href="http://www.anselmolsm.org/blog/files/encodepsp" target="_blank">aqui</a>.</p>
<p style="justify;">Uso: <em>encodepsp inputfile outputfile</em></p>
<p style="justify;">ou: <em>encodepsp dvd://1 movie.mp4</em></p>
<p style="justify;">Andei conversando a respeito, percebi que é possível melhorar alguns parâmetros. Como eu nunca mexi muito com isso, preciso dar uma estudada hehe. Quem sabe em breve consigo algo melhor =) .</p>
]]></content:encoded>
			<wfw:commentRss>http://anselmolsm.org/blog/video-no-psp/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>25 de Abril</title>
		<link>http://anselmolsm.org/blog/25-de-abril/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=25-de-abril</link>
		<comments>http://anselmolsm.org/blog/25-de-abril/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 19:53:00 +0000</pubDate>
		<dc:creator>anselmolsm</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[pt_BR]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.anselmolsm.org/blog/?p=85</guid>
		<description><![CDATA[Aproveitando a data e uma música que fiquei de falar a respeito com minha irmã. 25 de Abril é conhecido em Portugal como &#8220;Dia da Liberdade&#8221;, feriado nacional em comemoração pelo 25 de Abril de 1974 quando ocorreu a chamada &#8220;Revolução dos Cravos&#8221; que pôs fim ao regime fascista que … <a href="http://anselmolsm.org/blog/25-de-abril/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
			<content:encoded><![CDATA[<p>Aproveitando a data e uma música que fiquei de falar a respeito com minha irmã.</p>
<p>25 de Abril é conhecido em Portugal como &#8220;Dia da Liberdade&#8221;, feriado nacional em comemoração pelo 25 de Abril de 1974 quando ocorreu a chamada &#8220;Revolução dos Cravos&#8221; que pôs fim ao regime fascista que governava o país desde 1926. Mais detalhes nas referências no fim desse post.</p>
<p>Em 1975, Chico Buarque gravou &#8220;Tanto Mar&#8221;, canção que faz menção ao 25 de Abril e como você deve imaginar, foi censurada (quem sabe outro dia escrevo sobre as letras que a censura <span style="font-weight: bold;">não</span> percebeu o teor &#8220;subversivo&#8221;&#8230;). Há no Youtube um vídeo da segunda versão da música com imagens do 25 de abril.</p>
<p><a href="http://www.youtube.com/watch?v=PsJpeR2K-is">http://www.youtube.com/watch?v=PsJpeR2K-is</a></p>
<p>Mais a respeito:</p>
<p><a href="http://pt.wikipedia.org/wiki/Revolu%C3%A7%C3%A3o_dos_cravos">Revolução dos Cravos</a><br />
<a href="http://www1.ci.uc.pt/cd25a/wikka.php?wakka=Cronologia">Cronologia &#8211; Centro de Documentação 25 de Abril &#8211; Universidade de Coimbra</a><br />
<a href="http://natura.di.uminho.pt/%7Ejj/musica/html/buarque-tantoMar.html">Chico Buarque &#8211; Tanto Mar (1975)</a><br />
<a href="http://natura.di.uminho.pt/%7Ejj/musica/html/buarque-tantoMar2.html">Chico Buarque &#8211; Tanto Mar (1976)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://anselmolsm.org/blog/25-de-abril/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metaaaaaaal</title>
		<link>http://anselmolsm.org/blog/metaaaaaaal/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=metaaaaaaal</link>
		<comments>http://anselmolsm.org/blog/metaaaaaaal/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 23:33:00 +0000</pubDate>
		<dc:creator>anselmolsm</dc:creator>
				<category><![CDATA[pt_BR]]></category>
		<category><![CDATA[Viagem]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[recife]]></category>

		<guid isPermaLink="false">http://www.anselmolsm.org/blog/?p=84</guid>
		<description><![CDATA[Ainda não postei fotos nem nada a respeito da expedição feita ao estado de Pernambuco. Para começar, aí vai um vídeo &#8220;show de buela&#8221;, como dizem na Nicarágua. Um exemplo de como do que o pessoal metaleiro ouve em Recife =) . http://www.youtube.com/watch?v=9cpgJMBqfJo PS: eu sei que bola em espanhol … <a href="http://anselmolsm.org/blog/metaaaaaaal/"> Continue reading <span class="meta-nav">&#8594; </span></a>]]></description>
			<content:encoded><![CDATA[<p>Ainda não postei fotos nem nada a respeito da expedição feita ao estado de Pernambuco. Para começar, aí vai um vídeo &#8220;show de buela&#8221;, como dizem na Nicarágua. Um exemplo de como do que o pessoal metaleiro ouve em Recife =) .</p>
<div style="text-align: center;">
<p><a href="http://www.youtube.com/watch?v=9cpgJMBqfJo">http://www.youtube.com/watch?v=9cpgJMBqfJo</a></p>
</div>
<p>PS: eu sei que bola em espanhol é pelota<br />
PS2: Nicarágua foi um país aleatoriamente escolhido dentre os falantes do espanhol na américa central.</p>
]]></content:encoded>
			<wfw:commentRss>http://anselmolsm.org/blog/metaaaaaaal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

