<?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>Democratic ambitions... and software dev juices</title>
	<atom:link href="http://www.alessandro.vincelli.name/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alessandro.vincelli.name</link>
	<description>by alessandro vincelli</description>
	<lastBuildDate>Tue, 20 Jul 2010 15:27:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>YouEat 1.4 released</title>
		<link>http://www.alessandro.vincelli.name/2010/07/20/youeat-1-4-release/</link>
		<comments>http://www.alessandro.vincelli.name/2010/07/20/youeat-1-4-release/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 08:50:20 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[youeat]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[spring]]></category>
		<category><![CDATA[spring MVC]]></category>
		<category><![CDATA[spring security]]></category>
		<category><![CDATA[youeat.org]]></category>

		<guid isPermaLink="false">http://www.alessandro.vincelli.name/?p=223</guid>
		<description><![CDATA[YouEat 1.4 is released and available on www.youeat.org. Improvements: Added security on REST YouEat Services Improved REST interface Improvements on RistorantePositionService, now the distance is calculated using the Hibernate API Technical Notes: upgraded to Spring 3.0.3 upgraded to jackson 1.5.4 Links: project home 1.4. source code Java Doc maven site issues wiki]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alessandro.vincelli.name/wp-content/uploads/2010/02/logo-mela-small.png"><img class="size-full wp-image-138 alignright" title="logo-mela-small" src="http://www.alessandro.vincelli.name/wp-content/uploads/2010/02/logo-mela-small.png" alt="" width="80" height="80" /></a>YouEat 1.4 is released and available on <a title="youeat.org" href="http://www.youeat.org">www.youeat.org</a>.</p>
<p><strong>Improvements:</strong></p>
<ul>
<li>Added security on REST YouEat Services</li>
<li>Improved REST interface</li>
<li>Improvements on RistorantePositionService, now the distance is calculated using the Hibernate API</li>
</ul>
<p><strong>Technical Notes:</strong></p>
<ul>
<li>upgraded to Spring 3.0.3</li>
<li>upgraded to jackson 1.5.4</li>
</ul>
<p><strong>Links:</strong></p>
<ul>
<li><a title="youeat.org project home" href="http://code.google.com/p/youeat/">project home</a></li>
<li><a title="youeat.org 1.3 source tag" href="http://code.google.com/p/youeat/source/browse/#svn/tags/youeat-1.4">1.4. source code</a></li>
<li><a title="youeat.org JavaDoc" href="http://www.alessandro.vincelli.name/youeat/apidocs/index.html">Java Doc</a></li>
<li><a title="youeat.org Maven Site" href="http://www.alessandro.vincelli.name/youeat/">maven site</a></li>
<li><a title="youeat.org issues" href="http://code.google.com/p/youeat/issues/list">issues</a></li>
<li><a title="youeat.ork wiki" href="http://code.google.com/p/youeat/w/list">wiki</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandro.vincelli.name/2010/07/20/youeat-1-4-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling startup of a service in Ubuntu</title>
		<link>http://www.alessandro.vincelli.name/2010/07/08/disabling-startup-of-a-service-in-ubuntu/</link>
		<comments>http://www.alessandro.vincelli.name/2010/07/08/disabling-startup-of-a-service-in-ubuntu/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 08:13:55 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.alessandro.vincelli.name/?p=219</guid>
		<description><![CDATA[Sometimes is not easy to solve easy problems. Today, after some research, I found how disable service in Ubuntu&#8230; It&#8217;s better to fix that, instead to lose more time in a near future. To disable a service in Ubuntu it&#8217;s necessary remove the symlinks from all the runlevel-specific directories, /etc/rc*.d. The command to do that [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes is not easy to solve easy problems.<a href="http://www.alessandro.vincelli.name/wp-content/uploads/2010/07/Qref_Ubuntu_Logo.png"><img class="alignright size-medium wp-image-220" title="Ubuntu Logo" src="http://www.alessandro.vincelli.name/wp-content/uploads/2010/07/Qref_Ubuntu_Logo-296x300.png" alt="" width="178" height="180" /></a><br />
Today, after some research, I found how disable service in Ubuntu&#8230; It&#8217;s better to fix that, instead to lose more time in a near future.<br />
To disable a service in Ubuntu it&#8217;s necessary remove the symlinks from all the runlevel-specific directories, /etc/rc*.d. The command to do that is <code>update-rc</code>.d.<br />
Esample:<br />
<code>ubuntu# update-rc.d -f openvpn remove</code></p>
<p><a title="Disable a startup of service in Ubuntu" href="http://www.unixtutorial.org/2009/01/disable-service-startup-in-ubuntu/" target="_blank">reference</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandro.vincelli.name/2010/07/08/disabling-startup-of-a-service-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rimbalzare streaming audio RAI all&#8217;estero</title>
		<link>http://www.alessandro.vincelli.name/2010/07/04/rimbalzare-streaming-audio-rai-allestero/</link>
		<comments>http://www.alessandro.vincelli.name/2010/07/04/rimbalzare-streaming-audio-rai-allestero/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 15:09:47 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[Italiano]]></category>
		<category><![CDATA[ascolto dall'estero]]></category>
		<category><![CDATA[radio rai]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[tv dall'estero]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://www.alessandro.vincelli.name/?p=210</guid>
		<description><![CDATA[Alla fine una soluzione per ascoltare i mondiali su radio rai dall&#8217;estero l&#8217;ho trovata. Grazie a VLC. Avete bisogno di: un server in Italia VLC Ho la fortuna appunto di avere un server in Italia. Su questo server(linux) ho installato VLC. Dopo alcune infruttuose prove sono riuscito a trovare il giusto comando per rendere disponibile [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alessandro.vincelli.name/wp-content/uploads/2010/07/Cone-Audio-large.png"><img class="alignright size-full wp-image-211" title="VLC" src="http://www.alessandro.vincelli.name/wp-content/uploads/2010/07/Cone-Audio-large.png" alt="" width="175" height="238" /></a>Alla fine una soluzione per ascoltare i mondiali su radio rai dall&#8217;estero l&#8217;ho trovata.</p>
<p>Grazie a <a title="VLC" href="http://www.videolan.org/vlc/">VLC</a>.</p>
<p>Avete bisogno di:</p>
<ul>
<li>un server in Italia</li>
<li>VLC</li>
</ul>
<p>Ho la fortuna appunto di avere un server in Italia. Su questo server(linux) ho installato VLC.</p>
<p>Dopo alcune infruttuose prove sono riuscito a trovare il giusto comando per rendere disponibile lo streaming di radio rai via HTTP, il comando da lanciare è il seguente:</p>
<blockquote>
<div><code>cvlc -vvv http://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=162834 --sout '#transcode{acodec=mp3,ab=128,channels=2}:duplicate{dst=std{access=http,mux=ps,dst=:1024}}'</code></div>
</blockquote>
<div>La sorgente è radio uno: http://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=162834.</div>
<div>L&#8217;output è trasformato in mp3 e indirizzato sulla porta 1024 tramite il protocollo HTTP.</div>
<div>Una volata lanciato il comando sopra potete ascoltare radio uno con un client VLC collegandovi a:</div>
<blockquote>
<div><code>http://IP-VOSTRO-SERVER:1024</code></div>
</blockquote>
<p>Per il video la soluzione è più ostica&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandro.vincelli.name/2010/07/04/rimbalzare-streaming-audio-rai-allestero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Radio Rai dall&#8217;estero? non più!</title>
		<link>http://www.alessandro.vincelli.name/2010/06/29/radio-rai-dallestero-non-piu/</link>
		<comments>http://www.alessandro.vincelli.name/2010/06/29/radio-rai-dallestero-non-piu/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 14:22:19 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[Italiano]]></category>
		<category><![CDATA[Opinioni]]></category>
		<category><![CDATA[ascolto dall'estero]]></category>
		<category><![CDATA[globalizzazione]]></category>
		<category><![CDATA[radio rai]]></category>
		<category><![CDATA[rai]]></category>
		<category><![CDATA[tv dall'estero]]></category>

		<guid isPermaLink="false">http://www.alessandro.vincelli.name/?p=203</guid>
		<description><![CDATA[La globalizzazione fa brutti scherzi! Da oggi i mondiali su radio rai non si ascoltano più su internet dall&#8217;estero! grazie mamma RAI! Non bastava inibire la visione delle direte su rai.tv dall&#8217;estero, ora anche la Radio. La soluzione che avevo trovato per godermi questi pur sofferti mondiali era di vedere l&#8217;ottimo streaming video su nos.nl, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alessandro.vincelli.name/wp-content/uploads/2010/06/rai16-9.jpg"><img class="alignright size-medium wp-image-204" title="rai16-9" src="http://www.alessandro.vincelli.name/wp-content/uploads/2010/06/rai16-9-300x172.jpg" alt="" width="300" height="172" /></a>La globalizzazione fa brutti scherzi!</p>
<p>Da oggi i mondiali su radio rai non si ascoltano più su internet dall&#8217;estero! grazie mamma RAI!</p>
<p>Non bastava inibire la visione delle direte su rai.tv dall&#8217;estero, ora anche la Radio.</p>
<p>La soluzione che avevo trovato per godermi questi pur sofferti mondiali era di vedere l&#8217;ottimo streaming video su nos.nl, la tv di stato olandese, che trasmette tutte le partite (proprio tutte!) senza interruzioni pubblicitarie.</p>
<p>Per l&#8217;audio avevo optato per le ottime radio cronache di radio rai&#8230; ma, sorpresa!&#8230; da oggi risponde una vocina che dice l&#8217;ascolto dall&#8217;estero non è più possibile!</p>
<p>Quando avrò finito di imprecare cercherò di trovare una soluzione a questa ennesima frustrante limitazione che ci imposta da questa globalizzazione guidata da ricchi possidenti di media!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandro.vincelli.name/2010/06/29/radio-rai-dallestero-non-piu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouEat 1.3 released</title>
		<link>http://www.alessandro.vincelli.name/2010/06/06/youeat-1-3-released/</link>
		<comments>http://www.alessandro.vincelli.name/2010/06/06/youeat-1-3-released/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 13:49:20 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[youeat]]></category>
		<category><![CDATA[youeat.org]]></category>

		<guid isPermaLink="false">http://www.alessandro.vincelli.name/?p=189</guid>
		<description><![CDATA[YouEat 1.3 is released and available on www.youeat.org. Improvements: Added email field for restaurant. Added notifications message for Facebook users Technical Notes: upgraded to wicket 1.4.9 upgraded to jackson 1.5.3 Links: project home 1.3. source code Java Doc maven site issues wiki]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alessandro.vincelli.name/wp-content/uploads/2010/02/logo-mela-small.png"><img class="size-full wp-image-138 alignright" title="logo-mela-small" src="http://www.alessandro.vincelli.name/wp-content/uploads/2010/02/logo-mela-small.png" alt="" width="80" height="80" /></a>YouEat 1.3 is released and available on <a title="youeat.org" href="http://www.youeat.org">www.youeat.org</a>.</p>
<p><strong>Improvements:</strong></p>
<ul>
<li>Added email field for restaurant.</li>
<li>Added notifications message for Facebook users</li>
</ul>
<p><strong>Technical Notes:</strong></p>
<ul>
<li>upgraded to wicket 1.4.9</li>
<li>upgraded to jackson 1.5.3</li>
</ul>
<p><strong>Links:</strong></p>
<ul>
<li><a title="youeat.org project home" href="http://code.google.com/p/youeat/">project home</a></li>
<li><a title="youeat.org 1.3 source tag" href="http://code.google.com/p/youeat/source/browse/#svn/tags/youeat-1.3">1.3. source code</a></li>
<li><a title="youeat.org JavaDoc" href="http://www.alessandro.vincelli.name/youeat/apidocs/index.html">Java Doc</a></li>
<li><a title="youeat.org Maven Site" href="http://www.alessandro.vincelli.name/youeat/">maven site</a></li>
<li><a title="youeat.org issues" href="http://code.google.com/p/youeat/issues/list">issues</a></li>
<li><a title="youeat.ork wiki" href="http://code.google.com/p/youeat/w/list">wiki</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandro.vincelli.name/2010/06/06/youeat-1-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toggle display of hidden files in Finder with keyboard shortcut</title>
		<link>http://www.alessandro.vincelli.name/2010/06/02/toggle-display-of-hidden-files-in-finder-with-keyboard-shortcut/</link>
		<comments>http://www.alessandro.vincelli.name/2010/06/02/toggle-display-of-hidden-files-in-finder-with-keyboard-shortcut/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 10:27:03 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[segnalazioni]]></category>
		<category><![CDATA[macosx]]></category>

		<guid isPermaLink="false">http://www.alessandro.vincelli.name/?p=184</guid>
		<description><![CDATA[I found this good solution to show hidden files in Finder. Toggle display of hidden files in Finder with keyboard shortcut [Update 2] Thanks to madgunde.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alessandro.vincelli.name/wp-content/uploads/2010/06/finder.png"><img class="size-medium wp-image-185 alignright" title="finder" src="http://www.alessandro.vincelli.name/wp-content/uploads/2010/06/finder-300x300.png" alt="" width="147" height="147" /></a>I found this good solution to show hidden files in Finder.</p>
<p><a title="Toggle display of hidden files in Finder with keyboard shortcut [Update 2]" href="http://artofgeek.com/2009/09/16/toggle-display-of-hidden-files-in-finder-with-keyboard-shortcut/" target="_self">Toggle display of hidden files in Finder with keyboard shortcut [Update 2]</a></p>
<p>Thanks to madgunde.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandro.vincelli.name/2010/06/02/toggle-display-of-hidden-files-in-finder-with-keyboard-shortcut/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Macworld Boston 1997-The Microsoft Deal &#8211; and The Apple resurrection from the hell</title>
		<link>http://www.alessandro.vincelli.name/2010/05/31/macworld-boston-1997-the-microsoft-deal-the-apple-esurrection/</link>
		<comments>http://www.alessandro.vincelli.name/2010/05/31/macworld-boston-1997-the-microsoft-deal-the-apple-esurrection/#comments</comments>
		<pubDate>Mon, 31 May 2010 20:31:53 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Opinioni]]></category>
		<category><![CDATA[bill gates]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[steve jobs]]></category>

		<guid isPermaLink="false">http://www.alessandro.vincelli.name/?p=179</guid>
		<description><![CDATA[It&#8217;s incredible the work that Steve Jobs did in these 13 years. Congratulations!]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s incredible the work that Steve Jobs did in these 13 years. Congratulations!</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.youtube.com/v/WxOp5mBY9IY&amp;rel=0&amp;color1=0xb1b1b1&amp;color2=0xd0d0d0&amp;hl=it_IT&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="385" src="http://www.youtube.com/v/WxOp5mBY9IY&amp;rel=0&amp;color1=0xb1b1b1&amp;color2=0xd0d0d0&amp;hl=it_IT&amp;feature=player_embedded&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandro.vincelli.name/2010/05/31/macworld-boston-1997-the-microsoft-deal-the-apple-esurrection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Addio a Edmondo Berselli</title>
		<link>http://www.alessandro.vincelli.name/2010/04/14/addio-a-edmondo-berselli/</link>
		<comments>http://www.alessandro.vincelli.name/2010/04/14/addio-a-edmondo-berselli/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 13:50:20 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[Italiano]]></category>
		<category><![CDATA[segnalazioni]]></category>
		<category><![CDATA[edmondo berselli]]></category>

		<guid isPermaLink="false">http://www.alessandro.vincelli.name/?p=165</guid>
		<description><![CDATA[L&#8217;11 aprile 2010 e&#8217; morto Edmondo Berselli, una grande tristezza e solitudine mi ha avvolto. Non perdevo nessuno dei suoi articoli su L&#8217;Espresso o su la Repubblica. Era il mio giornalista di riferimento. Una firma lucida, brillante, ironica, profonda che sapeva raccontare la nostra Italia. Ci mancherai. Un estratto dal ricordo di Michele Serra: &#8220;Divagante, [...]]]></description>
			<content:encoded><![CDATA[<p><em> </em><a href="http://www.alessandro.vincelli.name/wp-content/uploads/2010/04/arton585.jpg"><img class="size-medium wp-image-170 alignright" title="arton585" src="http://www.alessandro.vincelli.name/wp-content/uploads/2010/04/arton585-300x300.jpg" alt="" width="300" height="300" /></a>L&#8217;11 aprile 2010 e&#8217; morto Edmondo Berselli, una grande tristezza e solitudine mi ha avvolto. Non perdevo nessuno dei suoi articoli su L&#8217;Espresso o su la Repubblica. Era il mio giornalista di riferimento. Una firma lucida, brillante, ironica, profonda che sapeva raccontare la nostra Italia.<br />
Ci mancherai.</p>
<p>Un estratto dal ricordo di Michele Serra:</p>
<blockquote><p><em>&#8220;Divagante, spiritoso, acuto, leggerlo non era mai un&#8217;esperienza scontata. In ogni editoriale, in ogni libro, si indovinava una diffidenza radicata verso l&#8217;eccesso di pathos, i sentimenti incontrollati. Non infiammabile, non infiammava mai: ragionava, con un piglio quasi anglosassone molto raro dalle nostre parti. Una &#8220;freddezza&#8221; continuamente corretta dallo humour, dall&#8217;intelligenza, dall&#8217;amore per la realtà.&#8221;</em></p></blockquote>
<p>Alcuni articoli che lo ricordano con profondo affetto:</p>
<p><a href="http://www.repubblica.it/politica/2010/04/12/news/berselli_prodi-3285846/">Il fuoco dell&#8217;intelligenza in quelle sue telefonate</a>, di <em>Romano Prodi</em></p>
<p><a href="http://www.repubblica.it/politica/2010/04/12/news/intellettuale_ironico-3282004/">L&#8217;intellettuale ironico che raccontava il pop</a>, di <em>Michele Serra</em></p>
<p><a href="http://www.repubblica.it/politica/2010/04/12/news/berselli_ceccarelli-3285684/">Dal &#8220;Mulino&#8221; all&#8217;Italia la politica come piacere</a>, di<em> Filippo Ceccarerelli</em></p>
<p><a href="http://www.ilgiornale.it/cultura/berselli_piu_mancino_maestri/12-04-2010/articolo-id=436850-page=0-comments=1">Berselli, il più mancino dei maestri</a>, di <em>Maurizio Caverzan</em></p>
<p>La notizia su repubblica.it:</p>
<p><a href="http://www.repubblica.it/politica/2010/04/11/news/berselli-3275107/">http://www.repubblica.it/politica/2010/04/11/news/berselli-3275107/</a></p>
<p>Anche un video a cura della redazione di La Repubblica:<a href="http://tv.repubblica.it/home_page.php?video"><br />
Edmondo Berselli: maestro con leggerezza</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandro.vincelli.name/2010/04/14/addio-a-edmondo-berselli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YouEat: maven site released</title>
		<link>http://www.alessandro.vincelli.name/2010/03/04/youeat-mave-site-released/</link>
		<comments>http://www.alessandro.vincelli.name/2010/03/04/youeat-mave-site-released/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 09:01:42 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[youeat]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javadoc]]></category>
		<category><![CDATA[maven]]></category>

		<guid isPermaLink="false">http://www.alessandro.vincelli.name/?p=152</guid>
		<description><![CDATA[Today I published the YouEat maven site. The site contains  the JavaDoc of YouEat and some general information TIP: to speed up  the site generation you can add the configuration below for the maven-project-info-reports-plugin: &#60;dependencylocationsenabled&#62;false&#60;/dependencylocationsenabled&#62;]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alessandro.vincelli.name/wp-content/uploads/2010/02/logo-mela-small.png"><img class="size-full wp-image-138 alignright" title="logo-mela-small" src="http://www.alessandro.vincelli.name/wp-content/uploads/2010/02/logo-mela-small.png" alt="" width="80" height="80" /></a>Today I published the <a title="YouEat project maven site" href="http://www.alessandro.vincelli.name/youeat/">YouEat maven site</a>.</p>
<p>The site contains  the <a title="API JavaDoc of Youeat" href="http://www.alessandro.vincelli.name/youeat/apidocs/index.html">JavaDoc</a> of YouEat and some general information<strong></strong></p>
<p><strong>TIP: </strong>to speed up  the site generation you can add the configuration below for the <em>maven-project-info-reports-plugin:</em></p>
<p><em>&lt;dependencylocationsenabled&gt;false&lt;/dependencylocationsenabled&gt;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandro.vincelli.name/2010/03/04/youeat-mave-site-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Continuous integration and code quality management on YouEat</title>
		<link>http://www.alessandro.vincelli.name/2010/03/03/continuous-integration-and-code-quality-management-on-youeat/</link>
		<comments>http://www.alessandro.vincelli.name/2010/03/03/continuous-integration-and-code-quality-management-on-youeat/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 15:23:55 +0000</pubDate>
		<dc:creator>Alessandro</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[code quality]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[hudson]]></category>
		<category><![CDATA[sonar]]></category>
		<category><![CDATA[youeat]]></category>

		<guid isPermaLink="false">http://www.alessandro.vincelli.name/?p=149</guid>
		<description><![CDATA[YouEat uses Hudson and Sonar. Sonar for YouEat Hudson for YouEat Thanks to Sonar and Hudson developers for these essential tools.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alessandro.vincelli.name/wp-content/uploads/2010/02/logo-mela-small.png"><img class="size-full wp-image-138 alignright" title="logo-mela-small" src="http://www.alessandro.vincelli.name/wp-content/uploads/2010/02/logo-mela-small.png" alt="" width="80" height="80" /></a>YouEat uses Hudson and Sonar.</p>
<p><a title="Sonar Source, code analysis for YouEat " href="http://www.alessandro.vincelli.name/sonar/">Sonar for YouEat</a></p>
<p><a title="Hudson CI" href="http://www.alessandro.vincelli.name/hudson/">Hudson for YouEat</a></p>
<p>Thanks to <a title="Sonar site" href="http://www.sonarsource.com">Sonar</a> and <a title="Huson site" href="http://hudson-ci.org/">Hudson</a> developers for these essential tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alessandro.vincelli.name/2010/03/03/continuous-integration-and-code-quality-management-on-youeat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
