<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>WikiPlex Discussions Rss Feed</title><link>http://wikiplex.codeplex.com/Thread/List.aspx</link><description>WikiPlex Discussions Rss Description</description><item><title>New Post: Getting Started</title><link>http://wikiplex.codeplex.com/discussions/438350</link><description>&lt;div style="line-height: normal;"&gt;Hey everyone. I'm new to the project and looking for any 'Getting Started' documentation. I have the sample Wiki running in IIS but it feels to easy. &lt;br /&gt;
&lt;br /&gt;
Am I missing something? Can this app really be used out of the box?&lt;br /&gt;
&lt;/div&gt;</description><author>Trikky00</author><pubDate>Thu, 28 Mar 2013 16:16:11 GMT</pubDate><guid isPermaLink="false">New Post: Getting Started 20130328041611P</guid></item><item><title>New Post: alive?</title><link>http://wikiplex.codeplex.com/discussions/430646</link><description>&lt;div style="line-height: normal;"&gt;&lt;strong&gt;matthaw wrote:&lt;/strong&gt;&lt;br /&gt;
&lt;blockquote&gt;
Yes and no. Yes, it's still around and fully supported, but we haven't had any new features or bug fixes to require recent checkins.&lt;br /&gt;
&lt;/blockquote&gt;
last release Wed Nov 17, 2010: really stable :-)&lt;br /&gt;
&lt;/div&gt;</description><author>Trapulo</author><pubDate>Fri, 15 Feb 2013 15:04:18 GMT</pubDate><guid isPermaLink="false">New Post: alive? 20130215030418P</guid></item><item><title>New Post: alive?</title><link>http://wikiplex.codeplex.com/discussions/430646</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Yes and no. Yes, it's still around and fully supported, but we haven't had any new features or bug fixes to require recent checkins.&lt;/p&gt;
&lt;/div&gt;</description><author>matthaw</author><pubDate>Wed, 23 Jan 2013 22:16:40 GMT</pubDate><guid isPermaLink="false">New Post: alive? 20130123101640P</guid></item><item><title>New Post: alive?</title><link>http://wikiplex.codeplex.com/discussions/430646</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Is this project still alive?&lt;/p&gt;
&lt;/div&gt;</description><author>Trapulo</author><pubDate>Wed, 23 Jan 2013 21:48:13 GMT</pubDate><guid isPermaLink="false">New Post: alive? 20130123094813P</guid></item><item><title>New Post: Parsing wiki content</title><link>http://wikiplex.codeplex.com/discussions/360091</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;The renderers are fairly "open" to allow you to do what you need. You may either need to create your own, or provide your own renderers that override existing behavior. Check out the documentation on how to do this.&lt;/p&gt;&lt;/div&gt;</description><author>matthaw</author><pubDate>Sun, 24 Jun 2012 16:16:22 GMT</pubDate><guid isPermaLink="false">New Post: Parsing wiki content 20120624041622P</guid></item><item><title>New Post: Parsing wiki content</title><link>http://wikiplex.codeplex.com/discussions/360091</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have a requirement wherein I have to parse wiki content returns from Media Wiki APIs.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would like to know if WikiPlex.Parser class could be used for the same. If so can you please sample code with me.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Query to get wiki content would be something like this:&lt;/p&gt;
&lt;p&gt;/w/api.php?action=query&amp;amp;prop=revisions&amp;amp;format=xml&amp;amp;rvprop=content&amp;amp;rvlimit=1&amp;amp;redirects=&amp;amp;titles=List%20of%20companies%20of%20India&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Ashwin&lt;/p&gt;
&lt;/div&gt;</description><author>ashwinjp</author><pubDate>Tue, 19 Jun 2012 06:42:05 GMT</pubDate><guid isPermaLink="false">New Post: Parsing wiki content 20120619064205A</guid></item><item><title>New Post: Are there any Html to Wiki encoders?</title><link>http://wikiplex.codeplex.com/discussions/349775</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;None that I'm aware of. At one point I had started this endeavor but gave up on it. I think it could be done, there's just never been a real reason for it.&lt;/p&gt;&lt;/div&gt;</description><author>matthaw</author><pubDate>Fri, 23 Mar 2012 13:51:12 GMT</pubDate><guid isPermaLink="false">New Post: Are there any Html to Wiki encoders? 20120323015112P</guid></item><item><title>New Post: Are there any Html to Wiki encoders?</title><link>http://wikiplex.codeplex.com/discussions/349775</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Are there any Html to Wiki encoders?&lt;/p&gt;
&lt;/div&gt;</description><author>scotte</author><pubDate>Fri, 23 Mar 2012 13:24:02 GMT</pubDate><guid isPermaLink="false">New Post: Are there any Html to Wiki encoders? 20120323012402P</guid></item><item><title>New Post: Is there any way to generate a Escaped Markup text</title><link>http://wikiplex.codeplex.com/discussions/349634</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I think so, I probably should have spent more time and dug into code before posting.&amp;nbsp; As my solution is rather obvious now.&lt;/p&gt;
&lt;p&gt;But I was thinking more along these lines...&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Create a new Renderer see below.&amp;nbsp;&amp;nbsp;&amp;nbsp; And then call the IWikiEngine.Render method with my new renderer.&amp;nbsp; Right now the EscapeRenderer is vary basic, and I think this might be sufficient for my needs.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="color: black; background-color: white;"&gt;
&lt;pre&gt;    &lt;span style="color: gray;"&gt;///&lt;/span&gt; &lt;span style="color: gray;"&gt;&amp;lt;summary&amp;gt;&lt;/span&gt;
    &lt;span style="color: gray;"&gt;///&lt;/span&gt;&lt;span style="color: green;"&gt; This class will render all other renderer(s) Registered with &amp;lt;see cref="Renderers"/&amp;gt;&lt;/span&gt;
    &lt;span style="color: gray;"&gt;///&lt;/span&gt;&lt;span style="color: green;"&gt; as an Escape sequence&lt;/span&gt;
    &lt;span style="color: gray;"&gt;///&lt;/span&gt; &lt;span style="color: gray;"&gt;&amp;lt;/summary&amp;gt;&lt;/span&gt;
    &lt;span style="color: blue;"&gt;public&lt;/span&gt; &lt;span style="color: blue;"&gt;class&lt;/span&gt; EscapeRenderer : IRenderer
    {
        &lt;span style="color: blue;"&gt;private&lt;/span&gt; &lt;span style="color: blue;"&gt;string&lt;/span&gt; _RendererId;
      
        &lt;span style="color: blue;"&gt;public&lt;/span&gt; &lt;span style="color: blue;"&gt;string&lt;/span&gt; Id
        {
            &lt;span style="color: blue;"&gt;get&lt;/span&gt;
            {
                &lt;span style="color: blue;"&gt;if&lt;/span&gt; (&lt;span style="color: blue;"&gt;string&lt;/span&gt;.IsNullOrEmpty(_RendererId))
                    _RendererId = GetType().Name.Replace(&lt;span style="color: #a31515;"&gt;"Renderer"&lt;/span&gt;, &lt;span style="color: blue;"&gt;string&lt;/span&gt;.Empty);

                &lt;span style="color: blue;"&gt;return&lt;/span&gt; _RendererId;
            }
        }

        &lt;span style="color: blue;"&gt;public&lt;/span&gt; &lt;span style="color: blue;"&gt;bool&lt;/span&gt; CanExpand(&lt;span style="color: blue;"&gt;string&lt;/span&gt; scopeName)
        {
            &lt;span style="color: blue;"&gt;return&lt;/span&gt; &lt;span style="color: blue;"&gt;true&lt;/span&gt;;
        }

        &lt;span style="color: blue;"&gt;public&lt;/span&gt; &lt;span style="color: blue;"&gt;string&lt;/span&gt; Expand(&lt;span style="color: blue;"&gt;string&lt;/span&gt; scopeName, &lt;span style="color: blue;"&gt;string&lt;/span&gt; input, Func&amp;lt;&lt;span style="color: blue;"&gt;string&lt;/span&gt;, &lt;span style="color: blue;"&gt;string&lt;/span&gt;&amp;gt; htmlEncode, Func&amp;lt;&lt;span style="color: blue;"&gt;string&lt;/span&gt;, &lt;span style="color: blue;"&gt;string&lt;/span&gt;&amp;gt; attributeEncode)
        {
            &lt;span style="color: blue;"&gt;return&lt;/span&gt; &lt;span style="color: #a31515;"&gt;"{\""&lt;/span&gt; + input + &lt;span style="color: #a31515;"&gt;"\")"&lt;/span&gt;;
        }
    }
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>scotte</author><pubDate>Thu, 22 Mar 2012 17:50:42 GMT</pubDate><guid isPermaLink="false">New Post: Is there any way to generate a Escaped Markup text 20120322055042P</guid></item><item><title>New Post: Is there any way to generate a Escaped Markup text</title><link>http://wikiplex.codeplex.com/discussions/349634</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;What you could do, is just use the Parser and send in your string. That will allow you to get instances of all scopes that are used for regular rendering. At which point, you can do what you wish, as each scope returns it's index in the string. Does that work?&lt;/p&gt;&lt;/div&gt;</description><author>matthaw</author><pubDate>Thu, 22 Mar 2012 16:04:08 GMT</pubDate><guid isPermaLink="false">New Post: Is there any way to generate a Escaped Markup text 20120322040408P</guid></item><item><title>New Post: Is there any way to generate a Escaped Markup text</title><link>http://wikiplex.codeplex.com/discussions/349634</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I am looking for a neat way to search for all potential Markup sequences that happen to be in a string and wrap them in Escaped Markup tags.&amp;nbsp; Is this already built into the engine?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I imagine this could be done with regular expression, not that I'm great at it...&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It could also be done by performing a search and replace...&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But it's almost as these methods don't seem like the right approach.&amp;nbsp; Shouldn't it be the engine that performs this task, as it is the engine that knows all of the markups?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>scotte</author><pubDate>Thu, 22 Mar 2012 15:35:13 GMT</pubDate><guid isPermaLink="false">New Post: Is there any way to generate a Escaped Markup text 20120322033513P</guid></item><item><title>New Post: Getting intermediate struct for Wikitext</title><link>http://wikiplex.codeplex.com/discussions/287255</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I meant silverlight flavor of WP. Not SL itself.&lt;/p&gt;
&lt;p&gt;And thanks - that would be interesting.&lt;/p&gt;&lt;/div&gt;</description><author>shaharprish</author><pubDate>Wed, 25 Jan 2012 16:59:28 GMT</pubDate><guid isPermaLink="false">New Post: Getting intermediate struct for Wikitext 20120125045928P</guid></item><item><title>New Post: Getting intermediate struct for Wikitext</title><link>http://wikiplex.codeplex.com/discussions/287255</link><description>&lt;div style="line-height: normal;"&gt;This discussion has been copied to a work item. Click &lt;a href="http://wikiplex.codeplex.com/workitem/6614"&gt;here&lt;/a&gt; to go to the work item and continue the discussion.&lt;/div&gt;</description><author>matthaw</author><pubDate>Wed, 25 Jan 2012 16:50:33 GMT</pubDate><guid isPermaLink="false">New Post: Getting intermediate struct for Wikitext 20120125045033P</guid></item><item><title>New Post: Getting intermediate struct for Wikitext</title><link>http://wikiplex.codeplex.com/discussions/287255</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;You're correct, right now there isn't support for SL/WP. I can look into it, though, and see if a version can be compiled for those frameworks.&lt;/p&gt;&lt;/div&gt;</description><author>matthaw</author><pubDate>Wed, 25 Jan 2012 16:49:52 GMT</pubDate><guid isPermaLink="false">New Post: Getting intermediate struct for Wikitext 20120125044952P</guid></item><item><title>New Post: Getting intermediate struct for Wikitext</title><link>http://wikiplex.codeplex.com/discussions/287255</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks for the pointer. Though it looks like it has dependencies on the wikitext project right? (I can't use those since I am compiling for Silverlight/wp).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>shaharprish</author><pubDate>Wed, 25 Jan 2012 16:47:54 GMT</pubDate><guid isPermaLink="false">New Post: Getting intermediate struct for Wikitext 20120125044754P</guid></item><item><title>New Post: Getting intermediate struct for Wikitext</title><link>http://wikiplex.codeplex.com/discussions/287255</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Not really, as all renderers are outputting HTML. Ultimately, you'd have to replace all of the renderers to render XAML instead. I did this with another OSS project, &lt;a href="http://wikimaml.codeplex.com/"&gt;WikiMaml&lt;/a&gt;, which takes wiki text and outputs it as MAML content to be injested by Sandcastle. I could see you following the same for your project.&lt;/p&gt;&lt;/div&gt;</description><author>matthaw</author><pubDate>Tue, 24 Jan 2012 18:24:25 GMT</pubDate><guid isPermaLink="false">New Post: Getting intermediate struct for Wikitext 20120124062425P</guid></item><item><title>New Post: Getting intermediate struct for Wikitext</title><link>http://wikiplex.codeplex.com/discussions/287255</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Is there anything in the Wikiplex project that will give me an intermediate structure for Wikitext which I can then use to generate other content?&lt;/p&gt;
&lt;p&gt;Specifically, I want to generate RichText XAML content from wikimedia wikitext and would love to not have to go thru HTML for that.&lt;/p&gt;
&lt;/div&gt;</description><author>shaharprish</author><pubDate>Tue, 24 Jan 2012 18:18:13 GMT</pubDate><guid isPermaLink="false">New Post: Getting intermediate struct for Wikitext 20120124061813P</guid></item><item><title>New Post: Rendered HTML styling guide</title><link>http://wikiplex.codeplex.com/discussions/285326</link><description>&lt;div style="line-height: normal;"&gt;Other than reading the source, trial and error is your best route. &lt;br&gt;
&lt;br&gt;
Matt&lt;br&gt;
&lt;br&gt;
________________________________________&lt;br&gt;
From: altair [email removed]&lt;br&gt;
Sent: Saturday, January 07, 2012 11:51 AM&lt;br&gt;
To: Matt Hawley&lt;br&gt;
Subject: Rendered HTML styling guide [WikiPlex:285326]&lt;br&gt;
&lt;br&gt;
From: altair&lt;br&gt;
&lt;br&gt;
It's there some description of rendered HTML? For example, the following markup:&lt;br&gt;
&lt;br&gt;
[url:MediaWiki|http://www.mediawiki.org/]&lt;br&gt;
&lt;br&gt;
gets rendered as&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.mediawiki.org/"&gt;MediaWiki&lt;span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
so I want to create styles for externalLink and externalLinkIcon. Is this docummented somewhere or the only way is trial and error or browsing of source code?&lt;br&gt;
&lt;br&gt;
Read the full discussion online&amp;lt;http://wikiplex.codeplex.com/discussions/285326#post721899&amp;gt;.&lt;br&gt;
&lt;br&gt;
To add a post to this discussion, reply to this email ([email removed]&amp;lt;mailto:[email removed]?subject=[WikiPlex:285326]&amp;gt;)&lt;br&gt;
&lt;br&gt;
To start a new discussion for this project, email [email removed]&amp;lt;mailto:[email removed]&amp;gt;&lt;br&gt;
&lt;br&gt;
You are receiving this email because you subscribed to this discussion on CodePlex. You can unsubscribe or change your settings&amp;lt;https://wikiplex.codeplex.com/subscriptions/thread/project/edit&amp;gt; on codePlex.com.&lt;br&gt;
&lt;br&gt;
Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at codeplex.com&lt;/div&gt;</description><author>matthaw</author><pubDate>Sat, 07 Jan 2012 22:14:23 GMT</pubDate><guid isPermaLink="false">New Post: Rendered HTML styling guide 20120107101423P</guid></item><item><title>New Post: Rendered HTML styling guide</title><link>http://wikiplex.codeplex.com/discussions/285326</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;It's there some description of rendered HTML? For example,&amp;nbsp;the following markup:&lt;/p&gt;
&lt;pre&gt;[url:MediaWiki|http://www.mediawiki.org/]&lt;/pre&gt;
&lt;p&gt;gets rendered as&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;&lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;a&lt;/span&gt; &lt;span style="color:red"&gt;href&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;quot;http://www.mediawiki.org/&amp;quot;&lt;/span&gt; &lt;span style="color:red"&gt;class&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;quot;externalLink&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;MediaWiki&lt;span style="color:blue"&gt;&amp;lt;&lt;/span&gt;&lt;span style="color:#a31515"&gt;span&lt;/span&gt; &lt;span style="color:red"&gt;class&lt;/span&gt;&lt;span style="color:blue"&gt;=&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;quot;externalLinkIcon&amp;quot;&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;span&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;lt;/&lt;/span&gt;&lt;span style="color:#a31515"&gt;a&lt;/span&gt;&lt;span style="color:blue"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;so I want to create styles for &lt;em&gt;externalLink&lt;/em&gt; and &lt;em&gt;externalLinkIcon&lt;/em&gt;. Is this docummented somewhere or the only way is trial and error or browsing of source code?&lt;/p&gt;
&lt;/div&gt;</description><author>altair</author><pubDate>Sat, 07 Jan 2012 19:51:49 GMT</pubDate><guid isPermaLink="false">New Post: Rendered HTML styling guide 20120107075149P</guid></item><item><title>New Post: Is there is any planing for new version of wikiplex</title><link>http://wikiplex.codeplex.com/discussions/282257</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;This is something that can&amp;nbsp;definitely&amp;nbsp;be done, I'm just not sure it fits into the core of WikiPlex. It might fit better in the &lt;a href="http://wikiplexcontrib.codeplex.com"&gt;contrib project&lt;/a&gt; - if you wanted to work on it there, feel free to fork and eventually send a pull request.&lt;/p&gt;&lt;/div&gt;</description><author>matthaw</author><pubDate>Fri, 09 Dec 2011 16:32:50 GMT</pubDate><guid isPermaLink="false">New Post: Is there is any planing for new version of wikiplex 20111209043250P</guid></item></channel></rss>