Go to file
Fufu Fang cd097dc4f1 initial commit 2018-07-18 16:26:26 +01:00
.gitignore initial commit 2018-07-18 16:26:26 +01:00
.kateproject initial commit 2018-07-18 16:26:26 +01:00
Makefile initial commit 2018-07-18 16:26:26 +01:00
README initial commit 2018-07-18 16:26:26 +01:00
http.c initial commit 2018-07-18 16:26:26 +01:00
http.h initial commit 2018-07-18 16:26:26 +01:00
link.c initial commit 2018-07-18 16:26:26 +01:00
link.h initial commit 2018-07-18 16:26:26 +01:00
main.c initial commit 2018-07-18 16:26:26 +01:00
test.c initial commit 2018-07-18 16:26:26 +01:00
test.h initial commit 2018-07-18 16:26:26 +01:00

README

## 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