<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>scutex Wiki Rss Feed</title><link>http://scutex.codeplex.com/</link><description>scutex Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://scutex.codeplex.com/wikipage?version=6</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Scutex&lt;/h1&gt;Scutex, pronounced &amp;#40;sec-u-techs&amp;#41;, is a 100&amp;#37; managed .Net Framework licensing platform for your applications. Scutex is a flexible licensing system allowing multiple licensing schemes allowing you the most control over how you licensing your products. Unlike any other licensing system on the market, Scutex provides 4 distinct licensing schemes, allowing you to protect your products at different levels using completely different licensing schemes, key types and protection systems.&lt;br /&gt;&lt;br /&gt;Using Scutex you can create trial versions of your software products and allow your users to buy and use license keys or keyfiles to unlock your product. You can also have edition based licensing to unlock only select features based on the level of the license. Scutex supports upgrade licenses as well as allowing your customers who have an existing version of your product to upgrade to a new version.&lt;br /&gt;&lt;br /&gt;Scutex uses WCF web services to validate and manage keys, but also supports an offline mode for less secure scenarios. Scutex is written in C&amp;#35; and WPF and currently supports licensing of desktop applications, controls, components and licensing via COM.&lt;br /&gt;&lt;br /&gt;Source code for Scutex is managed at GitHub &lt;a href="https://github.com/wavetech/Scutex" class="externalLink"&gt;https://github.com/wavetech/Scutex&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;. Official builds will be posted here for download and will also be available on our website.&lt;br /&gt;
&lt;h1&gt;License&lt;/h1&gt;Licensed under the Microsoft Public License (MS-PL)&lt;br /&gt;
&lt;h1&gt;Resources&lt;/h1&gt;&lt;ul&gt;&lt;li&gt;WaveTech&amp;#39;s Home page: &lt;a href="http://www.wtdt.com" class="externalLink"&gt;http://www.wtdt.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Scutex&amp;#39;s Home Page: &lt;a href="http://www.wtdt.com/Products/Scutex.aspx" class="externalLink"&gt;http://www.wtdt.com/Products/Scutex.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Discussion list: &lt;a href="http://groups.google.com/group/scutex-dev" class="externalLink"&gt;http://groups.google.com/group/scutex-dev&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;GitHub Source Code: &lt;a href="https://github.com/wavetech/Scutex" class="externalLink"&gt;https://github.com/wavetech/Scutex&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Official Builds &amp;amp; Releases&lt;/h1&gt;There are a number of additional processes that occur for preparing Scutex to be used in your applications. You can obtain offical builds on our CodePlex site (&lt;a href="http://scutex.codeplex.com" class="externalLink"&gt;http://scutex.codeplex.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;) and the Scutex homepage at &lt;a href="http://www.wtdt.com/Products/Scutex.aspx" class="externalLink"&gt;http://www.wtdt.com/Products/Scutex.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and click on the Downloads link. If you want to secure Scutex using your own protection systems or products feel free to just use the codebase, official builds are provided for convince.&lt;br /&gt;
&lt;h1&gt;Prerequisites&lt;/h1&gt;You will need the .Net Framework 4 and SQL Server or SQL Express to use Scutex. To develop Scutex you will need the following installed.&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Visual Studio 2010 (WPF/MSTest)&lt;/li&gt;
&lt;li&gt;SQL Server 2005/2008/2008 R2 or SQL Express 2005/2008 R2&lt;/li&gt;
&lt;li&gt;Microsoft MOLES &amp;amp; Pex Power Tools&lt;/li&gt;
&lt;li&gt;Infragistics WPF v10.3 (Temporary)&lt;/li&gt;
&lt;li&gt;IIS, IIS Express or Casini for testing Services&lt;/li&gt;&lt;/ul&gt;

