What's the best platform to publish documentation to internal users?
Posted
by serialhobbyist
on Server Fault
See other posts from Server Fault
or by serialhobbyist
Published on 2010-03-26T08:11:02Z
Indexed on
2010/03/26
8:13 UTC
Read the original article
Hit count: 328
documentation
|document-management
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?
© Server Fault or respective owner