<?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>Linux T&#38;T &#187; Arch</title>
	<atom:link href="http://linux.wxs.ro/category/arch/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.wxs.ro</link>
	<description>WladyX’s collection of linux tips&#38;tricks</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:42:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>GTK3 apps in KDE4 on Arch</title>
		<link>http://linux.wxs.ro/2011/05/06/gtk3-apps-in-kde4-on-arch/</link>
		<comments>http://linux.wxs.ro/2011/05/06/gtk3-apps-in-kde4-on-arch/#comments</comments>
		<pubDate>Fri, 06 May 2011 09:19:15 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Arch]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[KDE]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1475</guid>
		<description><![CDATA[packer -S oxygen-gtk3-git $ ln -s /usr/share/themes/oxygen-gtk/gtk-3.0 ~/.config/gtk-3.0 source &#160;]]></description>
			<content:encoded><![CDATA[<p>packer -S oxygen-gtk3-git</p>
<div>
<pre><code>$ ln -s /usr/share/themes/oxygen-gtk/gtk-3.0 ~/.config/gtk-3.0

<a href="https://bbs.archlinux.org/viewtopic.php?pid=929247">source</a></code></pre>
</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/05/06/gtk3-apps-in-kde4-on-arch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pacman tips</title>
		<link>http://linux.wxs.ro/2010/03/16/pacman-tips/</link>
		<comments>http://linux.wxs.ro/2010/03/16/pacman-tips/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 08:11:03 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Arch]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=732</guid>
		<description><![CDATA[Find orphan packages: pacman -Qdt Remove them with: pacman -Rns $(pacman -Qdtq) Find explicit installed packages: pacman -Qh Find AUR packages: pacman -Qm Force remove a package: pacman -Rdd perl-libwww]]></description>
			<content:encoded><![CDATA[<p>Find orphan packages:<br />
<code>pacman -Qdt</code></p>
<p>Remove them with:<br />
<code>pacman -Rns $(pacman -Qdtq)</code></p>
<p>Find explicit installed packages:<br />
<code>pacman -Qh</code></p>
<p>Find AUR packages:<br />
<code>pacman -Qm</code></p>
<p>Force remove a package:<br />
<code>pacman -Rdd perl-libwww</code></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/03/16/pacman-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Huawei on Linux</title>
		<link>http://linux.wxs.ro/2010/03/15/huawei-on-linux/</link>
		<comments>http://linux.wxs.ro/2010/03/15/huawei-on-linux/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 10:12:39 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Arch]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=730</guid>
		<description><![CDATA[Ubuntu: apt-get install usb-modeswitch lsusb Bus 002 Device 007: ID 12d1:141b Huawei Technologies Co., Ltd. /etc/udev/rules.d/62-option-modem-modeswitch.rules: ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="141b,RUN+="modem-modeswitch-v 0x%s{idVendor} -p 0x%s{idProduct} -t option-zerocd" sudo service udev restart source source2 Arch: Install usb_modeswitch from AUR and create: /etc/usb_modeswitch.conf.e1550 /etc/udev/rules.d/55-e1550.rules /usr/share/hal/fdi/preprobe/20thirdparty/10-huawei-e1550.fdi source1 source2]]></description>
			<content:encoded><![CDATA[<p><strong>Ubuntu:</strong></p>
<p><code>apt-get install usb-modeswitch</code></p>
<p><code>lsusb</code><br />
Bus 002 Device 007: ID <span style="color: #ff0000;">12d1</span>:<span style="color: #000080;">141b</span> Huawei Technologies Co., Ltd.</p>
<p>/etc/udev/rules.d/62-option-modem-modeswitch.rules:<br />
<code>ATTRS{idVendor}=="<span style="color: #ff0000;">12d1</span>", ATTRS{idProduct}=="<span style="color: #000080;">141b</span>,RUN+="modem-modeswitch-v 0x%s{idVendor} -p 0x%s{idProduct} -t option-zerocd"</code></p>
<p>sudo service udev restart</p>
<p><a href="http://neildecapia.wordpress.com/2009/07/05/globe-tattoo-on-ubuntu-jaunty-9-04/">source</a> <a href="http://franklinchua.wordpress.com/2010/05/03/huawei-e1550-on-ubuntu-10-04-lucid-lynx/">source2</a></p>
<p><strong>Arch:</strong></p>
<p>Install usb_modeswitch from AUR and create:</p>
<p><a href="http://linux.wxs.ro/wp-content/uploads/2010/03/usb_modeswitch.conf_.e1550.txt">/</a><a href="http://linux.wxs.ro/wp-content/uploads/2010/03/usb_modeswitch.conf_.e1550.txt">etc/usb_modeswitch.conf.e1550<br />
</a><a href="http://linux.wxs.ro/wp-content/uploads/2010/03/55-e1550.rules_.txt">/</a><a href="http://linux.wxs.ro/wp-content/uploads/2010/03/55-e1550.rules_.txt">etc/udev/rules.d/55-e1550.rules<br />
</a><a href="http://linux.wxs.ro/wp-content/uploads/2010/03/10-huawei-e1550.fdi_.txt">/</a><a href="http://linux.wxs.ro/wp-content/uploads/2010/03/10-huawei-e1550.fdi_.txt">usr/share/hal/fdi/preprobe/20thirdparty/10-huawei-e1550.fdi</a></p>
<p><a href="http://bbs.archlinux.org/viewtopic.php?id=92026">source1<br />
</a><a href="https://bugzilla.redhat.com/show_bug.cgi?id=508264">source2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/03/15/huawei-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Archive mounter</title>
		<link>http://linux.wxs.ro/2010/01/22/archive-mounter/</link>
		<comments>http://linux.wxs.ro/2010/01/22/archive-mounter/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 10:28:51 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Arch]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/2010/01/22/archive-mounter/</guid>
		<description><![CDATA[/usr/share/applications/mount-archive.desktop: [Desktop Entry]Encoding=UTF-8Name=Archive MounterIcon=gtk-cdromExec=/usr/lib/gvfs/gvfsd-archive file=%uMimeType=application/x-cd-image;application/x-bzip-compressed-tar;application/x-compressed-tar;application/x-tar;application/x-cpio;application/zip;Terminal=falseStartupNotify=falseType=ApplicationNoDisplay=true Source]]></description>
			<content:encoded><![CDATA[<p>/usr/share/applications/mount-archive.desktop:</p>
</p>
<p><code>[Desktop Entry]<br />Encoding=UTF-8<br />Name=Archive Mounter<br />Icon=gtk-cdrom<br />Exec=/usr/lib/gvfs/gvfsd-archive file=%u<br />MimeType=application/x-cd-image;application/x-bzip-compressed-tar;application/x-compressed-tar;application/x-tar;application/x-cpio;application/zip;<br />Terminal=false<br />StartupNotify=false<br />Type=Application<br />NoDisplay=true</code></p>
</p>
<p><a href="http://bbs.archlinux.org/viewtopic.php?id=78393">Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/01/22/archive-mounter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firebrand</title>
		<link>http://linux.wxs.ro/2009/12/09/firebrand/</link>
		<comments>http://linux.wxs.ro/2009/12/09/firebrand/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 12:46:37 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Arch]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/2009/12/09/firebrand/</guid>
		<description><![CDATA[http://bbs.archlinux.org/viewtopic.php?pid=597312#p597312]]></description>
			<content:encoded><![CDATA[<p><a href="http://bbs.archlinux.org/viewtopic.php?pid=597312#p597312">http://bbs.archlinux.org/viewtopic.php?pid=597312#p597312</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2009/12/09/firebrand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arch ABS</title>
		<link>http://linux.wxs.ro/2009/12/09/arch-abs/</link>
		<comments>http://linux.wxs.ro/2009/12/09/arch-abs/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 12:29:38 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Arch]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/2009/12/09/arch-abs/</guid>
		<description><![CDATA[# abs $ cp -r /var/abs/extra/slim/ ~/abs$ cd ~/abs/slim$ nano PKGBUILD$ makepkg -s# pacman -U slim-1.3.0-2-i686.pkg.tar.gz http://wiki.archlinux.org/index.php/ABS_-_The_Arch_Build_System]]></description>
			<content:encoded><![CDATA[<p><code># abs</code></p>
<p><code>$ cp -r /var/abs/extra/slim/ ~/abs<br />$ cd ~/abs/slim<br />$ nano PKGBUILD<br />$ makepkg -s<br /># pacman -U slim-1.3.0-2-i686.pkg.tar.gz</code></p>
<p><a href="http://wiki.archlinux.org/index.php/ABS_-_The_Arch_Build_System">http://wiki.archlinux.org/index.php/ABS_-_The_Arch_Build_System</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2009/12/09/arch-abs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the Gnome Foot Icon to an Arch Icon</title>
		<link>http://linux.wxs.ro/2009/10/27/change-the-gnome-foot-icon-to-an-arch-icon/</link>
		<comments>http://linux.wxs.ro/2009/10/27/change-the-gnome-foot-icon-to-an-arch-icon/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 08:31:08 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Arch]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/2009/10/27/change-the-gnome-foot-icon-to-an-arch-icon/</guid>
		<description><![CDATA[Gnome Tips &#8211; ArchWiki]]></description>
			<content:encoded><![CDATA[<p><a href="http://wiki.archlinux.org/index.php/Gnome_Tips#Change_the_Gnome_Foot_Icon_to_an_Arch_Icon">Gnome Tips &#8211; ArchWiki</a><br />
<blockquote></blockquote>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" alt="" src="http://img.zemanta.com/pixy.gif?x-id=77064685-5513-88f8-bea4-d6e9969135dd" /></div>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2009/10/27/change-the-gnome-foot-icon-to-an-arch-icon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yaourt on Arch Linux</title>
		<link>http://linux.wxs.ro/2009/04/22/yaourt-on-arch-linux/</link>
		<comments>http://linux.wxs.ro/2009/04/22/yaourt-on-arch-linux/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 07:59:31 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Arch]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/2009/04/22/yaourt-on-arch-linux/</guid>
		<description><![CDATA[Search and install yaourt [keywords]: quick search + install yaourt -S [packages] : install package, Compile it from AUR if needed yaourt -Ss [keywords] : search on repos and on AUR (with notice for already installed packages) yaourt -Sb [packages] : install a packages by compilation from sources (abs) yaourt -Sl [repos] : prompt for [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Search and install</strong><br />
<span style="color: rgb(51, 153, 102);"> <span style="color: rgb(51, 153, 102);">yaourt</span> <span style="color: rgb(128, 0, 128);">[keywords</span><span style="color: rgb(0, 0, 0);"><span style="color: rgb(128, 0, 128);">]</span>: quick search + install</span><br />
</span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(51, 153, 102);">yaourt -S </span></span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(128, 0, 128);">[packages]</span></span><span style="color: rgb(51, 153, 102);"> <span style="color: rgb(0, 0, 0);">:  install package, Compile it from AUR if needed </span><br />
<span style="color: rgb(51, 153, 102);">yaourt -Ss</span> </span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(128, 0, 128);">[keywords</span><span style="color: rgb(0, 0, 0);"><span style="color: rgb(128, 0, 128);">]</span></span></span><span style="color: rgb(51, 153, 102);"> <span style="color: rgb(0, 0, 0);">: search on repos and on AUR (with notice for already installed packages) </span></span><br />
<span style="color: rgb(51, 153, 102);"><span style="color: rgb(51, 153, 102);">yaourt -Sb</span> <span style="color: rgb(128, 0, 128);">[packages]</span> <span style="color: rgb(0, 0, 0);">: install a packages by compilation from sources (abs)<br />
</span></span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(51, 153, 102);">yaourt -Sl <span style="color: rgb(128, 0, 128);">[repos</span></span></span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(128, 0, 128);">]</span></span></span><span style="color: rgb(51, 153, 102);"> <span style="color: rgb(0, 0, 0);">: prompt for packages of the selected repos (emphasize those already installed)<br />
</span></span></span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(51, 153, 102);"> <span style="color: rgb(51, 153, 102);">yaourt -Qs</span> </span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(128, 0, 128);">[keywords</span><span style="color: rgb(0, 0, 0);"><span style="color: rgb(128, 0, 128);">]</span></span></span><span style="color: rgb(51, 153, 102);"> <span style="color: rgb(0, 0, 0);">: colorized ouput of installed packages and the repos where they come from</span><br />
<span style="color: rgb(51, 153, 102);">yaourt -Qo</span> </span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(128, 0, 128);">[progname</span><span style="color: rgb(0, 0, 0);"><span style="color: rgb(128, 0, 128);">]</span></span></span><span style="color: rgb(51, 153, 102);"> or </span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(128, 0, 128);">[filename</span><span style="color: rgb(0, 0, 0);"><span style="color: rgb(128, 0, 128);">]</span></span></span><span style="color: rgb(51, 153, 102);"> <span style="color: rgb(0, 0, 0);">: shows the package which provides the program or the file</span><br />
</span></span><br />
<strong>Updgrade:</strong><span style="color: rgb(51, 153, 102);"><span style="color: rgb(51, 153, 102);"><span style="color: rgb(0, 0, 0);"><br />
</span></span></span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(51, 153, 102);">yaourt</span> <span style="color: rgb(51, 153, 102);">-Syu </span> <span style="color: rgb(0, 0, 0);">: complete update and upgrade of the system (onlys from repos)</span><br />
</span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(51, 153, 102);">yaourt</span> <span style="color: rgb(51, 153, 102);">-Syu –aur</span> <span style="color: rgb(0, 0, 0);">: complete update and upgrade, even for packages coming from AUR </span><br />
<span style="color: rgb(51, 153, 102);">yaourt -Sybu –aur </span><span style="color: rgb(0, 0, 0);"> : complete update and upgrade by compilation of all packages (repos and AUR)</span><br />
<span style="color: rgb(51, 153, 102);">yaourt -Su –devel </span> <span style="color: rgb(0, 0, 0);">: update and upgrade of cvs/svn/mercurial/git packages </span><br />
<span style="color: rgb(51, 153, 102);"><br />
</span></span><strong>Cleaning:</strong><span style="color: rgb(51, 153, 102);"><span style="color: rgb(51, 153, 102);"><span style="color: rgb(0, 0, 0);"><br />
</span></span></span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(51, 153, 102);">yaourt -C </span> <span style="color: rgb(0, 0, 0);">: editing and merging of .pacnew/.pacsave </span><br />
<span style="color: rgb(51, 153, 102);">yaourt -Cc </span> <span style="color: rgb(0, 0, 0);">: removal of all .pacnew/.pacsave </span><br />
</span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(51, 153, 102);"><span style="color: rgb(51, 153, 102);">yaourt -Qt </span><span style="color: rgb(0, 0, 0);">: search for orphaned packages </span><br />
</span></span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(51, 153, 102);"><span style="color: rgb(51, 153, 102);">yaourt -Cd </span><span style="color: rgb(0, 0, 0);">: search for obsolete repos </span></span></span></p>
<p><span style="color: rgb(51, 153, 102);"><span style="color: rgb(51, 153, 102);"><span style="color: rgb(0, 0, 0);"> </span></span></span> <strong>Other options:</strong><br />
<span style="color: rgb(51, 153, 102);"><span style="color: rgb(51, 153, 102);"> </span></span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(51, 153, 102);"><span style="color: rgb(51, 153, 102);"><span style="color: rgb(0, 0, 0);"><span style="color: rgb(51, 153, 102);">–export </span></span></span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(128, 0, 128);">[directory</span><span style="color: rgb(0, 0, 0);"><span style="color: rgb(128, 0, 128);">] </span></span></span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(0, 0, 0);">: exports compiled packages for gensync</span></span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(0, 0, 0);"><br />
</span></span><span style="color: rgb(51, 153, 102);">yaourt -S –aur </span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(128, 0, 128);">[packages] <span style="color: rgb(0, 0, 0);">: forces compilation from AUR for a packages which is also in repos </span></span></span><br />
</span></span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(51, 153, 102);"><span style="color: rgb(51, 153, 102);">yaourt -G </span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(128, 0, 128);">[packages] <span style="color: rgb(0, 0, 0);">: retrive PKGBUILD and local sources in current directory.</span></span></span><br />
</span></span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(51, 153, 102);"><span style="color: rgb(51, 153, 102);">yaourt -B </span><span style="color: rgb(51, 153, 102);"><span style="color: rgb(128, 0, 128);"> <span style="color: rgb(0, 0, 0);">: backup the pacman database </span></span></span><br />
<span style="color: rgb(51, 153, 102);"><span style="color: rgb(0, 0, 0);"><br /></span></span></span></span></p>
<p><a href="http://tuxtraining.com/2009/04/21/how-to-install-and-use-yaourt-in-arch-linux">Tux Training » Blog Archive » How to install and use Yaourt in Arch Linux</a><br />
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2009/04/22/yaourt-on-arch-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing GDM/root cursor</title>
		<link>http://linux.wxs.ro/2008/12/02/changing-gdmroot-cursor/</link>
		<comments>http://linux.wxs.ro/2008/12/02/changing-gdmroot-cursor/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 12:24:05 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Arch]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Style]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/2008/12/02/changing-gdmroot-cursor/</guid>
		<description><![CDATA[Create a /usr/share/icons/default/index.theme. It should contain something like: [icon theme] Inherits=justblue Arch Linux Forums / Xcursor for GDM&#8230; possible?]]></description>
			<content:encoded><![CDATA[<p>Create a /usr/share/icons/default/index.theme.</p>
<p>It should contain something like:</p>
<p>[icon theme]<br />
Inherits=justblue</p>
<p><a href="http://bbs.archlinux.org/viewtopic.php?pid=455228#p455228">Arch Linux Forums / Xcursor for GDM&#8230; possible?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2008/12/02/changing-gdmroot-cursor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

