diff options
author | bptato <nincsnevem662@gmail.com> | 2023-12-13 15:00:34 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-12-13 15:00:34 +0100 |
commit | 53bc47531543fe55997f4c6875fa03745a17e754 (patch) | |
tree | a7d3b3de2f68580a79415818bad84bf607e58c14 /res | |
parent | 4818cb28debf4601213707f6c1b9b22348b51fbc (diff) | |
download | chawan-53bc47531543fe55997f4c6875fa03745a17e754.tar.gz |
Various fixes
* Makefile: fix parallel build, add new binaries to install target * twtstr: split out libunicode-related stuff to luwrap * config: quote default gopher2html URL env var for unquote * adapter/: get rid of types/url dependency, use CURL url in all cases
Diffstat (limited to 'res')
-rw-r--r-- | res/urimethodmap | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/res/urimethodmap b/res/urimethodmap index 3eddde2f..556c6c5a 100644 --- a/res/urimethodmap +++ b/res/urimethodmap @@ -6,9 +6,9 @@ finger: cgi-bin:cha-finger gemini: cgi-bin:gmifetch?%s about: cgi-bin:about data: cgi-bin:data -file: cgi-bin:file?%s -ftp: cgi-bin:ftp?%s -sftp: cgi-bin:sftp?%s -ftps: cgi-bin:ftps?%s -gopher: cgi-bin:gopher?%s -gophers: cgi-bin:gophers?%s +file: cgi-bin:file +ftp: cgi-bin:ftp +sftp: cgi-bin:sftp +ftps: cgi-bin:ftps +gopher: cgi-bin:gopher +gophers: cgi-bin:gophers |