about summary refs log tree commit diff stats
path: root/res/license.html
Commit message (Collapse)AuthorAgeFilesLines
* about: markdownify & update license.htmlbptato2024-05-281-118/+0
| | | | We have a markdown converter, so why not use it?
* man: rewrite in Nimbptato2024-03-131-18/+0
| | | | | | | | | | | | Depending on Perl just for this is silly. Now we use libregexp for filtering basically the same things as w3mman2html did. This required another patch to QuickJS to avoid pulling in the entire JS engine, but in return, we can now run regexes without a dummy JS context global variable. Also, man.nim now tries to find a man command on the system even if it's not in /usr/bin/man.
* about:license: fix typobptato2024-02-011-1/+1
|
* Add mancha man page viewerbptato2024-01-261-1/+21
| | | | | | | | | | 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...
* Add about:licensebptato2023-09-231-0/+116