&lt;h1&gt;Unit Testing&lt;/h1&gt;I moved the unit tests from NUnit to MSTest to get integrated MOLES support, and to play around with Pex a little. Unfortunately the way MSTest plays and moves things around it makes getting the paths for required files a major issue. The ReSharper Unit Test Runner does not have that issue, and still runes the MOLES tests. If you run the unit tests from within Visual Studio using MSTest all the test dependent on location will fail. Additionally the performance of the unit tests went downhill due to how MSTest wires things up. Eventually I&amp;#39;ll get back in there are refactor the Setup and Teardowns so that they work with MSTest.&lt;br /&gt;
&lt;h1&gt;Supported License Key Types&lt;/h1&gt;There are two license key types supported:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Small Static License Key (SSK) XXX-XXXXXX-XXXX&lt;/li&gt;
&lt;li&gt;Large Static License Key (LSK) XXXXX-XXXXX-XXXXX-XXXXX-XXXXX&lt;/li&gt;&lt;/ul&gt;
The small static key only supports basic license key functionality, while the large static key supports many licensing scenarios.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>wavetech</author><pubDate>Wed, 01 Feb 2012 20:18:27 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120201081827P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://scutex.codeplex.com/documentation?version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;&lt;strong&gt;Creating a New Licensing Project&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Step 1&lt;/p&gt;
&lt;p&gt;First supply the Licensing Project name and which product this licensing project will be working on against. If you don't have any
&lt;a href="http://www.wtdt.com/Documentation/Scutex/Products.html"&gt;Products&lt;/a&gt; added to your system you can click the Add button next to the
&lt;a href="http://www.wtdt.com/Documentation/Scutex/Products.html"&gt;Products&lt;/a&gt; drop down box or select the
&lt;a href="http://www.wtdt.com/Documentation/Scutex/Products.html"&gt;Products&lt;/a&gt; menu item from the main menu. The Basic Settings page allows you to set the general/common data of your licensing project.
&lt;/p&gt;
&lt;p&gt;&lt;img title="" border="0" alt="" src="http://www.wtdt.com/Documentation/Scutex/ClipboardImage.png"&gt;&lt;/p&gt;
&lt;p&gt;Step 2&lt;/p&gt;
&lt;p&gt;Click on the License Settings tab on the left hand side of the Scutex Licensing Manager window. In this page you can select the type of license key that your licensing project will use. Some version of Scutex are limited in the types of license keys that
 can be used. Once you have selected a License Key Type you need to create at least one License Set. Supply the name for the license set and the Verification Types that are valid. If you select the Multi User verification type you need to supply the Max Multi
 Users value. &lt;/p&gt;
&lt;p&gt;&lt;img title="" border="0" alt="" src="http://www.wtdt.com/Documentation/Scutex/NewLicense_LicenseSettings.png"&gt;&lt;/p&gt;
&lt;p&gt;Step 3&lt;/p&gt;
&lt;p&gt;Next click on the Trial Settings tab on the left hand side. This tab controls how your trial software is limited and how the trial information will be presented to the user. The standard Trial Notification Type is Form, which is a standard trial window that
 is seen on most trial software. But there are a number of other options available for certain versions of the Scutex software. Below the Trial Notification Type option there is a tab control which will allow you to set the specific features of the notification
 type you selected. The Trial Expiration Options settings are the primary limiter for your trial software, most commonly you can limit your trial for
&lt;i&gt;n&lt;/i&gt; number of days from it's first run, i.e. 15 or 30 days. &lt;/p&gt;
&lt;p&gt;You can place additional limitations on your trial software through the bottom &amp;quot;Trial Limitation&amp;quot; options. These are 'in addition to' your trial expiration options and allow you control how your trial software is used.
&lt;/p&gt;
&lt;p&gt;&lt;img title="" border="0" alt="" src="http://www.wtdt.com/Documentation/Scutex/NewLicense_TrialSettingsForm.png"&gt;&lt;/p&gt;
&lt;p&gt;Step 4&lt;/p&gt;
&lt;p&gt;You should validate your licensing project to ensure there are no major issues with your configuration or options.
&lt;/p&gt;
&lt;p&gt;&lt;img title="" border="0" alt="" src="http://www.wtdt.com/Documentation/Scutex/NewLicense_ValidateMenuBar.png"&gt;&lt;/p&gt;
&lt;p&gt;You can now save your licensing project. Your next steps are to create a New Service, generate Software Code and Generate Keys.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;Key Generation&lt;/p&gt;
&lt;p&gt;Once you have setup your product and licensing project your next step is to generate license keys that can be disturbed to your customers to license your product. Clicking on the Generate Keys button in the Project menu group will allow you to start this
 process. &lt;/p&gt;
&lt;p&gt;&lt;img title="" border="0" alt="" src="http://www.wtdt.com/Documentation/Scutex/KeyGeneration_MenuBar.png"&gt;&lt;/p&gt;
&lt;p&gt;Step 1&lt;/p&gt;
&lt;p&gt;You will need to select a license set you want to generate keys for. Keys are locked to a license set inside a licensing project. This allows you lock features or editions down to the license set level. You can only generate keys for one type per run, so
 you need to select one key type that is valid for your selected license set. Supply the the number of keys you wish to generate, remember to keep your license key batches batches small. Click the Generate Keys button to begin the process.
