From 99eb8665a14462ac82a95624d5e162d706ead911 Mon Sep 17 00:00:00 2001 From: Marco Dickert Date: Fri, 17 Feb 2017 11:50:33 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 1d868e2..ec70597 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,16 @@ -Welcome to the ifm wiki! +Welcome to the IFM wiki! + +## about +The ifm is a simple, leightweight filemanager in a single file. + +## features +* create files and folders +* upload, delete, rename and edit files +* extract zip archives +* download folders as zip file +* preview images +* multiselect files and folders with ctrl + click +* remote upload files using curl or file method + +## contributing +The source of the IFM is splitted in several files in the _src/_ directory. If you change anything there you have to recompile the ```ifm.php``` using the ```compiler.php```. Please make sure that you compile the IFM before you create a pull request, so anyone can test it without hassle. \ No newline at end of file