Contents tagged with CodePlex
-
WikiPlex 1.4 Released
-
Mercurial Conversion from Team Foundation Server
One of my many (almost) daily tasks when working on the CodePlex platform since releasing Mercurial as a supported version control system, is converting projects from Team Foundation Server (TFS) to Mercurial. I'm happy to say that of all the conversions I have done since mid-January, the success rate of migrating full source history is about 95%. To get to this success point, I have had to learn and refine several techniques utilizing a few different tools… (read more)
-
WikiPlex v1.2 Released
It’s been a few months since the last release of WikiPlex, but I honestly have good reasons – paternity leave! This updated version has taken in a lot of user feedback and put it into action – so thank you for contributing ideas… (read more)
-
WikiPlex v1.1 Released
It's only been a few weeks since the v1.0 release, but a lot of work has gone into a new release of CodePlex's embeddable wiki engine, WikiPlex. The time in between has not been without a few highlights, including… (read more)
-
Extending WikiPlex with Custom Renderers
Following up from my prior post on Extending WikiPlex with Custom Macros it’s now time to talk about creating custom renderers. When we left off, we had created our title link macro and registered it with WikiPlex…[read more]
-
Extending WikiPlex with Custom Macros
One of the very nice features of WikiPlex is the ability to extend it to your hearts desire. The API is completely open, and the entry points off of WikiEngine are merely wrappers. This means that, if you really wanted to, you could create your own parser and formatter - but the majority of extending WikiPlex will be done via macros and renderers. A summary of the extension points include… (read more)
-
WikiPlex – An Embedded Wiki Engine
I’d like to introduce you to WikiPlex, which is CodePlex’s wiki engine that we have re-written and made open source under the MS-PL license. I’m also happy to announce that our first public release is now available! Read more about WikiPlex here!