From 5f20b28126b2cf099e73b7fa76d6995dd28960fb Mon Sep 17 00:00:00 2001 From: Fufu Fang Date: Mon, 23 Jul 2018 04:41:28 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a320a1c..e594e64 100644 --- a/README.md +++ b/README.md @@ -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