<?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>LAMP How To - Open Source At Work &#187; Think Technology</title>
	<atom:link href="http://www.azhowto.com/category/new-technologies/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.azhowto.com</link>
	<description>Only Passion Matters</description>
	<lastBuildDate>Wed, 08 Feb 2012 03:07:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>clear dns cache in mac</title>
		<link>http://www.azhowto.com/2011/12/02/clear-dns-cache-in-mac/</link>
		<comments>http://www.azhowto.com/2011/12/02/clear-dns-cache-in-mac/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 06:01:29 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think Networking]]></category>
		<category><![CDATA[Think Technology]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=816</guid>
		<description><![CDATA[dns might not have been cleared when changing dns entries in the /etc/file.
In mac,
dscacheutil -flushcache
]]></description>
		<wfw:commentRss>http://www.azhowto.com/2011/12/02/clear-dns-cache-in-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>git: finding file changed since certain date and upload a server</title>
		<link>http://www.azhowto.com/2011/11/23/git-finding-file-changed-since-certain-date-and-upload-a-server/</link>
		<comments>http://www.azhowto.com/2011/11/23/git-finding-file-changed-since-certain-date-and-upload-a-server/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 00:57:23 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Think Technology]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=812</guid>
		<description><![CDATA[good old bash.

git log -p --since={2011-11-01} &#124; grep "diff --git" &#124; awk '{print $3}' &#124; sed 's/^a\///g' &#124; sort -rn &#124; uniq &#124; while read s; do scp $s root@yourip:/server_path/$s; done;

]]></description>
		<wfw:commentRss>http://www.azhowto.com/2011/11/23/git-finding-file-changed-since-certain-date-and-upload-a-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento: Removing SSL After Installation</title>
		<link>http://www.azhowto.com/2011/11/07/magento-removing-ssl-after-installation/</link>
		<comments>http://www.azhowto.com/2011/11/07/magento-removing-ssl-after-installation/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 01:12:29 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think PHP]]></category>
		<category><![CDATA[Think Software]]></category>
		<category><![CDATA[Think Technology]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=799</guid>
		<description><![CDATA[use magento_db;
UPDATE core_config_data SET value = 0 WHERE path=&#8217;web/secure/use_in_frontend&#8217;;
UPDATE core_config_data SET value = 0 WHERE path=&#8217;web/secure/use_in_adminhtml&#8217;; 
might need to clear the cache and do hard refresh after that.
]]></description>
		<wfw:commentRss>http://www.azhowto.com/2011/11/07/magento-removing-ssl-after-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento: Adding Downloadable Product To A Bundle</title>
		<link>http://www.azhowto.com/2011/11/03/magento-adding-downloadable-product-to-a-bundle/</link>
		<comments>http://www.azhowto.com/2011/11/03/magento-adding-downloadable-product-to-a-bundle/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 23:21:48 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think PHP]]></category>
		<category><![CDATA[Think Technology]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=793</guid>
		<description><![CDATA[After googling for ages, I could not find an answer to bundling downloadable product, as in the downloadable product will not appear under the bundle items search section. After some tough digging, I noticed magento community version 1.6 only accepts virtual and simple product in a bundle.
the config is at app/code/core/Mage/Bundle/etc/config.xml, about line 103.
To get [...]]]></description>
		<wfw:commentRss>http://www.azhowto.com/2011/11/03/magento-adding-downloadable-product-to-a-bundle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turning on Mac keyboard Backlit</title>
		<link>http://www.azhowto.com/2011/11/03/turning-on-mac-keyboard-backlit/</link>
		<comments>http://www.azhowto.com/2011/11/03/turning-on-mac-keyboard-backlit/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 22:41:28 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think Technology]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=791</guid>
		<description><![CDATA[If you find your mac keyboard not having any backlit, try apple -> system preferences -> keyboard -> illuminate keyboard in low light conditions. 
Then try covering your fingers over the camera, the keyboard should be lit up.
]]></description>
		<wfw:commentRss>http://www.azhowto.com/2011/11/03/turning-on-mac-keyboard-backlit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing sensitive data from git</title>
		<link>http://www.azhowto.com/2011/09/22/removing-sensitive-data-from-git/</link>
		<comments>http://www.azhowto.com/2011/09/22/removing-sensitive-data-from-git/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 01:58:38 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think Linux]]></category>
		<category><![CDATA[Think Software]]></category>
		<category><![CDATA[Think Technology]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=781</guid>
		<description><![CDATA[suppose one accidentally commited a file with sensitive data ages ago, others could actually retrieve the passwd easily since git keeps a history of the changes. So the idea is to remove the file from git altogether with file changed history, then recommit the affected file (without sensitive data this time) again. 
do a git [...]]]></description>
		<wfw:commentRss>http://www.azhowto.com/2011/09/22/removing-sensitive-data-from-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac nvrm crashing</title>
		<link>http://www.azhowto.com/2011/08/19/mac-nvrm-crashing/</link>
		<comments>http://www.azhowto.com/2011/08/19/mac-nvrm-crashing/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 03:38:33 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think Technology]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=774</guid>
		<description><![CDATA[Many people who bought macs in 2010 are experiencing random crashes with NVRM error. After a bit of digging, the problem could be drilled down into the nvidia card for the 2010 batch of  macs. If you are using Nvidia Geforce GT 330M, you might be a victim as well.
&#8220;A number of people with [...]]]></description>
		<wfw:commentRss>http://www.azhowto.com/2011/08/19/mac-nvrm-crashing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using git ignore</title>
		<link>http://www.azhowto.com/2011/01/28/using-git-ignore/</link>
		<comments>http://www.azhowto.com/2011/01/28/using-git-ignore/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 01:08:04 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think PHP]]></category>
		<category><![CDATA[Think Technology]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=746</guid>
		<description><![CDATA[gitignore is helpful when you want to ignore certain files (such as the config files) while working on the files checked out from a git repository. You do not want to commit the config files because other people working on the same repository would also pull your config files which is bad.
Why ignore? because it [...]]]></description>
		<wfw:commentRss>http://www.azhowto.com/2011/01/28/using-git-ignore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing screen resolution of Ubuntu in virtualbox</title>
		<link>http://www.azhowto.com/2010/12/19/changing-screen-resolution-of-ubuntu-in-virtualbox/</link>
		<comments>http://www.azhowto.com/2010/12/19/changing-screen-resolution-of-ubuntu-in-virtualbox/#comments</comments>
		<pubDate>Sun, 19 Dec 2010 22:03:07 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think Software]]></category>
		<category><![CDATA[Think Technology]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=726</guid>
		<description><![CDATA[ubuntu allows screen resolutions bigger than 800 x 600. To get this to work under virtualbox, some tricks are needed.

# if not already done, install the desktop.
sudo apt-get install ubuntu-desktop

# once done, need to configure screen resolution. By default ubuntu only allows 800 x 600 or 640 x 480.
# get linux source first.
sudo apt-get install [...]]]></description>
		<wfw:commentRss>http://www.azhowto.com/2010/12/19/changing-screen-resolution-of-ubuntu-in-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>virtualbox: changing system time in vm</title>
		<link>http://www.azhowto.com/2010/11/10/virtualbox-changing-system-time-in-vm/</link>
		<comments>http://www.azhowto.com/2010/11/10/virtualbox-changing-system-time-in-vm/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 01:08:27 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think Software]]></category>
		<category><![CDATA[Think Technology]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=715</guid>
		<description><![CDATA[sometimes, changing system time is neccessary to help development in the vm. To do that in the virtualbox guest, we have to run some script in the host,
VBoxManage setextradata [vmname] &#8220;VBoxInternal/Devices/VMMDev/0/Config/GetHostTimeDisabled&#8221; &#8220;1&#8243;
then reboot host
once booted, change system time in vm and it will work.
]]></description>
		<wfw:commentRss>http://www.azhowto.com/2010/11/10/virtualbox-changing-system-time-in-vm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Ads Error</title>
		<link>http://www.azhowto.com/2010/09/25/google-ads-error/</link>
		<comments>http://www.azhowto.com/2010/09/25/google-ads-error/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 02:03:20 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Other Interest]]></category>
		<category><![CDATA[Think Software]]></category>
		<category><![CDATA[Think Technology]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=694</guid>
		<description><![CDATA[sometimes you get script errors in your browser when you run google ads. It is most likely that you have flash in the ads.
Based on normal broadband speed,  there is a very high chance that the full page is rendered even before the flash ad started downloading (as it gets redirected to a 3rd [...]]]></description>
		<wfw:commentRss>http://www.azhowto.com/2010/09/25/google-ads-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preserving HTML in XML</title>
		<link>http://www.azhowto.com/2010/05/06/preserving-html-in-xml/</link>
		<comments>http://www.azhowto.com/2010/05/06/preserving-html-in-xml/#comments</comments>
		<pubDate>Thu, 06 May 2010 22:41:49 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think Software]]></category>
		<category><![CDATA[Think Technology]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=669</guid>
		<description><![CDATA[Characters like &#8220;&#60;&#8221; and &#8220;&#38;&#8221; are illegal in XML elements. &#8220;&#60;&#8221; will generate an error because the parser interprets it as the start of a new element. &#8220;&#38;&#8221; will generate an error because the parser interprets it as the start of an character entity. Some text, like JavaScript code, contains a lot of &#8220;&#60;&#8221; or [...]]]></description>
		<wfw:commentRss>http://www.azhowto.com/2010/05/06/preserving-html-in-xml/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SVN over HTTP</title>
		<link>http://www.azhowto.com/2010/03/29/svn-over-http/</link>
		<comments>http://www.azhowto.com/2010/03/29/svn-over-http/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 05:46:31 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think Linux]]></category>
		<category><![CDATA[Think Software]]></category>
		<category><![CDATA[Think Technology]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=657</guid>
		<description><![CDATA[Objective
I want to be able to browse the svn dir from a website like http://zeus.dev/svn.php and at the same time, be able to checkout from the repository via http://zeus.dev/svn/projectname
How

First of all, install mod_dav_svn
Then in the apache config, I am using vhost for example
&#60;VirtualHost *:80&#62;
  DocumentRoot /home/data/zeus.dev/apps/
  ServerName zeus.dev
  # this is for [...]]]></description>
		<wfw:commentRss>http://www.azhowto.com/2010/03/29/svn-over-http/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick SVN Tutorial</title>
		<link>http://www.azhowto.com/2010/03/29/quick-svn-tutorial/</link>
		<comments>http://www.azhowto.com/2010/03/29/quick-svn-tutorial/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 02:43:13 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think PHP]]></category>
		<category><![CDATA[Think Technology]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=652</guid>
		<description><![CDATA[Create New Repo
svnadmin create /home/data/svn/[dir-name]
chown apache:developer -R /home/data/svn/[dir-name]
chown 2770 /home/data/svn/[dir-name]

Import New Site

 ssh into server
 to import new site to the trunk,

svn import [your-site] file:///home/data/svn/[your-site-name] -m "[import comments]"

View Available Sites In Trunk
svn ls file:///home/svn/trunk/

Checking Out a Site

 Create a directory to checkout and use &#8217;svn co&#8217;

 cd ~
 mkdir [my-site]
 svn co file:///home/svn/trunk/[site-name] [my-site]

Updating a [...]]]></description>
		<wfw:commentRss>http://www.azhowto.com/2010/03/29/quick-svn-tutorial/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Implementing SSL Certificates in Apache</title>
		<link>http://www.azhowto.com/2010/03/29/implementing-ssl-certificates-in-apache/</link>
		<comments>http://www.azhowto.com/2010/03/29/implementing-ssl-certificates-in-apache/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 02:36:22 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think Linux]]></category>
		<category><![CDATA[Think Technology]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=650</guid>
		<description><![CDATA[Creating a Private Key
To create a private key without triple des encryption, use the following command:
openssl genrsa -out ssl.key 1024

Creating a Certificate Signing Request
To obtain a certificate signed by a certificate authority, you will need to create a Certificate Signing Request (CSR). The purpose is to send the certificate authority enough information to create the [...]]]></description>
		<wfw:commentRss>http://www.azhowto.com/2010/03/29/implementing-ssl-certificates-in-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Highly available load Balancer + web server in centos</title>
		<link>http://www.azhowto.com/2010/02/10/highly-available-load-balancer-web-server-in-centos/</link>
		<comments>http://www.azhowto.com/2010/02/10/highly-available-load-balancer-web-server-in-centos/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 10:38:57 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think Linux]]></category>
		<category><![CDATA[Think Software]]></category>
		<category><![CDATA[Think Technology]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=629</guid>
		<description><![CDATA[This tutorial is about creating a highly available HTTP load balancer using HAProxy. The setup can be slightly complicated but you will appreciate the result &#8211; you will get a load-balanced + highly available web service in your network. Basic linux skill is assumed.
Scenario:
Imagine we have 2 physical machines. In each machine, I have 2 [...]]]></description>
		<wfw:commentRss>http://www.azhowto.com/2010/02/10/highly-available-load-balancer-web-server-in-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing KVM in Centos, Redhat or Fedora</title>
		<link>http://www.azhowto.com/2009/12/23/installing-kvm-in-centos-redhat-or-fedora/</link>
		<comments>http://www.azhowto.com/2009/12/23/installing-kvm-in-centos-redhat-or-fedora/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 12:37:27 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think Linux]]></category>
		<category><![CDATA[Think Networking]]></category>
		<category><![CDATA[Think Software]]></category>
		<category><![CDATA[Think Technology]]></category>
		<category><![CDATA[kvm]]></category>
		<category><![CDATA[virtualisation]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=600</guid>
		<description><![CDATA[KVM is available in RHEL 5.4. I finally managed to find the time to play around it over the weekend. I don&#8217;t think it is as matured as xen but having said that, I do agree with the approach &#8211; Kernel virtualisation. Redhat is promoting kvm very hard and you can see it from their [...]]]></description>
		<wfw:commentRss>http://www.azhowto.com/2009/12/23/installing-kvm-in-centos-redhat-or-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up A Secure Linux Authentication Server Quickly (LDAP + TLS + SAMBA)</title>
		<link>http://www.azhowto.com/2009/09/18/setting-up-a-secure-linux-authentication-server-quickly-ldap-tls-samba/</link>
		<comments>http://www.azhowto.com/2009/09/18/setting-up-a-secure-linux-authentication-server-quickly-ldap-tls-samba/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 05:40:22 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Think Linux]]></category>
		<category><![CDATA[Think Networking]]></category>
		<category><![CDATA[Think Technology]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[tls]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=552</guid>
		<description><![CDATA[Just like microsoft active directory, having a centralised authentication server in linux is important especially when you have more than one server or service to manage. Just imagine each service (ssh, samba, httpd&#8230;etc) has its own user database&#8230; Sooner or later, you will find managing users very difficult. A simple task like deleting a user [...]]]></description>
		<wfw:commentRss>http://www.azhowto.com/2009/09/18/setting-up-a-secure-linux-authentication-server-quickly-ldap-tls-samba/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>mounting samba share and finding samba ip in linux</title>
		<link>http://www.azhowto.com/2009/08/27/mounting-samba-share-and-finding-samba-ip-in-linux/</link>
		<comments>http://www.azhowto.com/2009/08/27/mounting-samba-share-and-finding-samba-ip-in-linux/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 04:44:40 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think Linux]]></category>
		<category><![CDATA[Think Software]]></category>
		<category><![CDATA[Think Technology]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=534</guid>
		<description><![CDATA[following the samba/nfs post &#8211; http://www.azhowto.com/2009/08/07/mounting-file-systems-and-autofs-tips/ earlier, what if we do not know the ip address of the samba server?
if you just have the samba server name say ri-fnp, smbclient can find it easily for you, just do

smbclient //ri-fnp/backup -U user -W MYDOMAIN

If you want to mount it, you will need to know the ip [...]]]></description>
		<wfw:commentRss>http://www.azhowto.com/2009/08/27/mounting-samba-share-and-finding-samba-ip-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel CPU that supports hardware assisted virtualisation</title>
		<link>http://www.azhowto.com/2009/08/10/intel-cpu-that-supports-hardware-assisted-virtualisation/</link>
		<comments>http://www.azhowto.com/2009/08/10/intel-cpu-that-supports-hardware-assisted-virtualisation/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 07:02:47 +0000</pubDate>
		<dc:creator>bpeh</dc:creator>
				<category><![CDATA[Think Technology]]></category>

		<guid isPermaLink="false">http://www.azhowto.com/?p=503</guid>
		<description><![CDATA[I found this link today:
http://ark.intel.com/VTList.aspx

This is magical. Now we know what cpu to get right away.
and we can check the hardware compatibility here:
http://processormatch.intel.com/CompDB/
]]></description>
		<wfw:commentRss>http://www.azhowto.com/2009/08/10/intel-cpu-that-supports-hardware-assisted-virtualisation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