&lt;/p&gt;
&lt;p&gt;&lt;img title="" border="0" alt="" src="http://www.wtdt.com/Documentation/Scutex/KeyGeneration_GenerateKeyWindow1.png"&gt;&lt;/p&gt;
&lt;p&gt;Step 2&lt;/p&gt;
&lt;p&gt;You can review the keys that you generated in the list box in the License Keys group. When your satisfied click the Save and Export Keys button to save the license keys to your local database and create an export file.
&lt;/p&gt;
&lt;p&gt;&lt;img title="" border="0" alt="" src="http://www.wtdt.com/Documentation/Scutex/KeyGeneration_GeneationWin2.png"&gt;&lt;/p&gt;
&lt;p&gt;The keys can be copied from this file and uploaded to your payment provider that can issue license keys.
&lt;/p&gt;
&lt;p&gt;&lt;img title="" border="0" alt="" src="http://www.wtdt.com/Documentation/Scutex/KeyGeneration_ExportWindow.png"&gt;&lt;/p&gt;
&lt;p&gt;&lt;a name="4E6F746573"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a&gt;&lt;img title="" border="0" alt="" src="http://www.wtdt.com/Documentation/Scutex/btn_collapse_2.gif"&gt;Notes&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If your using the web service to key authentication and authorization you must upload the license keys to your service. See the Product and Key Upload section under the Services folder to more information.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt;
&lt;p&gt;Integration With Your Code&lt;/p&gt;
&lt;p&gt;Once you've created your licensing project, generated keys and setup your activation service you need to integrate Scutex into your code base. With your licensing project open inside the Licensing Manager click the Software Code menu button in the Project
 group. &lt;/p&gt;
&lt;p&gt;&lt;img title="" border="0" alt="" src="http://www.wtdt.com/Documentation/Scutex/Intergration_MenuBar.png"&gt;&lt;/p&gt;
&lt;p&gt;Next you will copy the code inside the Attribute text box and copy it into your project that will execute the licensing code. Normally you can paste this data into the AsemblyInfo file.
&lt;/p&gt;
&lt;p&gt;You will need to define an assembly attribute in your code, most commonly in your AssemblyInfo file.&lt;/p&gt;
&lt;pre&gt;[assembly: License(&amp;quot;xxx&amp;quot;,&amp;quot;xxx&amp;quot;)]&lt;/pre&gt;
&lt;p&gt;&lt;img title="" border="0" alt="" src="http://www.wtdt.com/Documentation/Scutex/Intergration_SoftwareCodeWindow.png"&gt;&lt;/p&gt;
&lt;p&gt;Clicking the &amp;quot;Get Data File&amp;quot; button will open a save file dialog that will allow you to save the sxu.dll file to the directory of your solution. The sxu.dll is a resource that should be set to copy always when your project builds and not be embedded.
 The file needs to be deployed with the rest of your project files so ensure that any installer software (like InstallAware or InstallShield) have the file in their configuration.
&lt;/p&gt;
&lt;p&gt;&lt;img title="" border="0" alt="" src="http://www.wtdt.com/Documentation/Scutex/Intergration_SolutionOverview.png"&gt;&lt;/p&gt;
&lt;p&gt;You will need the following using statements.&lt;/p&gt;
&lt;pre&gt;&lt;strong&gt;using&lt;/strong&gt; WaveTech.Scutex.Licensing;
&lt;strong&gt;using&lt;/strong&gt; WaveTech.Scutex.Model;&lt;/pre&gt;
&lt;p&gt;The next two lines of code will create a new LicensingMananger and validate your trial and/or licensed software.&lt;/p&gt;
&lt;pre&gt;LicensingManager licensingManager = &lt;strong&gt;new&lt;/strong&gt; LicensingManager(&lt;strong&gt;null&lt;/strong&gt;);
ScutexLicense license = licensingManager.Validate();&lt;/pre&gt;
&lt;p&gt;After which you can access a number of properties from the ScutexLicense object that gets returned to get a lot of data about the trial or the license that was applied to it. But at a minimum the above is all you need to do to integrate Scutex into your
 application. If validation fails or the user doesn't accept the trial the application will hard exit.&lt;/p&gt;
