Update README.md

This commit is contained in:
Fufu Fang 2018-07-23 04:41:28 +01:00 committed by GitHub
parent 0ec526eb93
commit 5f20b28126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ An example URL would be [Debian CD Image Server](https://cdimage.debian.org/debi
I noticed that most HTTP directory listings don't provide the file size for the web page itself. I suppose this makes perfect sense, as they are generated on the fly. Whereas the actual files have got file sizes. So the listing pages can be treated as folders, and the rest are files.
This program download the HTML web pages / files using [libcurl](https://curl.haxx.se/libcurl/), then parse the listing pages using [Gumbo](https://github.com/google/gumbo-parser), present them using [libfuse](https://github.com/libfuse/libfuse)
## Notes
You might not want to use your actual GUI file browser when using this filesystem, KDE Dolphin caches the browser that you point your mouse at, it really does slow things down a lot!
## LICENSE
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by