<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>PageBlaster.Net</title><link>http://www.codeplex.com/PageBlaster/Project/ProjectRss.aspx</link><description>HttpModule for dynamic output caching of page to memory and&amp;#47;or disk.   Also includes RegEx Replacement Engine, and Http-Compression.</description><item><title>NEW POST: Compressed Cache?</title><link>http://www.codeplex.com/PageBlaster/Thread/View.aspx?ThreadId=18245</link><description>&lt;div class="wikidoc"&gt;
Will this module cache the compressed version of a page or only compress once a page is retrieved from cache for serving over the network?&lt;br /&gt;
&lt;/div&gt;</description><author>dlatimer</author><pubDate>Fri, 23 Nov 2007 22:04:46 GMT</pubDate><guid isPermaLink="false">NEW POST: Compressed Cache? 20071123100446P</guid></item><item><title>NEW POST: Greetings</title><link>http://www.codeplex.com/PageBlaster/Thread/View.aspx?ThreadId=7179</link><description>&lt;div class="wikidoc"&gt;
Hi Jim,&lt;br /&gt;The source code was available from here, but apparently it's been removed.  It may have something to do with the amount of time between changes.&lt;br /&gt; &lt;br /&gt;I'll work on getting it back online, but if you want the source sooner you can contact me directly PageBlaster ~AT~ Snapsis.com&lt;br /&gt;
&lt;/div&gt;</description><author>j7mitch</author><pubDate>Fri, 13 Jul 2007 13:35:20 GMT</pubDate><guid isPermaLink="false">NEW POST: Greetings 20070713013520P</guid></item><item><title>NEW POST: Greetings</title><link>http://www.codeplex.com/PageBlaster/Thread/View.aspx?ThreadId=7179</link><description>&lt;div class="wikidoc"&gt;
Hi Mitch,&lt;br /&gt; &lt;br /&gt;Will you be poosting the source code ?&lt;br /&gt;I wanted to see if we could add support for http header variables as part of the cache key.&lt;br /&gt; &lt;br /&gt;Thanks, Jim&lt;br /&gt;
&lt;/div&gt;</description><author>jbonnie</author><pubDate>Fri, 13 Jul 2007 12:39:58 GMT</pubDate><guid isPermaLink="false">NEW POST: Greetings 20070713123958P</guid></item><item><title>CREATED FEATURE: Combine, Cache &amp; Compress CSS &amp; Javascript</title><link>http://www.codeplex.com/PageBlaster/WorkItem/View.aspx?WorkItemId=553</link><description>I have an idea for a good way to really optimize the Javascript and CSS in a page.

Before the page is rendered, I am going to find all the CSS links, then grab their content, then combine them all into one file and cache and compress it.

Then do the same for all the Javascript links.

This should result in much better performance since the CSS &amp; JS links will all be delivered with two GETs, and they will usually be pulled from a compressed file in memory, or from disk the way that PageBlaster.Net works on text/html.

If you are interested in seeing this new feature, then please let me know by voting on it. </description><author>j7mitch</author><pubDate>Wed, 25 Apr 2007 21:12:38 GMT</pubDate><guid isPermaLink="false">CREATED FEATURE: Combine, Cache &amp; Compress CSS &amp; Javascript 20070425091238P</guid></item><item><title>CLOSED ISSUE: Convert Replacement Engine</title><link>http://www.codeplex.com/PageBlaster/WorkItem/View.aspx?WorkItemId=541</link><description>Convert replacement engine to C# and include in the HttpModule project directly. </description><author>j7mitch</author><pubDate>Wed, 25 Apr 2007 21:12:20 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Convert Replacement Engine 20070425091220P</guid></item><item><title>COMMENTED ISSUE: Convert Replacement Engine</title><link>http://www.codeplex.com/PageBlaster/WorkItem/View.aspx?WorkItemId=541</link><description>Convert replacement engine to C# and include in the HttpModule project directly. Comments: ** Comment from web user: j7mitch ** &lt;p&gt;           -- Removed requirement for reference to external Replacement Engine.&lt;br/&gt;                The Replacement Engine is now part of the core framework, with the &lt;br/&gt;                filtering being handled as an external plug-in filter provider&lt;br/&gt;                in a seperate project called Snapsis.PageBlaster.FilterProvider.&lt;/p&gt;</description><author>j7mitch</author><pubDate>Wed, 25 Apr 2007 21:12:19 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Convert Replacement Engine 20070425091219P</guid></item><item><title>CREATED ISSUE: Convert Replacement Engine</title><link>http://www.codeplex.com/PageBlaster/WorkItem/View.aspx?WorkItemId=541</link><description>Convert replacement engine to C# and include in the HttpModule project directly. </description><author>j7mitch</author><pubDate>Wed, 25 Apr 2007 21:12:18 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Convert Replacement Engine 20070425091218P</guid></item><item><title>CREATED ISSUE: Error: Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks. Parameter name: ticks</title><link>http://www.codeplex.com/PageBlaster/WorkItem/View.aspx?WorkItemId=28</link><description>When I browse my DNN web-site used PageBlaster, it's error:
Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks. Parameter name: ticks 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.ArgumentOutOfRangeException: Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks. Parameter name: ticks

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  

