<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>TFS PowerPack</title><link>http://tfspowerpack.codeplex.com/project/feeds/rss</link><description>The TFS PowerPack is a set of tools for clients using the TFS server.   The tools were made to satisfy needs and add more features not provided by the original installation of TFS.</description><item><title>Source code checked in, #99885</title><link>http://tfspowerpack.codeplex.com/SourceControl/changeset/changes/99885</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:24:31 GMT</pubDate><guid isPermaLink="false">Source code checked in, #99885 20121001092431P</guid></item><item><title>Source code checked in, #99884</title><link>http://tfspowerpack.codeplex.com/SourceControl/changeset/changes/99884</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:16:08 GMT</pubDate><guid isPermaLink="false">Source code checked in, #99884 20121001091608P</guid></item><item><title>Source code checked in, #74794</title><link>http://tfspowerpack.codeplex.com/SourceControl/changeset/changes/74794</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Tue, 03 Aug 2010 19:44:57 GMT</pubDate><guid isPermaLink="false">Source code checked in, #74794 20100803074457P</guid></item><item><title>New Post: Can't delete Work Item in TFS 2008</title><link>http://tfspowerpack.codeplex.com/Thread/View.aspx?ThreadId=41348</link><description>&lt;div style="line-height: normal;"&gt;Hi Guys,&lt;br&gt;
&lt;br&gt;
I have tested on TFS 2008 and It does not work. I found that the deleted query in TheGovernator.Exterminate does not correct. This method should be like below&lt;br&gt;
&lt;br&gt;
&lt;span style="font-size:13px"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;&lt;span style="font-size:13px"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;public&lt;/span&gt;&lt;span style="font-size:13px"&gt; &lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;int&lt;/span&gt;&lt;span style="font-size:13px"&gt; Exterminate(&lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;int&lt;/span&gt;&lt;span style="font-size:13px"&gt; ID)
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;string&lt;/span&gt;&lt;span style="font-size:13px"&gt; strID = ID.ToString();
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;SqlCommand&lt;/span&gt;&lt;span style="font-size:13px"&gt; command = &lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;new&lt;/span&gt;&lt;span style="font-size:13px"&gt; &lt;/span&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;SqlCommand&lt;/span&gt;&lt;span style="font-size:13px"&gt;(&lt;/span&gt;&lt;span style="font-size:13px;color:#a31515"&gt;&amp;quot;delete from dbo.WorkItemsLatest where ID = &amp;quot;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;+ strID + &lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#a31515"&gt;&amp;quot; delete from dbo.WorkItemsAre where ID = &amp;quot;&lt;/span&gt;&lt;span style="font-size:13px"&gt; + strID + &lt;/span&gt;&lt;span style="font-size:13px;color:#a31515"&gt;&amp;quot; delete from dbo.WorkItemsWere where ID = &amp;quot;&lt;/span&gt;&lt;span style="font-size:13px"&gt; + strID
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;+ &lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#a31515"&gt;&amp;quot; delete from dbo.WorkItemLongTexts where ID = &amp;quot;&lt;/span&gt;&lt;span style="font-size:13px"&gt; + strID + &lt;/span&gt;&lt;span style="font-size:13px;color:#a31515"&gt;&amp;quot; delete from dbo.WorkItemFiles where ID = &amp;quot;&lt;/span&gt;&lt;span style="font-size:13px"&gt; + strID, _connection);
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;return&lt;/span&gt;&lt;span style="font-size:13px"&gt; command.ExecuteNonQuery();
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px"&gt;Thanks,&lt;br&gt;
&lt;br&gt;
iRat
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>iRat</author><pubDate>Wed, 03 Dec 2008 08:45:36 GMT</pubDate><guid isPermaLink="false">New Post: Can't delete Work Item in TFS 2008 20081203084536A</guid></item><item><title>New Post: Can't delete Work Item in TFS 2008</title><link>http://www.codeplex.com/TfsPowerPack/Thread/View.aspx?ThreadId=41348</link><description>&lt;div style="line-height: normal;"&gt;Hi Guys,&lt;br&gt;
&lt;br&gt;
I have tested on TFS 2008 and It does not work. I found that the deleted query in TheGovernator.Exterminate does not correct. This method should be like below&lt;br&gt;
&lt;br&gt;
&lt;span style="font-size:13px"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;&lt;span style="font-size:13px"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;public&lt;/span&gt;&lt;span style="font-size:13px"&gt; &lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;int&lt;/span&gt;&lt;span style="font-size:13px"&gt; Exterminate(&lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;int&lt;/span&gt;&lt;span style="font-size:13px"&gt; ID)
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;string&lt;/span&gt;&lt;span style="font-size:13px"&gt; strID = ID.ToString();
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;SqlCommand&lt;/span&gt;&lt;span style="font-size:13px"&gt; command = &lt;/span&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;new&lt;/span&gt;&lt;span style="font-size:13px"&gt; &lt;/span&gt;&lt;span style="font-size:13px;color:#2b91af"&gt;SqlCommand&lt;/span&gt;&lt;span style="font-size:13px"&gt;(&lt;/span&gt;&lt;span style="font-size:13px;color:#a31515"&gt;&amp;quot;delete from dbo.WorkItemsLatest where ID = &amp;quot;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px"&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;+ strID + &lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#a31515"&gt;&amp;quot; delete from dbo.WorkItemsAre where ID = &amp;quot;&lt;/span&gt;&lt;span style="font-size:13px"&gt; + strID + &lt;/span&gt;&lt;span style="font-size:13px;color:#a31515"&gt;&amp;quot; delete from dbo.WorkItemsWere where ID = &amp;quot;&lt;/span&gt;&lt;span style="font-size:13px"&gt; + strID
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;+ &lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#a31515"&gt;&amp;quot; delete from dbo.WorkItemLongTexts where ID = &amp;quot;&lt;/span&gt;&lt;span style="font-size:13px"&gt; + strID + &lt;/span&gt;&lt;span style="font-size:13px;color:#a31515"&gt;&amp;quot; delete from dbo.WorkItemFiles where ID = &amp;quot;&lt;/span&gt;&lt;span style="font-size:13px"&gt; + strID, _connection);
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px;color:#0000ff"&gt;return&lt;/span&gt;&lt;span style="font-size:13px"&gt; command.ExecuteNonQuery();
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:13px"&gt;Thanks,&lt;br&gt;
&lt;br&gt;
iRat
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>iRat</author><pubDate>Wed, 03 Dec 2008 08:45:36 GMT</pubDate><guid isPermaLink="false">New Post: Can't delete Work Item in TFS 2008 20081203084536A</guid></item><item><title>COMMENTED ISSUE: Invalid Column Name WorkItemID</title><link>http://www.codeplex.com/TfsPowerPack/WorkItem/View.aspx?WorkItemId=3848</link><description>When I select a work item to delete it fails. It find the work item for deletion and asks me to confirm, once I confirm it fails with the error message &amp;#34;Invalid Column Name WorkItemID&amp;#34;. This mesage is displayed 5 times.&lt;br /&gt;Comments: ** Comment from web user: BradO ** &lt;p&gt;As I mention in Issue &amp;#35;14282, I had the same problem until I changed the sourcecode to delete using column name &amp;#34;Id&amp;#34; rather than &amp;#34;workItemId&amp;#34;&lt;/p&gt;&lt;p&gt;HTH&lt;/p&gt;</description><author>BradO</author><pubDate>Thu, 06 Dec 2007 20:05:44 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Invalid Column Name WorkItemID 20071206080544P</guid></item><item><title>CREATED ISSUE: Unable To Delete &amp; WorkItemID</title><link>http://www.codeplex.com/TfsPowerPack/WorkItem/View.aspx?WorkItemId=14282</link><description>First - thanks for the tool - it got me motivated to learn more about TFS under the hood.  &lt;br /&gt;&lt;br /&gt;When I recompiled, I also got the vague &amp;#34;unable to delete...&amp;#34; errors, and once I debugged into it, I found the root cause was the DELETE commands being issued to the TFS database was referencing a column named &amp;#34;workItemID&amp;#34; but the database seems to only have a column named &amp;#34;Id&amp;#34; for each Work Item - After changing the code to reflect this new column name, the tool worked like a charm.&lt;br /&gt;&lt;br /&gt;I have recently upgraded to Visual Studio 2008 but I believe our underlying Team database is still at 2005.&lt;br /&gt;</description><author>BradO</author><pubDate>Thu, 06 Dec 2007 20:03:16 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Unable To Delete &amp; WorkItemID 20071206080316P</guid></item><item><title>CREATED ISSUE: Unable to delete work item</title><link>http://www.codeplex.com/TfsPowerPack/WorkItem/View.aspx?WorkItemId=13415</link><description>An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. &amp;#40;provider&amp;#58; Named Pipes Provider, error&amp;#58; 40 - Could not open a connection to SQL Server&amp;#41;&lt;br /&gt;&lt;br /&gt;Possible factors&amp;#58; connected via VPN to TFS&lt;br /&gt;</description><author>sitary</author><pubDate>Sun, 21 Oct 2007 14:47:16 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Unable to delete work item 20071021024716P</guid></item><item><title>New Post: Join The Team</title><link>http://tfspowerpack.codeplex.com/Thread/View.aspx?ThreadId=14349</link><description>&lt;div style="line-height: normal;"&gt;
Hi,&lt;br /&gt;&lt;br /&gt;I would like to join the team.&lt;br /&gt;There's a problem with the workitem terminator, I think I can fix it.&lt;br /&gt;&lt;br /&gt;Experience wise, I'm currently managing 3 TFS deployments and have experience in C# and SharePoint.&lt;br /&gt;&lt;br /&gt;-Michael.&lt;br /&gt;&lt;/div&gt;</description><author>michaelydavid</author><pubDate>Mon, 27 Aug 2007 08:26:21 GMT</pubDate><guid isPermaLink="false">New Post: Join The Team 20070827082621A</guid></item><item><title>NEW POST: Join The Team</title><link>http://www.codeplex.com/TfsPowerPack/Thread/View.aspx?ThreadId=14349</link><description>&lt;div class="wikidoc"&gt;
Hi,&lt;br /&gt; &lt;br /&gt;I would like to join the team.&lt;br /&gt;There's a problem with the workitem terminator, I think I can fix it.&lt;br /&gt; &lt;br /&gt;Experience wise, I'm currently managing 3 TFS deployments and have experience in C# and SharePoint.&lt;br /&gt; &lt;br /&gt;-Michael.&lt;br /&gt;
&lt;/div&gt;</description><author>michaelydavid</author><pubDate>Mon, 27 Aug 2007 08:26:21 GMT</pubDate><guid isPermaLink="false">NEW POST: Join The Team 20070827082621A</guid></item><item><title>COMMENTED ISSUE: Invalid Column Name WorkItemID</title><link>http://www.codeplex.com/TfsPowerPack/WorkItem/View.aspx?WorkItemId=3848</link><description>When I select a work item to delete it fails. It find the work item for deletion and asks me to confirm, once I confirm it fails with the error message "Invalid Column Name WorkItemID". This mesage is displayed 5 times. Comments: ** Comment from web user: avianwaves ** &lt;p&gt;I have the same problem.  Any resolution for this&amp;#63;&lt;/p&gt;</description><author>avianwaves</author><pubDate>Wed, 28 Feb 2007 23:08:37 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Invalid Column Name WorkItemID 20070228110837P</guid></item><item><title>COMMENTED ISSUE: Invalid Column Name WorkItemID</title><link>http://www.codeplex.com/WorkItem/View.aspx?ProjectName=TfsPowerPack&amp;WorkItemId=3848</link><description>When I select a work item to delete it fails. It find the work item for deletion and asks me to confirm, once I confirm it fails with the error message "Invalid Column Name WorkItemID". This mesage is displayed 5 times. Comments: ** Comment from web user: flokie ** &lt;p&gt;As I need a tool like this, I would be glad to fix that bug myself. Unfortunately I can&amp;#39;t get my hands on the Source code, the Download stops an 106k.&lt;/p&gt;&lt;p&gt;yeers, Flo.&lt;/p&gt;</description><author>flokie</author><pubDate>Fri, 10 Nov 2006 13:15:42 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Invalid Column Name WorkItemID 20061110011542P</guid></item><item><title>CREATED RELEASE: 0.9 Release Candidate</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=TfsPowerPack&amp;ReleaseId=596</link><description></description><author></author><pubDate>Fri, 06 Oct 2006 07:00:00 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 0.9 Release Candidate 20061006070000A</guid></item><item><title>CREATED ISSUE: Invalid Column Name WorkItemID</title><link>http://www.codeplex.com/WorkItem/View.aspx?ProjectName=TfsPowerPack&amp;WorkItemId=3848</link><description>When I select a work item to delete it fails. It find the work item for deletion and asks me to confirm, once I confirm it fails with the error message "Invalid Column Name WorkItemID". This mesage is displayed 5 times. </description><author>JHORAN</author><pubDate>Fri, 29 Sep 2006 22:19:00 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Invalid Column Name WorkItemID 20060929101900P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=TfsPowerPack&amp;title=Home&amp;version=3</link><description>&lt;p&gt;
&lt;h1&gt;&lt;b&gt;About The TFS PowerPack&lt;/b&gt;&lt;/h1&gt;
&lt;/p&gt;
&lt;p&gt;
The TFS PowerPack includes a set of tools to extend the client experience when working with a TFS server.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
Currently, the TFS PowerPack set includs 2 tools:&lt;br/&gt;
&lt;ul&gt;&lt;li&gt;&lt;u&gt;&lt;b&gt;KillBill&lt;/b&gt;&lt;/u&gt; - Stops a Team Build currently running on a build server.&lt;/li&gt;
&lt;li&gt;&lt;u&gt;&lt;b&gt;WorkItem&lt;/b&gt;&lt;/u&gt; Terminator - Permanently deletes a work item from the TFS database.&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;h1&gt;&lt;b&gt;Joining The Team&lt;/b&gt;&lt;/h1&gt;
&lt;/p&gt;
&lt;p&gt;
As for now, the development team has only one member , me.&lt;br/&gt;
I hardly have time for this project as most of the day i'm at work.&lt;br/&gt;
&lt;b&gt;Help would be appreciated&lt;/b&gt;; Developers interested in joining the team can&lt;br/&gt;
post a message to the forum, describing their experience and the area in the project in which they want to work on.&lt;br/&gt;
&lt;br/&gt;
&lt;/p&gt;
</description><author>galgolan</author><pubDate>Fri, 22 Sep 2006 12:52:03 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20060922125203P</guid></item><item><title>UPDATED RELEASE: 0.9 Beta</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=TfsPowerPack&amp;ReleaseId=595</link><description>first public release.</description><author></author><pubDate>Fri, 22 Sep 2006 12:38:07 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 0.9 Beta 20060922123807P</guid></item><item><title>RELEASED: 0.9 Beta</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=TfsPowerPack&amp;ReleaseId=595</link><description>first public release.</description><author></author><pubDate>Fri, 22 Sep 2006 12:38:07 GMT</pubDate><guid isPermaLink="false">RELEASED: 0.9 Beta 20060922123807P</guid></item><item><title>CREATED FEATURE: Allow selecting WorkItems with queries</title><link>http://www.codeplex.com/WorkItem/View.aspx?ProjectName=TfsPowerPack&amp;WorkItemId=3557</link><description>Currently deleting a workitem is only available by it's ID. There should be an option to run a query and then select from it's result. </description><author>galgolan</author><pubDate>Fri, 22 Sep 2006 12:28:27 GMT</pubDate><guid isPermaLink="false">CREATED FEATURE: Allow selecting WorkItems with queries 20060922122827P</guid></item><item><title>CREATED RELEASE: 0.9 Beta</title><link>http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=TfsPowerPack&amp;ReleaseId=595</link><description></description><author></author><pubDate>Fri, 22 Sep 2006 07:00:00 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 0.9 Beta 20060922070000A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=TfsPowerPack&amp;title=Home&amp;version=2</link><description>&lt;p&gt;
&lt;h1&gt;&lt;b&gt;About The TFS PowerPack&lt;/b&gt;&lt;/h1&gt;
&lt;/p&gt;
&lt;p&gt;
The TFS PowerPack includes a set of tools to extend the client experience when working with a TFS server.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
Currently, the TFS PowerPack set includs 2 tools:&lt;br/&gt;
&lt;ul&gt;&lt;li&gt;&lt;u&gt;&lt;b&gt;KillBill&lt;/b&gt;&lt;/u&gt; - Stops a Team Build currently running on a build server.&lt;/li&gt;
&lt;li&gt;&lt;u&gt;&lt;b&gt;WorkItem&lt;/b&gt;&lt;/u&gt; Terminator - Permanently deletes a work item from the TFS database.&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;
&lt;p&gt;
The first version will be released in a few days.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;h1&gt;&lt;b&gt;Joining The Team&lt;/b&gt;&lt;/h1&gt;
&lt;/p&gt;
&lt;p&gt;
As for now, the development team has only one member , me.&lt;br/&gt;
I hardly have time for this project as most of the day i'm at work.&lt;br/&gt;
&lt;b&gt;Help would be appreciated&lt;/b&gt;; Developers interested in joining the team can&lt;br/&gt;
post a message to the forum, describing their experience and the area in the project in which they want to work on.&lt;br/&gt;
&lt;br/&gt;
&lt;/p&gt;
</description><author>galgolan</author><pubDate>Thu, 21 Sep 2006 20:04:03 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20060921080403P</guid></item></channel></rss>