So here's the scoop. I volunteer with an organization (a summer camp) that is having real trouble keeping track of documents. We're all volunteers, and people come and go, so over time we quickly lose track of things -- did we have a policy written out for this? Who's got the original Word document? etc.
I thought we'd solve this problem by having a Content Management System in the form of a dokuWiki, but people find this difficult to use -- remember these are kindly volunteers, not web geeks like me.
Here is, ideally, what I want in a document management system.
* Ability to work with popular file types like Word, Excel, etc.
* Simple, visual, hierarchical filing system. Make it very, very easy to find a document and open it or download it.
* Primary focus on READING and/or DOWNLOADING documents. We will type things up, post them in our repository and keep them there for easy access. I don't want a cluttered page full of statistics and view counts and checkout history -- I just want a newbie user to be able to find the document, click it, and view it.
* That said, I do want easy ability to upload changes. This will not happen frequently, and it could be done by any one of our authorized board members, so I want the process to be as painless as possible. Login, download the document, make the change, upload it back.
* Make it very, very easy to ADD a new document.
* Version control, but as transparent as possible. These more advanced options can be tucked away in a menu somewhere for those who know what they are doing, but for everyone else, again, it should be a piece of cake to download a document, make a change, and upload it back.
* Site-wide keyword search (with supported document types).
* (Is this possible?) In-line editing of popular document formats? If this is possible it would save most people from even the whole process of download-edit-upload. Maybe send the content to FCKEditor or some such. Whatever it is, should be WYSIWYG, no visible markup tags or anything.
* Tiered access control. Ideally one section of our site would be for documents accessible to anyone (and editable only by authorized users). Another section would be for board members' eyes only. This is probably a given in most DMS's but even if it isn't it's not a big deal, we can do what we need using .htaccess.
* PHP based. Since we're uploading a pile of Word docs it would be nice if they were filed somewhere on the server that I can easily FTP in and do backups, and give hard links to people to download.
I was looking at the website for DocMGR, which looks like it might fit the bill. There's another one out there called Knowledge Tree that looks interesting. Any feedback or suggestions?
I thought we'd solve this problem by having a Content Management System in the form of a dokuWiki, but people find this difficult to use -- remember these are kindly volunteers, not web geeks like me.
Here is, ideally, what I want in a document management system.
* Ability to work with popular file types like Word, Excel, etc.
* Simple, visual, hierarchical filing system. Make it very, very easy to find a document and open it or download it.
* Primary focus on READING and/or DOWNLOADING documents. We will type things up, post them in our repository and keep them there for easy access. I don't want a cluttered page full of statistics and view counts and checkout history -- I just want a newbie user to be able to find the document, click it, and view it.
* That said, I do want easy ability to upload changes. This will not happen frequently, and it could be done by any one of our authorized board members, so I want the process to be as painless as possible. Login, download the document, make the change, upload it back.
* Make it very, very easy to ADD a new document.
* Version control, but as transparent as possible. These more advanced options can be tucked away in a menu somewhere for those who know what they are doing, but for everyone else, again, it should be a piece of cake to download a document, make a change, and upload it back.
* Site-wide keyword search (with supported document types).
* (Is this possible?) In-line editing of popular document formats? If this is possible it would save most people from even the whole process of download-edit-upload. Maybe send the content to FCKEditor or some such. Whatever it is, should be WYSIWYG, no visible markup tags or anything.
* Tiered access control. Ideally one section of our site would be for documents accessible to anyone (and editable only by authorized users). Another section would be for board members' eyes only. This is probably a given in most DMS's but even if it isn't it's not a big deal, we can do what we need using .htaccess.
* PHP based. Since we're uploading a pile of Word docs it would be nice if they were filed somewhere on the server that I can easily FTP in and do backups, and give hard links to people to download.
I was looking at the website for DocMGR, which looks like it might fit the bill. There's another one out there called Knowledge Tree that looks interesting. Any feedback or suggestions?