4

I am looking to set up an internal wiki for our development/design team.

The key feature I am looking for is a very simple editor with revision history. Ideally, the uber-simple markup system StackOverflow.com uses (Markdown) would be great. One of the reasons for this is that we have non-technical people (managers, sales people, designers) who would benefit from a clean markup, not having to know HTML, and yet still be able to view revisions and make modifications easily.

I have tried ScrewTurn Wiki, but it seems its markup is very ugly, and thier latest WYSIWYG seems kinda buggy (keeps adding lines on revisions).

I would be willing to use a non-.NET solution if it provided a turn key solution. I would just prefer .NET since we are a .NET house.

Neil N
  • 24,862
  • 16
  • 85
  • 145

6 Answers6

4

Hamish Graham has created an ASP.NET Wiki Control with Markdown that you can download from Codeplex. You may be able to roll you own Wiki using this control just as Hamish Graham apparently has done on his blog.

Martin Liversage
  • 104,481
  • 22
  • 209
  • 256
3

MediaWiki, the engine behind Wikipedia. It's PHP-based, but has the significant advantage of being familiar to a great many people.

Michael Petrotta
  • 59,888
  • 27
  • 145
  • 179
3

MindTouch is OpenSource and .Net based. Ohloh has rated it as a 5. The source code is pretty tight, and there are connectors for SqlServer as well as a scripting language.

David Robbins
  • 9,996
  • 7
  • 51
  • 82
1

docuwiki for PHP is quite simple and has a similar-style editor. i am not sure about the .net alternative though.

dusoft
  • 11,289
  • 5
  • 38
  • 44
1

Have you really had that big of an issue with ScrewTurn Wiki?

It seems very nice, compact and pretty simple.

There is another list of open source ASP.NET wiki engines here.

Daniel May
  • 8,156
  • 1
  • 33
  • 43
  • The latest version's editor was an abomination. Next to impossible to keep the markup cleanly formatted. – Neil N Dec 23 '09 at 17:21
  • Version 3.0.2 fixes a number of the Visual editor issues, but its still not perfect. – jrummell Feb 26 '10 at 15:40
  • @jrummell: thanks, I am going to update to the latest version and hopefully screwturn becomes the wiki I was hoping for. – Neil N May 25 '10 at 16:07
  • We actually just switched from ScrewTurn to Confluence. See my answer for more info. – jrummell May 25 '10 at 18:09
1

We just switched from ScrewTurn to Confluence. We just couldn't get non-technical people to adopt a wiki without Word-like editing. ScrewTurn's Visual editor is getting better, but we had set the Wiki Markup editor as the default to avoid issues.

Confluence isn't free, but it is rather cheap for a limited number of users. You can get the starter license for $10, which gives you their full featured wiki for 10 users (Same with JIRA too! Great for small teams).

jrummell
  • 42,637
  • 17
  • 112
  • 171