From fe9ac5f7824f935d22a1935b1f6f3c51823d3d02 Mon Sep 17 00:00:00 2001 From: bptato Date: Fri, 26 Jan 2024 00:37:13 +0100 Subject: Add mancha man page viewer derived from w3mman2html.cgi, there are only a few minor differences: * different man page opener command * use man:, man-k:, man-l: instead of query string to specify action * no form input (C-lC-uman:pageC-m is faster anyway) TODO rewrite in Nim so we don't have to depend on Perl... --- res/urimethodmap | 3 +++ 1 file changed, 3 insertions(+) (limited to 'res/urimethodmap') diff --git a/res/urimethodmap b/res/urimethodmap index 47de1364..ae82d648 100644 --- a/res/urimethodmap +++ b/res/urimethodmap @@ -13,3 +13,6 @@ ftps: cgi-bin:ftps gopher: cgi-bin:gopher gophers: cgi-bin:gophers spartan: cgi-bin:spartan +man: cgi-bin:man?%s +man-k: cgi-bin:man?%s +man-l: cgi-bin:man?%s -- cgit 1.4.1-2-gfad0