<?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>Alessio Treglia</title>
	<atom:link href="http://en.alessiotreglia.com/feed" rel="self" type="application/rss+xml" />
	<link>http://en.alessiotreglia.com</link>
	<description>everybody lies</description>
	<lastBuildDate>Fri, 28 Sep 2012 09:16:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Be right back soon</title>
		<link>http://en.alessiotreglia.com/articles/be-right-back/</link>
		<comments>http://en.alessiotreglia.com/articles/be-right-back/#comments</comments>
		<pubDate>Fri, 28 Sep 2012 09:15:30 +0000</pubDate>
		<dc:creator>quadrispro</dc:creator>
				<category><![CDATA[Real life]]></category>
		<category><![CDATA[Aberdeen]]></category>
		<category><![CDATA[Travels]]></category>

		<guid isPermaLink="false">http://en.alessiotreglia.com/?p=136</guid>
		<description><![CDATA[Some days ago I moved to Aberdeen, Scotland, and I&#8217;m still experiencing some issues with my Internet connection, so I&#8217;m not yet able to come back to work on packaging stuff as usual. So please, have some patience, I&#8217;ll be right back soon]]></description>
				<content:encoded><![CDATA[<p>Some days ago I moved to <a title="Aberdeen, OpenStreetMap" href="http://osm.org/go/e6mQG3P-" target="_blank">Aberdeen</a>, Scotland, and I&#8217;m still experiencing some issues with my Internet connection, so I&#8217;m not yet able to come back to work on packaging stuff as usual.</p>
<p>So please, have some patience, I&#8217;ll be right back soon <img src='http://en.alessiotreglia.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://en.alessiotreglia.com/articles/be-right-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LADI Tools: first stable release is out!</title>
		<link>http://en.alessiotreglia.com/articles/ladi-tools-first-stable-release-is-out/</link>
		<comments>http://en.alessiotreglia.com/articles/ladi-tools-first-stable-release-is-out/#comments</comments>
		<pubDate>Sat, 24 Mar 2012 03:00:45 +0000</pubDate>
		<dc:creator>quadrispro</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[JACK]]></category>
		<category><![CDATA[LADI]]></category>
		<category><![CDATA[ladish]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://en.alessiotreglia.com/?p=118</guid>
		<description><![CDATA[During the last month I worked as upstream maintainer of LADI Tools and now I&#8217;m happy to introduce the first stable release! So, to answer the usual question &#8220;What&#8217;s new?&#8221;, here is a short description of the changes introduced (taken from the NEWS file included in the release tarball): Laditools 1.0 «Lady &#8220;O&#8221;» Apart from [...]]]></description>
				<content:encoded><![CDATA[<p>During the last month I worked as upstream maintainer of <strong>LADI Tools</strong> and now I&#8217;m happy to introduce the first stable release! So, to answer the usual question <em>&#8220;What&#8217;s new?&#8221;</em>, here is a short description of the changes introduced (taken from the NEWS file included in the release tarball):</p>
<h2>Laditools 1.0 «Lady &#8220;O&#8221;»</h2>
<p>Apart from <strong>wladi</strong> and <strong>g15ladi</strong>, most of ladi* tools have been renamed:</p>
<ul>
<li><del>ladicontrol</del> -&gt; <strong>ladi-control-center</strong></li>
<li><del>ladilog</del> -&gt; <strong>ladi-system-log</strong></li>
<li><del>laditray</del> -&gt; <strong>ladi-system-tray</strong></li>
</ul>
<p>Moreover, a new component has joined the LADI Tools suite: <strong>ladi-player</strong>. LADI Player is a convenient, graphical VLC-style application providing an all-in-one control interface to start, stop and monitor JACK as well as the session handler. It also provides basic controls for managing studios.</p>
<h3>Goodbye PyGTK!</h3>
<p>All the code was ported to GTK+ 3 and the new GObject Introspection mechanism.</p>
<h3>Code refactoring and cleanup</h3>
<p>The code has been reorganized in order to allow the use of Python objects by 3rd party applications.</p>
<p>To start writing code using the classes provided by laditools, simply do the following:</p>
<p><code>from laditools import *</code></p>
<h3>Two-in-one solution for LADI System Tray</h3>
<p>Formerly laditray was an implementation of GtkStatusIcon to put a nice right-clickable icon into the system tray to allow users access JACK controls easy way. It&#8217;s been mostly rewritten and now it shows an <a href="http://unity.ubuntu.com/projects/appindicators/">AppIndicator</a> icon (if the library is available), or fall back to the Freedesktop.org&#8217;s old-fashioned <a href="http://standards.freedesktop.org/systemtray-spec/systemtray-spec-0.2.html">System Tray Protocol Spec</a>-compliant icon.</p>
<h3>Project&#8217;s new homepage</h3>
<p>The project&#8217;s homepage is now hosted by <a title="LADI Tools' project homepage" href="https://launchpad.net/laditools">Launchpad.net</a>, the code is hosted by <a href="http://repo.or.cz/">repo.or.cz</a> and it&#8217;s available <a title="LADI Tools' git" href="http://repo.or.cz/w/laditools.git">here</a> for browsing.<br />
Please use the following links to contact the development team:</p>
<ul>
<li><a href="https://bugs.launchpad.net/laditools">Bugs and patches</a></li>
<li><a href="https://translations.launchpad.net/laditools">Translations</a></li>
</ul>
<p>New up-to-date packages will hit both Debian and Ubuntu soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://en.alessiotreglia.com/articles/ladi-tools-first-stable-release-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To tablet or not to tablet, to tablet or not to tablet, to tablet or&#8230;</title>
		<link>http://en.alessiotreglia.com/articles/to-tablet-or-not-to-tablet-to-tablet-or-not-to-tablet-to-tablet-or/</link>
		<comments>http://en.alessiotreglia.com/articles/to-tablet-or-not-to-tablet-to-tablet-or-not-to-tablet-to-tablet-or/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 12:22:44 +0000</pubDate>
		<dc:creator>quadrispro</dc:creator>
				<category><![CDATA[Real life]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>

		<guid isPermaLink="false">http://en.alessiotreglia.com/?p=104</guid>
		<description><![CDATA[Well, I&#8217;ve found the answer (To be continued&#8230;)]]></description>
				<content:encoded><![CDATA[<p>Well, I&#8217;ve found the answer <img src='http://en.alessiotreglia.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://u1.ipernity.com/18/90/03/10169003.88c5ea95.jpg"><img class="aligncenter" title="OOooh YYyahh!!!!!" src="http://u1.ipernity.com/18/90/03/10169003.88c5ea95.jpg" alt="" width="512" height="384" /></a><em>(To be continued&#8230;)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://en.alessiotreglia.com/articles/to-tablet-or-not-to-tablet-to-tablet-or-not-to-tablet-to-tablet-or/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Bits from the Debian Multimedia Maintainers</title>
		<link>http://en.alessiotreglia.com/articles/bits-from-the-debian-multimedia-maintainers/</link>
		<comments>http://en.alessiotreglia.com/articles/bits-from-the-debian-multimedia-maintainers/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 07:36:09 +0000</pubDate>
		<dc:creator>quadrispro</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>

		<guid isPermaLink="false">http://en.alessiotreglia.com/?p=92</guid>
		<description><![CDATA[This brief announcement was published in the debian-devel-announce mailing list and I repeat it here for your information. Hi! Since there has been a lot happening in the Debian Multimedia world during the Squeeze release, so we figured we should give you an update on that. Who are we? In the dark old ages, there [...]]]></description>
				<content:encoded><![CDATA[<p><em>This brief announcement was published in the <a href="mailto:debian-devel-announce@lists.debian.org">debian-devel-announce mailing list</a> and I repeat it here for your information.<br />
</em></p>
<p>Hi!</p>
<p>Since there has been a lot happening in the Debian Multimedia world during the <strong>Squeeze</strong> release, so we figured we should give you an update on that.</p>
<h4>Who are we?</h4>
<p>In the dark old ages, there were two teams involved in multimedia: the <em>Debian Multimedia</em> and <em>Debian Multimedia Packages</em> teams. Please note that neither of them is related to <em>debian-multimedia.org</em> (which is maintained by Christian Marillat, and is known to break current<em> ffmpeg-based</em> applications like mplayer and vlc in <strong>Debian Squeeze</strong>.). During late 2008, both teams were merged into one, the <strong>Debian Multimedia Maintainers</strong> team, to avoid effort fragmentation. Since then, there has been a lot of work done:</p>
<h4>Consumer Multimedia in Debian</h4>
<p><em>Consumer Multimedia</em> is about playing and, well, consuming multimedia.</p>
<p>Squeeze will feature:</p>
<ul>
<li><strong>FFmpeg 0.5.2</strong>, finally uncrippled thanks to zack! No mp3/h264 encoder, though. (still in NEW).</li>
<li><strong>mplayer 1.0rc3</strong>, finally with mencoder enabled.</li>
<li><strong>VLC 1.1.3</strong></li>
<li><strong>VDPAU hardware acceleration</strong> in ffmpeg/mplayer (but feedback is welcome!)</li>
<li><strong>Guayadeque 0.2.5</strong></li>
<li><strong>gmusicbrowser 1.0.2</strong></li>
</ul>
<p>Squeeze will not feature:</p>
<ul>
<li>FFmpeg 0.6 (But already available in experimental)</li>
<li>Hardware acceleration with VA-API (packages also in experimental, for support on Intel hardware).</li>
</ul>
<h4>Producer Multimedia in Debian</h4>
<p>Producer multimedia is software for producing multimedia. Squeeze will<br />
feature:</p>
<p>End user applications:</p>
<ul>
<li><strong>Ardour 2.8.11</strong></li>
<li><strong>Audacity 1.3.12</strong></li>
<li><strong>Composite 0.006</strong></li>
<li><strong>Csound 5.12. The QuteCsound frontend is also available.</strong></li>
<li><strong>FluidSynth 1.1.1</strong></li>
<li><strong>Hydrogen 0.9.4.1</strong></li>
<li><strong>Internet DJ Console 0.8.3</strong></li>
<li><strong>Jokosher 0.11.5</strong></li>
<li><strong>LiVES 1.3.4</strong></li>
<li><strong>mhWaveEdit 1.4.20</strong></li>
<li><strong>morituri 0.1.1</strong></li>
<li><strong>QTractor 0.4.6</strong></li>
<li><strong>Rosegarden 10.04.2</strong></li>
<li><strong>SooperLooper 1.6.14</strong></li>
<li><strong>Traverso 0.49.1</strong></li>
<li><strong>X Jack Video Monitor 0.4.13</strong></li>
<li><strong>Yoshimi 0.058.1</strong></li>
</ul>
<p>Platforms and technologies:</p>
<ul>
<li><strong>JACK</strong> versions <strong>0.118</strong> and <strong>1.9.6</strong> (aka, <em>jackd1</em> and <em>jackd2</em>). You can choose to install any of them (but only one at a time).</li>
<li><strong>LV2 plugins</strong> are supported. Ardour has support for them, and there are a bunch of them provided in Debian.</li>
<li><strong>LADSPA</strong> plugins are still supported.</li>
<li><strong>DSSI</strong> updated to <strong>1.0.0</strong>, many plugins are available.</li>
<li><em>FireWire</em> sound devices are supported with <strong>libffado</strong>, and is supported by JACK.</li>
</ul>
<p>Squeeze will not feature:</p>
<ul>
<li>JACK session support.</li>
<li>Ardour 3 (it&#8217;s not out yet, so it did not make it in time for squeeze).</li>
<li>SuperCollider. There is a package in the works, but did not make it to Squeeze.</li>
<li>Toonloop: This live stop-motion animation editor has been packaged only recently.</li>
<li>NASPRO: Convenient library to implement LV2 dynamic manifest plugins. It&#8217;s available in Sid.</li>
<li>Mixxx: 1.7 series had RC bugs, and 1.8 was too late for squeeze.</li>
</ul>
<h4>Debian Multimedia Blend</h4>
<p>There is also an effort to start a Debian Multimedia Blend to give a better overview about what multimedia applications are available in Debian. There is a <a href="http://blends.alioth.debian.org/multimedia/tasks/packagelist">short list</a> for a quick overview as well as a long package list separated in sections to give a <a href="http://blends.alioth.debian.org/multimedia/tasks">more detailed overview</a> (including translations, screenshots, popularity of package etc). You are invited to help improving the tasks either <a href="svn://svn.debian.org/svn/blends/projects/multimedia/trunk/debian-multimedia/tasks">directly in SVN</a> or by sending patches to Andreas Tille &lt;<a href="mailto:tille@debian.org">tille@debian.org</a>&gt;  or <a href="mailto:debian-multimedia@lists.debian.org">debian-multimedia@lists.debian.org</a> (see below). Note that not all of the packages listed in the tasks pages are maintained by the Debian Multimedia team, since they are aimed at producing useful package sets instead of showing only our own packages.</p>
<p>For those who want to squash some bugs in multimedia packages there is also the bugs page generated by the <a href="http://blends.alioth.debian.org/multimedia/bugs">Blends tools</a>, or our <a href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?maint=pkg-multimedia-maintainers%40lists.alioth.debian.org">team bug page</a>.</p>
<h4>Other activity</h4>
<p>The team has seen a lot of growth since the merger. Of the current 52 members of the Alioth team, 20 were added during 2009 and 18 in 2010, many of whom are involved in upstream development as well as the debian packaging. The number of packages has also grown, with 112 of the current 205 git repositories in our team area having its first commit during 2010.</p>
<h4>Where to reach us</h4>
<p>The <strong>Debian Multimedia Maintainers</strong> can be reached at <a href="mailto:pkg-multimedia-maintainers@lists.alioth.debian.org">pkg-multimedia-maintainers@lists.alioth.debian.org</a>, should you have any questions. We have also decided to repurpose the old <a href="mailto:debian-multimedia@lists.debian.org">debian-multimedia@lists.debian.org</a> address for user and more general discussion. We would like to invite everyone interested in multimedia to join us there. Interested developers/packagers can also join us at the first address. Some of the team members are also in the <strong>#debian-multimedia</strong> channel on <em>OFTC</em>.</p>
<p style="text-align: left;">Regards,</p>
<p style="text-align: right;"><em>Alessio Treglia on behalf of the Debian Multimedia Maintainers</em></p>
]]></content:encoded>
			<wfw:commentRss>http://en.alessiotreglia.com/articles/bits-from-the-debian-multimedia-maintainers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Manage your font collection with Font Manager</title>
		<link>http://en.alessiotreglia.com/articles/manage-your-font-collection-with-font-manager/</link>
		<comments>http://en.alessiotreglia.com/articles/manage-your-font-collection-with-font-manager/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 09:00:52 +0000</pubDate>
		<dc:creator>quadrispro</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Maverick]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://en.alessiotreglia.com/?p=60</guid>
		<description><![CDATA[Already available in both Maverick and Debian sid, it provides many interesting features. I&#8217;m talkin&#8217; about Font Manager, a small application written in C and Python by Jerry Casiano, which allows users to easily install, remove and compare font files on own system. Here are few nice screenshots: To install the application, as usual type: [...]]]></description>
				<content:encoded><![CDATA[<p>Already available in both Maverick and Debian <strong>sid</strong>, it provides many interesting features.</p>
<p>I&#8217;m talkin&#8217; about <strong>Font Manager</strong>, a small application written in C and Python by Jerry Casiano, which allows users to easily install, remove and compare font files on own system.</p>
<p>Here are few nice screenshots:</p>
<p style="text-align: center;"><a href="http://u1.ipernity.com/16/29/64/8732964.817c2ae4.png"><img class="aligncenter" title="Main window" src="http://u1.ipernity.com/16/29/64/8732964.817c2ae4.png" alt="" width="455" height="317" /></a></p>
<p style="text-align: center;">
<p style="text-align: center;"><a href="http://u1.ipernity.com/16/29/65/8732965.e8d44eb6.1024.jpg"><img class="aligncenter" title="Preferences view" src="http://u1.ipernity.com/16/29/65/8732965.e8d44eb6.1024.jpg" alt="" width="614" height="346" /></a></p>
<p style="text-align: left;">To install the application, as usual type:</p>
<pre class="brush: plain; title: ; notranslate">sudo apt-get install font-manager</pre>
<p style="text-align: left;">Let me know what you think! <img src='http://en.alessiotreglia.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p style="text-align: left;">
<h5>Links</h5>
<ul>
<li><a title="Upstream's website" href="http://code.google.com/p/font-manager/">Project&#8217;s homepage</a></li>
<li><a title="Debian PTS page" href="http://packages.qa.debian.org/f/font-manager.html">Debian PTS page</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://en.alessiotreglia.com/articles/manage-your-font-collection-with-font-manager/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>What a beautiful day</title>
		<link>http://en.alessiotreglia.com/articles/what-a-beautiful-day/</link>
		<comments>http://en.alessiotreglia.com/articles/what-a-beautiful-day/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 10:32:10 +0000</pubDate>
		<dc:creator>quadrispro</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Real life]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Lucid]]></category>
		<category><![CDATA[Nautilus Pastebin]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Ubuntu Developer Summit]]></category>

		<guid isPermaLink="false">http://en.alessiotreglia.com/?p=49</guid>
		<description><![CDATA[I have two nice news to tell you today! Nautilus Pastebin has been entered Debian&#8217;s unstable archive (PTS page). Yesterday morning I opened my mailbox and the first email began with the following: Hi, Congratulations! This e-mail confirms that Canonical would like to offer you sponsorship in the form of accommodation and travel to the [...]]]></description>
				<content:encoded><![CDATA[<p>I have two nice news to tell you today!</p>
<ol>
<li><span style="background-color: #ffffff;"><a title="Nautilus Pastebin Extension" href="https://launchpad.net/nautilus-pastebin" target="_blank">Nautilus Pastebin</a> has been entered Debian&#8217;s unstable archive (<a href="http://packages.qa.debian.org/n/nautilus-pastebin.html">PTS page</a>).</span></li>
<li><span style="background-color: #ffffff;">Yesterday morning I opened my mailbox and the first email began with the following:</span><br />
<blockquote><p><em>Hi,</em></p>
<p><em> </em><em>Congratulations! This e-mail confirms that Canonical would like to offer you sponsorship in the form of accommodation and travel to the Ubuntu Developers Summit in Dallas for the Ubuntu 10.04 Lucid Lynx release &#8211; http://wiki.ubuntu.com/UDS</em></p>
</blockquote>
</li>
</ol>
<p>I can&#8217;t describe what I feel, I just want to thank Canonical for giving me this opportunity.</p>
]]></content:encoded>
			<wfw:commentRss>http://en.alessiotreglia.com/articles/what-a-beautiful-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nautilus Pastebin, how to send your files to a &#8220;pastebin&#8221; with one mouse click</title>
		<link>http://en.alessiotreglia.com/articles/nautilus-pastebin-how-to-send-your-files-to-a-pastebin-with-one-mouse-click/</link>
		<comments>http://en.alessiotreglia.com/articles/nautilus-pastebin-how-to-send-your-files-to-a-pastebin-with-one-mouse-click/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 09:51:06 +0000</pubDate>
		<dc:creator>quadrispro</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[GTK+]]></category>
		<category><![CDATA[Nautilus]]></category>
		<category><![CDATA[Nautilus Pastebin]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://en.alessiotreglia.com/?p=43</guid>
		<description><![CDATA[I am very fond of those websites that allow users to upload files for a public viewing (called pastebin), usually I upload logs, links and other text files with pastebinit, a simple command-line tool, already available in Debian&#8217;s and Ubuntu&#8217;s archives, and I thought: &#8220;Why don&#8217;t find a not-CLI solution to make it in a more [...]]]></description>
				<content:encoded><![CDATA[<p>I am very fond of those websites that allow users to upload files for a public viewing (called <em>pastebin</em>), usually I upload logs, links and other text files with <a title="Stèphan Graber's website, the author of pastebinit" href="http://www.stgraber.org/category/pastebinit">pastebinit</a>, a simple command-line tool, already available in Debian&#8217;s and Ubuntu&#8217;s archives, and I thought:</p>
<blockquote><p>&#8220;Why don&#8217;t find a not-CLI solution to make it in a more fast and comfortable way?&#8221;</p></blockquote>
<p>So I decided to write <strong>nautilus-pastebin</strong>, an extension for the GNOME file manager, which allows users to send files just a right-click away.</p>
<h3>How does it work?</h3>
<p>Simply: right-click on a file, select «<strong>Pastebin</strong>» and, if the Internet connection is active, after few seconds you will see a <em>bubble</em> like that one in this screenshot:</p>
<p style="text-align: center; "><span style="background-color: #ffffff;"><a href="http://u1.ipernity.com/15/02/29/8080229.b60149d5.png"><img class="aligncenter" title="File incollato con un semplice clic!" src="http://u1.ipernity.com/15/02/29/8080229.b60149d5.png" alt="" width="368" height="216" /></a></span></p>
<p><span style="background-color: #ffffff;">The extension doesn&#8217;t only show that notification, it also retrieves the MIME type in order to try to adjust the syntax highlighting parameter according to the configuration of the selected <em>pastebin</em> and finally copies the paste URL to the clipboard, allowing you to paste it in a browser tab, IRC channel or wherever you want.</span></p>
<p><span style="background-color: #ffffff;">The global configuration file is located into <em>/etc</em> path, but if you want to select another pastebin to use you may do it by creating a file like the following one:</span></p>
<p><code>[generals]<br />
pastebin = $GLOBAL_CONFIGFILE_SECTION</code></p>
<p>The file must be named as <em>nautilus-pastebin.conf</em> and saved under <em>~/.config/nautilus-pastebin/</em>.</p>
<p><span style="background-color: #ffffff;">If problems occured during the past operation, you may see a message like the following:</span></p>
<p style="text-align: center;"><span style="background-color: #ffffff;"><a href="http://u1.ipernity.com/15/02/28/8080228.6260e8cc.png"><img class="aligncenter" title="Mmmm... siete sicuri di avere una buona connessione?" src="http://u1.ipernity.com/15/02/28/8080228.6260e8cc.png" alt="" width="368" height="216" /></a></span></p>
<h3>Where can I download it? And how can install it?</h3>
<p>You can find all the information that you need by opening the <a title="Nautilus Pastebin Extension" href="https://launchpad.net/nautilus-pastebin">projects page</a>, for the installation, after uncompressing the tarball, you can:</p>
<ol>
<li>Use the <em>setup.py</em> script.</li>
<li>Copy:
<ol>
<li><em>scripts/nautilus-pastebin.py</em> to <em>/usr/lib/nautilus/extensions-2.0/python/</em></li>
<li><em>data/nautilus-pastebin.conf</em> to <em>/etc/</em> or in <em>~/.config/nautilus-pastebin/</em></li>
<li><em>data/nautilus-pastebin.png</em> to <em>/usr/share/pixmaps/</em></li>
</ol>
</li>
</ol>
<p>After the installation, you may need to restart <strong>Nautilus</strong>:</p>
<p><code>killall nautilus</code></p>
<p>Some pastebins of the preconfigured ones don&#8217;t work well and I need some time to improve and extend the support for other websites.</p>
<p>If you wanted to contribute to the development by sending me patches, configurations or suggestions I would be very happy!</p>
<h3>Links:</h3>
<ul>
<li><a href="https://launchpad.net/nautilus-pastebin">nautilus-pastebin on Launchpad</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://en.alessiotreglia.com/articles/nautilus-pastebin-how-to-send-your-files-to-a-pastebin-with-one-mouse-click/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Ubuntu Customization Kit, welcome to the Universe!</title>
		<link>http://en.alessiotreglia.com/articles/ubuntu-customization-kit-welcome-to-the-universe/</link>
		<comments>http://en.alessiotreglia.com/articles/ubuntu-customization-kit-welcome-to-the-universe/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 11:40:42 +0000</pubDate>
		<dc:creator>quadrispro</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>
		<category><![CDATA[Ubuntu Customization Kit]]></category>

		<guid isPermaLink="false">http://en.alessiotreglia.com/?p=40</guid>
		<description><![CDATA[As you could see, yesterday Ubuntu Customization Kit has been entered in to the Universe repository. I want to give a special thanks! to Luca Falavigna for all the support (and for the upload too).]]></description>
				<content:encoded><![CDATA[<p>As you could see, yesterday <a title="Ubuntu Customization Kit at SourceForge.net" href="http://uck.sourceforge.net/">Ubuntu Customization Kit</a> has been <a href="https://lists.ubuntu.com/archives/jaunty-changes/2009-January/003809.html">entered in to the Universe repository</a>.</p>
<p>I want to give a special <em><strong>thanks!</strong></em> to <a title="Kranz Korner at WordPress.com" href="http://dktrkranz.wordpress.com/">Luca Falavigna</a> for all the support (and for the upload too).</p>
]]></content:encoded>
			<wfw:commentRss>http://en.alessiotreglia.com/articles/ubuntu-customization-kit-welcome-to-the-universe/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installation Report Generator 0.2.0 is out!</title>
		<link>http://en.alessiotreglia.com/articles/installation-report-generator-020-is-out/</link>
		<comments>http://en.alessiotreglia.com/articles/installation-report-generator-020-is-out/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 14:19:55 +0000</pubDate>
		<dc:creator>quadrispro</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Installation Report Generator]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>

		<guid isPermaLink="false">http://en.alessiotreglia.com/?p=34</guid>
		<description><![CDATA[In the last period I have no spare time to write something of interesting (:D), I just want to announce new release of Installation Report Generator 0.2 (available in Jaunty), which provides new plugin support. For further informations, the ChangeLog is available here.]]></description>
				<content:encoded><![CDATA[<p>In the last period I have no spare time to write something of interesting (:D), I just want to announce new release of <a href="https://launchpad.net/installation-report-generator">Installation Report Generator 0.2</a> (available in Jaunty), which provides new plugin support.</p>
<p>For further informations, the <em>ChangeLog</em> is available <a title="Installation Report Generator 0.2 Bazaar branch" href="http://bazaar.launchpad.net/~irgenerator-developers/installation-report-generator/0.2/files">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://en.alessiotreglia.com/articles/installation-report-generator-020-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installation Report Generator now is in the Universe</title>
		<link>http://en.alessiotreglia.com/articles/installation-report-generator-now-is-in-the-universe/</link>
		<comments>http://en.alessiotreglia.com/articles/installation-report-generator-now-is-in-the-universe/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 09:00:47 +0000</pubDate>
		<dc:creator>quadrispro</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Hardy]]></category>
		<category><![CDATA[Installation Report Generator]]></category>
		<category><![CDATA[Intrepid]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[Planet Ubuntu]]></category>

		<guid isPermaLink="false">http://en.alessiotreglia.com/?p=30</guid>
		<description><![CDATA[Installation Report Generator has just been entered in the Universe and I want to thank Luca Falavigna for all the feedbacks and the help he gives me everyday. If you want to install it on Intrepid (or Hardy), follow the instructions available here.]]></description>
				<content:encoded><![CDATA[<p><a href="http://en.alessiotreglia.com/articles/new-project-installation-report-generator/">Installation Report Generator</a> has just been entered in the <strong>Universe</strong> and I want to thank <a href="http://launchpad.net/people/dktrkranz">Luca Falavigna</a> for all the feedbacks and the help he gives me everyday.</p>
<p>If you want to install it on Intrepid (or Hardy), follow the instructions available <a href="http://en.alessiotreglia.com/installation-report-generator/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://en.alessiotreglia.com/articles/installation-report-generator-now-is-in-the-universe/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
