Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update docs | bptato | 2024-02-25 | 1 | -8/+8 |
| | |||||
* | Add mancha man page viewer | bptato | 2024-01-26 | 1 | -3/+3 |
| | | | | | | | | | | 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... | ||||
* | Fix for sourcehut markdown parsing, small doc improvements | bptato | 2023-12-15 | 1 | -1/+1 |
| | | | | hopefully this works | ||||
* | Add -C option | bptato | 2023-10-27 | 1 | -27/+31 |
| | |||||
* | manpage: fix incorrect info | bptato | 2023-10-26 | 1 | -1/+1 |
| | |||||
* | slightly refactor md to man preprocessing, update manpage | bptato | 2023-10-13 | 1 | -3/+4 |
| | |||||
* | Add urimethodmap support | bptato | 2023-09-30 | 1 | -1/+1 |
| | | | | yay | ||||
* | loader: add local-cgi | bptato | 2023-09-30 | 1 | -1/+2 |
| | | | | | | | | | | | Add w3m-style local CGI support. It is not quite as powerful as w3m's local CGI, because it lacks an equivalent to W3m-control. Not sure if it's worth adding; we certainly shouldn't allow passing JS in headers, but a custom language for headers does not sound like a great idea either... eh, idk. also, TODO add multipart | ||||
* | improve manpages | bptato | 2023-09-20 | 1 | -5/+8 |
| | |||||
* | add manpages | bptato | 2023-09-20 | 1 | -0/+123 |
still needs some work |