diff options
author | bptato <nincsnevem662@gmail.com> | 2024-10-12 17:02:31 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-10-12 16:43:14 +0200 |
commit | 828716e78b5b1a9fea93c2839d89e189c1fcb252 (patch) | |
tree | 3e58703add34cb9c9e73c9c46864f2acb68d8a37 /res | |
parent | 9e9a56516e1eca1b1eacc9fa4b1eef85e15e182c (diff) | |
download | chawan-828716e78b5b1a9fea93c2839d89e189c1fcb252.tar.gz |
dirlist: separate out into dirlist2html
Now the dirlist parser lives inside dirlist2html, and the file protocol just emulates FTP LIST.
Diffstat (limited to 'res')
-rw-r--r-- | res/mailcap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/mailcap b/res/mailcap index 56c6582e..5e473b11 100644 --- a/res/mailcap +++ b/res/mailcap @@ -4,3 +4,4 @@ text/gopher; "$CHA_LIBEXEC_DIR"/gopher2html -u "$MAILCAP_URL"; x-htmloutput text/gemini; "$CHA_LIBEXEC_DIR"/gmi2html; x-htmloutput text/markdown; "$CHA_LIBEXEC_DIR"/md2html; x-htmloutput text/x-ansi; "$CHA_LIBEXEC_DIR"/ansi2html -st '%{title}'; x-htmloutput +text/x-dirlist; "$CHA_LIBEXEC_DIR"/dirlist2html -t '%{title}'; x-htmloutput |