1

Topic: Webdav filemanager

Hi,

I'm looking for a solution to browse my webdav storages. The documentation states that it is possible to extend the filesystem and authentication classes.
How much effort is this? could you send me a detailed description/documentation of the relevant classes? Do I need a special license to extend your product?

Reagards,

salpers

2

Re: Webdav filemanager

It's quite a lot of effort, and unless you are very comfortable with Webdav it would be very hard.

Regarding the PHP version you would not need any special license, unless you intend to further distrubute the changed version.

In the .NET version only the Enterprise License is shipped including full source code.

Only API docs for the .NET version is ready, I guess we could try and export some docs on the PHP version.

Afraithe
TinyMCE Developer
Moxiecode Systems

3

Re: Webdav filemanager

Afraithe wrote:

It's quite a lot of effort, and unless you are very comfortable with Webdav it would be very hard.

Don't care about the implementation of Webdav itself - we already have a working Webdav class. We only need a GUI ,-)
when will the API documentation available for the PHP version? isn't it auto generated?

salpers

Last edited by salpers (2005-11-22 22:20:56)

4

Re: Webdav filemanager

Well if you have the knowlege of developing a webdav class you guys should be able to produce a File implementation that works with WebDAV instead of local files. All file IO logic is spearated into a class interface (much like java.io.File) that can be extended or rewritten by custom logic.

But we don't currently have any tutorials on how to do achieve this, but we will look into generating API documentation for the next release. All code is written with phpDocumentor comments so it shouldn't be a problem to do so.

Best regards,
Spocke - Main developer of TinyMCE