<?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>wp-SwimTeam &#187; demo</title>
	<atom:link href="http://www.wp-swimteam.org/tag/demo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wp-swimteam.org</link>
	<description>A WordPress plugin for swim team management</description>
	<lastBuildDate>Tue, 24 Jan 2012 22:21:56 +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>New Opt-In/Opt-Out Event model running</title>
		<link>http://www.wp-swimteam.org/2011/05/29/new-opt-inopt-out-event-model-running/</link>
		<comments>http://www.wp-swimteam.org/2011/05/29/new-opt-inopt-out-event-model-running/#comments</comments>
		<pubDate>Sun, 29 May 2011 13:14:46 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Progress]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[opt-in]]></category>
		<category><![CDATA[opt-out]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.wp-swimteam.org/?p=530</guid>
		<description><![CDATA[I have completed all of changes to support the opt-in/opt-out event model I described late last week.  I have not released the update yet as I am still doing some testing.  I have it running on the wp-SwimTeam demo site.  You can see an example of what one of the reports would look like when [...]]]></description>
			<content:encoded><![CDATA[<p>I have completed all of changes to support the opt-in/opt-out event model I described late last week.  I have not released the update yet as I am still doing some testing.  I have it running on the <a href="http://demo.wp-swimteam.org">wp-SwimTeam demo site</a>.  You can see an <a href="http://demo.wp-swimteam.org/2011-season/swim-meets/demonstrators-vs-mor/">example</a> of what one of the reports would look like when swimmers are registered on an event basis instead of a stroke basis.</p>
<p>While working on this I found some problems with the Events module which I have also fixed.  One was a very odd case which only was exposed in Chrome as it worked fine under IE9 and FireFox 4.  It turned out to be some sort of a Javascript difference between browsers so I have changed the GUI for the Load Events form.</p>
<p>If you switch from the stroke based model to the event based model for opt-in/opt-out, you may see some empty or unknown events for existing records.  These are due to a non-existent event id in the record.  It doesn&#8217;t really hurt anything but does look odd on the report so I plan to look into it.</p>
<p>I am looking for someone to do some testing before I release an update, if you want to help, get in touch with me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-swimteam.org/2011/05/29/new-opt-inopt-out-event-model-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changes coming for Opt-In/Opt-Out</title>
		<link>http://www.wp-swimteam.org/2011/05/25/changes-coming-for-opt-inopt-out/</link>
		<comments>http://www.wp-swimteam.org/2011/05/25/changes-coming-for-opt-inopt-out/#comments</comments>
		<pubDate>Wed, 25 May 2011 10:29:48 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Progress]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[opt-in]]></category>
		<category><![CDATA[opt-out]]></category>

		<guid isPermaLink="false">http://www.wp-swimteam.org/?p=526</guid>
		<description><![CDATA[I&#8217;ve had an ongoing dialog with a team in Texas using wp-SwimTeam that has a much different usage model for participating in Swim Meets than the MacDolphins do.  Instead of registering or scratching for a meet, their team has their swimmers register for particular events.  In speaking with a parent of one of our year [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had an ongoing dialog with a team in Texas using wp-SwimTeam that has a much different usage model for participating in Swim Meets than the <a href="http://www.macdolphins.org">MacDolphins</a> do.  Instead of registering or scratching for a meet, their team has their swimmers register for particular events.  In speaking with a parent of one of our year round swimmers, they do the same type of thing for their year round meets.</p>
<p>Wp-SwimTeam doesn&#8217;t currently support this usage model but I can see the need to do so.  The system already allows the definition and assignment of events to a swim meet, it needs to be extended to allow swimmers to register to particular events instead of the global Opt-In/Opt-Out option which is currently available.</p>
<p>I don&#8217;t plan to eliminate the current usage model because it works well for our swim team but I plan to extend it by allowing what I am referring to as the Opt-In/Opt-Out usage model which will either be by Stroke (the existing model) or by Event (the new model).</p>
<p>Fortunately the data model I set up when I first implemented Opt-In/Opt-Out will handle this change fairly easily with one exception.  For some odd reason I called the field in the database which stores the stroke code &#8216;eventcode&#8217;.  This was a bad idea and I am going to change it to &#8216;strokecode&#8217; in the next release of the plugin which will cause a bump in the database version.  This isn&#8217;t the first time I&#8217;ve changed a database column name so I am not too worried about it but I wanted to be up front about what I am doing and why.</p>
<p>In the current Opt-In/Opt-Out Stroke based usage model a user can start from a swim meet and update all of their swimmers on a per meet basis or they can start from a swimmer and update all of the meets on a per swimmer basis.  This will remain the case.</p>
<p>However, for the Event based usage model all action will have to be initiated from the swimmer, it will not be possible to update multiple swimmers for a single meet.  This change is due to the swimmers being in different age groups so the events have to be relevant to a swimmer which isn&#8217;t possible (or easy anyway, I guess anything is possible) for multiple swimmers.</p>
<p>What about swim ups?  I am not sure how I want to handle swim ups right now.  In the first implementation I will allow an Admin user to register a swimmer into any event but a parent/guardian (standard user) will only be allowed to register their swimmer for the events that correspond to the swimmer&#8217;s age group.</p>
<p>Feel free to comment on whether or not I have missed anything and I am looking for someone to validate the usage model once I have it up and running on the <a href="http://demo.wp-swimteam.org">wp-SwimTeam Demo site</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-swimteam.org/2011/05/25/changes-coming-for-opt-inopt-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wp-SwimTeam v0.2.482 released!</title>
		<link>http://www.wp-swimteam.org/2010/06/01/wp-swimteam-v0-2-482-released/</link>
		<comments>http://www.wp-swimteam.org/2010/06/01/wp-swimteam-v0-2-482-released/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 22:12:14 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[volunteers]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.wp-swimteam.org/?p=365</guid>
		<description><![CDATA[This afternoon I uploaded v0.2.482 of wp-SwimTeam.  This release introduces the new Jobs module (aka Volunteers).  Please back up your database before upgrading as this version changes the structure of one of the tables and introduces two others. Please let me know if you have any problems with this version.  I&#8217;ve done a fair amount [...]]]></description>
			<content:encoded><![CDATA[<p>This afternoon I uploaded v0.2.482 of wp-SwimTeam.  This release introduces the new Jobs module (aka Volunteers).  Please back up your database before upgrading as this version changes the structure of one of the tables and introduces two others.</p>
<p>Please let me know if you have any problems with this version.  I&#8217;ve done a fair amount of testing and I have it up and running on the <a href="http://www.macdolphins.org">MacDolphins</a> web site.</p>
<p>The jobs module introduces two new short codes:</p>
<ul>
<li>wpst_job_descriptions</li>
<li>wpst_meet_job_assignments</li>
</ul>
<p>Example usage of these two new short codes can be found on the wp-SwimTeam demo site <a href="http://demo.wp-swimteam.org/2010/05/30/sample-job-reports/">here</a> and <a href="http://demo.wp-swimteam.org/2010-season/jobs/">here</a>.</p>
<p>There is also a new release of the phpHtmlLib plugin which wp-SwimTeam requires available.  This build addresses a minor issue exposed in WordPress 3.0 beta testing.</p>
<p>Hopefully the new Jobs module will be helpful for your team, I know it will be helpful for mine!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-swimteam.org/2010/06/01/wp-swimteam-v0-2-482-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export Roster to Meet Manager</title>
		<link>http://www.wp-swimteam.org/2010/05/14/export-roster-to-meet-manager/</link>
		<comments>http://www.wp-swimteam.org/2010/05/14/export-roster-to-meet-manager/#comments</comments>
		<pubDate>Sat, 15 May 2010 03:33:12 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Progress]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[Hy-Tek]]></category>
		<category><![CDATA[Meet Manager]]></category>

		<guid isPermaLink="false">http://www.wp-swimteam.org/?p=345</guid>
		<description><![CDATA[If you have followed my posts on this blog you know that I have been frustrated by Hy-Tek Team Manager and Meet Manager along with Hy-Tek customer support. While I may not care for Hy-Tek or their products, the fact is they have a dominant market share and a lot of teams use Team Manager, [...]]]></description>
			<content:encoded><![CDATA[<p>If you have followed my posts on this blog you know that I have been frustrated by Hy-Tek Team Manager and Meet Manager along with Hy-Tek customer support.</p>
<p>While I may not care for Hy-Tek or their products, the fact is they have a dominant market share and a lot of teams use Team Manager, Meet Manager, or both.   I was  contacted this week by a high school coach who was looking for some SDIF assistance in getting his roster into Meet Manager.  Now I don&#8217;t have access to Meet Manager but I do have pretty good understanding of the SDIF specification so I was able to help him out with some example SDIF files.</p>
<p>In the process of helping him out I came across an old e-mail regarding importing a roster into Meet Manager.  At the time I was interested in Team Manager so didn&#8217;t give it a lot of thought.  Looking at the old e-mail I realized that if it worked, I could export the file format very easily from wp-SwimTeam.  I went ahead an implemented it, now I am looking for someone to try it out.</p>
<h5>Sample Reports</h5>
<a class="downloadlink dlimg" href="http://www.wp-swimteam.org/wp-content/plugins/download-monitor/download.php?id=13" title="Version v1 downloaded 263 times" ><img src="http://www.wp-swimteam.org/wp-content/plugins/download-monitor/img/download.gif" alt="Download Sample Exports Version v1" /></a>
<p>The zip file above contains three versions of the same roster &#8211; CSV, SDIF (.sd3), and Meet Manager Registration (.re1).  Extract the Meet Manager Registration file from the zip file.  It is an ASCII file that contains swimmers records, one per line with the following fields delimited by semicolons:</p>
<ol>
<li>Registration number</li>
<li>Last name</li>
<li>First name</li>
<li>Middle initial</li>
<li>Sex</li>
<li>Birthdate</li>
<li>Club abbreviation</li>
<li>Club name</li>
<li>Preferred first name</li>
<li>?? &#8211; unknown what this last field is; it&#8217;s always &#8220;N&#8221; in the examples provided</li>
</ol>
<p>To import the file into Meet Manager, follow these steps:</p>
<ol>
<li>Set up a new meet database.  You only need to go through the first setup screen, the one where you put in the meet name, date, and length of course.  To make my particular file work, select &#8220;USA Swimming&#8221; for the ID format.  If you have something other than USA Swimming numbers for swimmer labels, select &#8220;Other&#8221;.  Normally, for a kids&#8217; meet, you&#8217;d select &#8220;USA Swimming&#8221; for the ID format or &#8220;Other&#8221; if you are not using USA Swimmer numbers for simmer labels.</li>
<li>From the main Meet Manager menu, select &#8220;FILE&#8221;</li>
<li>Select &#8220;IMPORT&#8221;</li>
<li>Select &#8220;REGISTRATION FILE&#8221;</li>
<li>Locate and choose the .RE1 file that contains the roster.</li>
</ol>
<p>After completing these steps, go to the &#8220;Athletes&#8221; screen in Meet Manager.  The swimmers contained int he RE1 file should bYou should see all of the athletes&#8217; names that you saw in the RE1 file.</p>
<p>If this works for you, please leave a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-swimteam.org/2010/05/14/export-roster-to-meet-manager/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Demo Site up and running</title>
		<link>http://www.wp-swimteam.org/2009/02/09/demo-site-up-and-running-2/</link>
		<comments>http://www.wp-swimteam.org/2009/02/09/demo-site-up-and-running-2/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 21:47:09 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[demo]]></category>
		<category><![CDATA[Progress]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[wp-SwimTeam]]></category>

		<guid isPermaLink="false">http://www.wp-swimteam.org/2009/02/09/demo-site-up-and-running-2/</guid>
		<description><![CDATA[I have an initial demo site up and running at http://demo.wp-swimteam.org/.&#160; The demo site still has a few issues but I expect to flush those out of the next week or so.&#160; If you are interested in this plugin and want to play around with it, feel free to register with the demo site and [...]]]></description>
			<content:encoded><![CDATA[<p>I have an initial demo site up and running at <a href="http://demo.wp-swimteam.org/">http://demo.wp-swimteam.org/</a>.&#160; The demo site still has a few issues but I expect to flush those out of the next week or so.&#160; If you are interested in this plugin and want to play around with it, feel free to register with the demo site and add some sample swimmers.&#160; It will give you a feel for how the end users uses the site.</p>
<p>If you’d like to explore the administration aspect of the plugin, go ahead and register and I will give your User Id the appropriate permissions.&#160; The demo site has been populated with a bunch of dummy users and swimmers and a few swim clubs.&#160; A sample schedule has been set.</p>
<p>One thing about going through the process, it exposed a few things I failed to include in the GUI redesign!&#160; I’ll fix those issues in the next couple days.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-swimteam.org/2009/02/09/demo-site-up-and-running-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wp-SwimTeam-Demo plugin</title>
		<link>http://www.wp-swimteam.org/2009/02/09/wp-swimteam-demo-plugin/</link>
		<comments>http://www.wp-swimteam.org/2009/02/09/wp-swimteam-demo-plugin/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 20:45:21 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[demo]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Progress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wp-SwimTeam]]></category>

		<guid isPermaLink="false">http://www.wp-swimteam.org/2009/02/09/wp-swimteam-demo-plugin/</guid>
		<description><![CDATA[When I am working on the plugin I find that I frequently need to populate the database with a bunch of user and swimmer information.&#160; It is easy to add a few opponent swim clubs and some other information but adding a bunch of dummy users and swimmers takes a while. This past weekend I [...]]]></description>
			<content:encoded><![CDATA[<p>When I am working on the plugin I find that I frequently need to populate the database with a bunch of user and swimmer information.&#160; It is easy to add a few opponent swim clubs and some other information but adding a bunch of dummy users and swimmers takes a while.</p>
<p>This past weekend I started working on a separate plugin that will populate the database with a random number between 25 and 100 dummy users each with between 1 and 4 swimmers, each registered for the current season.&#160; This generation of users and swimmers happens when the plugin is activated.&#160; The plugin can be deactivated and then activated again to add additional users and swimmers.</p>
<p>This plugin was used to populate the database on the new <a href="http://demo.wp-swimteam.org">wp-SwimTeam Demo</a> site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-swimteam.org/2009/02/09/wp-swimteam-demo-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Demo Site up and running</title>
		<link>http://www.wp-swimteam.org/2008/08/19/demo-site-up-and-running/</link>
		<comments>http://www.wp-swimteam.org/2008/08/19/demo-site-up-and-running/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 04:34:39 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Progress]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[WinSwim]]></category>

		<guid isPermaLink="false">http://wp-swimteam.sourceforge.net/?p=108</guid>
		<description><![CDATA[Now that I have fixed the Google Maps problem, I have the demo site up an running at http://wp.winswim.com.  Feel free to register and play around.  In order to advanced things you&#8217;ll need to contact me so I can change your permissions.  The demo is hosted by WinSwim.]]></description>
			<content:encoded><![CDATA[<p>Now that I have fixed the Google Maps problem, I have the demo site up an running at <a href="http://wp.winswim.com">http://wp.winswim.com</a>.  Feel free to register and play around.  In order to advanced things you&#8217;ll need to contact me so I can change your permissions.  The demo is hosted by <a title="wp-SwimTeam demo" href="http://wp.winswim.com">WinSwim</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-swimteam.org/2008/08/19/demo-site-up-and-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The trickle down effect</title>
		<link>http://www.wp-swimteam.org/2008/08/05/the-trickle-down-effect/</link>
		<comments>http://www.wp-swimteam.org/2008/08/05/the-trickle-down-effect/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 14:07:21 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[phpHtmlLib]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://wp-swimteam.sourceforge.net/?p=80</guid>
		<description><![CDATA[While trying to get a demo site up and running I ran into an issue that has taken me down a path I didn&#8217;t expect to head down at this time.  But now that I have run into it, I have decided to fix it correctly. The wp-SwimTeam plugin depends on phpHtmlLib and the 2.x version [...]]]></description>
			<content:encoded><![CDATA[<p>While trying to get a demo site up and running I ran into an issue that has taken me down a path I didn&#8217;t expect to head down at this time.  But now that I have run into it, I have decided to fix it correctly.</p>
<p>The wp-SwimTeam plugin depends on <a title="phpHtmlLib" href="http://phphtmllib.newsblob.com">phpHtmlLib</a> and the 2.x version of the library requires that it be installed in the web site&#8217;s root directory.  This typically isn&#8217;t a big deal but in some cases can be inconvenient.  It also requires the library be named <strong>phphtmllib</strong> as the path is (was) encoded into quite a few of the widgets.</p>
<p>When I uploaded the library to the new demo site, it didn&#8217;t run correctly.  The demo site is running PHP5 which I immediately suspected as the problem.  So I loaded PHP5 and phpHtmlLib into a new virtual machine (I love <a title="VMware" href="http://www.vmware.com">VMware</a>, it is wonderful for configuring different environments) and all the examples ran just fine.  Odd, very odd.  Digging into it further, it looks like the hosting provider&#8217;s PHP virtual directory support setting is different than what I had locally and affects how include files are handled.</p>
<p>A couple of tests confirmed my suspicions.  Since this hosting provider is large, I suspect this PHP configuration is pretty typical and it provided sufficient motivation to go back and fix phpHtmlLib 2.x so it can be loaded with appropriate configured PHP <strong>define()</strong> statements.  If you look through the <a title="phpHtmlLib Forums" href="http://phphtmllib.newsblob.com/?target=forums-frame-set">phpHtmlLib forums</a> you&#8217;ll find this is a fairly regularly requested item (including by me) and phpHtmlLib 3 (which requires PHP5) is configured this way.</p>
<p>Over the last couple days I have been updating the phpHtmlLib 2.x branch to support this configuration method and now have it all running correctly in my development area.  Before I commit all the changes, and there are a lot of them, I need to verify it all works in the suspect hosting environment.</p>
<p>The trickle down of setting up a demo site resulted in an overhaul to phpHtmlLib.  It needed to be done anyway and doing it will allow phpHtmlLib to be loaded as a WordPress plugin eventually.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-swimteam.org/2008/08/05/the-trickle-down-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Demo Site</title>
		<link>http://www.wp-swimteam.org/2008/07/25/demo-site/</link>
		<comments>http://www.wp-swimteam.org/2008/07/25/demo-site/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 13:25:06 +0000</pubDate>
		<dc:creator>Mike Walsh</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[sandbox]]></category>
		<category><![CDATA[wp-SwimTeam]]></category>

		<guid isPermaLink="false">http://wp-swimteam.sourceforge.net/?p=59</guid>
		<description><![CDATA[I have had a couple ask recently about a demo site for wp-SwimTeam so I think I am going to set one up that people can play with.  The plugin is current live on the MacDolphins web site but since that is a real team and real data, it isn&#8217;t a suitable sandbox for people to [...]]]></description>
			<content:encoded><![CDATA[<p>I have had a couple ask recently about a demo site for wp-SwimTeam so I think I am going to set one up that people can play with.  The plugin is current live on the <a title="MacDolphins" href="http://www.macdolphins.org">MacDolphins web site</a> but since that is a real team and real data, it isn&#8217;t a suitable sandbox for people to explore.</p>
<p>If I can set up another instance of <a title="WordPress" href="http://www.wordpress.org">WordPress</a> underneath this one to demonstrate the plugin, I will make it available for play with.  I am not sure how to assign new users the necessary permission to admin the demo site since that would provide them a fair amount of control over the actual WordPress install itself.  Hmmm &#8230; need to think that through before I turn it on!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wp-swimteam.org/2008/07/25/demo-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

