Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best c# wiki to integrate into an already existing website? [closed]

We need to add a wiki to an already existing website, however we want only logged in users to be able to edit the wiki and we would prefer to use our own method of authentication.

Has anyone got any experiences with something similar or any suggestions of a good wiki engine for the job?

UPDATE: Thanks everyone, the general seems to be consensus is that ScrewTurn is one of the best Wiki's, however does anyone have any experience of integrating it into your own website?

Imagine you have the website with the basic layout done and you have an authentication system already.

How can you bring the engine into the middle of that so that your layout and menus surround the wiki and it uses your own authentication system?

like image 277
John_ Avatar asked Feb 19 '09 21:02

John_


People also ask

Which C version is best?

C99 introduced several new features, including inline functions, several new data types (including long long int and a complex type to represent complex numbers), variable-length arrays, support for variadic macros (macros of variable arity) and support for one-line comments beginning with //, as in BCPL or C++.

Which is best C++ or C?

Compared to C, C++ has significantly more libraries and functions to use. If you're working with complex software, C++ is a better fit because you have more libraries to rely on. Thinking practically, having knowledge of C++ is often a requirement for a variety of programming roles.

What versions of C are there?

So, there were standards before and after ANSI C. Let's continue with a discussion of all the five different standards of C — K&R C, ANSI C, C99, C11 and Embedded C.


2 Answers

I did a bit of evaluation of ASP.NET wikis recently, and the best one in my opinion is ScrewTurn Wiki.

You could try comparing some on WikiMatrix if you want to see alternatives.

like image 178
Chad Birch Avatar answered Oct 29 '22 03:10

Chad Birch


Screwturn Wiki is what Chuck Norris would use if he needed a Wiki

like image 35
Chris Ballance Avatar answered Oct 29 '22 03:10

Chris Ballance