<?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/"
	>

<channel>
	<title>le-Web.org</title>
	<atom:link href="http://www.le-web.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.le-web.org</link>
	<description>Stuff for linux, python, web and ...</description>
	<pubDate>Wed, 13 May 2009 09:58:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Photo-Magick: new templates</title>
		<link>http://www.le-web.org/2009/05/13/photo-magick-new-templates/</link>
		<comments>http://www.le-web.org/2009/05/13/photo-magick-new-templates/#comments</comments>
		<pubDate>Wed, 13 May 2009 09:58:02 +0000</pubDate>
		<dc:creator>dan</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Photo-Magick]]></category>

		<category><![CDATA[photo-magic]]></category>

		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.le-web.org/?p=121</guid>
		<description><![CDATA[New templates:

Invitations, Wish Cards, Thank You Cards

Modern
Modern Portrait




Calendar

Photo
Modern



]]></description>
		<wfw:commentRss>http://www.le-web.org/2009/05/13/photo-magick-new-templates/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Photo-Magick &#8220;new look&#8221; (again)</title>
		<link>http://www.le-web.org/2008/12/04/photo-magick-new-look-again/</link>
		<comments>http://www.le-web.org/2008/12/04/photo-magick-new-look-again/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 15:24:04 +0000</pubDate>
		<dc:creator>dan</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Photo-Magick]]></category>

		<category><![CDATA[photo]]></category>

		<category><![CDATA[postcard]]></category>

		<category><![CDATA[thanks you card]]></category>

		<category><![CDATA[virtual card]]></category>

		<guid isPermaLink="false">http://www.le-web.org/?p=78</guid>
		<description><![CDATA[Photo-Magick changed it&#8217;s look again.
For some screenshots you can go to Photo-Magick page or directly to www.photo-magick.com.
]]></description>
		<wfw:commentRss>http://www.le-web.org/2008/12/04/photo-magick-new-look-again/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PyGTK: Copy a file to clipboard (paste it in Nautilus)</title>
		<link>http://www.le-web.org/2008/12/04/pygtk-copy-a-file-to-clipboard-paste-it-in-nautilus/</link>
		<comments>http://www.le-web.org/2008/12/04/pygtk-copy-a-file-to-clipboard-paste-it-in-nautilus/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 10:21:13 +0000</pubDate>
		<dc:creator>dan</dc:creator>
		
		<category><![CDATA[Python/PyGTK]]></category>

		<category><![CDATA[Tips, Tricks & Scripts]]></category>

		<category><![CDATA[clipboard]]></category>

		<category><![CDATA[gnome]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[nautilus]]></category>

		<category><![CDATA[pygtk]]></category>

		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.le-web.org/?p=74</guid>
		<description><![CDATA[PyGTK provide clipboard functionality for standard targets: text, file(s) and image. Nautilus if does not use the standard URI target for copy/cat/paste file because this target does not provide the desired action (copy or cut).


For copy/cat/paste Nautilus use a special clipboard target named &#8220;x-special/gnome-copied-files&#8221;. The content of this target is a text with items separated [...]]]></description>
		<wfw:commentRss>http://www.le-web.org/2008/12/04/pygtk-copy-a-file-to-clipboard-paste-it-in-nautilus/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PyGTK: Get GNOME icon associated with a file</title>
		<link>http://www.le-web.org/2008/11/18/pygtk-get-gnome-icon-associated-with-a-file/</link>
		<comments>http://www.le-web.org/2008/11/18/pygtk-get-gnome-icon-associated-with-a-file/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 15:16:55 +0000</pubDate>
		<dc:creator>dan</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Python/PyGTK]]></category>

		<category><![CDATA[Tips, Tricks & Scripts]]></category>

		<category><![CDATA[gnome]]></category>

		<category><![CDATA[icon]]></category>

		<category><![CDATA[mime]]></category>

		<category><![CDATA[pygtk]]></category>

		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.le-web.org/?p=64</guid>
		<description><![CDATA[If in your application you need to display a list of files/folders it would be nice to display icons near filenames.


Icons are associated with files using mime types. For a file you need to get it&#8217;s mime and the get the icon associated with this mime.
The module gnomevfs provides almost all you need:

def gnomevfs.get_mime_type(uri)

Returns a [...]]]></description>
		<wfw:commentRss>http://www.le-web.org/2008/11/18/pygtk-get-gnome-icon-associated-with-a-file/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PyGTK: How to display a systray icon from a cronjob</title>
		<link>http://www.le-web.org/2008/11/06/pygtk-how-to-display-a-systray-icon-from-a-cronjob/</link>
		<comments>http://www.le-web.org/2008/11/06/pygtk-how-to-display-a-systray-icon-from-a-cronjob/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 11:51:58 +0000</pubDate>
		<dc:creator>dan</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Python/PyGTK]]></category>

		<category><![CDATA[Tips, Tricks & Scripts]]></category>

		<category><![CDATA[cron]]></category>

		<category><![CDATA[pygtk]]></category>

		<category><![CDATA[python]]></category>

		<category><![CDATA[systray]]></category>

		<guid isPermaLink="false">http://www.le-web.org/?p=55</guid>
		<description><![CDATA[It is nice to give some user feedback when someting happen in a background application. For example when a cronjob is running it would be nice to show a systray icon.


When the cron-job runs the DISPLAY environment variable is not defined so your gtk application can&#8217;t access to xserver. So before importing pygtk you should [...]]]></description>
		<wfw:commentRss>http://www.le-web.org/2008/11/06/pygtk-how-to-display-a-systray-icon-from-a-cronjob/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PyGTK: Allow only one instance of your application (2)</title>
		<link>http://www.le-web.org/2008/11/04/pygtk-allow-only-one-instance-of-your-application-2/</link>
		<comments>http://www.le-web.org/2008/11/04/pygtk-allow-only-one-instance-of-your-application-2/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 11:05:30 +0000</pubDate>
		<dc:creator>dan</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Python/PyGTK]]></category>

		<category><![CDATA[Tips, Tricks & Scripts]]></category>

		<category><![CDATA[pygtk]]></category>

		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.le-web.org/?p=54</guid>
		<description><![CDATA[In the post &#8220;PyGTK: Allow only one instance of your application&#8221; I presented a method to raise a PyGTK application&#8217;s window, but the solution was not perfect.


To raise the application&#8217;s window (from the application it self), I used the code:

self.window.present_with_time&#40; int&#40;time.time&#40;&#41;&#41; &#41;
self.window.present&#40;&#41;


 gtk.Window.present_with_time(): works all the time but it does not activate the window
gtk.Window.present: it [...]]]></description>
		<wfw:commentRss>http://www.le-web.org/2008/11/04/pygtk-allow-only-one-instance-of-your-application-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PyGTK: Allow only one instance of your application</title>
		<link>http://www.le-web.org/2008/11/03/pygtk-allow-only-one-instance-of-your-application/</link>
		<comments>http://www.le-web.org/2008/11/03/pygtk-allow-only-one-instance-of-your-application/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 13:37:41 +0000</pubDate>
		<dc:creator>dan</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Python/PyGTK]]></category>

		<category><![CDATA[Tips, Tricks & Scripts]]></category>

		<category><![CDATA[pygtk]]></category>

		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.le-web.org/?p=51</guid>
		<description><![CDATA[In the post &#8220;Python: Allow only one instance of your application&#8221; I presented a method that works great for non GUI applications. It work&#8217;s fine for GUI applications too but if the application is already running the second instance will just quit. What if the application instance&#8217;s window is hidden by other window ?


In this [...]]]></description>
		<wfw:commentRss>http://www.le-web.org/2008/11/03/pygtk-allow-only-one-instance-of-your-application/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Python: Allow only one instance of your application</title>
		<link>http://www.le-web.org/2008/10/30/python-allow-only-one-instance-of-your-application/</link>
		<comments>http://www.le-web.org/2008/10/30/python-allow-only-one-instance-of-your-application/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 14:00:04 +0000</pubDate>
		<dc:creator>dan</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Python/PyGTK]]></category>

		<category><![CDATA[Tips, Tricks & Scripts]]></category>

		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.le-web.org/?p=47</guid>
		<description><![CDATA[Multitasking operating systems (all modern operating systems) allow us to execute an applications then once at the same time and this is a great feature. But, in some special cases, you may want to allow only one instance application.


I needed a way for my Back In Time project so I searched on the internet and [...]]]></description>
		<wfw:commentRss>http://www.le-web.org/2008/10/30/python-allow-only-one-instance-of-your-application/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Photo-Magick auto-detects browser language</title>
		<link>http://www.le-web.org/2008/10/15/photo-magick-auto-detect-language/</link>
		<comments>http://www.le-web.org/2008/10/15/photo-magick-auto-detect-language/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 07:40:33 +0000</pubDate>
		<dc:creator>dan</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Photo-Magick]]></category>

		<category><![CDATA[photo]]></category>

		<category><![CDATA[photomagick]]></category>

		<category><![CDATA[postcard]]></category>

		<category><![CDATA[thanks you card]]></category>

		<category><![CDATA[virtual card]]></category>

		<guid isPermaLink="false">http://www.le-web.org/?p=38</guid>
		<description><![CDATA[www.photo-magick.com used to ask you the language you prefer: English or French. Now it redirects you directly to the &#8220;right&#8221; language based on your browser language.
Event more, you can change the language &#8220;on the fly&#8221; using &#8220;Language&#8221; section in the left-side menu.
For some screenshots you can go to Photo-Magick page or directly to www.photo-magick.com.
]]></description>
		<wfw:commentRss>http://www.le-web.org/2008/10/15/photo-magick-auto-detect-language/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Linux: How to remove old revisions in MoinMoin Wiki</title>
		<link>http://www.le-web.org/2008/10/09/how-to-remove-old-revisions-in-moinmoin-wiki/</link>
		<comments>http://www.le-web.org/2008/10/09/how-to-remove-old-revisions-in-moinmoin-wiki/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 14:54:30 +0000</pubDate>
		<dc:creator>dan</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Tips, Tricks & Scripts]]></category>

		<category><![CDATA[moinmoin]]></category>

		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://www.le-web.org/?p=33</guid>
		<description><![CDATA[MoinMoin Wiki is a nice, easy to use WikiEngine written in python. Pages (all revisions) and attachment are stored on the file system. In some cases keeping all revisions of a page can be a waste of disk space. In this cases we need a way remove old revisions.


Table Of Contents

How pages are stored
What &#8220;remove [...]]]></description>
		<wfw:commentRss>http://www.le-web.org/2008/10/09/how-to-remove-old-revisions-in-moinmoin-wiki/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
