<?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>Hack The Man</title>
	<atom:link href="http://hacktheman.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://hacktheman.org</link>
	<description>You own it, You hack it.</description>
	<lastBuildDate>Tue, 21 Jun 2011 10:13:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Project Salamarduino, Part 1: The Start</title>
		<link>http://hacktheman.org/project-salamarduino-part-1-the-start/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://hacktheman.org/project-salamarduino-part-1-the-start/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 13:44:02 +0000</pubDate>
		<dc:creator>Toni Lähdekorpi</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[ATMega]]></category>
		<category><![CDATA[Camera]]></category>
		<category><![CDATA[Canon]]></category>
		<category><![CDATA[DSLR]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[IR-transistor]]></category>
		<category><![CDATA[LCD]]></category>
		<category><![CDATA[Lightning]]></category>
		<category><![CDATA[RBBB]]></category>
		<category><![CDATA[Trigger]]></category>

		<guid isPermaLink="false">http://hacktheman.org/?p=143</guid>
		<description><![CDATA[This is the start of a camera trigger project that uses different inputs (mainly IR-transistor to detect lightning), and it&#8217;s intended to work with a Canon DSLR but should work with almost any camera. The idea is to build a box that has some different inputs, like light and vibration sensing, and a couple of [...]]]></description>
			<content:encoded><![CDATA[<p>This is the start of a camera trigger project that uses different inputs (mainly IR-transistor to detect lightning), and it&#8217;s intended to work with a Canon DSLR but should work with almost any camera.<br />
The idea is to build a box that has some different inputs, like light and vibration sensing, and a couple of outputs, like one for camera, flash and possibly a radio trigger.<br />
It will also have a LCD and a keypad, so that it can be configured and fine-tuned on the field.</p>
<p>In this post I will be explaining some steps and decisions of the project so far. But remember, at the moment it&#8217;s far from a final device so keep coming back for updates ;)<br />
Also, if you have any ideas and want to contribute, leave a comment!</p>
<p>&nbsp;</p>
<p><img class="aligncenter size-full wp-image-155" title="Salamarduino Sketch" src="http://hacktheman.org/wp-content/uploads/2011/06/salamarduino_sketch.png" alt="Salamarduino Sketch" width="716" height="321" /><br />
<span id="more-143"></span></p>
<h1>Hardware</h1>
<h2>Choosing The Microcontroller</h2>
<div id="attachment_148" class="wp-caption alignleft" style="width: 310px"><a href="http://hacktheman.org/wp-content/uploads/2011/06/IMG_0098.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank"><img class="size-medium wp-image-148 " title="Really Bare Bones Board" src="http://hacktheman.org/wp-content/uploads/2011/06/IMG_0098-300x200.jpg" alt="Really Bare Bones Board" width="300" height="200" /></a><p class="wp-caption-text">ATmega328 Chip</p></div>
<p>While there are tons of options regarding what kind of microcontroller and development board you want to use, we ended up on the almost clichéd <a href="http://arduino.cc" target="_blank">Arduino</a> or in this case a cheaper clone, <a href="http://shop.moderndevice.com/products/rbbb-kit" target="_blank">RBBB</a>, but still with the Arduino bootloader.<br />
Please don&#8217;t start a comment flame war because you think there&#8217;s some better option.<br />
The main reasons for using an Arduino &#8220;compatible&#8221; board are the vast amount of tutorials, libraries, code samples and examples, the fact that <a href="http://en.wikipedia.org/wiki/Processing_(programming_language)" target="_blank">Processing</a> is stupid easy <span title="therefor">∴</span> fast to use, and did I mention it&#8217;s <a href="http://shop.moderndevice.com/products/rbbb-kit" target="_blank">cheap</a>.<br />
<br style="clear: both;" /><br />
After choosing the (lets call it) platform, there were some questions: How to safely lock and trigger a camera? How to detect lightning fast enough? How to power it? How to encase it? How to configure it?</p>
<p>&nbsp;</p>
<h2>Light Detection</h2>
<p>One way to detect changes in light is to use a photoresistor, but are these fast enough to detect lighting?<br />
Again, research. Obviously this project is not the first of it&#8217;s kind, so what solutions are out there.<br />
Most photoresistors take too much time and they&#8217;ll miss the whole flash, so they are ruled out.</p>
<p>I stumbled upon <a href="http://www.glacialwanderer.com/hobbyrobotics/?p=16" target="_blank">just the thing</a>, as well as some <a href="http://www.glacialwanderer.com/hobbyrobotics/?p=167" target="_blank">other really great ideas</a>.</p>
<h2>3.., 2.., 1.., SMILE!</h2>
<p>With most DSLRs it&#8217;s really <a href="http://enchantingkerala.org/digital-photography-school/diy-remote-shutter-release-cable.php" target="_blank">easy to control them with a wire</a>. It usually just requires connecting ground either to focus or shutter.</p>
<p>The immediate thought was to use a transistor. Problem is, nobody wants to connect a +800€ camera to a ~10€ piece of DIY mayhem.<br />
There are other ways of separating two circuits, like relays. But since relays are really, really slow when it comes to photographing lighting, it had to be ruled out.<br />
After some more <a href="http://openmoco.org/node/88" target="_blank">research</a>, I found out a great alternative, opto-isolators (or optocouplers). They use a LED and photosensor (phototransistor for the really fast ones) to separate two circuits. Oh, and they are cheap, like really <a href="http://uk.farnell.com/jsp/search/results.jsp?N=203598&amp;isGoback=false" target="_blank">cheap</a>.</p>
<h2>Power!</h2>
<p>The first idea was to use some kind of rechargeable batteries, like AA-sized NiMHs. But that wouldn&#8217;t be the most practical solution.<br />
After thinking about the requirements, like that it needs to be rechargeable, relatively small, safe, provide 5 volts. Using a <a href="http://www.dealextreme.com/p/2000mah-usb-rechargeable-portable-emergency-power-with-phone-adapters-black-41592">cheap emergency USB charger</a> just seemed obvious. It has a built-in regulator that provides a clean 5 volts, it can be charged via USB, and has some nice battery status LEDs.<br />
But would this cheap &#8220;2000 mAh&#8221; battery be enough to power a backlight LCD and the chip?<br />
Only one way to find out! I knew that these ATMegas don&#8217;t really consume that much, but I wasn&#8217;t sure about the LCD and leaving it constantly refreshing.<br />
I thought the battery would be enough to be used for about a day, but oh, was I wrong. Turns out, it lasts almost 30 hours.</p>
<h1>User Interface</h1>
<h2>LCD117</h2>
<div id="attachment_182" class="wp-caption alignleft" style="width: 310px"><a href="http://hacktheman.org/wp-content/uploads/2011/06/IMG_0105.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank"><img class="size-medium wp-image-182 " title="LCD117 Serial Board" src="http://hacktheman.org/wp-content/uploads/2011/06/IMG_0105-300x200.jpg" alt="LCD117 Serial Board" width="300" height="200" /></a><p class="wp-caption-text">16 x 2 Blue LCD and LCD117 </p></div>
<p>Is the LCD really necessary or can it be configured some other way to configure it?<br />
The first idea was to use potentiometers for thresholds, buttons for selection, but since the LCD with a controller <a href="http://shop.moderndevice.com/products/16x2lcd-lcd117kit" target="_blank">isn&#8217;t that expensive</a>, why not? And it only uses one pin on the microcontroller as it comes with the LCD117 serial board.</p>
<p><br style="clear: both;" /></p>
<h2>Buttons</h2>
<div id="attachment_178" class="wp-caption alignright" style="width: 310px"><a href="http://hacktheman.org/wp-content/uploads/2011/06/IMG_0097.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank"><img class="size-medium wp-image-178 " title="D-Pad" src="http://hacktheman.org/wp-content/uploads/2011/06/IMG_0097-300x200.jpg" alt="D-Pad" width="300" height="200" /></a><p class="wp-caption-text">Looks like a mess, but saved me a lot of soldering and space</p></div>
<p>A 5 button d-pad seems like enough. Up and down to control the menu, left and right for configuring settings and one button to select.</p>
<p>The common thing would be to use digital inputs for each button and <a href="http://en.wikipedia.org/wiki/Switch#Contact_bounce" target="_blank">de-bounce</a> them. Pins are expensive so instead, I&#8217;m using one analog input and have a different resistor for each button. This way, I can read in the loop the current value of the input and see what button is being pressed.</p>
<hr style="clear: both;" />
<div id="attachment_201" class="wp-caption aligncenter" style="width: 310px"><a href="http://hacktheman.org/wp-content/uploads/2011/06/IMG_0099.jpg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" target="_blank"><img class="size-medium wp-image-201 " title="The Mess" src="http://hacktheman.org/wp-content/uploads/2011/06/IMG_0099-300x200.jpg" alt="The Mess" width="300" height="200" /></a><p class="wp-caption-text">This is what the mess looks like at the moment</p></div>
]]></content:encoded>
			<wfw:commentRss>http://hacktheman.org/project-salamarduino-part-1-the-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Android Market Website</title>
		<link>http://hacktheman.org/fixing-android-market-website/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://hacktheman.org/fixing-android-market-website/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 11:07:23 +0000</pubDate>
		<dc:creator>Toni Lähdekorpi</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[accounts.db]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Market]]></category>
		<category><![CDATA[resolved]]></category>
		<category><![CDATA[vending]]></category>
		<category><![CDATA[vending_preferences.xml]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://hacktheman.org/?p=122</guid>
		<description><![CDATA[Some devices are having problems showing up in the Android Market website, this is happening with rooted and non-rooted devices, updated and non updated ones. If you only see a &#8220;There are no Android devices associated with this account.&#8221; follow these instructions. Warning Use these instructions at your own risk. I&#8217;m not responsible for any [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hacktheman.org/wp-content/uploads/2011/02/market.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" style="text-align:center"><img src="http://hacktheman.org/wp-content/uploads/2011/02/market_thumb1.png" alt="There are no Android devices associated with this account." title="There are no Android devices associated with this account." width="386" height="92" class="size-full wp-image-133" /></a></p>
<p>Some devices are having problems showing up in the Android Market website, this is happening with rooted and non-rooted devices, updated and non updated ones.<br />
If you only see a &#8220;There are no Android devices associated with this account.&#8221; follow these instructions.<br />
<span id="more-122"></span></p>
<div class="warning no-print" style="margin-bottom: 15px;">
<h1>Warning</h1>
<p>Use these instructions at your own risk. I&#8217;m not responsible for any damage they might cause.<br />
Also, only use these instructions on your own machines or get permissions before you do anything.<br />
These instructions require physical access to the machine.
</p></div>
<p>First the obvious, you need a Gmail account (not Google Apps) to use Market and this has to be your primary account.<br />
If you do have this and it&#8217;s still not working, these steps will work for rooted devices, if you don&#8217;t have a rooted device, you must restore factory settings.</p>
<ol>
<li>Log out of web market</li>
<li>Kill running Market on your device (Settings->Applications->Manage applications->All->Market->Force stop and Clear cache)</li>
<li>Put your device to offline mode</li>
<li>Remove /data/system/accounts.db and /data/data/com.android.vending/shared_prefs/vending_preferences.xml (to be safe, just move them to /sdcard/)</li>
<li>To do this, the easiest way is to use adb, so run the following commands: adb remount; adb shell</li>
<li>And in the shell: mv /data/system/accounts.db /sdcard/</li>
<li>Then: mv /data/data/com.android.vending/shared_prefs/vending_preferences.xml /sdcard/</li>
<li>And: reboot</li>
<li>When your phone boots up, put it back to online and go to the Market, it will ask for you to sign in to your Google account (do this with a gmail account, not apps) and then to agree to the terms, do this and leave it in the &#8220;Loading&#8230;&#8221; screen and just wait</li>
<li>After a few minutes go to the Android Market website and log in</li>
<li>You should now see your device listed</li>
<li>Let me know in the comments how it turned out</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://hacktheman.org/fixing-android-market-website/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Root Password Hacking</title>
		<link>http://hacktheman.org/root-password-hacking/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://hacktheman.org/root-password-hacking/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 22:35:22 +0000</pubDate>
		<dc:creator>Toni Lähdekorpi</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Grub]]></category>
		<category><![CDATA[LILO]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[passwd]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://hacktheman.org/?p=25</guid>
		<description><![CDATA[Years ago I wrote  a tutorial about resetting a lost root password on most Linux distributions. Simple stuff like giving boot parameters to Grub and Lilo, yet it became somewhat popular, and it&#8217;s still floating around many forums. Well, people are still forgetting their passwords, so here&#8217;s a new &#8220;cross platform&#8221; tutorial and how-to on [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-39 alignleft" title="Permission denied." src="http://hacktheman.org/wp-content/uploads/2010/01/root_fail.png" alt="" width="164" height="64" /></p>
<p>Years ago I wrote  a tutorial about resetting a lost root password on most Linux distributions.<br />
Simple stuff like giving boot parameters to <a href="http://en.wikipedia.org/wiki/GNU_GRUB" target="_blank">Grub</a> and <a href="http://en.wikipedia.org/wiki/LILO_(boot_loader)" target="_blank">Lilo</a>, yet it became somewhat popular, and it&#8217;s still floating around many forums.</p>
<p>Well, people are still forgetting their passwords, so here&#8217;s a new &#8220;cross platform&#8221; tutorial and how-to on resetting your personal and root passwords.</p>
<p>This time it&#8217;s for GNU/Linux, Mac OS X and Windows.</p>
<p><span id="more-25"></span></p>
<div class="warning no-print">
<h1>Warning</h1>
<p>Use these instructions at your own risk. I&#8217;m not responsible for any damage they might cause.<br />
Also, only use these instructions on your own machines or get permissions before you do anything.<br />
These instructions require physical access to the machine.</p>
</div>
<h1>Mac OS X<img class="alignright size-full wp-image-46" title="The name or password you entered is incorrect." src="http://hacktheman.org/wp-content/uploads/2010/01/mac_pwd_fail.png" alt="" width="434" height="145" /></h1>
<p>Lets start with the easiest one, Mac.<br />
If you don&#8217;t have <a href="http://support.apple.com/kb/HT1352" target="_blank">Firmware Password</a> enabled, resetting your password is really easy, just follow the instructions on <a href="http://support.apple.com/kb/HT1274" target="_blank">Apple&#8217;s support site</a>. All you need is the installation disk.</p>
<p>I&#8217;m not going to rewrite those instructions since the ones provided by Apple are sufficient.<br />
On the other hand, if for some reason those instructions fail or you don&#8217;t have an installation disk, all is not lost.</p>
<h2>I Can&#8217;t Remember The Firmware Password</h2>
<p><img class="alignleft size-full wp-image-57" title="Firmware Password" src="http://hacktheman.org/wp-content/uploads/2010/01/firmware_password.png" alt="" width="104" height="89" /><br />
In most cases changing the amount of physical memory (RAM), will clear out the PRAM in your Mac, thus also clearing the Firmware Password.<br />
There isn&#8217;t that much information on how the Open Firmware in Macs work, but this is a very simple hack that you could try.<br />
If this doesn&#8217;t help, you&#8217;re going to need to access the hard drive outside of the machine.</p>
<h2>I Don&#8217;t Have The Disk!</h2>
<p><img class="alignright size-full wp-image-68" title="Mac OS X Snow Leopard Install Disk" src="http://hacktheman.org/wp-content/uploads/2010/01/mac-os-x-snow-leopard-icon-e1262538634661.jpg" alt="" width="96" height="124" /><br />
In this case you&#8217;re going to need to access the hard drive.<br />
The easiest way to do this is just to boot up your Mac in single user mode by holding command-s, it&#8217;ll boot right on to the command line where you can remount your filesystem to get write permissions:</p>
<p><code>mount -uw /</code></p>
<p>And then you can either mess with the Open Directory files to reset your password, or easier, just remove the /var/db/.AppleSetupDone file to make the OS think it&#8217;s a new machine and give you the &#8220;first time boot wizard&#8221;. Command for this is:</p>
<p><code>rm /var/db/.AppleSetupDone</code></p>
<p>Afterwards just reboot the machine:</p>
<p><code>reboot</code></p>
<p>If these fail, one way would be to just boot either with some live Linux distribution that can mount the filesystem your OS is located in or take the hard drive out and mount it with some other machine.</p>
<h1>Windows</h1>
<p><img class="alignright size-full wp-image-53" title="bsod" src="http://hacktheman.org/wp-content/uploads/2010/01/bsod.png" alt="" width="150" height="77" /></p>
<p>There are many good tutorials on resetting Windows passwords, so I don&#8217;t think there&#8217;s a need for a new one (and to be honest, I don&#8217;t really care). But anyways, if you&#8217;re looking for great tools, here you go with my personal favorites:</p>
<ul>
<li><a title="Ophcrack" href="http://ophcrack.sourceforge.net/" target="_blank">Ophcrack</a> is a simple open source tool to crack LM and NTLM hashes.</li>
<li><a href="http://pogostick.net/~pnh/ntpasswd/" target="_blank">ntpasswd</a> is a tool to reset your passwords and edit Windows registry.</li>
</ul>
<h1>Ubuntu</h1>
<p><img class="alignleft size-full wp-image-76" title="Ubuntu" src="http://hacktheman.org/wp-content/uploads/2010/01/ubuntu.png" alt="" width="92" height="96" /></p>
<p><img class="alignright size-full wp-image-92" title="Authentication failure" src="http://hacktheman.org/wp-content/uploads/2010/01/ubuntu_fail.png" alt="" width="287" height="317" /></p>
<p>If you use a Linux distribution, have lost your password and don&#8217;t know how to reset it, you&#8217;re probably a Ubuntu user. Nothing bad, this is just the most likely scenario as more and more &#8220;human beings&#8221; have gotten tired of Windows.</p>
<p>There are some differences between current, future and old releases of Ubuntu, like how the recovery mode works and Grub. I&#8217;m going to focus on 8.04 LTS, 9.10 and have a look at what to expect in the future.</p>
<p>Until these very latest Ubuntu releases the security (if you&#8217;ve got physical access) hasn&#8217;t been that good, and that made resetting passwords really easy.<br />
With these newer releases you can&#8217;t just boot up the machine to recovery and change the root password, if you&#8217;ve set one.</p>
<h2>I haven&#8217;t set a root password</h2>
<p>Most users simply use <a href="https://help.ubuntu.com/community/RootSudo" target="_blank">sudo</a> to run commands that require root permissions, or they just use some GUI tools and never touch the command line.<br />
If this is the case, you haven&#8217;t set the root password (or alternatively you&#8217;ve set it and remember it) and you&#8217;ve just forgotten your user account&#8217;s password, you are lucky.</p>
<p><a href="http://hacktheman.org/wp-content/uploads/2010/01/grub.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="size-thumbnail wp-image-84 alignleft" title="Grub menu" src="http://hacktheman.org/wp-content/uploads/2010/01/grub-150x150.png" alt="" width="150" height="150" /></a><br />
Just select recovery mode on the Grub list (you may need to press ESC while Grub is loading).</p>
<p><img class="size-full wp-image-79 aligncenter" title="Recovery Mode List" src="http://hacktheman.org/wp-content/uploads/2010/01/grub_root.png" alt="" width="630" height="284" /></p>
<p style="text-align: center;">After your machine boots you&#8217;ll be greeted with the recovery mode window, just select &#8220;Drop to root shell prompt&#8221;.</p>
<p><img class="aligncenter size-full wp-image-82" title="passwd" src="http://hacktheman.org/wp-content/uploads/2010/01/passwd.png" alt="" width="361" height="91" /></p>
<p style="text-align: center;">And now you can change either your root or user password.<br />
&#8220;passwd&#8221; changes root&#8217;s password and &#8220;passwd toni&#8221; changes Toni&#8217;s.</p>
<p>After this there isn&#8217;t much to do but to reboot (just type &#8220;reboot&#8221; and hit enter, obviously).</p>
<h2>But it&#8217;s asking my root password</h2>
<p>As a safety feature in most distributions, you can&#8217;t go to the root shell (or run any commands via init) without giving your password.<br />
To bypass this, you&#8217;ll need to access the partition where your /etc/shadow is located (assuming you&#8217;re using shadow passwords).</p>
<p>The easiest way to do this would be to boot up with a Ubuntu CD, mount the partition and find your shadow file and clear your hashed password there.<br />
I&#8217;ll be writing more information about this later.</p>
<h1>More?</h1>
<p>Ideas, comments, better ways to do this, typos, etc.<br />
Hit the comments and let me know!</p>
]]></content:encoded>
			<wfw:commentRss>http://hacktheman.org/root-password-hacking/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Hello World!</title>
		<link>http://hacktheman.org/hello-world/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://hacktheman.org/hello-world/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 15:11:38 +0000</pubDate>
		<dc:creator>Toni Lähdekorpi</dc:creator>
				<category><![CDATA[The Site]]></category>
		<category><![CDATA[hello]]></category>
		<category><![CDATA[Test]]></category>

		<guid isPermaLink="false">http://hacktheman.org/?p=1</guid>
		<description><![CDATA[Hack The Man is now open for all your hacking needs!]]></description>
			<content:encoded><![CDATA[<p>Hack The Man is now open for all your hacking needs!</p>
]]></content:encoded>
			<wfw:commentRss>http://hacktheman.org/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

