best free wiki that supports wysiwyg - Stack Overflow most recent 30 from stackoverflow.com2009-12-20T08:00:53Zhttp://stackoverflow.com/feeds/question/866990http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/866990/best-free-wiki-that-supports-wysiwyg1best free wiki that supports wysiwygoo2009-05-15T04:34:54Z2009-07-30T17:28:02Z
<p>i have a small group of programmers and we want to start using a WIKI. we want it wysiwyg because we have our analysts and users adding and editing pages as well. </p>
<p>we are looking for free and we want to host it ourselves on windows preferrably and simple to use as possible.</p>
<p>any recommendations that fits these requirements</p>
http://stackoverflow.com/questions/866990/best-free-wiki-that-supports-wysiwyg/867003#8670030Answer by Charlie Martin for best free wiki that supports wysiwygCharlie Martin2009-05-15T04:44:07Z2009-05-15T04:44:07Z<p>Okay, do you mean you want a wiki that <em>you</em> can host on Windows, or do you mean you're looking for a free wiki that you can use?</p>
<p>For a free wiki that's usable, I have been pretty happy with <a href="http://pbworks.com/" rel="nofollow">PBWiki</a>.</p>
<p>For a wiki you can host, most of them can be easily hosted on windows. If you have a PHP stack, Mediawiki is good.</p>
<p>The c2 wiki keeps a <a href="http://c2.com/cgi/wiki?WikiEngines" rel="nofollow">good list of implementations</a>.</p>
http://stackoverflow.com/questions/866990/best-free-wiki-that-supports-wysiwyg/867007#8670071Answer by Priyan R for best free wiki that supports wysiwygPriyan R2009-05-15T04:45:27Z2009-05-15T04:45:27Z<p>Check <a href="http://www.screwturn.eu/Wiki.ashx" rel="nofollow">http://www.screwturn.eu/Wiki.ashx</a></p>
http://stackoverflow.com/questions/866990/best-free-wiki-that-supports-wysiwyg/872056#8720560Answer by Reef for best free wiki that supports wysiwygReef2009-05-16T09:29:18Z2009-05-16T09:29:18Z<p><a href="http://trac.edgewall.org/" rel="nofollow">Trac</a> supports wysiwyg with <a href="http://trac-hacks.org/wiki/TracWysiwygPlugin" rel="nofollow">a plugin</a>. Most of of the cool Trac functionality is being done by plugins and there are tons of them on the net. You can even write Your own plugins.</p>
<p>The advantage of this solution is that it also has a ticket system and with this plugin, Your coders can use the wiki syntax and Your non-technical people can use WYSIWYG - everyone is happy.</p>
<p>Trying to make a coder use wysiwyg can be as hard as trying to make a buissness guy to write wiki syntax.</p>
http://stackoverflow.com/questions/866990/best-free-wiki-that-supports-wysiwyg/934845#9348450Answer by Evgeny for best free wiki that supports wysiwygEvgeny2009-06-01T13:35:40Z2009-06-01T21:38:47Z<p>fckeditor (WYSIWYG) works for MediaWiki. I have not tested it myself yet - has anyone?</p>
http://stackoverflow.com/questions/866990/best-free-wiki-that-supports-wysiwyg/951213#951213-1Answer by lance for best free wiki that supports wysiwyglance2009-06-04T15:16:45Z2009-06-04T15:16:45Z<p>If hosting on Windows Server 2003 is an option, consider <a href="http://technet.microsoft.com/en-us/windowsserver/sharepoint/default.aspx" rel="nofollow">Windows SharePoint Services</a>. The end-user experience will be quite good, though it may be more headache to standup and maintain than you like.</p>
<p>From the <a href="http://en.wikipedia.org/wiki/Windows%5FSharePoint%5FServices" rel="nofollow">Wikipedia article</a>:</p>
<blockquote>
<p>WSS is provided as a free download from Microsoft for Windows Server 2003 Service Pack 1 or later... WSS 3 is an object model for creating web pages and... is only provided for Microsoft servers and cannot be deployed on any other OS.</p>
<p>The WSS 3.0 wiki..., when viewed in Internet Explorer, provides a WYSIWYG editor. As with MediaWiki, it produces hyperlinks with a double square bracket but unlike MediaWiki it uses HTML for markup. An enhanced wiki is available for SharePoint on Codeplex and is free to download and install.</p>
</blockquote>
http://stackoverflow.com/questions/866990/best-free-wiki-that-supports-wysiwyg/1005352#10053523Answer by Colas Nahaboo for best free wiki that supports wysiwygColas Nahaboo2009-06-17T06:03:27Z2009-06-17T06:09:46Z<p>I think your best choice would be mindtouch deki wiki <a href="http://www.mindtouch.com/" rel="nofollow">http://www.mindtouch.com/</a></p>
<p>foswiki ( <a href="http://foswiki.org" rel="nofollow">http://foswiki.org</a> ) is nice too, but for your use case (windows) will be harder to set up.</p>
<p>Also mediawiki (the engine behind wikipedia) maybe a a good option. It is very poor feature-wise and has no wysiwyg, but the wikipedia reputation (and its simplicity) may make it a much less intimidating option than better engines for the non-techies. If your non-tech population view the arrival of a wiki as a burden ("what are these geeks going to force us to use now?") this could be a good option, as however good the wysiwyg-in-a-browser solutions are they aren't near the power and comfort of word.</p>
http://stackoverflow.com/questions/866990/best-free-wiki-that-supports-wysiwyg/1005437#10054371Answer by Tiberiu Ana for best free wiki that supports wysiwygTiberiu Ana2009-06-17T06:44:13Z2009-06-17T06:44:13Z<p>Based on what you're asking, I strongly suggest <strong><a href="http://www.mindtouch.com" rel="nofollow">Mindtouch Deki</a></strong>.</p>
<p>I tried a few wiki platforms before deciding on Deki and it seemed to me like the nicest one out there to install and configure. Also, it is easy to get users on board because pages contain HTML edited with FCKeditor, no wiki syntax involved -- especially valuable if you're dealing with programmers who can handle writing some HTML by hand.</p>
<p>On a separate note, I would stay away from MediaWiki if I were you, it proved to be unnecessarily arcane for a workgroup wiki.</p>
http://stackoverflow.com/questions/866990/best-free-wiki-that-supports-wysiwyg/1208089#12080890Answer by Chobicus for best free wiki that supports wysiwygChobicus2009-07-30T17:28:02Z2009-07-30T17:28:02Z<p><a href="http://www.tiddlywiki.com/" rel="nofollow">TiddlyWiki</a> is nice one file solution.</p>