<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>wacom graphire 4 xl classic Su Kubuntu</title>
	<atom:link href="http://wacom4classicubuntu.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wacom4classicubuntu.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 31 Oct 2007 16:35:45 +0000</lastBuildDate>
	<language>it</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='wacom4classicubuntu.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>wacom graphire 4 xl classic Su Kubuntu</title>
		<link>http://wacom4classicubuntu.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://wacom4classicubuntu.wordpress.com/osd.xml" title="wacom graphire 4 xl classic Su Kubuntu" />
	<atom:link rel='hub' href='http://wacom4classicubuntu.wordpress.com/?pushpress=hub'/>
		<item>
		<title>wacom 4 xl classic guida per ubuntu feisty e gutsy Debian(forse)</title>
		<link>http://wacom4classicubuntu.wordpress.com/2007/10/18/wacom-4-xl-classic-guida-per-ubuntu-feisty-e-gutsy/</link>
		<comments>http://wacom4classicubuntu.wordpress.com/2007/10/18/wacom-4-xl-classic-guida-per-ubuntu-feisty-e-gutsy/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 08:06:59 +0000</pubDate>
		<dc:creator>ilfuocodilinux</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wacom4classicubuntu.wordpress.com/2007/10/18/wacom-4-xl-classic-guida-per-ubuntu-feisty-e-gutsy/</guid>
		<description><![CDATA[Visto che questa documentazione l ho scritta io&#8230;per spargere meglio la voce&#8230;ecco qui &#160; Introduzione In questa guida sono contenute delle istruzioni utili all&#8217;installazione e alla configurazione della tavoletta grafica Wacom Graphire 4 Classic. Le seguenti istruzioni sono state testate e verificate su Ubuntu 7.04 «Feisty Fawn» e successive. Installazione se non l avete già [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wacom4classicubuntu.wordpress.com&amp;blog=1935669&amp;post=3&amp;subd=wacom4classicubuntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Visto che questa documentazione l ho scritta io&#8230;per spargere meglio la voce&#8230;ecco qui</p>
<p><img src="http://www.wacom-europe.com/int/products/graphire4/_img/head_12_de.jpg" alt="Wacom" height="330" width="550" /></p>
<table style="background:#f1f1ed none repeat scroll 0 50%;float:right;font-size:0.9em;margin:0 0 1em 1em;" width="29">
<tr>
<td style="padding:0.5em;">&nbsp;</td>
</tr>
</table>
<h1>Introduzione</h1>
<p><span class="anchor"></span><span class="anchor"></span></p>
<p class="line879">In questa guida sono contenute delle istruzioni utili all&#8217;installazione e alla configurazione della tavoletta grafica <strong>Wacom</strong> <strong>Graphire 4 Classic</strong>. Le seguenti istruzioni sono state testate e verificate su <strong>Ubuntu 7.04</strong> «<strong>Feisty Fawn</strong>» e successive. <span class="anchor"></span></p>
<h1>Installazione</h1>
<p>se non l avete già installato :</p>
<p><strong>sudo apt-get install xserver-xorg-input-wacom  wacom-tools</strong> <span class="anchor"></span></p>
<h1>Configurazione</h1>
<p><span class="anchor"></span><span class="anchor"></span></p>
<h2>Configurare il server grafico</h2>
<p><span class="anchor"></span><span class="anchor"></span></p>
<p class="line886">Benché sia funzionante mancano alcune funzionalita&#8217; , quali la possibilità di usare la rotellina e i due tasti supplementari. Per fare ciò:</p>
<p class="line886">&nbsp;</p>
<p><span class="anchor"></span><strong>sudo nano /etc/X11/xorg.conf</strong></p>
<p>potete usare al posto di <em>nano</em> o<em> gedit</em> (ubuntu) o <em>kate</em> (kubuntu)</p>
<pre></pre>
<p class="line886">aggiungere i seguenti elementi: <span class="anchor"></span></p>
<pre>Section "InputDevice"
        Identifier  "pad"
        Driver      "wacom"
        Option      "Type" "pad"
        Option      "Device" "/dev/input/wacom"
        Option      "ButtonsOnly" "on"
        Option      "Button9" "2 "
        Option      "Button13" "3 "
        Option      "USB" "on"
EndSection</pre>
<pre><strong> </strong></pre>
<p><strong> ATTENZIONE QUANDO COPIATE DEVE ESSERE SCRITTO ESATTAMENTE COSI  E NON DEVONO VENIRE FUORI SIMBOLI STRANI!!! <span class="anchor"></span><span class="anchor"></span></strong></p>
<p class="line886">Aggiungere in fondo al file anche la seguente riga: <span class="anchor"></span><span class="anchor"></span></p>
<p><span class="anchor"></span><span class="anchor"></span></p>
<p class="line879"><strong>InputDevice    &#8220;pad&#8221; &#8220;SendCoreEvents&#8221;</strong></p>
<p class="line879">Il contenuto del file <strong><tt>/etc/X11/xorg.conf</tt></strong> dovrebbe essere simile al seguente:</p>
<p class="line879"># xorg.conf (xorg X Window System server configuration file)<br />
#<br />
# This file was generated by dexconf, the Debian X Configuration tool, using<br />
# values from the debconf database.<br />
#<br />
# Edit this file with caution, and see the xorg.conf manual page.<br />
# (Type &#8220;man xorg.conf&#8221; at the shell prompt.)<br />
#<br />
# This file is automatically updated on xserver-xorg package upgrades *only*<br />
# if it has not been modified since the last upgrade of the xserver-xorg<br />
# package.<br />
#<br />
# If you have edited this file but would like it to be automatically updated<br />
# again, run the following command:<br />
#   sudo dpkg-reconfigure -phigh xserver-xorg</p>
<p>Section &#8220;Files&#8221;<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
Identifier    &#8220;Generic Keyboard&#8221;<br />
Driver        &#8220;kbd&#8221;<br />
Option        &#8220;CoreKeyboard&#8221;<br />
Option        &#8220;XkbRules&#8221;    &#8220;xorg&#8221;<br />
Option        &#8220;XkbModel&#8221;    &#8220;pc105&#8243;<br />
Option        &#8220;XkbLayout&#8221;    &#8220;it&#8221;<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
Identifier    &#8220;Configured Mouse&#8221;<br />
Driver        &#8220;mouse&#8221;<br />
Option        &#8220;CorePointer&#8221;<br />
Option        &#8220;Device&#8221;        &#8220;/dev/input/mice&#8221;<br />
Option        &#8220;Protocol&#8221;        &#8220;ImPS/2&#8243;<br />
Option        &#8220;ZAxisMapping&#8221;        &#8220;4 5&#8243;<br />
Option        &#8220;Emulate3Buttons&#8221;    &#8220;true&#8221;<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
Identifier    &#8220;Synaptics Touchpad&#8221;<br />
Driver        &#8220;synaptics&#8221;<br />
Option        &#8220;SendCoreEvents&#8221;    &#8220;true&#8221;<br />
Option        &#8220;Device&#8221;        &#8220;/dev/psaux&#8221;<br />
Option        &#8220;Protocol&#8221;        &#8220;auto-dev&#8221;<br />
Option        &#8220;HorizEdgeScroll&#8221;    &#8220;0&#8243;<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
Driver        &#8220;wacom&#8221;<br />
Identifier    &#8220;stylus&#8221;<br />
Option        &#8220;Device&#8221;    &#8220;/dev/input/wacom&#8221;<br />
Option        &#8220;Type&#8221;        &#8220;stylus&#8221;<br />
Option        &#8220;ForceDevice&#8221;    &#8220;ISDV4&#8243;        # Tablet PC ONLY<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
Driver        &#8220;wacom&#8221;<br />
Identifier    &#8220;eraser&#8221;<br />
Option        &#8220;Device&#8221;    &#8220;/dev/input/wacom&#8221;<br />
Option        &#8220;Type&#8221;        &#8220;eraser&#8221;<br />
Option        &#8220;ForceDevice&#8221;    &#8220;ISDV4&#8243;        # Tablet PC ONLY<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
Driver        &#8220;wacom&#8221;<br />
Identifier    &#8220;cursor&#8221;<br />
Option        &#8220;Device&#8221;    &#8220;/dev/input/wacom&#8221;<br />
Option        &#8220;Type&#8221;        &#8220;cursor&#8221;<br />
Option        &#8220;ForceDevice&#8221;    &#8220;ISDV4&#8243;        # Tablet PC ONLY<br />
EndSection</p>
<pre>Section "InputDevice"</pre>
<pre>Identifier  "pad"</pre>
<pre>Driver      "wacom"</pre>
<pre>Option      "Type" "pad"</pre>
<pre>Option      "Device" "/dev/input/wacom"</pre>
<pre>Option      "ButtonsOnly" "on"</pre>
<pre>Option      "Button9" "2"</pre>
<pre>Option      "Button13" "3"</pre>
<pre>Option      "USB" "on"</pre>
<p>EndSection</p>
<p>Section &#8220;Device&#8221;<br />
Identifier    &#8220;Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller&#8221;<br />
Driver        &#8220;intel&#8221;<br />
BusID        &#8220;PCI:0:2:0&#8243;<br />
EndSection</p>
<p>Section &#8220;Monitor&#8221;<br />
Identifier    &#8220;Monitor Generico&#8221;<br />
Option        &#8220;DPMS&#8221;<br />
EndSection</p>
<p>Section &#8220;Screen&#8221;<br />
Identifier    &#8220;Default Screen&#8221;<br />
Device        &#8220;Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller&#8221;<br />
Monitor        &#8220;Monitor Generico&#8221;<br />
DefaultDepth    24<br />
SubSection &#8220;Display&#8221;<br />
Modes        &#8220;1280&#215;800&#8243;<br />
EndSubSection<br />
EndSection</p>
<p>Section &#8220;ServerLayout&#8221;<br />
Identifier    &#8220;Default Layout&#8221;<br />
Screen        &#8220;Default Screen&#8221;<br />
InputDevice    &#8220;Generic Keyboard&#8221;<br />
InputDevice    &#8220;Configured Mouse&#8221;</p>
<pre># Uncomment if you have a wacom tablet
 InputDevice     "stylus"    "SendCoreEvents"
 InputDevice     "cursor"    "SendCoreEvents"
 InputDevice     "eraser"    "SendCoreEvents"
 InputDevice    "Synaptics Touchpad" "SendCoreEvents"
 InputDevice    "pad" "SendCoreEvents"</pre>
<pre>EndSection</pre>
<h2>Configurare i tasti</h2>
<p><span class="anchor"></span><span class="anchor"></span></p>
<p class="line886">Per configurare i tasti aprire una finestra di terminale e digitare i seguenti comandi:</p>
<p class="line886">&nbsp;</p>
<pre>xsetwacom set pad Button1 "core key a"</pre>
<pre>xsetwacom set pad Button2 "core key b"</pre>
<p><strong><span class="anchor"></span><span class="anchor"></span></strong></p>
<p class="line886">&nbsp;</p>
<p class="line886">I precedenti comandi associano al pulsante 1 la stessa funzione del tasto «a» e al pulsante 2 la stessa funzione funzione del tasto «b». <span class="anchor"></span></p>
<p><span class="anchor"></span><span class="anchor"></span></p>
<table style="text-align:justify;width:100%;">
<tr>
<td style="border:medium none;width:5%;"><a href="http://wiki.ubuntu-it.org/Icone/Piccole?action=AttachFile&amp;do=get&amp;target=note.png"><img src="http://wiki.ubuntu-it.org/WikiCache?action=AttachFile&amp;do=get&amp;target=1178aa5b10732d2ff87903ca5a10a6b5-100.png" /></a></td>
<td style="border:medium none;padding:0.5em;"><em>Le associazioni impostate nell&#8217;esempio precedente possono risultare molto utili durante l&#8217;utilizzo della tavoletta con</em> <a href="http://wiki.ubuntu-it.org/Multimedia/Grafica/Gimp">Gimp</a>.</td>
</tr>
</table>
<p class="line879">Inoltre è possibile associare i pulsanti a delle combinazioni di tasti, ad esempio, se si volesse associare al pulsante 1 la stessa funzione della combinazione <strong>Ctrl+Alt+F2</strong>, è utile digitare il seguente comando: <span class="anchor"></span><span class="anchor"></span></p>
<pre>xsetwacom set pad Button1 "core key ctrl alt F2"</pre>
<pre></pre>
<p><strong> <span class="anchor"></span></strong></p>
<p><strong><span class="anchor"></span><span class="anchor"></span></strong></p>
<h2>Configurare la rotellina</h2>
<p><span class="anchor"></span><span class="anchor"></span></p>
<p class="line879">Si può anche lasciare la rotellina cosi come è configurata ma io trovo che per l utilizzo in Gimp vada meglio riconfigurarla seguenti comandi (quello che si fa è associare lo scorrere della rotellina in su al tasto della tastiera &#8220;+ &#8221; che poi fatalità è il tasto che in gimp è associato a ZOom in )<span class="anchor"></span><span class="anchor"></span></p>
<pre>xsetwacom set pad RelWUp "key core +"</pre>
<pre>xsetwacom set pad RelWDn "key core -"</pre>
<p><strong> <span class="anchor"></span></strong></p>
<p><strong><span class="anchor"></span><span class="anchor"></span></strong></p>
<p class="line886">&nbsp;</p>
<p class="line886">&nbsp;</p>
<p class="line886">Se invece si desidera configurare la rotellina per lo scorrimento delle pagine è utile digitare i seguenti comandi: <span class="anchor"></span><span class="anchor"></span></p>
<pre>xsetwacom set pad RelWUp "key core pgup"</pre>
<pre>xsetwacom set pad RelWDn "key core pgdn"</pre>
<pre></pre>
<p><span class="anchor"></span><span class="anchor"></span></p>
<p class="line886">Tali comandi devono essere digitati ad ogni riavvio del sistema   (ovviamente esiste un modo per  farlo in automatico in kde per esempio potete creare dei collegamenti, tasto destro sul desktop&#8212;crea&#8211;collegamento all applicazione&#8211;quindi nella apposita sezione vi imposta il comando xsetwacom etc etc &#8211;e quindi spostate questo collegamento nella cartella  nascosta Autostart che si trova&#8212;&#8211;&gt; dovete andare nella vostra home  poi visualizzare i file nascosti .  andare in ./kde /Autostart)  <span class="anchor"></span></p>
<h1>Configurazione Gimp</h1>
<p>Prima cosa Abilitare i comandi della penna:<strong>  FILE&#8211;PREFERECES : </strong></p>
<p><img src="http://img156.imageshack.us/img156/7416/gimpgd2.png" height="461" width="788" /></p>
<p>per settare la gomma basta che girate la pena dalla parte della gomma e selezionate lo strumento gomma in gimp. ogni volta che girerete la penna gimp si ricordera&#8217; impostazione. La stessa cosa vale per per la parte della penna.</p>
<h1>Ulteriori risorse</h1>
<p><span class="anchor"></span><span class="anchor"></span><a href="http://linuxwacom.sourceforge.net/index.php/howto/xsetwacom" class="http">Guida a xset<strong>wacom</strong></a></p>
<p>Video in inglese maccaronico, ma si vede come configurare la penna</p>
<p><a href="http://www.mediafire.com/download.php?4jmtywkvd1w">versione hq da scaricare  </a></p>
<p>filmato youtube low quality</p>
<!--YouTube Error: bad URL entered-->
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wacom4classicubuntu.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wacom4classicubuntu.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wacom4classicubuntu.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wacom4classicubuntu.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wacom4classicubuntu.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wacom4classicubuntu.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wacom4classicubuntu.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wacom4classicubuntu.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wacom4classicubuntu.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wacom4classicubuntu.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wacom4classicubuntu.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wacom4classicubuntu.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wacom4classicubuntu.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wacom4classicubuntu.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wacom4classicubuntu.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wacom4classicubuntu.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wacom4classicubuntu.wordpress.com&amp;blog=1935669&amp;post=3&amp;subd=wacom4classicubuntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wacom4classicubuntu.wordpress.com/2007/10/18/wacom-4-xl-classic-guida-per-ubuntu-feisty-e-gutsy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c4cdd8b5afe8ca746a15b8b46f5d4367?s=96&#38;d=identicon" medium="image">
			<media:title type="html">il-fuoco-di-linux</media:title>
		</media:content>

		<media:content url="http://www.wacom-europe.com/int/products/graphire4/_img/head_12_de.jpg" medium="image">
			<media:title type="html">Wacom</media:title>
		</media:content>

		<media:content url="http://wiki.ubuntu-it.org/WikiCache?action=AttachFile&#38;do=get&#38;target=1178aa5b10732d2ff87903ca5a10a6b5-100.png" medium="image" />

		<media:content url="http://img156.imageshack.us/img156/7416/gimpgd2.png" medium="image" />
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://wacom4classicubuntu.wordpress.com/2007/10/18/hello-world/</link>
		<comments>http://wacom4classicubuntu.wordpress.com/2007/10/18/hello-world/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 07:50:39 +0000</pubDate>
		<dc:creator>ilfuocodilinux</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wacom4classicubuntu.wordpress.com&amp;blog=1935669&amp;post=1&amp;subd=wacom4classicubuntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/wacom4classicubuntu.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/wacom4classicubuntu.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wacom4classicubuntu.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wacom4classicubuntu.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wacom4classicubuntu.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wacom4classicubuntu.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wacom4classicubuntu.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wacom4classicubuntu.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wacom4classicubuntu.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wacom4classicubuntu.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wacom4classicubuntu.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wacom4classicubuntu.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wacom4classicubuntu.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wacom4classicubuntu.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wacom4classicubuntu.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wacom4classicubuntu.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wacom4classicubuntu.wordpress.com&amp;blog=1935669&amp;post=1&amp;subd=wacom4classicubuntu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wacom4classicubuntu.wordpress.com/2007/10/18/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c4cdd8b5afe8ca746a15b8b46f5d4367?s=96&#38;d=identicon" medium="image">
			<media:title type="html">il-fuoco-di-linux</media:title>
		</media:content>
	</item>
	</channel>
</rss>
