diff options
author | jbranso@dismail.de <jbranso@dismail.de> | 2023-05-24 13:47:15 -0400 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2023-10-08 23:32:32 +0200 |
commit | fbbf7c5d65b89f9d6d9a306d6d7559405130e161 (patch) | |
tree | 6d6ea67eefacf88f5b1bea1182a7372f153c74a3 /hurd/translator | |
parent | c8e1d96df6561f9fc35c574f0c520472190d5dd8 (diff) |
* hurd/translator/httpfs.mdwn: added a link to sitemaps.org.
Message-Id: <20230524174715.1745-1-jbranso@dismail.de>
Diffstat (limited to 'hurd/translator')
-rw-r--r-- | hurd/translator/httpfs.mdwn | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/hurd/translator/httpfs.mdwn b/hurd/translator/httpfs.mdwn index 3ac9f8ab..0ce0f30b 100644 --- a/hurd/translator/httpfs.mdwn +++ b/hurd/translator/httpfs.mdwn @@ -78,11 +78,17 @@ through a proxy server, substitute your proxies IP and port no.s - query-string and fragment support - HTTP/1.1 support - HTTP/2 support -- HTTP/3 support +- HTTP/3 support (there may exist a C library that provides HTTP/[123] + support). - Teach httpfs to understand HTTP status codes like re-directs, 404 not found, etc. - Teach httpfs to look for "sitemaps". Many sites offer a sitemap, and this - would be a nifty way for httpfs to allow grep-ing the entire site's contents. + would be a nifty way for httpfs to allow grep-ing the entire site's + contents. [[sitemaps.org|https://www.sitemaps.org]] is a great resource for + this. +- Teach httpfs to check if the computer has an internet connection at + startup and during operation. The translator causes 30 second + pauses on commands like "ls", when the internet is down. # Source |