&lt;p&gt;Service QuickStart&lt;/p&gt;
&lt;p&gt;Please ensure that you meet the &lt;a href="http://www.wtdt.com/Documentation/Scutex/Requirements.html"&gt;
Requirements&lt;/a&gt; for deploying the Scutex Client and Management services. &lt;/p&gt;
&lt;p&gt;Step 1&lt;/p&gt;
&lt;p&gt;First you need to create the instance of the service in your Scutex Manager, click on the New Service menu button under the Services tab to open the New Service Window.
&lt;/p&gt;
&lt;p&gt;&lt;img title="" border="0" alt="" src="http://www.wtdt.com/Documentation/Scutex/ServiceQuickStart_MenuBar1.png"&gt;&lt;/p&gt;
&lt;p&gt;Step 2&lt;/p&gt;
&lt;p&gt;Creating a New Service is a multi stage process that can be controlled from the New Service window. First you need to provide the name of your service that will be used inside the Scutex Manager. Next you will need to supply the Url's for both the Client
 and Management services. These needs to be complete Urls prefixed with http:// or https:// and ending with a trailing /.
&lt;/p&gt;
&lt;p&gt;&lt;img title="" border="0" alt="" src="http://www.wtdt.com/Documentation/Scutex/ServiceQuickStart_NewServiceWinB.png"&gt;&lt;/p&gt;
&lt;p&gt;Step 3&lt;/p&gt;
&lt;p&gt;Once you have supplied the information you need to download the service deployment package. Click the &amp;quot;Download Service Deployment Package&amp;quot; and save the resulting zip file. You can then save the service. Once the service is successfully saved you
 should see the Name and some other information on the grid in the Initialize Service group.
&lt;/p&gt;
&lt;p&gt;&lt;img title="" border="0" alt="" src="http://www.wtdt.com/Documentation/Scutex/ServiceQuickStart_NewServiceWinP.png"&gt;&lt;/p&gt;
&lt;p&gt;Step 4&lt;/p&gt;
&lt;p&gt;You will need to upload the contents of the deployment zip file to your hosting provide or web server. The ClientService and ManagementService contain the WCF service folders that need to be uploaded. Once the folders have been uploaded ensure that the Client
 Service and Management Service &lt;/p&gt;
&lt;p&gt;&lt;img title="" border="0" alt="" src="http://www.wtdt.com/Documentation/Scutex/ServiceQuickStart_FolderStr.png"&gt;&lt;/p&gt;
&lt;p&gt;You will also need to create a database in your database server or at your hosting provider. Once your database is created run the ScutexService-CreateDb.sql script against your new database.
&lt;/p&gt;
&lt;p&gt;You may need to update the connection string in the Web.Config of the ClientService and ManagementService folders to point to the correct location of where you database is located. Between the &amp;quot;&lt;i&gt;&amp;amp;quot;&lt;/i&gt;&amp;quot;, leaving them intact, update the
 Data Srouce, Initial Catalog and Integrated Security sections. Update Data Source to the database server address and Initial Catalog to the name of the database you created.
&lt;/p&gt;
&lt;p&gt;Example connection string using Windows security&lt;/p&gt;
&lt;pre&gt;Data Source=mydbserver;Initial Catalog=ScutexService;Integrated Security=True;MultipleActiveResultSets=True&lt;/pre&gt;
&lt;p&gt;Example connection string using SQL security&lt;/p&gt;
&lt;pre&gt;Data Source=mydbserver;Initial Catalog=ScutexService;User Id=myUsername;Password=myPassword;MultipleActiveResultSets=True&lt;/pre&gt;
&lt;p&gt;Step 5&lt;/p&gt;
&lt;p&gt;Once your web.config's have been updated and you have uploaded both the service files to the web server and created the back end database your ready to initialize the service. Back in the New Service window select the service from the grid and click the
 Initialize Server button. Once it's complete your ready to use the service in your licensing projects.