Stack Trace: 


[ArgumentOutOfRangeException: Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks.
Parameter name: ticks]
   System.DateTime..ctor(Int64 ticks) +101
   System.CurrentSystemTimeZone.ToLocalTime(DateTime time) +49
   System.DateTime.ToLocalTime() +25
   Snapsis.HttpModules.PageBlaster.CachedPage.get_Expires() +7
   Snapsis.HttpModules.PageBlaster.CachedPage.Serialize() +153
   Snapsis.HttpModules.PageBlaster.PageController.UpdatePageCache(HttpApplication app, CachedPage cachedPage, Boolean writeFile) +675
   Snapsis.HttpModules.PageBlaster.PageController.GetCachedPage(HttpApplication app) +522
   Snapsis.HttpModules.PageBlaster.PageBlasterModule.ResolveRequestCache(Object sender, EventArgs e) +43
   System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +87

 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573 </description><author>lvdung</author><pubDate>Wed, 18 Apr 2007 01:39:07 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Error: Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValue.Ticks. Parameter name: ticks 20070418013907A</guid></item><item><title>CLOSED ISSUE: Convert Replacement Engine</title><link>http://www.codeplex.com/PageBlaster/WorkItem/View.aspx?WorkItemId=251</link><description>Convert replacement engine to C# and include in the HttpModule project directly. </description><author>j7mitch</author><pubDate>Sat, 17 Feb 2007 19:00:38 GMT</pubDate><guid isPermaLink="false">CLOSED ISSUE: Convert Replacement Engine 20070217070038P</guid></item><item><title>COMMENTED ISSUE: Convert Replacement Engine</title><link>http://www.codeplex.com/PageBlaster/WorkItem/View.aspx?WorkItemId=251</link><description>Convert replacement engine to C# and include in the HttpModule project directly. Comments: ** Comment from web user: j7mitch ** &lt;p&gt;           -- Removed requirement for reference to external Replacement Engine.&lt;br/&gt;                The Replacement Engine is now part of the core framework, with the &lt;br/&gt;                filtering being handled as an external plug-in filter provider&lt;br/&gt;                in a seperate project called Snapsis.PageBlaster.FilterProvider.&lt;/p&gt;</description><author>j7mitch</author><pubDate>Sat, 17 Feb 2007 18:56:51 GMT</pubDate><guid isPermaLink="false">COMMENTED ISSUE: Convert Replacement Engine 20070217065651P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/PageBlaster/SourceControl/ListDownloadableCommits.aspx</link><description>Adding Release Notes and Install Readme File</description><author>j7mitch</author><pubDate>Sat, 17 Feb 2007 18:51:54 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070217065154P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/PageBlaster/SourceControl/ListDownloadableCommits.aspx</link><description>Adding changes for Work Item 251 Replacement Engine Conversion</description><author>j7mitch</author><pubDate>Sat, 17 Feb 2007 18:41:37 GMT</pubDate><guid isPermaLink="false">Source code checked in 20070217064137P</guid></item><item><title>CREATED RELEASE: 1.0 Release Candidate</title><link>http://www.codeplex.com/PageBlaster/Release/ProjectReleases.aspx?ReleaseId=1878</link><description>Initial Release Candidate as PageBlaster.Net from CodePlex</description><author></author><pubDate>Tue, 13 Feb 2007 21:03:25 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 1.0 Release Candidate 20070213090325P</guid></item><item><title>UPDATED RELEASE: 2.1.2 Release Candidate</title><link>http://www.codeplex.com/PageBlaster/Release/ProjectReleases.aspx?ReleaseId=1878</link><description>Initial Release Candidate as PageBlaster.Net from CodePlex</description><author></author><pubDate>Tue, 13 Feb 2007 08:00:00 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: 2.1.2 Release Candidate 20070213080000A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PageBlaster/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;HttpModule for dynamic output caching of page to memory and&amp;#47;or disk.&amp;#13;&amp;#10;Also includes Http-Compression.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Home Page&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Hi everyone. Welcome to the &lt;b&gt;PageBlaster.Net&lt;/b&gt; open source project home page.&lt;br /&gt; &lt;br /&gt;PageBlaster.Net is implemented as an HttpModule and includes the following features:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Cache Dynamic ASP.Net pages to memory and/or disk.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Especially helpful if you are using a CMS that runs unlimited dynamic pages from one physical page.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Http-Compression ( includes some code from Blowery Compression &lt;a href="http://www.blowery.org/code/HttpCompressionModule.html" class="externalLink"&gt;http://www.blowery.org/code/HttpCompressionModule.html&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;RegEx based Exclusion Rules&lt;/li&gt;&lt;li&gt;User-Agent Blocking&lt;/li&gt;&lt;li&gt;IP Address Blocking&lt;/li&gt;&lt;li&gt;Tag/Token Replacements on output html using RegEx replacement engine.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Web Capture - automatically get content from external websites using Http WebRequest&lt;/li&gt;&lt;li&gt;Load File  - retrieve a file from disk and insert it into output, like a server-side include.&lt;/li&gt;&lt;li&gt;Transform XML - get data/content in XML format and style it with XSL&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Provider Interface for add-on filters and User/Roles integration from other applications.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;It is configured from a main config file &lt;a href="http://www.codeplex.com/PageBlaster/Project/FileDownload.aspx?DownloadId=6747"&gt;Snapsis.PageBlaster.Config&lt;/a&gt; that is placed in the root of the website.&lt;br /&gt; &lt;br /&gt;It is a fully functional application that is in use on 100's of websites.&lt;br /&gt;I'm sure there are lots of other features that could be added and I would welcome your ideas / requests.&lt;br /&gt; &lt;br /&gt;If you are looking for output filtering and still having really fast page delivery then PageBlaster.Net is your answer.&lt;br /&gt; &lt;br /&gt;For more information, PageBlaster.Net is currently supported at:&lt;br /&gt;&lt;a href="http://www.snapsis.com/SnapsisSupport/tabid/601/view/topics/forumid/9/Default.aspx" class="externalLink"&gt;http://www.snapsis.com/SnapsisSupport/tabid/601/view/topics/forumid/9/Default.aspx&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>j7mitch</author><pubDate>Sun, 11 Feb 2007 18:40:08 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070211064008P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PageBlaster/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;HttpModule for dynamic output caching of page to memory and&amp;#47;or disk.&amp;#13;&amp;#10;Also includes Http-Compression.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Home Page&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Hi everyone. Welcome to the &lt;b&gt;PageBlaster.Net&lt;/b&gt; open source project home page.&lt;br /&gt; &lt;br /&gt;PageBlaster.Net is implemented as an HttpModule and includes the following features:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Cache Dynamic ASP.Net pages to memory and/or disk.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Especially helpful if you are using a CMS that runs unlimited dynamic pages from one physical page.&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Http-Compression ( includes some code from Blowery Compression &lt;a href="http://www.blowery.org/code/HttpCompressionModule.html" class="externalLink"&gt;http://www.blowery.org/code/HttpCompressionModule.html&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;RegEx based Exclusion Rules&lt;/li&gt;&lt;li&gt;User-Agent Blocking&lt;/li&gt;&lt;li&gt;IP Address Blocking&lt;/li&gt;&lt;li&gt;Tag/Token Replacements on output html using RegEx replacement engine.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Web Capture - automatically get content from external websites using Http WebRequest&lt;/li&gt;&lt;li&gt;Load File  - retrieve a file from disk and insert it into output, like a server-side include.&lt;/li&gt;&lt;li&gt;Transform XML - get data/content in XML format and style it with XSL&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Provider Interface for add-on filters and User/Roles integration from other applications.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;It is configured from a main config file &lt;a href="http://www.codeplex.com/PageBlaster/Project/FileDownload.aspx?DownloadId=6747"&gt;Snapsis.PageBlaster.Config&lt;/a&gt; that is place in the root of the website.&lt;br /&gt; &lt;br /&gt;It is a fully functional application that is in use on 100's of websites.&lt;br /&gt;I'm sure there are lots of other features that could be added and I would welcome your ideas / requests.&lt;br /&gt; &lt;br /&gt;If you are looking for output filtering and still having really fast page delivery then PageBlaster.Net is your answer.&lt;br /&gt; &lt;br /&gt;For more information, PageBlaster.Net is currently supported at:&lt;br /&gt;&lt;a href="http://www.snapsis.com/SnapsisSupport/tabid/601/view/topics/forumid/9/Default.aspx" class="externalLink"&gt;http://www.snapsis.com/SnapsisSupport/tabid/601/view/topics/forumid/9/Default.aspx&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>j7mitch</author><pubDate>Sun, 11 Feb 2007 18:38:04 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070211063804P</guid></item><item><title>CREATED FEATURE: Combine, Cache &amp; Compress CSS &amp; Javascript</title><link>http://www.codeplex.com/PageBlaster/WorkItem/View.aspx?WorkItemId=263</link><description>I have an idea for a good way to really optimize the Javascript and CSS in a page.

