My grandfather in law wants to put together a wiki, but wikimedia's syntax is to complicated for him. Is there a nice wiki software I can install on my ubuntu server with a GUI to edit tables, links and everything else?

link|improve this question
feedback

closed as not constructive by random Mar 19 at 3:49

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

5 Answers

Try gitit.

It has a web frontend and uses pandoc for markup. Pandoc supports a number of input formats, most notably an extended version of markdown.

link|improve this answer
feedback

Confluence is fantastic, but it will set you back $10 for 10 users unless your grandfather in law is a non-profit or open source project.

enter image description here

link|improve this answer
feedback

Dokuwiki

It's super easy to install, doesn't even need a database and is easier to configure and use than the classic MediaWiki. The input format is very simple, of course it has a text editor with buttons for markup, too.

Also, there are tons of plugins and themes that make it even more useful. So you might want to use another text editor instead of the built-in.

I really love it.

enter image description here

link|improve this answer
feedback

You could use Drupal. Simply install a WYSIWYG editor as a default editing engine, and set up the whole Drupal installation. Yes, you will have to maintain the site sometimes (like updating the core and modules), but that's it.

EDIT: Here is a whole 'install group'.

link|improve this answer
feedback

Mediawiki (<1.18) with WYSIWYG CK-editor?

link|improve this answer
feedback

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