&lt;/p&gt;
&lt;p&gt;&lt;img title="" border="0" alt="" src="http://www.wtdt.com/Documentation/Scutex/ServiceQuickStart_NewServiceWinI.png"&gt;&lt;/p&gt;
&lt;p&gt;&lt;a name="4E6F746573"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a&gt;&lt;img title="" border="0" alt="" src="http://www.wtdt.com/Documentation/Scutex/btn_collapse_2.gif"&gt;Notes&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If the Initialize Service process fails you should run though this checklist.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Do the Urls work and can you reach them through the web browser &lt;/li&gt;&lt;li&gt;Are my database settings in the web.config correct &lt;/li&gt;&lt;li&gt;Does the account (Windows or SQL) have the dbo right in the service database and login rights to the server
&lt;/li&gt;&lt;li&gt;Is .Net 4 setup correctly in the web server and IIS &lt;/li&gt;&lt;li&gt;Are WCF services enabled on the IIS server &lt;/li&gt;&lt;li&gt;Is there an application pool using the .Net 4 Framework created and running &lt;/li&gt;&lt;li&gt;Has the folders that the Client and Management server been converted to applications in IIS
&lt;/li&gt;&lt;/ol&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>wavetech</author><pubDate>Tue, 08 Nov 2011 14:44:03 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20111108024403P</guid></item><item><title>Updated Wiki: Documentation</title><link>http://scutex.codeplex.com/documentation?version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;Creating a New Licensing Project&lt;/p&gt;
&lt;p&gt;Step 1&lt;/p&gt;
&lt;p&gt;First supply the Licensing Project name and which product this licensing project will be working on against. If you don't have any
&lt;a href="http://www.wtdt.com/Documentation/Scutex/Products.html"&gt;Products&lt;/a&gt; added to your system you can click the Add button next to the
&lt;a href="http://www.wtdt.com/Documentation/Scutex/Products.html"&gt;Products&lt;/a&gt; drop down box or select the
&lt;a href="http://www.wtdt.com/Documentation/Scutex/Products.html"&gt;Products&lt;/a&gt; menu item from the main menu. The Basic Settings page allows you to set the general/common data of your licensing project.
&lt;/p&gt;
&lt;p&gt;&lt;img title="" border="0" alt="" src="http://www.wtdt.com/Documentation/Scutex/ClipboardImage.png"&gt;&lt;/p&gt;
&lt;p&gt;Step 2&lt;/p&gt;
&lt;p&gt;Click on the License Settings tab on the left hand side of the Scutex Licensing Manager window. In this page you can select the type of license key that your licensing project will use. Some version of Scutex are limited in the types of license keys that
 can be used. Once you have selected a License Key Type you need to create at least one License Set. Supply the name for the license set and the Verification Types that are valid. If you select the Multi User verification type you need to supply the Max Multi
 Users value. &lt;/p&gt;
&lt;p&gt;&lt;img title="" border="0" alt="" src="http://www.wtdt.com/Documentation/Scutex/NewLicense_LicenseSettings.png"&gt;&lt;/p&gt;
&lt;p&gt;Step 3&lt;/p&gt;
&lt;p&gt;Next click on the Trial Settings tab on the left hand side. This tab controls how your trial software is limited and how the trial information will be presented to the user. The standard Trial Notification Type is Form, which is a standard trial window that
 is seen on most trial software. But there are a number of other options available for certain versions of the Scutex software. Below the Trial Notification Type option there is a tab control which will allow you to set the specific features of the notification
 type you selected. The Trial Expiration Options settings are the primary limiter for your trial software, most commonly you can limit your trial for
&lt;i&gt;n&lt;/i&gt; number of days from it's first run, i.e. 15 or 30 days. &lt;/p&gt;
&lt;p&gt;You can place additional limitations on your trial software through the bottom &amp;quot;Trial Limitation&amp;quot; options. These are 'in addition to' your trial expiration options and allow you control how your trial software is used.
&lt;/p&gt;
&lt;p&gt;&lt;img title="" border="0" alt="" src="http://www.wtdt.com/Documentation/Scutex/NewLicense_TrialSettingsForm.png"&gt;&lt;/p&gt;
&lt;p&gt;Step 4&lt;/p&gt;
&lt;p&gt;You should validate your licensing project to ensure there are no major issues with your configuration or options.
&lt;/p&gt;
&lt;p&gt;&lt;img title="" border="0" alt="" src="http://www.wtdt.com/Documentation/Scutex/NewLicense_ValidateMenuBar.png"&gt;&lt;/p&gt;
&lt;p&gt;You can now save your licensing project. Your next steps are to create a New Service, generate Software Code and Generate Keys.&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>wavetech</author><pubDate>Tue, 08 Nov 2011 14:41:51 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Documentation 20111108024151P</guid></item><item><title>Updated Wiki: Temporary Post Used For Theme Detection (ee381641-b6e7-4ec6-9e08-dcbd01aa301d - 3bfe001a-32de-4114-a6b4-4005b770f6d7)</title><link>http://scutex.codeplex.com/wikipage?title=Temporary Post Used For Theme Detection (ee381641-b6e7-4ec6-9e08-dcbd01aa301d - 3bfe001a-32de-4114-a6b4-4005b770f6d7)&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;This is a temporary post that was not deleted. Please delete this manually. (71bd931e-a387-45ff-abdc-6a2b0479e421 - 3bfe001a-32de-4114-a6b4-4005b770f6d7)&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>wavetech</author><pubDate>Tue, 08 Nov 2011 14:36:12 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Temporary Post Used For Theme Detection (ee381641-b6e7-4ec6-9e08-dcbd01aa301d - 3bfe001a-32de-4114-a6b4-4005b770f6d7) 20111108023612P</guid></item></channel></rss>