Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Could anyone recommend me a good open source .Net based wiki project? Better with successful deployment and user experience, and have a good community to support. :-)

Thanks!

regards, George

share|improve this question
4  
Not a programming question – Oded Jul 15 '09 at 10:48
4  
It is related to programming- I'd imagine almost all decent programming teams have a wiki. – RichardOD Jul 15 '09 at 10:53
This belongs on ServerFault.com – Onorio Catenacci Jul 15 '09 at 11:05
1  
I don't think this question belongs here either, but even if it did - it's a duplicate: stackoverflow.com/questions/883426/… or: stackoverflow.com/questions/177293/… or really, a pile of others... seems like every few weeks there's another "recommend a wiki" question. – Shog9 Jul 16 '09 at 23:31

4 Answers

up vote 12 down vote accepted

Screwturn wiki- http://www.screwturn.eu/ is what I currently use successfully.

share|improve this answer
3  
We use ScrewTurn too - works fine with Active Directory auth on our intranet, and uses the filesystem so doesn't need a database. – CraigD Jul 15 '09 at 10:52
Cool, thanks RichardOD! – George2 Jul 15 '09 at 10:53
@CraigD, thanks! – George2 Jul 15 '09 at 10:54
1  
Screwturn has been discontinued now – Chris S Jul 12 '12 at 19:20

DekiWiki

Runs even on Mono. The MonoDevelop site runs on it.

share|improve this answer

Roadkill .NET Wiki engine:

  • Free, open source (Ms-PL)
  • Wizard-based installer
  • Supports Creole, Markdown and Media Wiki syntax
  • Both database and Active Directory security by default
  • Very easy to theme: comes with a mediawiki theme by default
  • Comes with a screw-turn importer
  • Also works with Mono on Ubuntu

And its technologies:

  • .NET 4 (sorry 2.0/3.5 people!)
  • LightSpeed ORM - works with SQL Server, Sqlite, Postgres, MySQL, MongoDB
  • ASP.NET MVC 3/razor
  • JQuery
  • Lucene.net

Logo

share|improve this answer

Another thing--just found this site yesterday and it might be helpful to you:

Open Source As Alternative

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.