From f67483161651a6151abbd4fd5308e4dc3defa7ec Mon Sep 17 00:00:00 2001 From: Fufu Fang Date: Sun, 22 Jul 2018 20:32:17 +0100 Subject: [PATCH] blanked the README --- README.md | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/README.md b/README.md index 067c51d..e69de29 100644 --- a/README.md +++ b/README.md @@ -1,23 +0,0 @@ -## Basic ideas -# Syntax -mount-http-directory-listing url cache mount_pt - -# Libraries used -libcurl libgumbo libfuse - - -- Seek an URL -- If fail, continue -- Download it -- Allocate random directory -- Parse it - - For each link, seek - - if fail - - directory - - else - - actual file - -Things to write: -1) Link parser -2) libcurl -3) fuser