This commit is contained in:
Lionel Dricot 2021-12-06 17:13:19 +01:00
parent 26e083d894
commit 25247eaa90
1 changed files with 5 additions and 5 deletions

View File

@ -4,13 +4,13 @@ This fork is an experiment by Ploum to add offline capabilities to AV-98.
In AV-98, use the command "offline" to switch between offline/online.
While offline, only content cached in .cache/av-98/ is accessed.
FIXME: doesnt handle MIME other than text/gemini
FIXME: doesnt handle accessing an URL without the ".gmi" file
* FIXME: doesnt handle MIME other than text/gemini
* FIXME: doesnt handle accessing an URL without the ".gmi" file
(yes, this is a big issue).
TODO: automatically populate the cache, not only while browsing.
TODO: handle request done offline and retrieve them later
TODO: know when to refresh the cache
* TODO: automatically populate the cache, not only while browsing.
* TODO: handle request done offline and retrieve them later
* TODO: know when to refresh the cache
This is a fork of the original [AV-98](https://tildegit.org/solderpunk/AV-98)
by Solderpunk.