What’s the best platform to publish documentation to internal users

document-managementdocumentation

My team has a need to publish documentation internally. At the moment, it's spread all over the place and this means we often have to search everywhere to find something.

We'd like to publish everything in one place. The main thing that stops us is access control – the wikis in place don't belong to us and we can't do it.

What is the best tool for publishing docs, ideally fitting these requirements:

  • web front end – readers access docs using browser
  • single place to put docs
  • access control by individual doc or by sets of docs (folders, branch of 'site', …)
  • if you don't have access to a doc, you don't see the link to that page/doc/folder.
  • either built-in editor or something my users are familiar with (e.g. Word)
  • built-in version control would be nice

Also, can you think of other criteria I should've specified?

Best Answer

I use http://www.dokuwiki.org/ because it is easy to set up, has a lot of features (my favourite is "Downloadable Code Blocks"), allows the use of ACLs and uses .txt files which don't depend on any Office/Office Version and are easy to back up.

It has everything you asked for except "if you don't have access to a doc, you don't see the link to that page/doc/folder"

If you are using single .doc(x) files at the moment, I would say it is totally worth the extra effort to move to dokuwiki.

Related Topic