<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>TFSCCPolicy Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=TFSCCPolicy&amp;title=Home</link><description>TFSCCPolicy Wiki Rss Description</description><item><title>New Comment on "Screenshots"</title><link>http://tfsccpolicy.codeplex.com/wikipage?title=Screenshots&amp;ANCHOR#C15050</link><description>Best namespace I&amp;#39;ve ever seen&amp;#33; Especially if you&amp;#39;re from Austria.</description><author>bihe</author><pubDate>Wed, 03 Mar 2010 15:29:25 GMT</pubDate><guid isPermaLink="false">New Comment on "Screenshots" 20100303032925P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/TFSCCPolicy/Wiki/View.aspx?title=Home&amp;version=17</link><description>&lt;div class="wikidoc"&gt;
This Team Foundation Server (TFS) checkin policy ensures that the source code contains code comments (/// for C#, ''' for VB.NET) for classes, methods, properties, fields and events before checking it into Team Foundation version control (TFVC).&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=TFSCCPolicy&amp;amp;DownloadId=22858" alt="cccp_v3_screenshot.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
History
&lt;/h2&gt; &lt;br /&gt;This CodePlex project was started by &lt;a href="http://blogs.developpeur.org/azra" class="externalLink"&gt;Florent SANTIN&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, and his implementation used regular expressions for parsing. In December 2006, &lt;a href="http://chrison.net/" class="externalLink"&gt;Christoph Wille&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; developed a policy with the same goal using a full-blown parser engine. Both agreed to merge their efforts, and this CodePlex workspace now reflects this common effort.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Documentation, Tutorials, Blog Posts
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/TFSCCPolicy/Wiki/View.aspx?title=Screenshots&amp;amp;referringTitle=Home"&gt;Screenshots&lt;/a&gt; (shows installation and configuration options)&lt;/li&gt;&lt;li&gt;&lt;a href="http://chrison.net/content/binary/CCCP12InAction.wmv" class="externalLink"&gt;Installation Video&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Technical background information on CCCP:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://chrison.net/CCCP12AvailableWithSetup.aspx" class="externalLink"&gt;CCCP 1.2 Available With Setup&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://chrison.net/CodeCommentCheckingPolicyTakeTwo.aspx" class="externalLink"&gt;Code Comment Checking Policy - Take Two&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://chrison.net/CCCPCodeCommentCheckingPolicyAkaPolicyTripleSlashForVSTSTFS.aspx" class="externalLink"&gt;CCCP - Code Comment Checking Policy aka &amp;quot;Policy Triple-Slash&amp;quot; for VSTS / TFS&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>ChristophWille</author><pubDate>Thu, 29 Nov 2007 10:40:59 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071129104059A</guid></item><item><title>UPDATED WIKI: Screenshots</title><link>http://www.codeplex.com/TFSCCPolicy/Wiki/View.aspx?title=Screenshots&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Activating the policy
&lt;/h1&gt; &lt;br /&gt;After installation on the developer workstations, you can activate the checkin policy in Team Explorer.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16054" alt="cp_addingthepolicy.png" /&gt;&lt;br /&gt; &lt;br /&gt;In the Source Control Settings dialog, switch to the Check-In Policy tab and click the Add button.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16055" alt="cp_selectcccp.png" /&gt;&lt;br /&gt; &lt;br /&gt;Select &amp;quot;Check for Code Comments 2.1 Policy&amp;quot; and click OK. This opens the policy configuration with its defaults.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16056" alt="cp_defaults.png" /&gt;&lt;br /&gt; &lt;br /&gt;Close all dialogs with OK and the checkin policy is active immediately.&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Customizing the policy's behavior
&lt;/h1&gt; &lt;br /&gt;By default, only public methods are checked for both C# and VB.NET. Obviously, you can add additional member types and visibility by simply selecting the respective check boxes.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16057" alt="cp_nondefaults.png" /&gt;&lt;br /&gt; &lt;br /&gt;Note that unchecking &amp;quot;Check Override Elements&amp;quot; means that if you are overriding eg methods from a base class, this derived class won't be checked for comments (those will be checked for the class defining the overridable method).&lt;br /&gt; &lt;br /&gt;All the settings on the first configuration tab by default apply to the entire team project. Most often times, you want to limit checking to class library projects which are being reused and documentation in the form of help files is useful. Take this demo project:&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16058" alt="cp_scexplorer.png" /&gt;&lt;br /&gt; &lt;br /&gt;The only project really suited for code comments is DemoClassLib. So instead of checking the entire team project, you can limit CCCP to include only certain source control directories (and its subdirectories) into the checking:&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16059" alt="cp_limittoincludeddirectories.png" /&gt;&lt;br /&gt; &lt;br /&gt;From now on, all source files from other directories are ignored and no longer checked.&lt;br /&gt; &lt;br /&gt;Another useful feature is to exclude certain namespaces from checking. A common reason for this are namespaces that contain autogenerated code such as from Codesmith or GAT / GAX guidances.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16060" alt="cp_excludenamespaces.png" /&gt;&lt;br /&gt; &lt;br /&gt;Exclusion means &amp;quot;This namespace and all nested namespaces&amp;quot;.&lt;br /&gt;
&lt;/div&gt;</description><author>ChristophWille</author><pubDate>Thu, 19 Jul 2007 15:12:58 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Screenshots 20070719031258P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/TFSCCPolicy/Wiki/View.aspx?title=Home&amp;version=16</link><description>&lt;div class="wikidoc"&gt;
This Team Foundation Server (TFS) checkin policy ensures that the source code contains code comments (/// for C#, ''' for VB.NET) for classes, methods, properties, fields and events before checking it into Team Foundation version control (TFVC).&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16053" alt="cp_mainteaser21.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
History
&lt;/h2&gt; &lt;br /&gt;This CodePlex project was started by &lt;a href="http://blogs.developpeur.org/azra" class="externalLink"&gt;Florent SANTIN&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, and his implementation used regular expressions for parsing. In December 2006, &lt;a href="http://chrison.net/" class="externalLink"&gt;Christoph Wille&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; developed a policy with the same goal using a full-blown parser engine. Both agreed to merge their efforts, and this CodePlex workspace now reflects this common effort.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Documentation, Tutorials, Blog Posts
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/TFSCCPolicy/Wiki/View.aspx?title=Screenshots&amp;amp;referringTitle=Home"&gt;Screenshots&lt;/a&gt; (shows installation and configuration options)&lt;/li&gt;&lt;li&gt;&lt;a href="http://chrison.net/content/binary/CCCP12InAction.wmv" class="externalLink"&gt;Installation Video&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Technical background information on CCCP:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://chrison.net/CCCP12AvailableWithSetup.aspx" class="externalLink"&gt;CCCP 1.2 Available With Setup&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://chrison.net/CodeCommentCheckingPolicyTakeTwo.aspx" class="externalLink"&gt;Code Comment Checking Policy - Take Two&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://chrison.net/CCCPCodeCommentCheckingPolicyAkaPolicyTripleSlashForVSTSTFS.aspx" class="externalLink"&gt;CCCP - Code Comment Checking Policy aka &amp;quot;Policy Triple-Slash&amp;quot; for VSTS / TFS&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>ChristophWille</author><pubDate>Thu, 19 Jul 2007 14:53:41 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070719025341P</guid></item><item><title>UPDATED WIKI: Screenshots</title><link>http://www.codeplex.com/TFSCCPolicy/Wiki/View.aspx?title=Screenshots&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Activating the policy
&lt;/h1&gt; &lt;br /&gt;After installation on the developer workstations, you can activate the checkin policy in Team Explorer.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16054" alt="cp_addingthepolicy.png" /&gt;&lt;br /&gt; &lt;br /&gt;In the Source Control Settings dialog, switch to the Check-In Policy tab and click the Add button.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16055" alt="cp_selectcccp.png" /&gt;&lt;br /&gt; &lt;br /&gt;Select &amp;quot;Check for Code Comments 2.1 Policy&amp;quot; and click OK. This opens the policy configuration with its defaults.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16056" alt="cp_defaults.png" /&gt;&lt;br /&gt; &lt;br /&gt;Close all dialogs with OK and the checkin policy is active immediately.&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Customizing the policy's behavior
&lt;/h1&gt; &lt;br /&gt;By default, only public methods are checked for both C# and VB.NET. Obviously, you can add additional member types and visibility by simply selecting the respective check boxes.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16057" alt="cp_nondefaults.png" /&gt;&lt;br /&gt; &lt;br /&gt;Note that &amp;quot;Check Override Elements&amp;quot; means that if you are overriding eg methods from a base class, this derived class won't be checked for comments (those will be checked for the class defining the overridable method).&lt;br /&gt; &lt;br /&gt;All the settings on the first configuration tab by default apply to the entire team project. Most often times, you want to limit checking to class library projects which are being reused and documentation in the form of help files is useful. Take this demo project:&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16058" alt="cp_scexplorer.png" /&gt;&lt;br /&gt; &lt;br /&gt;The only project really suited for code comments is DemoClassLib. So instead of checking the entire team project, you can limit CCCP to include only certain source control directories (and its subdirectories) into the checking:&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16059" alt="cp_limittoincludeddirectories.png" /&gt;&lt;br /&gt; &lt;br /&gt;From now on, all source files from other directories are ignored and no longer checked.&lt;br /&gt; &lt;br /&gt;Another useful feature is to exclude certain namespaces from checking. A common reason for this are namespaces that contain autogenerated code such as from Codesmith or GAT / GAX guidances.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16060" alt="cp_excludenamespaces.png" /&gt;&lt;br /&gt; &lt;br /&gt;Exclusion means &amp;quot;This namespace and all nested namespaces&amp;quot;.&lt;br /&gt;
&lt;/div&gt;</description><author>ChristophWille</author><pubDate>Thu, 19 Jul 2007 14:52:21 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Screenshots 20070719025221P</guid></item><item><title>UPDATED WIKI: Screenshots</title><link>http://www.codeplex.com/TFSCCPolicy/Wiki/View.aspx?title=Screenshots&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Activating the policy
&lt;/h1&gt; &lt;br /&gt;After installation on the developer workstations, you can activate the checkin policy in Team Explorer.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16054" alt="cp_addingthepolicy.png" /&gt;&lt;br /&gt; &lt;br /&gt;In the Source Control Settings dialog, switch to the Check-In Policy tab and click the Add button.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16055" alt="cp_selectcccp.png" /&gt;&lt;br /&gt; &lt;br /&gt;Select &amp;quot;Check for Code Comments 2.1 Policy&amp;quot; and click OK. This opens the policy configuration with its defaults.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16056" alt="cp_defaults.png" /&gt;&lt;br /&gt; &lt;br /&gt;Close all dialogs with OK and the checkin policy is active immediately.&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Customizing the policy's behavior
&lt;/h1&gt; &lt;br /&gt;By default, only public methods are checked for both C# and VB.NET. Obviously, you can add additional member types and visibility by simply selecting the respective check boxes.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16057" alt="cp_nondefaults.png" /&gt;&lt;br /&gt; &lt;br /&gt;Note that &amp;quot;Check Override Elements&amp;quot; means that if you are overriding eg methods from a base class, this derived class won't be checked for comments (those will be checked for the class defining the overridable method).&lt;br /&gt; &lt;br /&gt;All the settings on the first configuration tab by default apply to the entire team project. Most often times, you want to limit checking to class library projects which are being reused and documentation is form of help files is useful. Take this demo project:&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16058" alt="cp_scexplorer.png" /&gt;&lt;br /&gt; &lt;br /&gt;The only project really suited for code comments is DemoClassLib. So instead of checking the entire team project, you can limit CCCP to include only certain source control directories (and its subdirectories) into the checking:&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16059" alt="cp_limittoincludeddirectories.png" /&gt;&lt;br /&gt; &lt;br /&gt;From now on, all source files from other directories are ignored and no longer checked.&lt;br /&gt; &lt;br /&gt;Another useful feature is to exclude certain namespaces from checking. A common reason for this are namespaces that contain autogenerated code such as from Codesmith or GAT / GAX guidances.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16060" alt="cp_excludenamespaces.png" /&gt;&lt;br /&gt; &lt;br /&gt;Exclusion means &amp;quot;This namespace and all nested namespaces&amp;quot;.&lt;br /&gt;
&lt;/div&gt;</description><author>ChristophWille</author><pubDate>Thu, 19 Jul 2007 14:51:08 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Screenshots 20070719025108P</guid></item><item><title>UPDATED WIKI: Screenshots</title><link>http://www.codeplex.com/TFSCCPolicy/Wiki/View.aspx?title=Screenshots&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Activating the policy
&lt;/h1&gt; &lt;br /&gt;After installation on the developer workstations, you can activate the checkin policy in Team Explorer.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16054" alt="cp_addingthepolicy.png" /&gt;&lt;br /&gt; &lt;br /&gt;Click on Add.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16055" alt="cp_selectcccp.png" /&gt;&lt;br /&gt; &lt;br /&gt;Select &amp;quot;Check for Code Comments 2.1 Policy&amp;quot; and click OK. This opens the policy configuration with its defaults.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16056" alt="cp_defaults.png" /&gt;&lt;br /&gt; &lt;br /&gt;Close all dialogs with OK and the checkin policy is active.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Customizing the policy's behavior
&lt;/h1&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>ChristophWille</author><pubDate>Thu, 19 Jul 2007 14:36:50 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Screenshots 20070719023650P</guid></item><item><title>UPDATED WIKI: Screenshots</title><link>http://www.codeplex.com/TFSCCPolicy/Wiki/View.aspx?title=Screenshots&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Activating the policy
&lt;/h1&gt; &lt;br /&gt;After installation on the developer workstations, you can activate the checkin policy in Team Explorer.&lt;br /&gt;
&lt;/div&gt;</description><author>ChristophWille</author><pubDate>Thu, 19 Jul 2007 14:31:39 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Screenshots 20070719023139P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/TFSCCPolicy/Wiki/View.aspx?title=Home&amp;version=15</link><description>&lt;div class="wikidoc"&gt;
This Team Foundation Server (TFS) checkin policy ensures that the source code contains code comments (/// for C#, ''' for VB.NET) for classes, methods, properties, fields and events before checking it into Team Foundation version control (TFVC).&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16053" alt="cp_mainteaser21.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
History
&lt;/h2&gt; &lt;br /&gt;This CodePlex project was started by &lt;a href="http://blogs.developpeur.org/azra" class="externalLink"&gt;Florent SANTIN&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, and his implementation used regular expressions for parsing. In December 2006, &lt;a href="http://chrison.net/" class="externalLink"&gt;Christoph Wille&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; developed a policy with the same goal using a full-blown parser engine. Both agreed to merge their efforts, and this CodePlex workspace now reflects this common effort.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Documentation, Tutorials, Blog Posts
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.codeplex.com/TFSCCPolicy/Wiki/View.aspx?title=Screenshots&amp;amp;referringTitle=Home"&gt;Screenshots&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://chrison.net/content/binary/CCCP12InAction.wmv" class="externalLink"&gt;Installation Video&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Technical background information on CCCP:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://chrison.net/CCCP12AvailableWithSetup.aspx" class="externalLink"&gt;CCCP 1.2 Available With Setup&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://chrison.net/CodeCommentCheckingPolicyTakeTwo.aspx" class="externalLink"&gt;Code Comment Checking Policy - Take Two&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://chrison.net/CCCPCodeCommentCheckingPolicyAkaPolicyTripleSlashForVSTSTFS.aspx" class="externalLink"&gt;CCCP - Code Comment Checking Policy aka &amp;quot;Policy Triple-Slash&amp;quot; for VSTS / TFS&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>ChristophWille</author><pubDate>Thu, 19 Jul 2007 14:29:09 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070719022909P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/TFSCCPolicy/Wiki/View.aspx?title=Home&amp;version=14</link><description>&lt;div class="wikidoc"&gt;
This Team Foundation Server (TFS) checkin policy ensures that the source code contains code comments (/// for C#, ''' for VB.NET) for classes, methods, properties, fields and events before checking it into Team Foundation version control (TFVC).&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?DownloadId=16053" alt="cp_mainteaser21.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
History
&lt;/h2&gt; &lt;br /&gt;This CodePlex project was started by &lt;a href="http://blogs.developpeur.org/azra" class="externalLink"&gt;Florent SANTIN&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;, and his implementation used regular expressions for parsing. In December 2006, &lt;a href="http://chrison.net/" class="externalLink"&gt;Christoph Wille&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; developed a policy with the same goal using a full-blown parser engine. Both agreed to merge their efforts, and this CodePlex workspace now reflects this common effort.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Documentation, Tutorials, Blog Posts
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://chrison.net/content/binary/CCCP12InAction.wmv" class="externalLink"&gt;Installation Video&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Technical background information on CCCP:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://chrison.net/CCCP12AvailableWithSetup.aspx" class="externalLink"&gt;CCCP 1.2 Available With Setup&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://chrison.net/CodeCommentCheckingPolicyTakeTwo.aspx" class="externalLink"&gt;Code Comment Checking Policy - Take Two&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://chrison.net/CCCPCodeCommentCheckingPolicyAkaPolicyTripleSlashForVSTSTFS.aspx" class="externalLink"&gt;CCCP - Code Comment Checking Policy aka &amp;quot;Policy Triple-Slash&amp;quot; for VSTS / TFS&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>ChristophWille</author><pubDate>Thu, 19 Jul 2007 14:19:15 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070719021915P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/TFSCCPolicy/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
This Team Foundation Server (TFS) checkin policy ensures that the source code contains code comments (/// for C#, ''' for VB.NET) for classes, methods, properties, fields and events before checking it into Team Foundation version control (TFVC).&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?CountDownload=false&amp;amp;DownloadId=6010" alt="cccp13.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
History
&lt;/h2&gt; &lt;br /&gt;This CodePlex project was started by &lt;a href="http://blogs.developpeur.org/azra" class="externalLink"&gt;Florent SANTIN&lt;/a&gt;, and his implementation used regular expressions for parsing. In December 2006, &lt;a href="http://chrison.net/" class="externalLink"&gt;Christoph Wille&lt;/a&gt; developed a policy with the same goal using a full-blown parser engine. Both agreed to merge their efforts, and this CodePlex workspace now reflects this common effort.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Documentation, Tutorials, Blog Posts
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://chrison.net/content/binary/CCCP12InAction.wmv" class="externalLink"&gt;Installation Video&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Technical background information on CCCP:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://chrison.net/CCCP12AvailableWithSetup.aspx" class="externalLink"&gt;CCCP 1.2 Available With Setup&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://chrison.net/CodeCommentCheckingPolicyTakeTwo.aspx" class="externalLink"&gt;Code Comment Checking Policy - Take Two&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://chrison.net/CCCPCodeCommentCheckingPolicyAkaPolicyTripleSlashForVSTSTFS.aspx" class="externalLink"&gt;CCCP - Code Comment Checking Policy aka &amp;quot;Policy Triple-Slash&amp;quot; for VSTS / TFS&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>ChristophWille</author><pubDate>Wed, 24 Jan 2007 10:22:08 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070124102208A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/TFSCCPolicy/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
This Team Foundation Server (TFS) checkin policy ensures that the source code contains code comments (/// for C#, ''' for VB.NET) for classes, methods, properties, fields and events before checking it into Team Foundation version control (TFVC).&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?CountDownload=false&amp;amp;DownloadId=5898" alt="cccppolsneakpeek3.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
History
&lt;/h2&gt; &lt;br /&gt;This CodePlex project was started by &lt;a href="http://blogs.developpeur.org/azra" class="externalLink"&gt;Florent SANTIN&lt;/a&gt;, and his implementation used regular expressions for parsing. In December 2006, &lt;a href="http://chrison.net/" class="externalLink"&gt;Christoph Wille&lt;/a&gt; developed a policy with the same goal using a full-blown parser engine. Both agreed to merge their efforts, and this CodePlex workspace now reflects this common effort.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Documentation, Tutorials, Blog Posts
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://chrison.net/content/binary/CCCP12InAction.wmv" class="externalLink"&gt;Installation Video&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Technical background information on CCCP:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://chrison.net/CCCP12AvailableWithSetup.aspx" class="externalLink"&gt;CCCP 1.2 Available With Setup&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://chrison.net/CodeCommentCheckingPolicyTakeTwo.aspx" class="externalLink"&gt;Code Comment Checking Policy - Take Two&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://chrison.net/CCCPCodeCommentCheckingPolicyAkaPolicyTripleSlashForVSTSTFS.aspx" class="externalLink"&gt;CCCP - Code Comment Checking Policy aka &amp;quot;Policy Triple-Slash&amp;quot; for VSTS / TFS&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>ChristophWille</author><pubDate>Sun, 21 Jan 2007 10:42:18 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070121104218A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/TFSCCPolicy/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Vision
&lt;/h2&gt; &lt;br /&gt;This Team Foundation Server (TFS) checkin policy ensures that the source code contains code comments (/// for C#, ''' for VB.NET) for classes, methods, properties, fields and events before checking it into Team Foundation version control (TFVC).&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?CountDownload=false&amp;amp;DownloadId=5898" alt="cccppolsneakpeek3.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
History
&lt;/h2&gt; &lt;br /&gt;This CodePlex project was started by &lt;a href="http://blogs.developpeur.org/azra" class="externalLink"&gt;Florent SANTIN&lt;/a&gt;, and his implementation used regular expressions for parsing. In December 2006, &lt;a href="http://chrison.net/" class="externalLink"&gt;Christoph Wille&lt;/a&gt; developed a policy with the same goal using a full-blown parser engine. Both agreed to merge their efforts, and this CodePlex workspace now reflects this common effort.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Documentation, Tutorials, Blog Posts
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://chrison.net/content/binary/CCCP12InAction.wmv" class="externalLink"&gt;Installation Video&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Technical background information on CCCP:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://chrison.net/CCCP12AvailableWithSetup.aspx" class="externalLink"&gt;CCCP 1.2 Available With Setup&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://chrison.net/CodeCommentCheckingPolicyTakeTwo.aspx" class="externalLink"&gt;Code Comment Checking Policy - Take Two&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://chrison.net/CCCPCodeCommentCheckingPolicyAkaPolicyTripleSlashForVSTSTFS.aspx" class="externalLink"&gt;CCCP - Code Comment Checking Policy aka &amp;quot;Policy Triple-Slash&amp;quot; for VSTS / TFS&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>ChristophWille</author><pubDate>Sun, 21 Jan 2007 10:41:45 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070121104145A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/TFSCCPolicy/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;h2&gt;
Project Vision
&lt;/h2&gt; &lt;br /&gt;This Team Foundation Server policy ensures that the code contains comments for classes, &lt;br /&gt;methods and properties before checking in it to the source control server.&lt;br /&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/TFSCCPolicy/Project/FileDownload.aspx?CountDownload=false&amp;amp;DownloadId=5898" alt="cccppolsneakpeek3.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
History
&lt;/h2&gt; &lt;br /&gt;This CodePlex project was started by &lt;a href="http://blogs.developpeur.org/azra" class="externalLink"&gt;Florent SANTIN&lt;/a&gt;, and his implementation used regular expressions for parsing. In December 2006, &lt;a href="http://chrison.net/" class="externalLink"&gt;Christoph Wille&lt;/a&gt; developed a policy with the same goal using a full-blown parser engine. Both agreed to merge their efforts, and this CodePlex workspace now reflects this common effort.&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Documentation, Tutorials, Blog Posts
&lt;/h2&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://chrison.net/content/binary/CCCP12InAction.wmv" class="externalLink"&gt;Installation Video&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="http://chrison.net/CCCP12AvailableWithSetup.aspx" class="externalLink"&gt;CCCP 1.2 Available With Setup&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://chrison.net/CodeCommentCheckingPolicyTakeTwo.aspx" class="externalLink"&gt;Code Comment Checking Policy - Take Two&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://chrison.net/CCCPCodeCommentCheckingPolicyAkaPolicyTripleSlashForVSTSTFS.aspx" class="externalLink"&gt;CCCP - Code Comment Checking Policy aka &amp;quot;Policy Triple-Slash&amp;quot; for VSTS / TFS&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>ChristophWille</author><pubDate>Sun, 21 Jan 2007 10:39:07 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070121103907A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=TFSCCPolicy&amp;title=Home&amp;version=9</link><description>&lt;p&gt;
This Team Foundation Server policy ensures that the code contains comments for classes, methods and properties before checking in it to the source control server.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
To use it needs to be installed on each development computer.&lt;br/&gt;
When done:&lt;br/&gt;
- Launch Team Explorer&lt;br/&gt;
- Connect to your Team Foundation Server&lt;br/&gt;
- Select your Team Project&lt;br/&gt;
- Use the right click to select Team Project Setting then Source Control&lt;br/&gt;
- In the Check-in policy Tab, click on add then select "code comments check-in policy"&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.codeplex.com/Project/FileDownload.aspx?ProjectName=TFSCCPolicy&amp;CountDownload=false&amp;DownloadId=2520" alt="politiquecheckin8.gif" /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.codeplex.com/Project/FileDownload.aspx?ProjectName=TFSCCPolicy&amp;CountDownload=false&amp;DownloadId=2521" alt="politiquecheckin9.gif" /&gt;
&lt;/p&gt;
&lt;p&gt;
{FRENCH} Vous pouvez trouver un article en Français concernant la création de politique de Check-in sur le site MSDN &lt;a href="http://www.microsoft.com/france/msdn/vstudio/centrescompetences/winwise/checkinTFS.mspx"&gt;http://www.microsoft.com/france/msdn/vstudio/centrescompetences/winwise/checkinTFS.mspx&lt;/a&gt; {/FRENCH}&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
Florent SANTIN&lt;br/&gt;
&lt;a href="http://blogs.developpeur.org/azra"&gt;http://blogs.developpeur.org/azra&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://www.winwise.com"&gt;http://www.winwise.com&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
&lt;/p&gt;
</description><author>fsantin</author><pubDate>Fri, 22 Sep 2006 21:06:06 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20060922090606P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=TFSCCPolicy&amp;title=Home&amp;version=8</link><description>&lt;p&gt;
This Team Foundation Server policy ensures that the code contains comments for classes, methods and properties before checking in it to the source control server.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
To use it needs to be installed on each development computer.&lt;br/&gt;
When done:&lt;br/&gt;
- Launch Team Explorer&lt;br/&gt;
- Connect to your Team Foundation Server&lt;br/&gt;
- Select your Team Project&lt;br/&gt;
- Use the right click to select Team Project Setting then Source Control&lt;br/&gt;
- In the Check-in policy Tab, click on add then select "code comments check-in policy"&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.codeplex.com/Project/FileDownload.aspx?ProjectName=TFSCCPolicy&amp;CountDownload=false&amp;DownloadId=2520" alt="politiquecheckin8.gif" /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.codeplex.com/Project/FileDownload.aspx?ProjectName=TFSCCPolicy&amp;CountDownload=false&amp;DownloadId=2521" alt="politiquecheckin9.gif" /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=TFSCCPolicy&amp;title=FRENCH"&gt;FRENCH&lt;/a&gt; Vous pouvez trouver un article en Français concernant la création de politique de Check-in sur le site MSDN &lt;a href="http://www.microsoft.com/france/msdn/vstudio/centrescompetences/winwise/checkinTFS.mspx"&gt;http://www.microsoft.com/france/msdn/vstudio/centrescompetences/winwise/checkinTFS.mspx&lt;/a&gt; &lt;a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=TFSCCPolicy&amp;title=%2fFRENCH"&gt;/FRENCH&lt;/a&gt;&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
Florent SANTIN&lt;br/&gt;
&lt;a href="http://blogs.developpeur.org/azra"&gt;http://blogs.developpeur.org/azra&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://www.winwise.com"&gt;http://www.winwise.com&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
&lt;/p&gt;
</description><author>fsantin</author><pubDate>Fri, 22 Sep 2006 21:05:30 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20060922090530P</guid></item><item><title>CREATED WIKI: /FRENCH</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=TFSCCPolicy&amp;title=/FRENCH</link><description></description><author>fsantin</author><pubDate>Fri, 22 Sep 2006 21:05:30 GMT</pubDate><guid isPermaLink="false">CREATED WIKI: /FRENCH 20060922090530P</guid></item><item><title>CREATED WIKI: FRENCH</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=TFSCCPolicy&amp;title=FRENCH</link><description></description><author>fsantin</author><pubDate>Fri, 22 Sep 2006 21:05:30 GMT</pubDate><guid isPermaLink="false">CREATED WIKI: FRENCH 20060922090530P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=TFSCCPolicy&amp;title=Home&amp;version=7</link><description>&lt;p&gt;
This Team Foundation Server policy ensures that the code contains comments for classes, methods and properties before checking in it to the source control server.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
To use it needs to be installed on each development computer.&lt;br/&gt;
When done:&lt;br/&gt;
- Launch Team Explorer&lt;br/&gt;
- Connect to your Team Foundation Server&lt;br/&gt;
- Select your Team Project&lt;br/&gt;
- Use the right click to select Team Project Setting then Source Control&lt;br/&gt;
- In the Check-in policy Tab, click on add then select "code comments check-in policy"&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.codeplex.com/Project/FileDownload.aspx?ProjectName=TFSCCPolicy&amp;CountDownload=false&amp;DownloadId=2520" alt="politiquecheckin8.gif" /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.codeplex.com/Project/FileDownload.aspx?ProjectName=TFSCCPolicy&amp;CountDownload=false&amp;DownloadId=2521" alt="politiquecheckin9.gif" /&gt;
&lt;/p&gt;
&lt;p&gt;
Florent SANTIN&lt;br/&gt;
&lt;a href="http://blogs.developpeur.org/azra"&gt;http://blogs.developpeur.org/azra&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://www.winwise.com"&gt;http://www.winwise.com&lt;/a&gt;&lt;br/&gt;
&lt;br/&gt;
&lt;/p&gt;
</description><author>fsantin</author><pubDate>Fri, 22 Sep 2006 20:55:51 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20060922085551P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/Wiki/View.aspx?ProjectName=TFSCCPolicy&amp;title=Home&amp;version=6</link><description>&lt;p&gt;
This Team Foundation Server policy ensures that the code contains comments for classes, methods and properties before checking in it to the source control server.&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
To use it needs to be installed on each development computer.&lt;br/&gt;
When done:&lt;br/&gt;
- Launch Team Explorer&lt;br/&gt;
- Connect to your Team Foundation Server&lt;br/&gt;
- Select your Team Project&lt;br/&gt;
- Use the right click to select Team Project Setting then Source Control&lt;br/&gt;
- In the Check-in policy Tab, click on add then select "code comments check-in policy"&lt;br/&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.codeplex.com/Project/FileDownload.aspx?ProjectName=TFSCCPolicy&amp;CountDownload=false&amp;DownloadId=2520" alt="politiquecheckin8.gif" /&gt;
&lt;/p&gt;
&lt;p&gt;
&lt;img src="http://www.codeplex.com/Project/FileDownload.aspx?ProjectName=TFSCCPolicy&amp;CountDownload=false&amp;DownloadId=2521" alt="politiquecheckin9.gif" /&gt;
&lt;br/&gt;
&lt;/p&gt;
</description><author>fsantin</author><pubDate>Fri, 22 Sep 2006 20:51:30 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20060922085130P</guid></item></channel></rss>