What's the best open source wiki platform? [cl

2019-01-31 12:16发布

I've been tasked with setting up a wiki for our developers to share project information (Server IPs, Interface Documentation, Architecture Diagrams, etc). My manager has suggested Deki and I've also heard of MediaWiki and Twiki. One project here uses Trac but we don't need it's SVN capabilities and we'd like to have a WYSIWYG editor if possible. We also want to host this wiki locally.

I couldn't find many web resources comparing the various wiki platforms and previous stack overflow questions haven't really addressed the question directly.

What's the best wiki platform? What have used in the past that's been good / terrible?

Requirements:

  • WYSIWYG
  • Clean interface
  • Easy to use
  • Attach Files to pages
  • User Management Hierarchy (Users / Groups)
  • Open source
  • Hosted Locally

If not duplicate, pretty similar: Coding Standard Wiki

Update:
We've decided to go with Deki. Great interface, WYSIWYG, User Hierarchy and installing from the VM image was a snap. I upvoted the Deki post but I'm going to give best answer to the wikimatrix answer as that was the best suggestion for helping me compare the various wikis platforms. Thanks!

10条回答
Lonely孤独者°
2楼-- · 2019-01-31 12:48

FWIW, I highly recommend Foswiki.org (former TWiki). It's a highly mature Wiki with a very good WYSIWYG editor as well as solid wiki-ML, and it also allows all HTML tags.

It is very easy to install on many platforms and contains good security measures, including finegrained access control for users and groups.

查看更多
孤傲高冷的网名
3楼-- · 2019-01-31 12:52

We used ScrewTurn Wiki as our local wiki in the company. We haven't had any problems so far. Afaik, it has all the features you asked for. But of course, you should try it first especially if you need an asp.net wiki engine.

查看更多
爱情/是我丢掉的垃圾
4楼-- · 2019-01-31 12:54

I like the Wiki in FogBugz, but I use FogBugz so it's certainly convenient.

查看更多
等我变得足够好
5楼-- · 2019-01-31 12:59

I like mediawiki, we are using it here: http://wiki.lessthandot.com/index.php/Main_Page

查看更多
不美不萌又怎样
6楼-- · 2019-01-31 13:04

The thing about WYSIWYG that trips a lot of people up is when people try to paste in items from other sources.

I had a site I maintained for a nonprofit group and I used FreeTextBox. It's neat, it's free, and it runs in ASP.NET - all the criteria I needed. the members of this club were simply not going to figure out HTML and use that to make things bold, underlined, etc. So, I gave them FTB which worked a bit like Microsoft Word. Win/win, right?

Wrong. Since by default I left in all of the controls FTB gives you, people picked all kinds of weird crap, mainly fonts. Everyone in the organization loved Comic Sans. Ugh. This was made to edit a public-facing site and everything looked hideously inconsistent - the size of the fonts, the types of the fonts, everything.

So, I went in and turned off most of the stuff I didn't want people doing, like changing the fonts or the sizes and so forth.

You know what people did instead? They would edit everything in Microsoft Word and then paste it in. They noticed that they couldn't do what they wanted in FTB so they just used Microsoft Word to get around it (I'm sure this is how they send screenshots in email as well). And FTB just accepts all of this, usually with really messed up line breaks as well so things looked even more janky. And FTB is designed such that when things get messed up it's hard to fix them without digging into the HTML, which was outside of the range of what these members were capable of.

If I ever get around to touching that site again I'm stripping out FTB and putting in something like the WMD editor using Markdown like Stack Overflow uses. I agree that not letting people see what their edits will look like in realtime is an issue that "wiki" editors miss. But I also think that letting people use a true WYSIWYG editor online (or at least one that will just accept the HTML-in-the-background that Word produces) is a recipe for disaster. I like the compromise Stack Overflow uses - don't let them use real HTML but give them a real time preview.

So, although WYSIWYG editing is one of your requirements, you may want to rethink that depending on the audience of your site.

查看更多
别忘想泡老子
7楼-- · 2019-01-31 13:04

At work we currently use Deki from Mindtouch. It has all the features you posted.

Great product, but the main reason I chose this was that they have a ready-to-use version on a VMware image. Just download the image and the VWware player and run it from you computer. Then you can access it through a browser.

When we got a VMware server I just moved it there and kept using it.

查看更多
登录 后发表回答