<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>WikiPlex Releases Rss Feed</title><link>http://wikiplex.codeplex.com/Release/ProjectReleases.aspx</link><description>WikiPlex Releases Rss Description</description><item><title>Updated Release: WikiPlex 2.0 (Nov 17, 2010)</title><link>http://wikiplex.codeplex.com/releases/view/51732</link><description>&lt;div class="wikidoc"&gt;&lt;i&gt;Official Version: 2.0.0.259 | &lt;a href="http://eworldui.net/blog/post/2010/11/09/WikiPlex-20-Released.aspx" class="externalLink"&gt;Official Release Notes&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/i&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;u&gt;&lt;b&gt;Breaking Changes from v1.x&lt;/b&gt;&lt;/u&gt;
&lt;ol&gt;&lt;li&gt;All renderers have been moved into the namespace &lt;span class="codeInline"&gt;WikiPlex.Formatting.Renderers&lt;/span&gt; from &lt;span class="codeInline"&gt;WikiPlex.Formatting&lt;/span&gt;. This also includes the &lt;span class="codeInline"&gt;IRenderer&lt;/span&gt; interface.&lt;/li&gt;
&lt;li&gt;The following interfaces have been removed: &lt;span class="codeInline"&gt;IMacroCompiler&lt;/span&gt;, &lt;span class="codeInline"&gt;IMacroParser&lt;/span&gt;, and &lt;span class="codeInline"&gt;IFormatter&lt;/span&gt;.&lt;/li&gt;
&lt;li&gt;The classes &lt;span class="codeInline"&gt;MacroParser&lt;/span&gt; and &lt;span class="codeInline"&gt;MacroFormatter&lt;/span&gt; have been renamed to &lt;span class="codeInline"&gt;Parser&lt;/span&gt; and &lt;span class="codeInline"&gt;Formatter&lt;/span&gt;, respectively.&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;u&gt;&lt;b&gt;New Features&lt;/b&gt;&lt;/u&gt;
&lt;ol&gt;&lt;li&gt;There is a new base &lt;span class="codeInline"&gt;Renderer&lt;/span&gt; class that encapsulates and simplifies common implementations.&lt;/li&gt;
&lt;li&gt;Ordered and Unordered lists can now be interleaved.
&lt;ol&gt;&lt;li&gt;For example: level one can be Ordered items while level two can be Unordered items, etc.&lt;/li&gt;
&lt;li&gt;The macros &lt;span class="codeInline"&gt;OrderedListMacro&lt;/span&gt; and &lt;span class="codeInline"&gt;UnorderedListMacro&lt;/span&gt; have been merged into a single &lt;span class="codeInline"&gt;ListMacro&lt;/span&gt;.&lt;/li&gt;
&lt;li&gt;Intermixing of different list types on the same level is unsupported.&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;Images can now contain height and width parameters on the image resource.
&lt;ol&gt;&lt;li&gt;Similarly to other macros, they&amp;#39;re specified as &amp;quot;http://foo.com/image.gif,height=220,width=380&amp;quot;.&lt;/li&gt;
&lt;li&gt;You can use any unit type - ie Pixel, Percent, etc.&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;A new multi-line indentation macro was added with the syntax of :{ ... :} so that content that normally spanned multiple lines (tables, lists, etc) can be indented.
&lt;ol&gt;&lt;li&gt;The :{ and :} need to be placed on separate lines encapsulating the content. &lt;/li&gt;
&lt;li&gt;You can have N number of colons to indicate level of indentation.&lt;/li&gt;
&lt;li&gt;The number of starting and ending colons must match in order for the macro to be valid.&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;Headings can now be indented on a single line by simply specifying the indentation macro, ie &amp;quot;: ! Heading&amp;quot;&lt;/li&gt;
&lt;li&gt;Two new overloads were added to IWikiEngine that accept an &lt;span class="codeInline"&gt;IEnumerable&amp;lt;IRenderer&amp;gt;&lt;/span&gt;. This is an exclusive list the engine will use to format, similarly to overload that takes macros.&lt;/li&gt;
&lt;li&gt;The &lt;span class="codeInline"&gt;ScopeRendered&lt;/span&gt; event on &lt;span class="codeInline"&gt;Formatter&lt;/span&gt; now also includes &lt;span class="codeInline"&gt;RenderedContent&lt;/span&gt;.&lt;/li&gt;
&lt;li&gt;The sample application now supports unicode characters as internal wiki page links.&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>matthaw</author><pubDate>Wed, 17 Nov 2010 22:48:05 GMT</pubDate><guid isPermaLink="false">Updated Release: WikiPlex 2.0 (Nov 17, 2010) 20101117104805P</guid></item><item><title>Released: WikiPlex 2.0 (Nov 17, 2010)</title><link>http://wikiplex.codeplex.com/releases/view/51732</link><description>
&lt;div class="wikidoc"&gt;&lt;i&gt;Official Version: 2.0.0.259 | &lt;a href="http://eworldui.net/blog/post/2010/11/09/WikiPlex-20-Released.aspx"&gt;
Official Release Notes&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/i&gt;&lt;br&gt;
&lt;ol&gt;
&lt;li&gt;&lt;u&gt;&lt;b&gt;Breaking Changes from v1.x&lt;/b&gt;&lt;/u&gt;
&lt;ol&gt;
&lt;li&gt;All renderers have been moved into the namespace &lt;span class="codeInline"&gt;WikiPlex.Formatting.Renderers&lt;/span&gt; from
&lt;span class="codeInline"&gt;WikiPlex.Formatting&lt;/span&gt;. This also includes the &lt;span class="codeInline"&gt;
IRenderer&lt;/span&gt; interface. &lt;/li&gt;&lt;li&gt;The following interfaces have been removed: &lt;span class="codeInline"&gt;IMacroCompiler&lt;/span&gt;,
&lt;span class="codeInline"&gt;IMacroParser&lt;/span&gt;, and &lt;span class="codeInline"&gt;IFormatter&lt;/span&gt;.
&lt;/li&gt;&lt;li&gt;The classes &lt;span class="codeInline"&gt;MacroParser&lt;/span&gt; and &lt;span class="codeInline"&gt;
MacroFormatter&lt;/span&gt; have been renamed to &lt;span class="codeInline"&gt;Parser&lt;/span&gt; and
&lt;span class="codeInline"&gt;Formatter&lt;/span&gt;, respectively.&lt;/li&gt;&lt;/ol&gt;
&lt;/li&gt;&lt;li&gt;&lt;u&gt;&lt;b&gt;New Features&lt;/b&gt;&lt;/u&gt;
&lt;ol&gt;
&lt;li&gt;There is a new base &lt;span class="codeInline"&gt;Renderer&lt;/span&gt; class that encapsulates and simplifies common implementations.
&lt;/li&gt;&lt;li&gt;Ordered and Unordered lists can now be interleaved.
&lt;ol&gt;
&lt;li&gt;For example: level one can be Ordered items while level two can be Unordered items, etc.
&lt;/li&gt;&lt;li&gt;The macros &lt;span class="codeInline"&gt;OrderedListMacro&lt;/span&gt; and &lt;span class="codeInline"&gt;
UnorderedListMacro&lt;/span&gt; have been merged into a single &lt;span class="codeInline"&gt;
ListMacro&lt;/span&gt;. &lt;/li&gt;&lt;li&gt;Intermixing of different list types on the same level is unsupported.&lt;/li&gt;&lt;/ol&gt;
&lt;/li&gt;&lt;li&gt;Images can now contain height and width parameters on the image resource.
&lt;ol&gt;
&lt;li&gt;Similarly to other macros, they&amp;#39;re specified as &amp;quot;http://foo.com/image.gif,height=220,width=380&amp;quot;.
&lt;/li&gt;&lt;li&gt;You can use any unit type - ie Pixel, Percent, etc.&lt;/li&gt;&lt;/ol&gt;
&lt;/li&gt;&lt;li&gt;A new multi-line indentation macro was added with the syntax of :{ ... :} so that content that normally spanned multiple lines (tables, lists, etc) can be indented.
&lt;ol&gt;
&lt;li&gt;The :{ and :} need to be placed on separate lines encapsulating the content. &lt;/li&gt;&lt;li&gt;You can have N number of colons to indicate level of indentation. &lt;/li&gt;&lt;li&gt;The number of starting and ending colons must match in order for the macro to be valid.&lt;/li&gt;&lt;/ol&gt;
&lt;/li&gt;&lt;li&gt;Headings can now be indented on a single line by simply specifying the indentation macro, ie &amp;quot;: ! Heading&amp;quot;
&lt;/li&gt;&lt;li&gt;Two new overloads were added to IWikiEngine that accept an &lt;span class="codeInline"&gt;
IEnumerable&amp;lt;IRenderer&amp;gt;&lt;/span&gt;. This is an exclusive list the engine will use to format, similarly to overload that takes macros.
&lt;/li&gt;&lt;li&gt;The &lt;span class="codeInline"&gt;ScopeRendered&lt;/span&gt; event on &lt;span class="codeInline"&gt;
Formatter&lt;/span&gt; now also includes &lt;span class="codeInline"&gt;RenderedContent&lt;/span&gt;.
&lt;/li&gt;&lt;li&gt;The sample application now supports unicode characters as internal wiki page links.&lt;/li&gt;&lt;/ol&gt;
&lt;/li&gt;&lt;/ol&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Wed, 17 Nov 2010 22:48:05 GMT</pubDate><guid isPermaLink="false">Released: WikiPlex 2.0 (Nov 17, 2010) 20101117104805P</guid></item><item><title>Updated Release: WikiPlex 1.4 (Aug 24, 2010)</title><link>http://wikiplex.codeplex.com/releases/view/51122</link><description>&lt;div class="wikidoc"&gt;&lt;i&gt;Official Version: 1.4.0.232 | &lt;a href="http://wikiplex.codeplex.com/wikipage?title=http%3a%2f%2fwww.eworldui.net%2fblog%2fpost%2f2010%2f08%2f24%2fWikiPlex-14-Released.aspx"&gt;Official Release Notes&lt;/a&gt;&lt;/i&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;u&gt;&lt;b&gt;Infrastructure Changes&lt;/b&gt;&lt;/u&gt;
&lt;ol&gt;&lt;li&gt;.NET 4 and .NET 3.5 support (separate downloads)&lt;/li&gt;
&lt;li&gt;Sample website updated to ASP.NET MVC 2&lt;/li&gt;
&lt;li&gt;Added support to install via Nu / RubyGems (&lt;span class="codeInline"&gt;nu install wikiplex&lt;/span&gt;)&lt;/li&gt;
&lt;li&gt;&lt;span class="codeInline"&gt;void IFormatter.Format(string, StringBuilder)&lt;/span&gt; is marked as obsolete. Should utilize &lt;span class="codeInline"&gt;string IFormatter.Format(string)&lt;/span&gt; instead&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;u&gt;&lt;b&gt;New Features&lt;/b&gt;&lt;/u&gt;
&lt;ol&gt;&lt;li&gt;Added support for Silverlight 4, as the default version&lt;/li&gt;
&lt;li&gt;Added support for &lt;span class="codeInline"&gt;gpuAcceleration&lt;/span&gt; for Silverlight 3/4&lt;/li&gt;
&lt;li&gt;Added support for Vimeo videos&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;u&gt;&lt;b&gt;Bug Fixes&lt;/b&gt;&lt;/u&gt;
&lt;ol&gt;&lt;li&gt;Runaway syntax highlighting will be killed after 5 seconds resulting in no syntax highlighting.&lt;/li&gt;
&lt;li&gt;Multi-line comments are properly syntax highlighted for Powershell code&lt;/li&gt;
&lt;li&gt;Fixed table rendering bug when a cell contains links with alternate text&lt;/li&gt;
&lt;li&gt;Encoded new line characters are now properly interpreted and replaced with line breaks.&lt;/li&gt;
&lt;li&gt;&amp;quot;Cleared&amp;quot; elements after aligned content are now properly rendering appropriate spacing.&lt;/li&gt;
&lt;li&gt;Fixed &amp;quot;++&amp;quot; not being rendered as plain-text (ie, C++)&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>matthaw</author><pubDate>Tue, 24 Aug 2010 21:27:34 GMT</pubDate><guid isPermaLink="false">Updated Release: WikiPlex 1.4 (Aug 24, 2010) 20100824092734P</guid></item><item><title>Released: WikiPlex 1.4 (Aug 24, 2010)</title><link>http://wikiplex.codeplex.com/releases/view/51122</link><description>&lt;div class=wikidoc&gt;&lt;i&gt;Official Version: 1.4.0.232 | &lt;a href="http://wikiplex.codeplex.com/wikipage?title=http://www.eworldui.net/blog/post/2010/08/24/WikiPlex-14-Released.aspx"&gt;Official Release Notes&lt;/a&gt;&lt;/i&gt;&lt;br&gt;
&lt;ol&gt;&lt;li&gt;&lt;u&gt;&lt;b&gt;Infrastructure Changes&lt;/b&gt;&lt;/u&gt;
&lt;ol&gt;&lt;li&gt;.NET 4 and .NET 3.5 support (separate downloads)&lt;/li&gt;
&lt;li&gt;Sample website updated to ASP.NET MVC 2&lt;/li&gt;
&lt;li&gt;Added support to install via Nu / RubyGems (&lt;span class=codeInline&gt;nu install wikiplex&lt;/span&gt;)&lt;/li&gt;
&lt;li&gt;&lt;span class=codeInline&gt;void IFormatter.Format(string, StringBuilder)&lt;/span&gt; is marked as obsolete. Should utilize &lt;span class=codeInline&gt;string IFormatter.Format(string)&lt;/span&gt; instead&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;u&gt;&lt;b&gt;New Features&lt;/b&gt;&lt;/u&gt;
&lt;ol&gt;&lt;li&gt;Added support for Silverlight 4, as the default version&lt;/li&gt;
&lt;li&gt;Added support for &lt;span class=codeInline&gt;gpuAcceleration&lt;/span&gt; for Silverlight 3/4&lt;/li&gt;
&lt;li&gt;Added support for Vimeo videos&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;u&gt;&lt;b&gt;Bug Fixes&lt;/b&gt;&lt;/u&gt;
&lt;ol&gt;&lt;li&gt;Runaway syntax highlighting will be killed after 5 seconds resulting in no syntax highlighting.&lt;/li&gt;
&lt;li&gt;Multi-line comments are properly syntax highlighted for Powershell code&lt;/li&gt;
&lt;li&gt;Fixed table rendering bug when a cell contains links with alternate text&lt;/li&gt;
&lt;li&gt;Encoded new line characters are now properly interpreted and replaced with line breaks.&lt;/li&gt;
&lt;li&gt;&amp;quot;Cleared&amp;quot; elements after aligned content are now properly rendering appropriate spacing.&lt;/li&gt;
&lt;li&gt;Fixed &amp;quot;++&amp;quot; not being rendered as plain-text (ie, C++)&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Tue, 24 Aug 2010 21:27:34 GMT</pubDate><guid isPermaLink="false">Released: WikiPlex 1.4 (Aug 24, 2010) 20100824092734P</guid></item><item><title>Updated Release: WikiPlex 1.1 (Aug 05, 2009)</title><link>http://wikiplex.codeplex.com/releases/view/31144</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Info:&lt;/b&gt; _Official Version: 1.1.0.149 | &lt;a href="http://blog.eworldui.net/post/2009/08/04/WikiPlex-v11-Released.aspx" class="externalLink"&gt;Full Release Notes&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;b&gt;&lt;u&gt;Mono Compatibility&lt;/u&gt;&lt;/b&gt; - The WikiPlex source has been tested against the 2.4.2.1 release of Mono running on Linux. The source cleanly compiles and runs the sample application (note: you do still have to setup your own database for this). The only remaining issues running the sample application on Mono are ASP.NET MVC / Mono bugs. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Scope Augmenters&lt;/u&gt;&lt;/b&gt; - Scope Augmenters allow changing the resulting scopes prior to rendering based on a macro mapping. Previously - the Table, Ordered List, and Unordered List scope augmentation were hard-coded into the MacroParser. With this release, you can now add your own augmenters to fully control the rendering of WikiPlex. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Syndicated Feeds&lt;/u&gt;&lt;/b&gt; - The entire WCF syndication API was removed in lieu of utilizing a simpler, customized syndication framework. The main reasons for this change included: Mono currently not supporting this API and supporting the odd Google Atom specification. Aside from these internal changes, the macro was expanded so that it now supports &lt;span class="codeInline"&gt;{rss:url=...&lt;/span&gt;}, &lt;span class="codeInline"&gt;{feed:url=...&lt;/span&gt;}, and &lt;span class="codeInline"&gt;{atom:url=...&lt;/span&gt;} matching. No matter which format you use, the renderer will still choose the appropriate syndication reader (ie, you can specify rss for an atom feed, and vice versa). &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Sample Download&lt;/u&gt;&lt;/b&gt; - To be honest, I never opened the sample project from the .zip file, and so I never realized the state that it was in. Be it missing files, incorrect references, whatever - everything is fixed now! Along with that, several people have indicated that they didn&amp;#39;t have SQL 2008 Express installed, so within the App_Data directory, there&amp;#39;s a Wiki.sql file that you can execute on your local SQL server to create the sample tables/data (oh, and don&amp;#39;t forget to change your connection string). &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Invalid Syntax Highlight Code Blocks&lt;/u&gt;&lt;/b&gt; - Previously, if someone supplied a &lt;span class="codeInline"&gt;{code:xxx&lt;/span&gt;} block that didn&amp;#39;t match any of the supported languages, their source code would not be formatted as code. In v1.1 this has been changed, as it&amp;#39;ll fall back to the non-syntax highlighted display of the code if it cannot find the language. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Namespace Cleanup&lt;/u&gt;&lt;/b&gt; - This should only affect advanced users of the wiki engine. Below is a list of the changes: 
&lt;ol&gt;&lt;li&gt;ScopeName was moved from WikiPlex.Common to WikiPlex &lt;/li&gt;
&lt;li&gt;IXmlDocumentReader and XmlDocumentReader were moved from WikiPlex.Common to WikiPlex.Syndication&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>matthaw</author><pubDate>Wed, 17 Mar 2010 07:08:47 GMT</pubDate><guid isPermaLink="false">Updated Release: WikiPlex 1.1 (Aug 05, 2009) 20100317070847A</guid></item><item><title>Released: WikiPlex 1.1 (Aug 05, 2009)</title><link>http://wikiplex.codeplex.com/releases/view/31144</link><description>&lt;div&gt;&lt;b&gt;Info:&lt;/b&gt; _Official Version: 1.1.0.149 | &lt;a href="http://blog.eworldui.net/post/2009/08/04/WikiPlex-v11-Released.aspx"&gt;Full Release Notes&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br&gt;
&lt;ol&gt;&lt;li&gt;&lt;b&gt;&lt;u&gt;Mono Compatibility&lt;/u&gt;&lt;/b&gt; - The WikiPlex source has been tested against the 2.4.2.1 release of Mono running on Linux. The source cleanly compiles and runs the sample application (note: you do still have to setup your own database for this). The only remaining issues running the sample application on Mono are ASP.NET MVC / Mono bugs. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Scope Augmenters&lt;/u&gt;&lt;/b&gt; - Scope Augmenters allow changing the resulting scopes prior to rendering based on a macro mapping. Previously - the Table, Ordered List, and Unordered List scope augmentation were hard-coded into the MacroParser. With this release, you can now add your own augmenters to fully control the rendering of WikiPlex. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Syndicated Feeds&lt;/u&gt;&lt;/b&gt; - The entire WCF syndication API was removed in lieu of utilizing a simpler, customized syndication framework. The main reasons for this change included: Mono currently not supporting this API and supporting the odd Google Atom specification. Aside from these internal changes, the macro was expanded so that it now supports &lt;span&gt;{rss:url=...&lt;/span&gt;}, &lt;span&gt;{feed:url=...&lt;/span&gt;}, and &lt;span&gt;{atom:url=...&lt;/span&gt;} matching. No matter which format you use, the renderer will still choose the appropriate syndication reader (ie, you can specify rss for an atom feed, and vice versa). &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Sample Download&lt;/u&gt;&lt;/b&gt; - To be honest, I never opened the sample project from the .zip file, and so I never realized the state that it was in. Be it missing files, incorrect references, whatever - everything is fixed now! Along with that, several people have indicated that they didn&amp;#39;t have SQL 2008 Express installed, so within the App_Data directory, there&amp;#39;s a Wiki.sql file that you can execute on your local SQL server to create the sample tables/data (oh, and don&amp;#39;t forget to change your connection string). &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Invalid Syntax Highlight Code Blocks&lt;/u&gt;&lt;/b&gt; - Previously, if someone supplied a &lt;span&gt;{code:xxx&lt;/span&gt;} block that didn&amp;#39;t match any of the supported languages, their source code would not be formatted as code. In v1.1 this has been changed, as it&amp;#39;ll fall back to the non-syntax highlighted display of the code if it cannot find the language. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Namespace Cleanup&lt;/u&gt;&lt;/b&gt; - This should only affect advanced users of the wiki engine. Below is a list of the changes: 
&lt;ol&gt;&lt;li&gt;ScopeName was moved from WikiPlex.Common to WikiPlex &lt;/li&gt;
&lt;li&gt;IXmlDocumentReader and XmlDocumentReader were moved from WikiPlex.Common to WikiPlex.Syndication&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Wed, 17 Mar 2010 07:08:47 GMT</pubDate><guid isPermaLink="false">Released: WikiPlex 1.1 (Aug 05, 2009) 20100317070847A</guid></item><item><title>Updated Release: WikiPlex 1.2 (Oct 08, 2009)</title><link>http://wikiplex.codeplex.com/releases/view/34162</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Info:&lt;/b&gt; &lt;i&gt;Official Version: 1.2.0.179 | &lt;a href="http://blog.eworldui.net/post/2009/10/08/WikiPlex-v12-Released.aspx" class="externalLink"&gt;Full Release Notes&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/i&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;b&gt;&lt;u&gt;Indentation Macro&lt;/u&gt;&lt;/b&gt; - This new macro adds support for blockquote indentation. Utilize it similar to the ordered/unordered list macros with the colon character. See this &lt;a href="http://wikiplex.codeplex.com/wikipage?title=Text%20Alignment"&gt;documentation&lt;/a&gt; for an example on how to use it.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Silverlight Macro&lt;/u&gt;&lt;/b&gt; - This macro was updated to support:
&lt;ol&gt;&lt;li&gt;Any type of height/width unit (px, pc, pt, em, %, etc).&lt;/li&gt;
&lt;li&gt;Require Silverlight 3 as the default. You can optionally revert back to Silverlight 2 with the version=2 parameter.&lt;/li&gt;
&lt;li&gt;Support for initialization parameters by supplying any additional key/value parameters in the macro.&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Video Macro&lt;/u&gt;&lt;/b&gt; - This macro was updated to support:
&lt;ol&gt;&lt;li&gt;A height/width supporting any type (px, pc, pt, em %, etc)&lt;/li&gt;
&lt;li&gt;Videos will not auto-start by default.&lt;/li&gt;
&lt;li&gt;Soapbox support has been removed.&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Syntax Highlight Support&lt;/u&gt;&lt;/b&gt; - Two more languages have been included:
&lt;ol&gt;&lt;li&gt;{code:c++} ...Your C++ Code... {code:c++}&lt;/li&gt;
&lt;li&gt;{code:java} ...Your Java Code... {code:java}&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Updated Sample Application&lt;/u&gt;&lt;/b&gt; - A WebForms variant was added to the sample application. It can be found under the /WebForms directory.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>matthaw</author><pubDate>Wed, 17 Mar 2010 07:08:32 GMT</pubDate><guid isPermaLink="false">Updated Release: WikiPlex 1.2 (Oct 08, 2009) 20100317070832A</guid></item><item><title>Released: WikiPlex 1.2 (Oct 08, 2009)</title><link>http://wikiplex.codeplex.com/releases/view/34162</link><description>&lt;div&gt;&lt;b&gt;Info:&lt;/b&gt; &lt;i&gt;Official Version: 1.2.0.179 | &lt;a href="http://blog.eworldui.net/post/2009/10/08/WikiPlex-v12-Released.aspx"&gt;Full Release Notes&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/i&gt;&lt;br&gt;
&lt;ol&gt;&lt;li&gt;&lt;b&gt;&lt;u&gt;Indentation Macro&lt;/u&gt;&lt;/b&gt; - This new macro adds support for blockquote indentation. Utilize it similar to the ordered/unordered list macros with the colon character. See this &lt;a href="http://wikiplex.codeplex.com/wikipage?title=Text Alignment"&gt;documentation&lt;/a&gt; for an example on how to use it.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Silverlight Macro&lt;/u&gt;&lt;/b&gt; - This macro was updated to support:
&lt;ol&gt;&lt;li&gt;Any type of height/width unit (px, pc, pt, em, %, etc).&lt;/li&gt;
&lt;li&gt;Require Silverlight 3 as the default. You can optionally revert back to Silverlight 2 with the version=2 parameter.&lt;/li&gt;
&lt;li&gt;Support for initialization parameters by supplying any additional key/value parameters in the macro.&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Video Macro&lt;/u&gt;&lt;/b&gt; - This macro was updated to support:
&lt;ol&gt;&lt;li&gt;A height/width supporting any type (px, pc, pt, em %, etc)&lt;/li&gt;
&lt;li&gt;Videos will not auto-start by default.&lt;/li&gt;
&lt;li&gt;Soapbox support has been removed.&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Syntax Highlight Support&lt;/u&gt;&lt;/b&gt; - Two more languages have been included:
&lt;ol&gt;&lt;li&gt;{code:c++} ...Your C++ Code... {code:c++}&lt;/li&gt;
&lt;li&gt;{code:java} ...Your Java Code... {code:java}&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Updated Sample Application&lt;/u&gt;&lt;/b&gt; - A WebForms variant was added to the sample application. It can be found under the /WebForms directory.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Wed, 17 Mar 2010 07:08:32 GMT</pubDate><guid isPermaLink="false">Released: WikiPlex 1.2 (Oct 08, 2009) 20100317070832A</guid></item><item><title>Updated Release: WikiPlex 1.3 (Mar 11, 2010)</title><link>http://wikiplex.codeplex.com/releases/view/41788</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Info:&lt;/b&gt; &lt;i&gt;Official Version: 1.3.0.215 | &lt;a href="http://blog.eworldui.net/post/2010/03/11/WikiPlex-v13-Released.aspx" class="externalLink"&gt;Full Release Notes&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/i&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;b&gt;&lt;u&gt;Documentation&lt;/u&gt;&lt;/b&gt; - This new documentation includes
&lt;ol&gt;&lt;li&gt;Full Markup Guide with Examples&lt;/li&gt;
&lt;li&gt;Articles on Extending WikiPlex&lt;/li&gt;
&lt;li&gt;API Documentation&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Video Macro&lt;/u&gt;&lt;/b&gt; - This macro was updated to support Channel9 Videos.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Syntax Highlight Support&lt;/u&gt;&lt;/b&gt; - One more language has been included:
&lt;ol&gt;&lt;li&gt;{code:powershell} ... Your Powershell Code ... {code:powershell}&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>matthaw</author><pubDate>Wed, 17 Mar 2010 07:08:16 GMT</pubDate><guid isPermaLink="false">Updated Release: WikiPlex 1.3 (Mar 11, 2010) 20100317070816A</guid></item><item><title>Released: WikiPlex 1.3 (Mar 11, 2010)</title><link>http://wikiplex.codeplex.com/releases/view/41788</link><description>&lt;div&gt;&lt;b&gt;Info:&lt;/b&gt; &lt;i&gt;Official Version: 1.3.0.215 | &lt;a href="http://blog.eworldui.net/post/2010/03/11/WikiPlex-v13-Released.aspx"&gt;Full Release Notes&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/i&gt;&lt;br&gt;
&lt;ol&gt;&lt;li&gt;&lt;b&gt;&lt;u&gt;Documentation&lt;/u&gt;&lt;/b&gt; - This new documentation includes
&lt;ol&gt;&lt;li&gt;Full Markup Guide with Examples&lt;/li&gt;
&lt;li&gt;Articles on Extending WikiPlex&lt;/li&gt;
&lt;li&gt;API Documentation&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Video Macro&lt;/u&gt;&lt;/b&gt; - This macro was updated to support Channel9 Videos.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Syntax Highlight Support&lt;/u&gt;&lt;/b&gt; - One more language has been included:
&lt;ol&gt;&lt;li&gt;{code:powershell} ... Your Powershell Code ... {code:powershell}&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Wed, 17 Mar 2010 07:08:16 GMT</pubDate><guid isPermaLink="false">Released: WikiPlex 1.3 (Mar 11, 2010) 20100317070816A</guid></item><item><title>Updated Release: WikiPlex 1.3 (Mar 11, 2010)</title><link>http://wikiplex.codeplex.com/releases/view/41788</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Info:&lt;/b&gt; &lt;i&gt;Official Version: 1.3.0.215 | &lt;a href="http://blog.eworldui.net/post/2010/03/WikiPlex-v13-Released.aspx" class="externalLink"&gt;Full Release Notes&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/i&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;b&gt;&lt;u&gt;Documentation&lt;/u&gt;&lt;/b&gt; - This new documentation includes
&lt;ol&gt;&lt;li&gt;Full Markup Guide with Examples&lt;/li&gt;
&lt;li&gt;Articles on Extending WikiPlex&lt;/li&gt;
&lt;li&gt;API Documentation&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Video Macro&lt;/u&gt;&lt;/b&gt; - This macro was updated to support Channel9 Videos.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Syntax Highlight Support&lt;/u&gt;&lt;/b&gt; - One more language has been included:
&lt;ol&gt;&lt;li&gt;{code:powershell} ... Your Powershell Code ... {code:powershell}&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>matthaw</author><pubDate>Fri, 12 Mar 2010 00:54:58 GMT</pubDate><guid isPermaLink="false">Updated Release: WikiPlex 1.3 (Mar 11, 2010) 20100312125458A</guid></item><item><title>Released: WikiPlex 1.3 (Mar 11, 2010)</title><link>http://wikiplex.codeplex.com/releases/view/41788</link><description>&lt;div&gt;&lt;b&gt;Info:&lt;/b&gt; &lt;i&gt;Official Version: 1.3.0.215 | &lt;a href="http://blog.eworldui.net/post/2010/03/WikiPlex-v13-Released.aspx"&gt;Full Release Notes&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/i&gt;&lt;br&gt;
&lt;ol&gt;&lt;li&gt;&lt;b&gt;&lt;u&gt;Documentation&lt;/u&gt;&lt;/b&gt; - This new documentation includes
&lt;ol&gt;&lt;li&gt;Full Markup Guide with Examples&lt;/li&gt;
&lt;li&gt;Articles on Extending WikiPlex&lt;/li&gt;
&lt;li&gt;API Documentation&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Video Macro&lt;/u&gt;&lt;/b&gt; - This macro was updated to support Channel9 Videos.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Syntax Highlight Support&lt;/u&gt;&lt;/b&gt; - One more language has been included:
&lt;ol&gt;&lt;li&gt;{code:powershell} ... Your Powershell Code ... {code:powershell}&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Fri, 12 Mar 2010 00:54:58 GMT</pubDate><guid isPermaLink="false">Released: WikiPlex 1.3 (Mar 11, 2010) 20100312125458A</guid></item><item><title>Created Release: WikiPlex 1.3 (Mar 11, 2010)</title><link>http://wikiplex.codeplex.com/releases?ReleaseId=41788</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Info:&lt;/b&gt; &lt;i&gt;Official Version: 1.3.0.215&lt;/i&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;b&gt;&lt;u&gt;Documentation&lt;/u&gt;&lt;/b&gt; - This new documentation includes
&lt;ol&gt;&lt;li&gt;Full Markup Guide with Examples&lt;/li&gt;
&lt;li&gt;Articles on Extending WikiPlex&lt;/li&gt;
&lt;li&gt;API Documentation&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Video Macro&lt;/u&gt;&lt;/b&gt; - This macro was updated to support Channel9 Videos.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Syntax Highlight Support&lt;/u&gt;&lt;/b&gt; - One more language has been included:
&lt;ol&gt;&lt;li&gt;{code:powershell} ... Your Powershell Code ... {code:powershell}&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>matthaw</author><pubDate>Fri, 12 Mar 2010 00:46:33 GMT</pubDate><guid isPermaLink="false">Created Release: WikiPlex 1.3 (Mar 11, 2010) 20100312124633A</guid></item><item><title>Updated Release: WikiPlex 1.0 (Jul 16, 2009)</title><link>http://wikiplex.codeplex.com/releases/view/30255</link><description>&lt;div class="wikidoc"&gt;&lt;h2&gt;Initial release of WikiPlex&lt;/h2&gt;&lt;i&gt;Official Version: 1.0.0.104&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;The following macros are supported by WikiPlex. For usage of each macro, please see the &lt;a href="http://wikiplex.codeplex.com/wikipage?title=Markup%20Guide"&gt;Markup Guide&lt;/a&gt;.
&lt;ul&gt;&lt;li&gt;&lt;a href="http://wikiplex.codeplex.com/wikipage?title=Basic%20Text%20Formatting"&gt;Text Formatting&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;Bold&lt;/li&gt;
&lt;li&gt;Italics&lt;/li&gt;
&lt;li&gt;Underline&lt;/li&gt;
&lt;li&gt;Strikethrough&lt;/li&gt;
&lt;li&gt;Superscript&lt;/li&gt;
&lt;li&gt;Subscript&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://wikiplex.codeplex.com/wikipage?title=Headings"&gt;Headings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://wikiplex.codeplex.com/wikipage?title=Images"&gt;Images&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://wikiplex.codeplex.com/wikipage?title=Links"&gt;Links&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://wikiplex.codeplex.com/wikipage?title=Tables"&gt;Tables&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://wikiplex.codeplex.com/wikipage?title=Text%20Alignment"&gt;Left and Right Aligned text&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://wikiplex.codeplex.com/wikipage?title=Lists"&gt;Ordered and Unordered Lists&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://wikiplex.codeplex.com/wikipage?title=RSS%20Support"&gt;RSS &amp;#47; Atom Feeds&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Source Code Blocks (both &lt;a href="http://wikiplex.codeplex.com/wikipage?title=Syntax%20Highlighting"&gt;syntax highlighted&lt;/a&gt;, and &lt;a href="http://wikiplex.codeplex.com/wikipage?title=Code%20Blocks"&gt;not&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://wikiplex.codeplex.com/wikipage?title=Silverlight%20Support"&gt;Silverlight&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://wikiplex.codeplex.com/wikipage?title=Video%20Support"&gt;Videos&lt;/a&gt; (Flash, Quicktime, Real, Soapbox, Windows Media, and YouTube)&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>matthaw</author><pubDate>Thu, 11 Feb 2010 22:45:38 GMT</pubDate><guid isPermaLink="false">Updated Release: WikiPlex 1.0 (Jul 16, 2009) 20100211104538P</guid></item><item><title>Released: WikiPlex 1.0 (Jul 16, 2009)</title><link>http://wikiplex.codeplex.com/releases/view/30255</link><description>&lt;div&gt;&lt;h2&gt;Initial release of WikiPlex&lt;/h2&gt;&lt;i&gt;Official Version: 1.0.0.104&lt;/i&gt;&lt;br&gt;&lt;br&gt;The following macros are supported by WikiPlex. For usage of each macro, please see the &lt;a href="http://wikiplex.codeplex.com/wikipage?title=Markup Guide"&gt;Markup Guide&lt;/a&gt;.
&lt;ul&gt;&lt;li&gt;&lt;a href="http://wikiplex.codeplex.com/wikipage?title=Basic Text Formatting"&gt;Text Formatting&lt;/a&gt;
&lt;ul&gt;&lt;li&gt;Bold&lt;/li&gt;
&lt;li&gt;Italics&lt;/li&gt;
&lt;li&gt;Underline&lt;/li&gt;
&lt;li&gt;Strikethrough&lt;/li&gt;
&lt;li&gt;Superscript&lt;/li&gt;
&lt;li&gt;Subscript&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://wikiplex.codeplex.com/wikipage?title=Headings"&gt;Headings&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://wikiplex.codeplex.com/wikipage?title=Images"&gt;Images&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://wikiplex.codeplex.com/wikipage?title=Links"&gt;Links&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://wikiplex.codeplex.com/wikipage?title=Tables"&gt;Tables&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://wikiplex.codeplex.com/wikipage?title=Text Alignment"&gt;Left and Right Aligned text&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://wikiplex.codeplex.com/wikipage?title=Lists"&gt;Ordered and Unordered Lists&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://wikiplex.codeplex.com/wikipage?title=RSS Support"&gt;RSS &amp;#47; Atom Feeds&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Source Code Blocks (both &lt;a href="http://wikiplex.codeplex.com/wikipage?title=Syntax Highlighting"&gt;syntax highlighted&lt;/a&gt;, and &lt;a href="http://wikiplex.codeplex.com/wikipage?title=Code Blocks"&gt;not&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://wikiplex.codeplex.com/wikipage?title=Silverlight Support"&gt;Silverlight&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://wikiplex.codeplex.com/wikipage?title=Video Support"&gt;Videos&lt;/a&gt; (Flash, Quicktime, Real, Soapbox, Windows Media, and YouTube)&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Thu, 11 Feb 2010 22:45:38 GMT</pubDate><guid isPermaLink="false">Released: WikiPlex 1.0 (Jul 16, 2009) 20100211104538P</guid></item><item><title>Updated Release: WikiPlex 1.1 (Aug 05, 2009)</title><link>http://wikiplex.codeplex.com/releases/view/31144</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Info:&lt;/b&gt; _Official Version: 1.1.0.149 | &lt;a href="http://blog.eworldui.net/post/2009/08/WikiPlex-v11-Released.aspx" class="externalLink"&gt;Full Release Notes&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;b&gt;&lt;u&gt;Mono Compatibility&lt;/u&gt;&lt;/b&gt; - The WikiPlex source has been tested against the 2.4.2.1 release of Mono running on Linux. The source cleanly compiles and runs the sample application (note: you do still have to setup your own database for this). The only remaining issues running the sample application on Mono are ASP.NET MVC / Mono bugs. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Scope Augmenters&lt;/u&gt;&lt;/b&gt; - Scope Augmenters allow changing the resulting scopes prior to rendering based on a macro mapping. Previously - the Table, Ordered List, and Unordered List scope augmentation were hard-coded into the MacroParser. With this release, you can now add your own augmenters to fully control the rendering of WikiPlex. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Syndicated Feeds&lt;/u&gt;&lt;/b&gt; - The entire WCF syndication API was removed in lieu of utilizing a simpler, customized syndication framework. The main reasons for this change included: Mono currently not supporting this API and supporting the odd Google Atom specification. Aside from these internal changes, the macro was expanded so that it now supports &lt;span class="codeInline"&gt;{rss:url=...&lt;/span&gt;}, &lt;span class="codeInline"&gt;{feed:url=...&lt;/span&gt;}, and &lt;span class="codeInline"&gt;{atom:url=...&lt;/span&gt;} matching. No matter which format you use, the renderer will still choose the appropriate syndication reader (ie, you can specify rss for an atom feed, and vice versa). &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Sample Download&lt;/u&gt;&lt;/b&gt; - To be honest, I never opened the sample project from the .zip file, and so I never realized the state that it was in. Be it missing files, incorrect references, whatever - everything is fixed now! Along with that, several people have indicated that they didn&amp;#39;t have SQL 2008 Express installed, so within the App_Data directory, there&amp;#39;s a Wiki.sql file that you can execute on your local SQL server to create the sample tables/data (oh, and don&amp;#39;t forget to change your connection string). &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Invalid Syntax Highlight Code Blocks&lt;/u&gt;&lt;/b&gt; - Previously, if someone supplied a &lt;span class="codeInline"&gt;{code:xxx&lt;/span&gt;} block that didn&amp;#39;t match any of the supported languages, their source code would not be formatted as code. In v1.1 this has been changed, as it&amp;#39;ll fall back to the non-syntax highlighted display of the code if it cannot find the language. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Namespace Cleanup&lt;/u&gt;&lt;/b&gt; - This should only affect advanced users of the wiki engine. Below is a list of the changes: 
&lt;ol&gt;&lt;li&gt;ScopeName was moved from WikiPlex.Common to WikiPlex &lt;/li&gt;
&lt;li&gt;IXmlDocumentReader and XmlDocumentReader were moved from WikiPlex.Common to WikiPlex.Syndication&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>matthaw</author><pubDate>Thu, 11 Feb 2010 22:44:21 GMT</pubDate><guid isPermaLink="false">Updated Release: WikiPlex 1.1 (Aug 05, 2009) 20100211104421P</guid></item><item><title>Released: WikiPlex 1.1 (Aug 05, 2009)</title><link>http://wikiplex.codeplex.com/releases/view/31144</link><description>&lt;div&gt;&lt;b&gt;Info:&lt;/b&gt; _Official Version: 1.1.0.149 | &lt;a href="http://blog.eworldui.net/post/2009/08/WikiPlex-v11-Released.aspx"&gt;Full Release Notes&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br&gt;
&lt;ol&gt;&lt;li&gt;&lt;b&gt;&lt;u&gt;Mono Compatibility&lt;/u&gt;&lt;/b&gt; - The WikiPlex source has been tested against the 2.4.2.1 release of Mono running on Linux. The source cleanly compiles and runs the sample application (note: you do still have to setup your own database for this). The only remaining issues running the sample application on Mono are ASP.NET MVC / Mono bugs. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Scope Augmenters&lt;/u&gt;&lt;/b&gt; - Scope Augmenters allow changing the resulting scopes prior to rendering based on a macro mapping. Previously - the Table, Ordered List, and Unordered List scope augmentation were hard-coded into the MacroParser. With this release, you can now add your own augmenters to fully control the rendering of WikiPlex. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Syndicated Feeds&lt;/u&gt;&lt;/b&gt; - The entire WCF syndication API was removed in lieu of utilizing a simpler, customized syndication framework. The main reasons for this change included: Mono currently not supporting this API and supporting the odd Google Atom specification. Aside from these internal changes, the macro was expanded so that it now supports &lt;span&gt;{rss:url=...&lt;/span&gt;}, &lt;span&gt;{feed:url=...&lt;/span&gt;}, and &lt;span&gt;{atom:url=...&lt;/span&gt;} matching. No matter which format you use, the renderer will still choose the appropriate syndication reader (ie, you can specify rss for an atom feed, and vice versa). &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Sample Download&lt;/u&gt;&lt;/b&gt; - To be honest, I never opened the sample project from the .zip file, and so I never realized the state that it was in. Be it missing files, incorrect references, whatever - everything is fixed now! Along with that, several people have indicated that they didn&amp;#39;t have SQL 2008 Express installed, so within the App_Data directory, there&amp;#39;s a Wiki.sql file that you can execute on your local SQL server to create the sample tables/data (oh, and don&amp;#39;t forget to change your connection string). &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Invalid Syntax Highlight Code Blocks&lt;/u&gt;&lt;/b&gt; - Previously, if someone supplied a &lt;span&gt;{code:xxx&lt;/span&gt;} block that didn&amp;#39;t match any of the supported languages, their source code would not be formatted as code. In v1.1 this has been changed, as it&amp;#39;ll fall back to the non-syntax highlighted display of the code if it cannot find the language. &lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Namespace Cleanup&lt;/u&gt;&lt;/b&gt; - This should only affect advanced users of the wiki engine. Below is a list of the changes: 
&lt;ol&gt;&lt;li&gt;ScopeName was moved from WikiPlex.Common to WikiPlex &lt;/li&gt;
&lt;li&gt;IXmlDocumentReader and XmlDocumentReader were moved from WikiPlex.Common to WikiPlex.Syndication&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Thu, 11 Feb 2010 22:44:21 GMT</pubDate><guid isPermaLink="false">Released: WikiPlex 1.1 (Aug 05, 2009) 20100211104421P</guid></item><item><title>Updated Release: WikiPlex 1.2 (Oct 08, 2009)</title><link>http://wikiplex.codeplex.com/releases/view/34162</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Info:&lt;/b&gt; &lt;i&gt;Official Version: 1.2.0.179 | &lt;a href="http://blog.eworldui.net/post/2009/10/WikiPlex-v12-Released.aspx" class="externalLink"&gt;Full Release Notes&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/i&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;b&gt;&lt;u&gt;Indentation Macro&lt;/u&gt;&lt;/b&gt; - This new macro adds support for blockquote indentation. Utilize it similar to the ordered/unordered list macros with the colon character. See this &lt;a href="http://wikiplex.codeplex.com/wikipage?title=Text%20Alignment"&gt;documentation&lt;/a&gt; for an example on how to use it.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Silverlight Macro&lt;/u&gt;&lt;/b&gt; - This macro was updated to support:
&lt;ol&gt;&lt;li&gt;Any type of height/width unit (px, pc, pt, em, %, etc).&lt;/li&gt;
&lt;li&gt;Require Silverlight 3 as the default. You can optionally revert back to Silverlight 2 with the version=2 parameter.&lt;/li&gt;
&lt;li&gt;Support for initialization parameters by supplying any additional key/value parameters in the macro.&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Video Macro&lt;/u&gt;&lt;/b&gt; - This macro was updated to support:
&lt;ol&gt;&lt;li&gt;A height/width supporting any type (px, pc, pt, em %, etc)&lt;/li&gt;
&lt;li&gt;Videos will not auto-start by default.&lt;/li&gt;
&lt;li&gt;Soapbox support has been removed.&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Syntax Highlight Support&lt;/u&gt;&lt;/b&gt; - Two more languages have been included:
&lt;ol&gt;&lt;li&gt;{code:c++} ...Your C++ Code... {code:c++}&lt;/li&gt;
&lt;li&gt;{code:java} ...Your Java Code... {code:java}&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Updated Sample Application&lt;/u&gt;&lt;/b&gt; - A WebForms variant was added to the sample application. It can be found under the /WebForms directory.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>matthaw</author><pubDate>Thu, 11 Feb 2010 22:39:03 GMT</pubDate><guid isPermaLink="false">Updated Release: WikiPlex 1.2 (Oct 08, 2009) 20100211103903P</guid></item><item><title>Released: WikiPlex 1.2 (Oct 08, 2009)</title><link>http://wikiplex.codeplex.com/releases/view/34162</link><description>&lt;div&gt;&lt;b&gt;Info:&lt;/b&gt; &lt;i&gt;Official Version: 1.2.0.179 | &lt;a href="http://blog.eworldui.net/post/2009/10/WikiPlex-v12-Released.aspx"&gt;Full Release Notes&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/i&gt;&lt;br&gt;
&lt;ol&gt;&lt;li&gt;&lt;b&gt;&lt;u&gt;Indentation Macro&lt;/u&gt;&lt;/b&gt; - This new macro adds support for blockquote indentation. Utilize it similar to the ordered/unordered list macros with the colon character. See this &lt;a href="http://wikiplex.codeplex.com/wikipage?title=Text Alignment"&gt;documentation&lt;/a&gt; for an example on how to use it.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Silverlight Macro&lt;/u&gt;&lt;/b&gt; - This macro was updated to support:
&lt;ol&gt;&lt;li&gt;Any type of height/width unit (px, pc, pt, em, %, etc).&lt;/li&gt;
&lt;li&gt;Require Silverlight 3 as the default. You can optionally revert back to Silverlight 2 with the version=2 parameter.&lt;/li&gt;
&lt;li&gt;Support for initialization parameters by supplying any additional key/value parameters in the macro.&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Video Macro&lt;/u&gt;&lt;/b&gt; - This macro was updated to support:
&lt;ol&gt;&lt;li&gt;A height/width supporting any type (px, pc, pt, em %, etc)&lt;/li&gt;
&lt;li&gt;Videos will not auto-start by default.&lt;/li&gt;
&lt;li&gt;Soapbox support has been removed.&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Syntax Highlight Support&lt;/u&gt;&lt;/b&gt; - Two more languages have been included:
&lt;ol&gt;&lt;li&gt;{code:c++} ...Your C++ Code... {code:c++}&lt;/li&gt;
&lt;li&gt;{code:java} ...Your Java Code... {code:java}&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Updated Sample Application&lt;/u&gt;&lt;/b&gt; - A WebForms variant was added to the sample application. It can be found under the /WebForms directory.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description><author></author><pubDate>Thu, 11 Feb 2010 22:39:03 GMT</pubDate><guid isPermaLink="false">Released: WikiPlex 1.2 (Oct 08, 2009) 20100211103903P</guid></item><item><title>Updated Release: WikiPlex 1.2 (Oct 08, 2009)</title><link>http://wikiplex.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=34162</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Info:&lt;/b&gt; &lt;i&gt;Official Version: 1.2.0.179 | &lt;a href="http://blog.eworldui.net/post/2009/10/WikiPlex-v12-Released.aspx" class="externalLink"&gt;Full Release Notes&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; | &lt;a href="http://wikiplex.codeplex.com/SourceControl/changeset/view/34390" class="externalLink"&gt;Changeset #31383&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/i&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;&lt;b&gt;&lt;u&gt;Indentation Macro&lt;/u&gt;&lt;/b&gt; - This new macro adds support for blockquote indentation. Utilize it similar to the ordered/unordered list macros with the colon character. See this &lt;a href="http://wikiplex.codeplex.com/Wiki/View.aspx?title=Text%20Alignment"&gt;documentation&lt;/a&gt; for an example on how to use it.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Silverlight Macro&lt;/u&gt;&lt;/b&gt; - This macro was updated to support:
&lt;ol&gt;&lt;li&gt;Any type of height/width unit (px, pc, pt, em, %, etc).&lt;/li&gt;
&lt;li&gt;Require Silverlight 3 as the default. You can optionally revert back to Silverlight 2 with the version=2 parameter.&lt;/li&gt;
&lt;li&gt;Support for initialization parameters by supplying any additional key/value parameters in the macro.&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Video Macro&lt;/u&gt;&lt;/b&gt; - This macro was updated to support:
&lt;ol&gt;&lt;li&gt;A height/width supporting any type (px, pc, pt, em %, etc)&lt;/li&gt;
&lt;li&gt;Videos will not auto-start by default.&lt;/li&gt;
&lt;li&gt;Soapbox support has been removed.&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Syntax Highlight Support&lt;/u&gt;&lt;/b&gt; - Two more languages have been included:
&lt;ol&gt;&lt;li&gt;{code:c++} ...Your C++ Code... {code:c++}&lt;/li&gt;
&lt;li&gt;{code:java} ...Your Java Code... {code:java}&lt;/li&gt;&lt;/ol&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;u&gt;Updated Sample Application&lt;/u&gt;&lt;/b&gt; - A WebForms variant was added to the sample application. It can be found under the /WebForms directory.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>matthaw</author><pubDate>Thu, 08 Oct 2009 19:47:15 GMT</pubDate><guid isPermaLink="false">Updated Release: WikiPlex 1.2 (Oct 08, 2009) 20091008074715P</guid></item></channel></rss>