diff options
author | bptato <nincsnevem662@gmail.com> | 2023-12-12 22:06:46 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-12-12 22:07:07 +0100 |
commit | bf761bcb6dcc5288a86aa5e8c2b67df3f0df056b (patch) | |
tree | a2f4c0d47ed484bcca4daaaa11b4d862243019fe /res | |
parent | 1df10adfe7eb20bc460eeb0e5a8e242970642c58 (diff) | |
download | chawan-bf761bcb6dcc5288a86aa5e8c2b67df3f0df056b.tar.gz |
Move gopher to adapter/
Also, move default urimethodmap config to res.
Diffstat (limited to 'res')
-rw-r--r-- | res/urimethodmap | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/urimethodmap b/res/urimethodmap new file mode 100644 index 00000000..bba78e82 --- /dev/null +++ b/res/urimethodmap @@ -0,0 +1,12 @@ +# Default urimethodmap file for Chawan. + +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 |