Tagged Questions

3
votes
2answers
401 views

Checking for document duplicates and similar documents in a document management application

Update: I have now written a PHP extension called php_ssdeep for the ssdeep C API to facilitate fuzzy hashing and hash comparisons in PHP natively. More information can be found over at my blog. I ...
2
votes
3answers
578 views

php based document management system

Can anyone recommend a simple document management system with a decent web service interface? I am looking at using it to provide metadata management of uploaded files from a ajax web application. ...
1
vote
2answers
203 views

PHP - Solution - File Password Protect

So, I have a client requesting a solution to password protect files. He wants to basically have a solution similar to OpenDocMan. However he showed me something from another client that basically just ...
1
vote
2answers
211 views

Best CMS, Doc Mgmt System for Modifying

No flame wars please!! Researching/Looking for a CMS/DMS that I can use that will be suitable to modify. I'd prefer a php/lamp based approach if possible. I've looked at quite a few CMS/DMS apps, and ...
0
votes
0answers
206 views

Platform to manage multiple websites on multiple domains with multiple layouts

Is there an existing PHP/MySQL CMS that would be appropriate to manage multiple websites with one backend? The sites will most likely exist on multiple servers and will have different domains. I took ...