<?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>GBGames - Thoughts on Indie Game Development &#187; POTM</title>
	<atom:link href="http://gbgames.com/blog/category/potm/feed/" rel="self" type="application/rss+xml" />
	<link>http://gbgames.com/blog</link>
	<description>An Indie Game Developer's somewhat interesting thoughts</description>
	<lastBuildDate>Mon, 21 May 2012 10:30:51 +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>POTM for May: libSDL</title>
		<link>http://gbgames.com/blog/2007/05/potm-for-may-libsdl/</link>
		<comments>http://gbgames.com/blog/2007/05/potm-for-may-libsdl/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 04:47:25 +0000</pubDate>
		<dc:creator>GBGames</dc:creator>
				<category><![CDATA[Game Development]]></category>
		<category><![CDATA[Linux Game Development]]></category>
		<category><![CDATA[POTM]]></category>

		<guid isPermaLink="false">http://gbgames.com/blog/?p=640</guid>
		<description><![CDATA[<p>The general idea of the Project of the Month is to donate some money to an open source project and write a blog post about it. Everyone knows about the major open source projects, such as the Linux kernel or Firefox, but there are plenty of examples of open source projects that impact you in <span style="color:#777"> . . . &#8594; Read More: <a href="http://gbgames.com/blog/2007/05/potm-for-may-libsdl/">POTM for May: libSDL</a></span><p><a href="http://gbgames.com/blog/2007/05/potm-for-may-libsdl/">POTM for May: libSDL</a> is a post from: <a href="http://gbgames.com/blog">GBGames - Thoughts on Indie Game Development</a></p>
]]></description>
			<content:encoded><![CDATA[<p><i>The general idea of the <a title="Open Source Project of the Month" href="http://gbgames.com/blog/?p=562">Project of the Month</a> is to donate some money to an open source project and write a blog post about it.  Everyone knows about the major open source projects, such as the Linux kernel or Firefox, but there are plenty of examples of open source projects that impact you in some way that might not appear on most people&#8217;s radars.</i></p>
<p>For the month of May, I chose to donate money to the <a title="Simple Directmedia Layer" href="http://www.libsdl.org/finances.php" class="broken_link">Simple Directmedia Layer</a>, the popular cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.  It is currently at version 1.2, is widely used in games and other media applications, and has bindings to a large number of languages.  If you run an operating system, it is very likely that libSDL runs on your system.</p>
<p>Sam Lantinga created the SDL while working at Loki, although there are some people who think he may have written it at his previous job.  SDL acts as a thin wrapper over platform-specific APIs.  For instance, if you use it on Windows, it wraps around DirectX, but if you use it on a distribution of Gnu/Linux or BSD, it will use XLib.  If you think of it as an abstraction, you can code once and compile anywhere. In fact, my <i>Killer Kittens from Katis Minor</i> project can be compiled for my Debian system and for Windows without any code changes if you use a compiler that doesn&#8217;t assume you need WinMain to replace the main function.</p>
<p>The documentation is available at the main site, and I&#8217;ve always found the <a title="SDL Documentation Wiki" href="http://www.libsdl.org/cgi/docwiki.cgi/">SDL Documentation Wiki</a> to be useful.  Of the books I&#8217;ve read, I would highly suggest <a title="Focus on SDL: Course PTR" href="http://www.courseptr.com/ptr_detail.cfm?isbn=1592000304">Focus on SDL</a> by Ernest Pazera and <a title="Programming Linux Games: No Starch Press" href="http://www.nostarch.com/frameset.php?startat=plg" class="broken_link">Programming Linux Games</a> by John Hall. While both books a few years old, they are still relevant and can get you up to speed quickly.  You can also find SDL used in the example code a couple of game programming books by Erik Yuzwa at <a title="" href="http://wazooinc.com/">Wazoo Enterprises</a>.</p>
<p>If you are trying to figure out what libraries to use for your project, even if you aren&#8217;t thinking about porting it to a second platform, I would suggest libSDL.  If all it does is provide a simple abstraction for DirectX libraries, you will still come out ahead, and if you want to port it later, it should be much easier than completely gutting platform-specific libraries and replacing them with another platform-specific library.  </p>
<p>Thanks go to Sam Lantinga and the libSDL development community for making a simple-to-use, cross-platform, freely-available tool for game development!</p>
<p><a href="http://gbgames.com/blog/2007/05/potm-for-may-libsdl/">POTM for May: libSDL</a> is a post from: <a href="http://gbgames.com/blog">GBGames - Thoughts on Indie Game Development</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gbgames.com/blog/2007/05/potm-for-may-libsdl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>POTM for April: Vim</title>
		<link>http://gbgames.com/blog/2007/04/potm-for-april-vim/</link>
		<comments>http://gbgames.com/blog/2007/04/potm-for-april-vim/#comments</comments>
		<pubDate>Tue, 01 May 2007 00:56:53 +0000</pubDate>
		<dc:creator>GBGames</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux Game Development]]></category>
		<category><![CDATA[POTM]]></category>

		<guid isPermaLink="false">http://gbgames.com/blog/?p=620</guid>
		<description><![CDATA[<p>The general idea of the Project of the Month is to donate some money to an open source project and write a blog post about it. Everyone knows about the major open source projects, such as the Linux kernel or Firefox, but there are plenty of examples of open source projects that impact you in <span style="color:#777"> . . . &#8594; Read More: <a href="http://gbgames.com/blog/2007/04/potm-for-april-vim/">POTM for April: Vim</a></span><p><a href="http://gbgames.com/blog/2007/04/potm-for-april-vim/">POTM for April: Vim</a> is a post from: <a href="http://gbgames.com/blog">GBGames - Thoughts on Indie Game Development</a></p>
]]></description>
			<content:encoded><![CDATA[<p><i>The general idea of the <a title="Open Source Project of the Month" href="http://gbgames.com/blog/?p=562">Project of the Month</a> is to donate some money to an open source project and write a blog post about it.  Everyone knows about the major open source projects, such as the Linux kernel or Firefox, but there are plenty of examples of open source projects that impact you in some way that might not appear on most people&#8217;s radars.</i></p>
<p>This month I donated to <a title="Vim: " href="http://www.vim.org/sponsor/">Vim</a>, the improved vi editor that I use for all sorts of text editing, including coding and configuration editing.  The main developer is using all donated money to help AIDS victims in Uganda, which is both a great cause and motivates him to do more development.</p>
<p>While a lot of developers like Visual Studio, and some of those developers use SlickEdit or Code::Blocks as alternatives, I prefer using Vim.  It&#8217;s a text editor that I can use whether I am at my desktop or logging in remotely. If I move to a different computer altogether, Vim is pretty much going to work as I expect it to.  Without it, I might have to relearn a different editor when I am at home, at work, at a friend&#8217;s computer, or anywhere else.</p>
<p>I used to use Nano when I first started experimenting with Gnu/Linux since it was the most similar to other text editors, such as Notepad.  Once I learned that there are some editors that are much more efficient, I decided to to learn Vi/Vim.  Now editing files requires less key presses, and my fingers almost never have to move far from the home row.  If I could find a Vim plugin for Firefox to allow me to use it as an alternative editor for text boxes in forms, I&#8217;d use it. </p>
<p>I also find that I am still learning ways to improve my efficiency with Vim. Recently the main developer <a title="Recording of Vim presentation available: Yahoo! Tech Groups" href="http://tech.groups.yahoo.com/group/vimannounce/message/170">gave a talk </a> called &#8220;The Seven Habits of Effective Text Editing 2.0&#8243;.  There is a video, which is a little longer than an hour, and slides with notes. While I knew some of the tips, some of them were only recently learned, and the talk had a few new tips that should make my future text editing much more efficient.</p>
<p>I do have to say that it can take some getting used to if you are not familiar with Vim.  Having a command and visual mode separate from editing mode in a text editor might seem counterproductive, but once you get over that hurdle, you can be up and running in no time.  Text editing becomes much more fun and productive. </p>
<p>Even if you don&#8217;t care much for Vim, you can also think about using its cursor keys as training for <i>Nethack</i>. B-)</p>
<p><a href="http://gbgames.com/blog/2007/04/potm-for-april-vim/">POTM for April: Vim</a> is a post from: <a href="http://gbgames.com/blog">GBGames - Thoughts on Indie Game Development</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gbgames.com/blog/2007/04/potm-for-april-vim/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>POTM for March: WordPress</title>
		<link>http://gbgames.com/blog/2007/03/potm-for-march-wordpress/</link>
		<comments>http://gbgames.com/blog/2007/03/potm-for-march-wordpress/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 16:00:08 +0000</pubDate>
		<dc:creator>GBGames</dc:creator>
				<category><![CDATA[Geek / Technical]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[POTM]]></category>

		<guid isPermaLink="false">http://gbgames.com/blog/?p=605</guid>
		<description><![CDATA[<p>The general idea of the Project of the Month is to donate some money to an open source project and write a blog post about it. Everyone knows about the major open source projects, such as the Linux kernel or Firefox, but there are plenty of examples of open source projects that impact you in <span style="color:#777"> . . . &#8594; Read More: <a href="http://gbgames.com/blog/2007/03/potm-for-march-wordpress/">POTM for March: WordPress</a></span><p><a href="http://gbgames.com/blog/2007/03/potm-for-march-wordpress/">POTM for March: WordPress</a> is a post from: <a href="http://gbgames.com/blog">GBGames - Thoughts on Indie Game Development</a></p>
]]></description>
			<content:encoded><![CDATA[<p><i>The general idea of the <a title="Open Source Project of the Month" href="http://gbgames.com/blog/?p=562">Project of the Month</a> is to donate some money to an open source project and write a blog post about it.  Everyone knows about the major open source projects, such as the Linux kernel or Firefox, but there are plenty of examples of open source projects that impact you in some way that might not appear on most people&#8217;s radars.</i></p>
<p>This month I donated some money to <a title="Donate to WordPress: WordPress" href="http://wordpress.org/donate/">WordPress</a>, an easy to use and quite popular blogging tool.  </p>
<p>Yes, it is quite popular, supposedly &#8220;the largest self-hosted blogging tool in the world&#8221;, but I figured that it was still not a household name and so was a valid project for the POTM.  </p>
<p>My blog uses WordPress, and I have been pleased with how easy it is to use, update, and modify.  While the default theme was pretty ugly when I started my blog in 2005, there were plenty of themes created by the WordPress community, which is great because I didn&#8217;t want to spend a lot of time creating my own theme.  </p>
<p>There are a number of plugins for WordPress, and some of them are very useful.  From blocking spam to adding special links easily on your blog, there are plugins for any number of purposes.</p>
<p>Relatively recently, WordPress.com was launched, which allows you to run a blog without needing to maintain your own host.  While installation is incredibly easy, you may not want the hassle of maintaining your own website&#8217;s security just to run a blog. If you already have a blog using another system, WordPress has plenty of import options.  You can import LiveJournal and TypePad, or even use an RSS feed as the source, among other options.</p>
<p>The community is great. I had to figure out how to get an RSS feed to Larry for just the POTM entries, and the IRC channel was a great source of friendly assistance.  I don&#8217;t know if I have ever felt lost using WordPress since there is almost always someone around to explain something to me.</p>
<p>Thank you, WordPress community! </p>
<p><a href="http://gbgames.com/blog/2007/03/potm-for-march-wordpress/">POTM for March: WordPress</a> is a post from: <a href="http://gbgames.com/blog">GBGames - Thoughts on Indie Game Development</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gbgames.com/blog/2007/03/potm-for-march-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>POTM for February: Countdown Clock Extension for Firefox</title>
		<link>http://gbgames.com/blog/2007/02/potm-countdown-clock-extension-for-firefox/</link>
		<comments>http://gbgames.com/blog/2007/02/potm-countdown-clock-extension-for-firefox/#comments</comments>
		<pubDate>Wed, 28 Feb 2007 19:57:17 +0000</pubDate>
		<dc:creator>GBGames</dc:creator>
				<category><![CDATA[Game Development]]></category>
		<category><![CDATA[Geek / Technical]]></category>
		<category><![CDATA[Personal Development]]></category>
		<category><![CDATA[POTM]]></category>

		<guid isPermaLink="false">http://gbgames.com/blog/?p=586</guid>
		<description><![CDATA[<p>The general idea of the Project of the Month is to donate some money to an open source project and write a blog post about it. Everyone knows about the major open source projects, such as the Linux kernel or Firefox, but there are plenty of examples of open source projects that impact you in <span style="color:#777"> . . . &#8594; Read More: <a href="http://gbgames.com/blog/2007/02/potm-countdown-clock-extension-for-firefox/">POTM for February: Countdown Clock Extension for Firefox</a></span><p><a href="http://gbgames.com/blog/2007/02/potm-countdown-clock-extension-for-firefox/">POTM for February: Countdown Clock Extension for Firefox</a> is a post from: <a href="http://gbgames.com/blog">GBGames - Thoughts on Indie Game Development</a></p>
]]></description>
			<content:encoded><![CDATA[<p><i>The general idea of the <a title="Open Source Project of the Month" href="http://gbgames.com/blog/?p=562">Project of the Month</a> is to donate some money to an open source project and write a blog post about it.  Everyone knows about the major open source projects, such as the Linux kernel or Firefox, but there are plenty of examples of open source projects that impact you in some way that might not appear on most people&#8217;s radars.</i></p>
<p>For this month&#8217;s POTM entry, I decided to go with the <a title="Countdown Clock Extension Homepage" href="http://extensions.mercille.org/CountdownClock.php">Countdown Clock</a> extension for Firefox.  </p>
<p>Whenever I install Firefox on a new computer, I always make sure to install a few extensions, and Countdown Clock is one of them.  Basically, you use it as a timer to countdown to some future time.  You can countdown to a specific date and time, or you could set it to be relative to the current time.  I don&#8217;t normally use it for long term countdowns, such as to my birthday or a hot date, but I do use it to timebox.  Timeboxing is when you give yourself a set time, say 30 minutes, to do as much as you can at a specific task.  For example, when I program, I sometimes have trouble getting motivated to do anything, and after three hours, I might have nothing accomplished.  With Countdown Clock, I set it for 45 minutes, and it is almost like I am in college again, working on a paper at the last minute. All of a sudden, I&#8217;m focused, and sometimes I&#8217;m in The Zone.  I can get a lot accomplished in that 45 minutes, knowing that I can take a small break once that time is up.  I can also reset the timer again, getting two or more sessions of 45 minutes in an evening.</p>
<p>45 minutes also happens to correspond with how often I have to change a load of laundry, so I can work on game development and still know when to head to the laundry room.  Timeboxing and clean clothes: a winning combination.</p>
<p>You can set Countdown Clock to popup an announcement, but I chose not to have the popup.  The message still appears in the bottom corner of Firefox when the coutndown is finished, and I find that having a .wav file play is good enough for me.  I chose to use a long screaming laugh from Gir of Invader Zim.  You just can&#8217;t mistake it for some music or sound effect from an application I happen to be running at the time.</p>
<p>One of the side-effects of running Countdown Clock is that the bottom of the browser has the last message you asked it to say. It&#8217;s weird when it says something like &#8220;Get laundry!&#8221; or &#8220;Time to eat lunch!&#8221;, especially when the message makes no sense, but I like to set it to something inspirational.  Currently I use &#8220;Don&#8217;t ruin your mind&#8221; to remind me not to idle away at pointless websites when I could be doing something on purpose.</p>
<p>Thanks go to the developer, Frederic Mercille, for making a wonderful extension.</p>
<p><a href="http://gbgames.com/blog/2007/02/potm-countdown-clock-extension-for-firefox/">POTM for February: Countdown Clock Extension for Firefox</a> is a post from: <a href="http://gbgames.com/blog">GBGames - Thoughts on Indie Game Development</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gbgames.com/blog/2007/02/potm-countdown-clock-extension-for-firefox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>POTM for January: GnuCash</title>
		<link>http://gbgames.com/blog/2007/01/potm-for-january-gnucash/</link>
		<comments>http://gbgames.com/blog/2007/01/potm-for-january-gnucash/#comments</comments>
		<pubDate>Mon, 22 Jan 2007 16:01:28 +0000</pubDate>
		<dc:creator>GBGames</dc:creator>
				<category><![CDATA[Geek / Technical]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[POTM]]></category>

		<guid isPermaLink="false">http://gbgames.com/blog/?p=563</guid>
		<description><![CDATA[<p>This month&#8217;s Project of the Month is GnuCash, the personal and small-business financial-accounting software.</p> <p>I use GnuCash to keep track of my finances. Even before I started my business, GnuCash helped me to organize my income, expenses, and bills. I have stopped using my checkbook&#8217;s registry just because it is easier to use GnuCash to <span style="color:#777"> . . . &#8594; Read More: <a href="http://gbgames.com/blog/2007/01/potm-for-january-gnucash/">POTM for January: GnuCash</a></span><p><a href="http://gbgames.com/blog/2007/01/potm-for-january-gnucash/">POTM for January: GnuCash</a> is a post from: <a href="http://gbgames.com/blog">GBGames - Thoughts on Indie Game Development</a></p>
]]></description>
			<content:encoded><![CDATA[<p>This month&#8217;s <a title="Open Source Project of the Month" href="http://gbgames.com/blog/?p=562">Project of the Month</a> is <a title="GnuCash" href="http://www.gnucash.org/">GnuCash</a>, the personal and small-business financial-accounting software.</p>
<p>I use GnuCash to keep track of my finances.  Even before I started my business, GnuCash helped me to organize my income, expenses, and bills.  I have stopped using my checkbook&#8217;s registry just because it is easier to use GnuCash to update my savings and checking accounts.  </p>
<p>What appealed to me was the familiarity I already had with this system.  I took a couple of years of accounting in high school (thanks, Mr. Mullin!), and so I was quite familiar with ledgers, journals, debits, and credits.  Don&#8217;t think that you need to know accounting to use GnuCash.  It&#8217;s just that knowledge of the principles of accounting help, regardless of the application or tools you use to balance your books.  I haven&#8217;t used anything like Quicken or Money, so I can&#8217;t comment on them.  I do know that when trying to setup either of those programs on someone else&#8217;s machine, I had a tough time figuring out how to enter transactions.  It just wasn&#8217;t worth the effort to figure out how those applications tried to make it &#8220;easier&#8221; for me.</p>
<p>By the way, if you already use Quicken or Money, it can import your data, so if accounting software is the only thing preventing you from moving to a different operating system, you don&#8217;t have to feel that your data is stuck.  </p>
<p>GnuCash provides a way to see your financial data in customizable reports, complete with graphs and charts.  You can use multiple currencies, track your stock portfolio, manage your small business, reconcile your statements, and schedule transactions.  I personally haven&#8217;t used all of these features, but I am starting to do more and more.  I recently decided to transfer a set amount each month to my ING Direct account, and instead of requiring me to remember to manually enter the amount each month, GnuCash does it for me.  </p>
<p>The only feature I am waiting for is the ability to close balances.  Supposedly, the code is actually written for this feature, but it is disabled since it has not been tested thoroughly enough.   For now, each December 31st, I manually transfer all of my expenses and revenues into a temporary account, then I transfer the balance to my equity account.  </p>
<p>To donate to this project, please visit <a title="Make a donation: GnuCash on sf.net" href="http://sourceforge.net/donate/index.php?group_id=192">http://sourceforge.net/donate/index.php?group_id=192</a> or learn about other <a title="How to Help: Gnucash" href="http://wiki.gnucash.org/wiki/Development">ways to help</a>.</p>
<p><a href="http://gbgames.com/blog/2007/01/potm-for-january-gnucash/">POTM for January: GnuCash</a> is a post from: <a href="http://gbgames.com/blog">GBGames - Thoughts on Indie Game Development</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gbgames.com/blog/2007/01/potm-for-january-gnucash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project of the Month</title>
		<link>http://gbgames.com/blog/2007/01/project-of-the-month/</link>
		<comments>http://gbgames.com/blog/2007/01/project-of-the-month/#comments</comments>
		<pubDate>Mon, 22 Jan 2007 16:00:07 +0000</pubDate>
		<dc:creator>GBGames</dc:creator>
				<category><![CDATA[Geek / Technical]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[POTM]]></category>

		<guid isPermaLink="false">http://gbgames.com/blog/?p=562</guid>
		<description><![CDATA[<p>Larry Garfield has announced the Open Source Project of the Month. </p> <p>While there are some major, ubiquitous pieces of open source such as the Linux kernel, OpenOffice.org, Mozilla, and Apache, there is plenty of great pieces of open source out there that doesn&#8217;t get funding from companies such as Red Hat, IBM, or hardware <span style="color:#777"> . . . &#8594; Read More: <a href="http://gbgames.com/blog/2007/01/project-of-the-month/">Project of the Month</a></span><p><a href="http://gbgames.com/blog/2007/01/project-of-the-month/">Project of the Month</a> is a post from: <a href="http://gbgames.com/blog">GBGames - Thoughts on Indie Game Development</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Larry Garfield has announced the <a title="Project of the Month: GarfieldTech" href="http://www.garfieldtech.com/blog/project-of-the-month">Open Source Project of the Month</a>.  </p>
<p>While there are some major, ubiquitous pieces of open source such as the Linux kernel, OpenOffice.org, Mozilla, and Apache, there is plenty of great pieces of open source out there that doesn&#8217;t get funding from companies such as Red Hat, IBM, or hardware manufacturers.  </p>
<blockquote><p>
While many would argue that fame is more important than money to open source volunteers, I&#8217;ve yet to meet one that didn&#8217;t like money as well as fame. Really, who wouldn&#8217;t? The goal of Project of the Month is to provide a little of each to open source developers, whether they&#8217;re already getting revenue from their work or not. The vast majority of open source code is also free-as-in-beer, and while I won&#8217;t say that anything is &#8220;owed&#8221; to those developers (they do, after all, release their code free-as-in-beer by choice), it&#8217;s still polite to acknowledge their work.</p></blockquote>
<p>POTM has two steps each month:</p>
<ul>
<li> Donate $25 USD to an open source project of your choice. </li>
<li> Blog about the project. </li>
</ul>
<p>The idea is to promote and show appreciation for the lesser-known open source projects out there.  For more details on how to participate, check Larry&#8217;s <a title="Project of the Month: GarfieldTech" href="http://www.garfieldtech.com/blog/project-of-the-month">POTM blog post</a>.  </p>
<p><a href="http://gbgames.com/blog/2007/01/project-of-the-month/">Project of the Month</a> is a post from: <a href="http://gbgames.com/blog">GBGames - Thoughts on Indie Game Development</a></p>
]]></content:encoded>
			<wfw:commentRss>http://gbgames.com/blog/2007/01/project-of-the-month/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

