Simple document repository

2019-03-09 10:42发布

Please recommend me a simple web-based document repository for keeping my small company documents (.DOCs, .PDFs) so i can access them from everywhere. There are many available on the internet, but they are heavy and filled with unnecessary features and requirements.

I have little requirements: pleasant interface (AJAX feels nice), folders or tags, maybe versioning, maybe CIFS mounting or batch upload/download, preferably not written in Java (won't be able to host it).

Regards, Todor

Note - The question submitter is using a LAMP based environment.

15条回答
神经病院院长
2楼-- · 2019-03-09 11:26

Google docs

Not exactly what you're asking for, but great for creating and sharing documents online.

查看更多
We Are One
3楼-- · 2019-03-09 11:29

What about SharePoint? Not simple enough?

查看更多
爷的心禁止访问
4楼-- · 2019-03-09 11:29

Using Google Docs and/or any other Google service is very risky - it's frequent to lose publication and/or sharing rights of your docs. There seems to be a bug or hack that blocks access to your files - you need to request a review in order to have your docs reappear on web-based Google services, and when Google replies with an -error- tag, its proof they have no control on who or what bans your docs from viewing on the web - use with extreme caution.

查看更多
做自己的国王
5楼-- · 2019-03-09 11:35

how about a wiki like wikimedia

查看更多
Evening l夕情丶
6楼-- · 2019-03-09 11:40

I would check out knowledgetree: http://www.knowledgetree.com/. It's a web based document management system. They have a free community edition. I evaluated this a couple years ago and it seems to fit what you're looking for nicely. It versions, allows you to impose process flow, has user restrictions, etc. Plus, it's usable by someone with absolutely no concept of what a source control system is.

(* I've no affiliation with them for reference *)

查看更多
干净又极端
7楼-- · 2019-03-09 11:41

If you want versioning, have you considered setting up a subversion (or CVS or whatever you like) repository and syncing to it? No need for a web interface in that case (though you can set up web repositories too).

查看更多
登录 后发表回答