<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>dasBlog301 for Graffiti CMS</title><link>http://www.codeplex.com/dasBlog301/Project/ProjectRss.aspx</link><description>dasBlog 301 is a plugin for Graffiti CMS that supports url rewriting of permalinks, categories and other dasBlog urls.</description><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dasBlog301/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;dasBlog 301 is a plugin for Graffiti CMS that supports url rewriting of permalinks, categories and other dasBlog urls.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;br /&gt;dasBlog301 will support all your existing dasBlog URLs. This allows all existing links on the internet to continue working without any changes. dasBlog301 will optionally issue permanent redirects (known as an HTTP 301)  which will instruct web servers such as Search Engines and RSS Readers to silently update all the URLs they know about to the new Graffiti URLs.&lt;br /&gt; &lt;br /&gt;dasBlog301 works after you have imported your posts using the Graffiti 1.1 dasBlog import feature (BlogML import will not work).  This is because the dasBlog EntryIDs (usually GUIDs) need to be imported into the Graffiti Database along with your posts.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation&lt;/b&gt;&lt;br /&gt;To install dasBlog301 copy the dasBlog301.dll to your Graffiti /bin folder on your web server. Then enable the plugin from the Graffiti Plug-in page. You should enable all three options in the plugin although you may want to enable permanent redirects at a later time.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Documentation&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/dasBlog301/Wiki/View.aspx?title=How%20dasBlog301%20Works&amp;amp;referringTitle=Home"&gt;How dasBlog301 Works&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/dasBlog301/Wiki/View.aspx?title=Supported%20URL%20Patterns&amp;amp;referringTitle=Home"&gt;Supported URL Patterns&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>shahineo</author><pubDate>Fri, 23 May 2008 15:23:27 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080523032327P</guid></item><item><title>UPDATED RELEASE: dasBlog301 0.0.9.0</title><link>http://www.codeplex.com/dasBlog301/Release/ProjectReleases.aspx?ReleaseId=13532</link><description>Notes&lt;br /&gt;&amp;#42; Initial Beta Release&lt;br /&gt;&lt;br /&gt;Steps to Install&lt;br /&gt;&amp;#35; Download dasBlog301.dll&lt;br /&gt;&amp;#35; Copy the dll to your graffiti&amp;#47;bin folder&lt;br /&gt;&amp;#35; Enable the plugin on the plugins page&lt;br /&gt;&amp;#35; Configure the plugin</description><author></author><pubDate>Fri, 23 May 2008 15:13:51 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: dasBlog301 0.0.9.0 20080523031351P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/dasBlog301/SourceControl/ListDownloadableCommits.aspx</link><description>adding support for&amp;#58;&amp;#13;&amp;#10;Archives.aspx&amp;#13;&amp;#10;Timeline.aspx&amp;#13;&amp;#10;SearchView.aspx</description><author>shahineo</author><pubDate>Sun, 18 May 2008 16:31:00 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080518043100P</guid></item><item><title>UPDATED WIKI: Supported URL Patterns</title><link>http://www.codeplex.com/dasBlog301/Wiki/View.aspx?title=Supported URL Patterns&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Supported URLs
&lt;/h1&gt;&lt;h2&gt;
Permalinks for post
&lt;/h2&gt;http://localhost/graffiti/AShorterPost.aspx&lt;br /&gt;http://localhost/graffiti/A&lt;u&gt;Shorter&lt;/u&gt;Post.aspx&lt;br /&gt;http://localhost/graffiti/2008/04/15/AShorterPost.aspx&lt;br /&gt;http://localhost/graffiti/2008/04/15/A&lt;u&gt;Shorter&lt;/u&gt;Post.aspx&lt;br /&gt;http://localhost/graffiti/PermaLink.aspx?guid=988754c0-af1f-4665-967d-c8deb2d3d710&lt;br /&gt;http://localhost/graffiti/PermaLink,guid,988754c0-af1f-4665-967d-c8deb2d3d710.aspx&lt;br /&gt;http://localhost/graffiti/CommentView.aspx?guid=988754c0-af1f-4665-967d-c8deb2d3d710#commentstart&lt;br /&gt;http://localhost/graffiti/CommentView,guid,988754c0-af1f-4665-967d-c8deb2d3d710.aspx#commentstart&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Category pages
&lt;/h2&gt;http://localhost/graffiti/CategoryView.aspx?category=Category1&lt;br /&gt;http://localhost/graffiti/CategoryView.aspx?category=Category1&amp;amp;page=2&lt;br /&gt;http://localhost/graffiti/CategoryView,category,Category1.aspx&lt;br /&gt;http://localhost/graffiti/CategoryView,category,Category1,2.aspx&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Category + Subcategory pages
&lt;/h2&gt;http://localhost/graffiti/CategoryView.aspx?category=Category1&lt;u&gt;%7c&lt;/u&gt;Subcategory1&lt;br /&gt;http://localhost/graffiti/CategoryView,category,Category1Subcategory1.aspx&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
RSS/Atom URLs
&lt;/h2&gt;http://localhost/graffiti/SyndicationService.asmx/GetRss&lt;br /&gt;http://localhost/graffiti/SyndicationService.asmx/GetAtom&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
RSS/Atom Category URLs
&lt;/h2&gt;http://localhost/graffiti/SyndicationService.asmx/GetRssCategory?categoryName=Category1&lt;br /&gt;http://localhost/graffiti/SyndicationService.asmx/GetRssCategory?categoryName=Category1%7cSubcategory1&lt;br /&gt;http://localhost/graffiti/SyndicationService.asmx/GetAtomCategory?categoryName=Category1&lt;br /&gt;http://localhost/graffiti/SyndicationService.asmx/GetAtomCategory?categoryName=Category1%7cSubcategory1&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Date pages
&lt;/h2&gt;http://localhost/graffiti/default.aspx?month=2008-04 -&amp;gt; default.aspx&lt;br /&gt;http://localhost/graffiti/default.aspx?date=2008-04-01 -&amp;gt; default.aspx&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Archive page
&lt;/h2&gt;http://localhost/graffiti/archives.aspx-&amp;gt; default.aspx&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Timeline page
&lt;/h2&gt;http://localhost/graffiti/timeline.aspx-&amp;gt; default.aspx&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Search page
&lt;/h2&gt;http://localhost/graffiti/SearchView.aspx?q=search+term&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>shahineo</author><pubDate>Sun, 18 May 2008 15:59:30 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Supported URL Patterns 20080518035930P</guid></item><item><title>UPDATED WIKI: Supported URL Patterns</title><link>http://www.codeplex.com/dasBlog301/Wiki/View.aspx?title=Supported URL Patterns&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Supported URLs
&lt;/h1&gt;&lt;h2&gt;
Permalinks for post
&lt;/h2&gt;http://localhost/graffiti/AShorterPost.aspx&lt;br /&gt;http://localhost/graffiti/A&lt;u&gt;Shorter&lt;/u&gt;Post.aspx&lt;br /&gt;http://localhost/graffiti/2008/04/15/AShorterPost.aspx&lt;br /&gt;http://localhost/graffiti/2008/04/15/A&lt;u&gt;Shorter&lt;/u&gt;Post.aspx&lt;br /&gt;http://localhost/graffiti/PermaLink.aspx?guid=988754c0-af1f-4665-967d-c8deb2d3d710&lt;br /&gt;http://localhost/graffiti/PermaLink,guid,988754c0-af1f-4665-967d-c8deb2d3d710.aspx&lt;br /&gt;http://localhost/graffiti/CommentView.aspx?guid=988754c0-af1f-4665-967d-c8deb2d3d710#commentstart&lt;br /&gt;http://localhost/graffiti/CommentView,guid,988754c0-af1f-4665-967d-c8deb2d3d710.aspx#commentstart&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Category pages
&lt;/h2&gt;http://localhost/graffiti/CategoryView.aspx?category=Category1&lt;br /&gt;http://localhost/graffiti/CategoryView.aspx?category=Category1&amp;amp;page=2&lt;br /&gt;http://localhost/graffiti/CategoryView,category,Category1.aspx&lt;br /&gt;http://localhost/graffiti/CategoryView,category,Category1,2.aspx&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Category + Subcategory pages
&lt;/h2&gt;http://localhost/graffiti/CategoryView.aspx?category=Category1&lt;u&gt;%7c&lt;/u&gt;Subcategory1&lt;br /&gt;http://localhost/graffiti/CategoryView,category,Category1Subcategory1.aspx&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
RSS/Atom URLs
&lt;/h2&gt;http://localhost/graffiti/SyndicationService.asmx/GetRss&lt;br /&gt;http://localhost/graffiti/SyndicationService.asmx/GetAtom&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
RSS/Atom Category URLs
&lt;/h2&gt;http://localhost/graffiti/SyndicationService.asmx/GetRssCategory?categoryName=Category1&lt;br /&gt;http://localhost/graffiti/SyndicationService.asmx/GetRssCategory?categoryName=Category1%7cSubcategory1&lt;br /&gt;http://localhost/graffiti/SyndicationService.asmx/GetAtomCategory?categoryName=Category1&lt;br /&gt;http://localhost/graffiti/SyndicationService.asmx/GetAtomCategory?categoryName=Category1%7cSubcategory1&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Date pages
&lt;/h2&gt;http://localhost/graffiti/default.aspx?month=2008-04 -&amp;gt; default.aspx&lt;br /&gt;http://localhost/graffiti/default.aspx?date=2008-04-01 -&amp;gt; default.aspx&lt;br /&gt; &lt;br /&gt;!!Archive page&lt;br /&gt;http://localhost/graffiti/archives.aspx-&amp;gt; default.aspx&lt;br /&gt; &lt;br /&gt;!!Timeline page&lt;br /&gt;http://localhost/graffiti/timeline.aspx-&amp;gt; default.aspx&lt;br /&gt; &lt;br /&gt;!!Search page&lt;br /&gt;http://localhost/graffiti/SearchView.aspx?q=search+term&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>shahineo</author><pubDate>Sun, 18 May 2008 15:48:29 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Supported URL Patterns 20080518034829P</guid></item><item><title>UPDATED WIKI: How dasBlog301 Works</title><link>http://www.codeplex.com/dasBlog301/Wiki/View.aspx?title=How dasBlog301 Works&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
dasBlog 301 works in conjunction with the import feature of Graffiti CMS 1.1. When you import your posts from dasBlog, Graffiti will store a List of all the dasBlog Permalinks and which Entry Title they belong to.&lt;br /&gt; &lt;br /&gt;dasBlog 301 looks up the value of &amp;quot;dasBlogPermalinks&amp;quot; in the &lt;a href="http://dev.graffiticms.com/developer/data/saving-your-custom-data-in-graffiti/" class="externalLink"&gt;Graffiti ObjectManager&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and figures out the corresponding url to redirect to. It will also cache this URL for re-use. It relies on this information be already present in your Graffiti CMS Database and the only way to get it their is via Import.&lt;br /&gt; &lt;br /&gt;dasBlog 301 can map permalinks for posts, as well as other dasBlog urls such as Categories (called Tags in Graffiti), RSS and Atom feeds, and other urls. These urls are defined in a UrlMap.xml file that is embeded in the plugin.&lt;br /&gt;
&lt;/div&gt;</description><author>shahineo</author><pubDate>Tue, 22 Apr 2008 04:43:20 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: How dasBlog301 Works 20080422044320A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dasBlog301/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;dasBlog 301 is a plugin for Graffiti CMS that supports url rewriting of permalinks, categories and other dasBlog urls.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;br /&gt;dasBlog301 will support all your existing dasBlog URLs. This allows all existing links on the internet to continue working without any changes. dasBlog301 will optionally issue permanent redirects (known as an HTTP 301)  which will instruct web servers such as Search Engines and RSS Readers to silently update all the URLs they know about to the new Graffiti URLs.&lt;br /&gt; &lt;br /&gt;dasBlog301 works after you have imported your posts using the Graffiti 1.1 import feature.  This is because the dasBlog EntryIDs (usually GUIDs) need to be imported into the Graffiti Database along with your posts.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Installation&lt;/b&gt;&lt;br /&gt;To install dasBlog301 copy the dasBlog301.dll to your Graffiti /bin folder on your web server. Then enable the plugin from the Graffiti Plug-in page. You should enable all three options in the plugin although you may want to enable permanent redirects at a later time.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Documentation&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/dasBlog301/Wiki/View.aspx?title=How%20dasBlog301%20Works&amp;amp;referringTitle=Home"&gt;How dasBlog301 Works&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/dasBlog301/Wiki/View.aspx?title=Supported%20URL%20Patterns&amp;amp;referringTitle=Home"&gt;Supported URL Patterns&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>shahineo</author><pubDate>Tue, 22 Apr 2008 04:42:52 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080422044252A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/dasBlog301/SourceControl/ListDownloadableCommits.aspx</link><description>updating example urls</description><author>shahineo</author><pubDate>Tue, 22 Apr 2008 04:35:31 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080422043531A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dasBlog301/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;dasBlog 301 is a plugin for Graffiti CMS that supports url rewriting of permalinks, categories and other dasBlog urls.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Overview&lt;/b&gt;&lt;br /&gt;dasBlog 301 works in conjunction with the import feature of Graffiti CMS 1.1. When you import your posts from dasBlog, Graffiti will store a List of all the dasBlog Permalinks and which Entry Title they belong to.&lt;br /&gt; &lt;br /&gt;dasBlog 301 looks up the value of &amp;quot;dasBlogPermalinks&amp;quot; in the &lt;a href="http://dev.graffiticms.com/developer/data/saving-your-custom-data-in-graffiti/" class="externalLink"&gt;Graffiti ObjectManager&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; and figures out the corresponding url to redirect to. It will also cache this URL for re-use. It relies on this information be already present in your Graffiti CMS Database and the only way to get it their is via Import.&lt;br /&gt; &lt;br /&gt;dasBlog 301 can map permalinks for posts, as well as other dasBlog urls such as Categories (called Tags in Graffiti), RSS and Atom feeds, and other urls. These urls are defined in a UrlMap.xml file that is embeded in the plugin.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Documentation&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/dasBlog301/Wiki/View.aspx?title=Supported%20URL%20Patterns&amp;amp;referringTitle=Home"&gt;Supported URL Patterns&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>shahineo</author><pubDate>Tue, 22 Apr 2008 04:34:14 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080422043414A</guid></item><item><title>UPDATED WIKI: Supported URL Patterns</title><link>http://www.codeplex.com/dasBlog301/Wiki/View.aspx?title=Supported URL Patterns&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Supported URLs
&lt;/h1&gt;&lt;h2&gt;
Permalinks for post
&lt;/h2&gt;http://localhost/graffiti/AShorterPost.aspx&lt;br /&gt;http://localhost/graffiti/A&lt;u&gt;Shorter&lt;/u&gt;Post.aspx&lt;br /&gt;http://localhost/graffiti/2008/04/15/AShorterPost.aspx&lt;br /&gt;http://localhost/graffiti/2008/04/15/A&lt;u&gt;Shorter&lt;/u&gt;Post.aspx&lt;br /&gt;http://localhost/graffiti/PermaLink.aspx?guid=988754c0-af1f-4665-967d-c8deb2d3d710&lt;br /&gt;http://localhost/graffiti/PermaLink,guid,988754c0-af1f-4665-967d-c8deb2d3d710.aspx&lt;br /&gt;http://localhost/graffiti/CommentView.aspx?guid=988754c0-af1f-4665-967d-c8deb2d3d710#commentstart&lt;br /&gt;http://localhost/graffiti/CommentView,guid,988754c0-af1f-4665-967d-c8deb2d3d710.aspx#commentstart&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Category pages
&lt;/h2&gt;http://localhost/graffiti/CategoryView.aspx?category=Category1&lt;br /&gt;http://localhost/graffiti/CategoryView.aspx?category=Category1&amp;amp;page=2&lt;br /&gt;http://localhost/graffiti/CategoryView,category,Category1.aspx&lt;br /&gt;http://localhost/graffiti/CategoryView,category,Category1,2.aspx&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Category + Subcategory pages
&lt;/h2&gt;http://localhost/graffiti/CategoryView.aspx?category=Category1&lt;u&gt;%7c&lt;/u&gt;Subcategory1&lt;br /&gt;http://localhost/graffiti/CategoryView,category,Category1Subcategory1.aspx&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
RSS/Atom URLs
&lt;/h2&gt;http://localhost/graffiti/SyndicationService.asmx/GetRss&lt;br /&gt;http://localhost/graffiti/SyndicationService.asmx/GetAtom&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
RSS/Atom Category URLs
&lt;/h2&gt;http://localhost/graffiti/SyndicationService.asmx/GetRssCategory?categoryName=Category1&lt;br /&gt;http://localhost/graffiti/SyndicationService.asmx/GetRssCategory?categoryName=Category1%7cSubcategory1&lt;br /&gt;http://localhost/graffiti/SyndicationService.asmx/GetAtomCategory?categoryName=Category1&lt;br /&gt;http://localhost/graffiti/SyndicationService.asmx/GetAtomCategory?categoryName=Category1%7cSubcategory1&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Not Supported
&lt;/h1&gt;&lt;h2&gt;
Date pages
&lt;/h2&gt;http://localhost/graffiti/default.aspx?month=2008-04&lt;br /&gt;http://localhost/graffiti/default.aspx?date=2008-04-01&lt;br /&gt;
&lt;/div&gt;</description><author>shahineo</author><pubDate>Tue, 22 Apr 2008 04:26:19 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Supported URL Patterns 20080422042619A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/dasBlog301/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;dasBlog 301 is a plugin for Graffiti CMS that supports url rewriting of permalinks, categories and other dasBlog urls.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Documentation&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/dasBlog301/Wiki/View.aspx?title=Supported%20URL%20Patterns&amp;amp;referringTitle=Home"&gt;Supported URL Patterns&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>shahineo</author><pubDate>Tue, 22 Apr 2008 04:22:11 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080422042211A</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/dasBlog301/SourceControl/ListDownloadableCommits.aspx</link><description></description><author>shahineo</author><pubDate>Tue, 22 Apr 2008 04:16:33 GMT</pubDate><guid isPermaLink="false">Source code checked in 20080422041633A</guid></item></channel></rss>