Home

Awesome

KCFinder

A PHP-based AJAX file and media manager

Credits

Original project by Pavel Tzonkov http://kcfinder.sunhater.com

Description

KCFinder is a web-based file manager, built on a PHP backend and AJAX-powered UI. It has file upload features, path locking for different file types (when integrated within various WYSIWYG editors).

Requirements

Features

Documentation

For now, the only documentation is available at the official web page, http://kcfinder.sunhater.com - will be expanded as this fork goes on, and maybe integrated in the local wiki system.

Further development

Right now, the GitHub repository serves as a branch of the original project, aiming to send patches and features upstream. If, for any reason, they will not be integrated or ignored, there is a possibility of complete forking and renaming, as it will become a full-featured fork.

Roadmap

The features I aim for right now are (not necessarily in this order):

Repository and workflow

This repository follows the git flow model (https://github.com/nvie/gitflow) and uses Vincent Driessen's branching recommendations. Thus, the main stable branch is named master, release is prepared on release branches, active development is taking place on develop branch and feature branches are prefixed with feature/<name>. More details in Vincent's article: http://nvie.com/git-model