Hi, I've just come across this project today after I got myself all excited looking at ckfinder only to find out it's commercial software.
I'm after integrating filemanager into a Djano project, but the current method of specifying up connectors to the server-side end of things doesn't seem to map over very cleanly to Django, which isn't really about requesting individual scripts for the server to execute rather than setting up a whole tree of URLs that map to specific files inside the bowels of your Django project.
There is a Django connector out there (
http://code.google.com/p/django-ckeditor-filemanager/) but this relies on a slightly modified fliemanager.js which I'd rather not have to depend on if I'm able.
Has there been any discussion about extending the way connectors are specified to better-lend the project for use with Django and the like?
Sorry if this has been posted before.
Igloo