Before the page is rendered, I am going to find all the CSS links, then grab their content, then combine them all into one file and cache and compress it.

Then do the same for all the Javascript links.

This should result in much better performance since the CSS &amp; JS links will all be delivered with two GETs, and they will usually be pulled from a compressed file in memory, or from disk the way that PageBlaster.Net works on text/html.

If you are interested in seeing this new feature, then please let me know by voting on it. </description><author>j7mitch</author><pubDate>Sun, 11 Feb 2007 18:17:28 GMT</pubDate><guid isPermaLink="false">CREATED FEATURE: Combine, Cache &amp; Compress CSS &amp; Javascript 20070211061728P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PageBlaster/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;HttpModule for dynamic output caching of page to memory and&amp;#47;or disk.&amp;#13;&amp;#10;Also includes Http-Compression.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Home Page&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Hi everyone. Welcome to the &lt;b&gt;PageBlaster.Net&lt;/b&gt; open source project home page.&lt;br /&gt; &lt;br /&gt;PageBlaster.Net is implemented as an HttpModule and includes the following features:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Cache Dynamic ASP.Net pages to memory and/or disk.&lt;/li&gt;&lt;li&gt;Http-Compression ( includes some code from Blowery Compression &lt;a href="http://www.blowery.org/code/HttpCompressionModule.html" class="externalLink"&gt;http://www.blowery.org/code/HttpCompressionModule.html&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;RegEx based Exclusion Rules&lt;/li&gt;&lt;li&gt;User-Agent Blocking&lt;/li&gt;&lt;li&gt;IP Address Blocking&lt;/li&gt;&lt;li&gt;Tag/Token Replacements on output html using RegEx replacement engine.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Web Capture - automatically get content from external websites using Http WebRequest&lt;/li&gt;&lt;li&gt;Load File  - retrieve a file from disk and insert it into output, like a server-side include.&lt;/li&gt;&lt;li&gt;Transform XML - get data/content in XML format and style it with XSL&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Provider Interface for add-on filters and User/Roles integration from other applications.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;It is configured from a main config file &lt;a href="http://www.codeplex.com/PageBlaster/Project/FileDownload.aspx?DownloadId=6747"&gt;Snapsis.PageBlaster.Config&lt;/a&gt; that is place in the root of the website.&lt;br /&gt; &lt;br /&gt;It is a fully functional application that is in use on 100's of websites.&lt;br /&gt;I'm sure there are lots of other features that could be added and I would welcome your ideas / requests.&lt;br /&gt; &lt;br /&gt;If you are looking for output filtering and still having really fast page delivery then PageBlaster.Net is your answer.&lt;br /&gt; &lt;br /&gt;For more information, PageBlaster.Net is currently supported at:&lt;br /&gt;&lt;a href="http://www.snapsis.com/SnapsisSupport/tabid/601/view/topics/forumid/9/Default.aspx" class="externalLink"&gt;http://www.snapsis.com/SnapsisSupport/tabid/601/view/topics/forumid/9/Default.aspx&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>j7mitch</author><pubDate>Sun, 11 Feb 2007 09:13:43 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070211091343A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/PageBlaster/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;HttpModule for dynamic output caching of page to memory and&amp;#47;or disk.&amp;#13;&amp;#10;Also includes Http-Compression.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Home Page&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;Hi everyone. Welcome to the &lt;b&gt;PageBlaster.Net&lt;/b&gt; open source project home page.&lt;br /&gt; &lt;br /&gt;PageBlaster is implemented as an HttpModule and includes the following features:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Cache Dynamic ASP.Net pages to memory and/or disk.&lt;/li&gt;&lt;li&gt;Http-Compression ( includes some code from Blowery Compression &lt;a href="http://www.blowery.org/code/HttpCompressionModule.html" class="externalLink"&gt;http://www.blowery.org/code/HttpCompressionModule.html&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;RegEx based Exclusion Rules&lt;/li&gt;&lt;li&gt;User-Agent Blocking&lt;/li&gt;&lt;li&gt;IP Address Blocking&lt;/li&gt;&lt;li&gt;Tag/Token Replacements on output html using RegEx replacement engine.&lt;/li&gt;&lt;ul&gt;
&lt;li&gt;Web Capture - automatically get content from external websites using Http WebRequest&lt;/li&gt;&lt;li&gt;Load File  - retrieve a file from disk and insert it into output, like a server-side include.&lt;/li&gt;&lt;li&gt;Transform XML - get data/content in XML format and style it with XSL&lt;/li&gt;
&lt;/ul&gt;&lt;li&gt;Provider Interface for add-on filters and User/Roles integration from other applications.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;It is configured from a main config file &lt;a href="http://www.codeplex.com/PageBlaster/Project/FileDownload.aspx?DownloadId=6747"&gt;Snapsis.PageBlaster.Config&lt;/a&gt; that is place in the root of the website.&lt;br /&gt; &lt;br /&gt;It is a fully functional application that is in use on 100's of websites.&lt;br /&gt;I'm sure there are lots of other features that could be added and I would welcome your ideas / requests.&lt;br /&gt; &lt;br /&gt;If you are looking for really fast page delivery then PageBlaster can help.&lt;br /&gt; &lt;br /&gt;For more information, PageBlaster is currently supported at:&lt;br /&gt;&lt;a href="http://www.snapsis.com/SnapsisSupport/tabid/601/view/topics/forumid/9/Default.aspx" class="externalLink"&gt;http://www.snapsis.com/SnapsisSupport/tabid/601/view/topics/forumid/9/Default.aspx&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>j7mitch</author><pubDate>Sun, 11 Feb 2007 09:12:04 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20070211091204A</guid></item><item><title>CREATED ISSUE: Convert Replacement Engine</title><link>http://www.codeplex.com/PageBlaster/WorkItem/View.aspx?WorkItemId=251</link><description>Convert replacement engine to C# and include in the HttpModule project directly. </description><author>j7mitch</author><pubDate>Sun, 11 Feb 2007 08:50:26 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Convert Replacement Engine 20070211085026A</guid></item></channel></rss>